Home
last modified time | relevance | path

Searched refs:pop (Results 1 – 25 of 53) sorted by relevance

123

/tools/tradefederation/core/atest/tools/
Datest_tools.py113 prunenames = kwargs.pop('prunenames', ' '.join(PRUNENAMES))
114 prunepaths = kwargs.pop('prunepaths', os.path.join(search_root, 'out'))
313 class_index = kwargs.pop('class_index', constants.CLASS_INDEX)
314 qclass_index = kwargs.pop('qclass_index', constants.QCLASS_INDEX)
315 package_index = kwargs.pop('package_index', constants.PACKAGE_INDEX)
316 cc_class_index = kwargs.pop('cc_class_index', constants.CC_CLASS_INDEX)
317 module_index = kwargs.pop('module_index', constants.MODULE_INDEX)
/tools/asuite/atest/tools/
Datest_tools.py131 prunenames = kwargs.pop('prunenames', ' '.join(PRUNENAMES))
132 prunepaths = kwargs.pop('prunepaths', os.path.join(search_root, 'out'))
341 class_index = kwargs.pop('class_index', constants.CLASS_INDEX)
342 qclass_index = kwargs.pop('qclass_index', constants.QCLASS_INDEX)
343 package_index = kwargs.pop('package_index', constants.PACKAGE_INDEX)
344 cc_class_index = kwargs.pop('cc_class_index', constants.CC_CLASS_INDEX)
345 module_index = kwargs.pop('module_index', constants.MODULE_INDEX)
/tools/repohooks/tools/
Dcpplint.py1543 stack.pop()
1558 stack.pop()
1564 stack.pop()
1582 stack.pop()
1590 stack.pop()
1684 stack.pop()
1693 stack.pop()
1699 stack.pop()
1710 stack.pop()
2577 self.pp_stack.pop()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java245 TestRecord.Builder moduleBuilder = mLatestChild.pop(); in testModuleEnded()
301 TestRecord.Builder test = mLatestChild.pop(); in testRunFailed()
337 TestRecord.Builder test = mLatestChild.pop(); in testRunFailed()
347 TestRecord.Builder runBuilder = mLatestChild.pop(); in testRunEnded()
397 TestRecord.Builder testBuilder = mLatestChild.pop(); in testEnded()
/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py173 log_directory = config.pop("log_directory")
178 sig_root_directory = config.pop("sig_root_directory")
467 [prog.pop(e) for e in [0, 1, 2]]
635 res = self.extra_answers.pop(0).encode()
Dandroid_device.py228 serial = c.pop('serial')
233 ssh_config = c.pop('ssh_config', None)
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dui_utils.py201 timeout_sec = kwargs.pop('timeout', 30)
219 timeout_sec = kwargs.pop('timeout', 30)
236 timeout_sec = kwargs.pop('timeout', 30)
/tools/tradefederation/core/atest/test_runners/
Datest_tf_test_runner.py229 inputs.pop().close()
435 iterations = extra_args.pop(constants.PRE_PATCH_ITERATIONS)
437 iterations = extra_args.pop(constants.POST_PATCH_ITERATIONS)
Dregression_test_runner.py86 pre = extra_args.pop(constants.PRE_PATCH_FOLDER)
87 post = extra_args.pop(constants.POST_PATCH_FOLDER)
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py261 inputs.pop().close()
473 iterations = extra_args.pop(constants.PRE_PATCH_ITERATIONS)
475 iterations = extra_args.pop(constants.POST_PATCH_ITERATIONS)
Dregression_test_runner.py88 pre = extra_args.pop(constants.PRE_PATCH_FOLDER)
89 post = extra_args.pop(constants.POST_PATCH_FOLDER)
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/
DMultiLineTrack.kt58 fun pop() { in pop() method
67 pop() in addSlice()
/tools/test/connectivity/acts/tests/google/wifi/aware/stress/
DDiscoveryStressTest.py77 p_discovery_ids.pop(
88 s_discovery_ids.pop(
/tools/test/connectivity/acts/framework/acts/
Dcontext.py107 _contexts.pop()
123 _contexts.pop()
/tools/test/connectivity/acts/tests/google/wifi/
DWifiNetworkRequestTest.py170 network_ssid = network_specifier.pop(WifiEnums.SSID_KEY)
395 network_ssid = network_specifier.pop(WifiEnums.SSID_KEY)
DWifiRoamingPerformanceTest.py465 network.pop('BSSID', None)
602 atten_waveforms['length'] = waveform_lengths.pop()
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
DWifiBaseTest.py518 ap_settings = network_list.pop(0)
523 hostapd_config_settings = network_list.pop(0)
/tools/tradefederation/core/atest/
Datest.py219 else args.detect_regression.pop(0))
221 else args.detect_regression.pop(0))
Dunittest_utils.py64 test_info_a = test_info_set_a.pop()
/tools/asuite/atest/
Datest.py220 else args.detect_regression.pop(0))
222 else args.detect_regression.pop(0))
Dunittest_utils.py68 test_info_a = test_info_set_a.pop()
/tools/test/connectivity/acts/framework/tests/
Dmock_controller.py28 c.pop("serial")
/tools/tradefederation/core/atest/metrics/
Dmetrics_base.py122 fields_and_values[field] = kwargs.pop(field)
/tools/asuite/atest/metrics/
Dmetrics_base.py122 fields_and_values[field] = kwargs.pop(field)
/tools/tradefederation/core/src/com/android/tradefed/util/
DDirectedGraph.java119 V v = zeroVerts.pop(); in topSort()

123