Home
last modified time | relevance | path

Searched refs:RESET (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts/framework/acts/
Dlogger.py41 RESET = '\033[0m' variable in Style
56 RESET = '\033[39m' variable in Fore
68 RESET = '\033[49m' variable in Back
90 formatted_level_name = '%s%s%s' % (style, level_name, Style.RESET)
/tools/repohooks/rh/
Dterminal.py46 RESET = '\033[m' variable in Color
79 return self.RESET
99 return start + text + self.RESET
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DDeviceActionTargetPreparer.java162 case RESET: in performAction()
172 return mDeviceActionUtil.execute(Command.RESET, deviceId, ImmutableList.of()); in reset()
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiPasspointTest.py43 RESET = 1 variable
196 if state == RESET:
466 self.start_subscription_provisioning(RESET)
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DDeviceActionTargetPreparerTest.java106 .execute(DeviceActionUtil.Command.RESET, SERIAL, ImmutableList.of()); in setUp_resetSuccess()
208 verify(mockDeviceActionUtil).saveToLogs(DeviceActionUtil.Command.RESET, mockTestLogger); in setUp_executeFailureThrowExecutionException()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DDeviceActionUtilTest.java126 mDeviceActionUtil.execute(DeviceActionUtil.Command.RESET, SERIAL, ImmutableList.of()); in execute_reset()
/tools/tradefederation/core/test_framework/com/android/tradefed/util/
DDeviceActionUtil.java66 RESET("reset"); enumConstant
/tools/repohooks/tools/
Dcheckpatch.pl184 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);