Lines Matching refs:Terms
884 public static class Terms class in Nintendo.SDSG.CatToucan
1181 Terms.IOP_START, //IOP Start
1182 Terms.PPC_START, //PPC Start
1183 Terms.PPC_SHUTDOWN_COMPLETED, //PPC Shutdown
1184 Terms.VPAD_INIT_END, //String to find the PID
1185 Terms.PPC_FAST_CYCLE, //Used only for Fast Relaunch
1407 if (thing.StartsWith(Terms.VPAD_INIT_END)) in consume_raw_bytes()
1424 if (thing.Contains(Terms.KI_PIREPARE_TITLE_ASYNC)) in consume_raw_bytes()
1435 if (thing.Contains(Terms.COS_LAUNCH)) in consume_raw_bytes()
1439 else if (thing.Contains(Terms.SYSTEM_BUSY)) in consume_raw_bytes()
1450 if (thing.Contains(Terms.DEVICE_REMOTE_COMMANDS)) in consume_raw_bytes()
1457 if (thing.Contains(Terms.MENU_SOURCE)) in consume_raw_bytes()
1502 if (thing.Contains(Terms.DK_READY_MESSAGE)) in consume_raw_bytes()