Lines Matching refs:Terms
884 public static class Terms class in Nintendo.SDSG.CatToucan
1230 Terms.IOP_START, //IOP Start
1231 Terms.PPC_START, //PPC Start
1232 Terms.PPC_SHUTDOWN_COMPLETED, //PPC Shutdown
1233 Terms.VPAD_INIT_END, //String to find the PID
1234 Terms.PPC_FAST_CYCLE, //Used only for Fast Relaunch
1458 if (thing.StartsWith(Terms.VPAD_INIT_END)) in consume_raw_bytes()
1475 if (thing.Contains(Terms.KI_PIREPARE_TITLE_ASYNC)) in consume_raw_bytes()
1486 if (thing.Contains(Terms.COS_LAUNCH)) in consume_raw_bytes()
1490 else if (thing.Contains(Terms.SYSTEM_BUSY)) in consume_raw_bytes()
1501 if (thing.Contains(Terms.DEVICE_REMOTE_COMMANDS)) in consume_raw_bytes()
1508 if (thing.Contains(Terms.MENU_SOURCE)) in consume_raw_bytes()
1553 if (thing.Contains(Terms.DK_READY_MESSAGE)) in consume_raw_bytes()