/tools/tradefederation/core/atest/ |
D | result_reporter_unittest.py | 183 self.assertEquals(self.rr.run_stats.passed, 1) 187 self.assertEquals(group.passed, 1) 194 self.assertEquals(self.rr.run_stats.passed, 2) 198 self.assertEquals(group2.passed, 1) 213 self.assertEquals(self.rr.run_stats.passed, 2) 217 self.assertEquals(group.passed, 1) 225 self.assertEquals(self.rr.run_stats.passed, 2) 229 self.assertEquals(group.passed, 1) 236 self.assertEquals(self.rr.run_stats.passed, 2) 240 self.assertEquals(group.passed, 1) [all …]
|
D | result_reporter.py | 71 def __init__(self, passed=0, failed=0, ignored=0, run_errors=False, argument 84 self.passed = passed 94 return self.passed + self.failed 282 stats.passed, 302 self.run_stats.passed += 1 303 group.passed += 1
|
/tools/test/connectivity/acts/tests/google/bt/car_bt/ |
D | BtCarToggleTest.py | 91 passed = True 95 passed = self.droid_ad.droid.bluetoothToggleState(False) 97 passed = passed and self.droid_ad.droid.bluetoothToggleState(True) 99 if not passed:
|
/tools/test/connectivity/acts/framework/tests/libs/proc/ |
D | process_test.py | 148 verifier.passed = False 152 verifier.passed = True 162 self.assertEqual(verifier.passed, True) 232 verifier.passed = False 236 verifier.passed = True 246 self.assertEqual(verifier.passed, True)
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_base_class_test.py | 75 actual_record = bt_cls.results.passed[0] 95 actual_record = bt_cls.results.passed[0] 145 passed_names = [p.test_name for p in bt_cls.results.passed] 163 actual_record = bt_cls.results.passed[0] 334 actual_record = bt_cls.results.passed[0] 643 self.assertEqual(bt_cls.results.passed[0].test_name, 'test_1') 699 actual_record = bt_cls.results.passed[0] 738 actual_record = bt_cls.results.passed[0] 754 actual_record = bt_cls.results.passed[0] 820 actual_record = bt_cls.results.passed[0] [all …]
|
D | acts_records_test.py | 181 self.assertTrue(tr2.passed, [tr1, tr2]) 208 self.assertEqual(len(tr.passed), 2)
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | TestDeviceStressTest.java | 92 int passed = 0; in testManyDisableKeyguard() local 101 passed += iterationPassed? 1 : 0; in testManyDisableKeyguard() 103 assertEquals(mIterations, passed); in testManyDisableKeyguard()
|
/tools/tradefederation/contrib/src/com/android/framework/tests/ |
D | BandwidthMicroBenchMarkTest.java | 344 boolean passed = true; in evaluateStats() 356 passed = passed && evaluateEventLogLine(str); in evaluateStats() 361 return passed; in evaluateStats()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/ |
D | XmlSuiteResultFormatterTest.java | 586 String runName, int passed, int failed, int assumptionFailures, int testIgnored) { in createFakeResult() argument 588 runName, passed, failed, assumptionFailures, testIgnored, false, false); in createFakeResult() 593 int passed, in createFakeResult() argument 600 fakeRes.testRunStarted(runName, passed + failed); in createFakeResult() 601 for (int i = 0; i < passed; i++) { in createFakeResult()
|
/tools/tradefederation/core/atest/docs/ |
D | atest_structure.md | 35 The tests specified by the user are passed into the ```CLITranslator``` to 42 Once ```TestInfo``` objects have been constructed for all the tests passed in 47 All of the ```TestInfo``` objects get passed into the ```test_runner_handler```
|
D | develop_test_runners.md | 13 ```extra_args``` passed into the ```run_tests``` method. The extra_args are 14 top-level args consumed by atest passed onto the test runner. It is up to the
|
/tools/tradefederation/core/tests/ |
D | run_tradefed_tests.sh | 40 --console-result-reporter:suppress-passed-tests \
|
D | run_tradefed_func_tests.sh | 43 --console-result-reporter:suppress-passed-tests \
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 45 // flag "--${NAME}_out" is passed to protoc. 61 // The generator parameter passed on the command-line.
|
/tools/test/connectivity/acts/framework/acts/ |
D | base_test.py | 779 previous_success_cnt = len(self.results.passed) 788 if len(self.results.passed) - previous_success_cnt != 1:
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_rotate.txt | 131 passed into the constructor as java.lang.String. By 187 class specified by --provider-class. The value is passed
|
D | help_sign.txt | 179 passed into the constructor as java.lang.String. By 200 class specified by --provider-class. The value is passed
|
D | help_lineage.txt | 128 passed into the constructor as java.lang.String. By
|
/tools/acloud/internal/proto/ |
D | user_config.proto | 89 // [CVD only] It will get passed into the launch_cvd command if not empty.
|
/tools/repohooks/ |
D | README.md | 175 here will be passed directly to the linter in question. This will completely
|
/tools/external/fat32lib/ |
D | NOTICE | 27 …r the free library. Also, if the library is modified by someone else and passed on, the recipients… 66 …an application program that uses the facility, other than as an argument passed when the facility …
|
/tools/repohooks/tools/ |
D | spelling.txt | 835 pased||passed
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | GATT_PTS_INSTRUCTIONS | 739 gatts_send_response GATT_SUCCESS (Repeat until passed)
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 1311 contains 59, those octets must be ignored, and passed on unchanged if
|