Searched refs:RESET (Results 1 – 8 of 8) sorted by relevance
41 RESET = '\033[0m' variable in Style56 RESET = '\033[39m' variable in Fore68 RESET = '\033[49m' variable in Back90 formatted_level_name = '%s%s%s' % (style, level_name, Style.RESET)
46 RESET = '\033[m' variable in Color79 return self.RESET99 return start + text + self.RESET
162 case RESET: in performAction()172 return mDeviceActionUtil.execute(Command.RESET, deviceId, ImmutableList.of()); in reset()
43 RESET = 1 variable196 if state == RESET:466 self.start_subscription_provisioning(RESET)
106 .execute(DeviceActionUtil.Command.RESET, SERIAL, ImmutableList.of()); in setUp_resetSuccess()208 verify(mockDeviceActionUtil).saveToLogs(DeviceActionUtil.Command.RESET, mockTestLogger); in setUp_executeFailureThrowExecutionException()
126 mDeviceActionUtil.execute(DeviceActionUtil.Command.RESET, SERIAL, ImmutableList.of()); in execute_reset()
66 RESET("reset"); enumConstant
184 print(RED . "ERROR" . RESET);186 print(YELLOW . "WARNING" . RESET);188 print(GREEN . "CHECK" . RESET);199 $type = RED . $type . RESET;201 $type = YELLOW . $type . RESET;203 $type = GREEN . $type . RESET;2314 $output .= RESET if ($color);