Home
last modified time | relevance | path

Searched refs:success (Results 1 – 25 of 65) sorted by relevance

123

/tools/security/remote_provisioning/hwtrust/tests/
Dhwtrust_cli.rs14 assert!(output.status.success()); in exit_code_for_good_chain()
23 assert!(!output.status.success()); in exit_code_for_bad_chain()
32 assert!(!output.status.success()); in factory_csr_empty_input_fails()
42 assert!(output.status.success()); in factory_csr_multiple_valid_csrs_succeeds()
51 assert!(!output.status.success()); in factory_csr_one_invalid_csr_of_multiple_fails()
58 assert!(output.status.success()); in exit_code_for_good_csr()
65 assert!(!output.status.success()); in exit_code_for_bad_csr()
/tools/tradefederation/core/javatests/com/android/tradefed/build/cache/
DPartialZipDownloadCacheTest.java57 boolean success = in testcache()
59 assertFalse(success); // Initial cache empty in testcache()
62 success = in testcache()
65 assertTrue(success); in testcache()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/reporter/
DGameQualificationResultReporter.java227 sb.append(performanceReport.success ? "PASSED" : "FAILED"); in getInvocationSummary()
230 if (!performanceReport.success) { in getInvocationSummary()
287 boolean success; field in GameQualificationResultReporter.Report
290 public Report(boolean success, String text) { in Report() argument
291 this.success = success; in Report()
303 boolean success = true; in createPerformanceReport()
322 success = false; in createPerformanceReport()
345 success = false; in createPerformanceReport()
350 success = false; in createPerformanceReport()
362 return new Report(success, text.toString()); in createPerformanceReport()
/tools/asuite/atest/tools/
Dstart_avd_unittest.py65 success = os.path.join(SEARCH_ROOT, 'acloud', 'create_success.json')
67 start_avd.probe_acloud_status(success, duration), ExitCode.SUCCESS
94 success = os.path.join(SEARCH_ROOT, 'acloud', 'create_success.json')
96 self.assertEqual(start_avd.get_acloud_duration(success), success_duration)
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DRequestUtilTest.java49 Boolean success = RequestUtil.requestWithBackoff(requestCallable, 100, 400, 2, runUtil); in testRequestFailedAll() local
64 Boolean success = RequestUtil.requestWithBackoff(requestCallable, 100, 400, 2, runUtil); in testWaitRightTimeBetweenRequests_1() local
82 Boolean success = RequestUtil.requestWithBackoff(requestCallable, 100, 700, 2, runUtil); in testWaitRightTimeBetweenRequests_2() local
100 Boolean success = in testWaitRightTimeBetweenRequests_3() local
/tools/asuite/atest/metrics/
Dmetrics.py82 success = constants.EXTERNAL variable in FindTestFinishEvent
102 success = constants.EXTERNAL variable in BuildFinishEvent
122 success = constants.EXTERNAL variable in RunnerFinishEvent
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarPairedConnectDisconnectTest.py118 success = bt_test_utils.connect_pri_to_sec(
126 if not success:
139 success = bt_test_utils.disconnect_pri_from_sec(
145 if success is False:
/tools/netsim/testing/mobly/
Dble_utils.py165 success = False
172 success = advertiser.advertise_callback.getAll('onStartSuccess')
173 if success:
181 if not success:
255 success = False
260 success = True
267 if success:
/tools/security/fuzzing/orphans/widevine/trusty/
Ddispatch_fuzzer.cpp206 bool success = Bind(); in LLVMFuzzerTestOneInput() local
207 if (!success) { in LLVMFuzzerTestOneInput()
211 success = Msg(data, size); in LLVMFuzzerTestOneInput()
212 if (!success) { in LLVMFuzzerTestOneInput()
/tools/tradefederation/core/atest_proto/
Dexternal_user_log.proto27 optional bool success = 2; field
33 optional bool success = 2; field
39 optional bool success = 2; field
Dinternal_user_log.proto33 optional bool success = 2; field
42 optional bool success = 2; field
49 optional bool success = 2; field
/tools/asuite/atest/proto/
Dexternal_user_log.proto27 optional bool success = 2; field
33 optional bool success = 2; field
39 optional bool success = 2; field
Dinternal_user_log.proto33 optional bool success = 2; field
42 optional bool success = 2; field
49 optional bool success = 2; field
/tools/netsim/rust/daemon/src/grpc_server/
Dfrontend.rs31 .success(response) in get_version()
44 Ok(response) => sink.success(response), in list_device()
65 Ok(_) => sink.success(Empty::new()), in reset()
/tools/netsim/testing/netsim-grpc/src/netsim_grpc/
Dnetsim_client.py94 success = True
101 success = False
108 success = False
109 return success
/tools/test/connectivity/tools/
Dproto_check.py103 success = True
136 success = False
138 return success
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/sync/
DDeviceSyncHelperFuncTest.java49 boolean success = syncHelper.sync(); in testSyncDevice()
50 assertTrue(success); in testSyncDevice()
DIncrementalImageFuncTest.java187 boolean success; in testBlockCompareUpdate()
189 success = getDevice().pushDir(f, "/data/ndb/"); in testBlockCompareUpdate()
191 success = getDevice().pushFile(f, "/data/ndb/" + f.getName()); in testBlockCompareUpdate()
195 success, f, "/data/ndb/" + f.getName()); in testBlockCompareUpdate()
196 assertTrue(success); in testBlockCompareUpdate()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dapollo_lib.py305 success = True
307 success = False
311 return success, result
867 success, _ = self._cmd('Voicecmd 1', post_delay)
868 return success
880 success, _ = self._cmd('Voicecmd 0', post_delay)
881 return success
1000 success, result = self._cmd('GetVer', throw_error=False)
1014 return success, status
1184 success, status = self._cmd('get_codec')
[all …]
/tools/asuite/atest/
Dbug_detector_unittest.py100 success = 1
101 self.assertEqual(dtr.detect_bug_caught(), success)
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Ddhcp_server.py167 success = self._shell.search_file(
169 if success:
/tools/treble/build/treble_build/app/
Dbuild.go54 Success bool `json:"success"`
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiIOTTwPkg1Test.py137 success, data = self.dut.run_iperf_client(self.iperf_server_address,
159 asserts.assert_true(success, "Error occurred in iPerf traffic.")
182 success, data = self.dut.run_iperf_client(self.iperf_server_address,
203 asserts.assert_true(success, "Error occurred in iPerf traffic.")
/tools/netsim/src/backend/
Dgrpc_server.cc66 bool success = stream->Read(&request); in StreamPackets() local
67 if (!success || !request.has_initial_info()) { in StreamPackets()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/pandora/
DPtsBotTest.java554 boolean success = false; in runPtsBotTest()
600 success = in runPtsBotTest()
619 if (success) break; in runPtsBotTest()
636 if (success) { in runPtsBotTest()
651 return success; in runPtsBotTest()

123