Searched refs:pop (Results 1 – 25 of 53) sorted by relevance
123
/tools/tradefederation/core/atest/tools/ |
D | atest_tools.py | 113 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/ |
D | atest_tools.py | 131 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/ |
D | cpplint.py | 1543 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/ |
D | ProtoResultReporter.java | 245 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/ |
D | bluetooth_pts_device.py | 173 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()
|
D | android_device.py | 228 serial = c.pop('serial') 233 ssh_config = c.pop('ssh_config', None)
|
/tools/test/connectivity/acts/framework/acts/test_utils/net/ |
D | ui_utils.py | 201 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/ |
D | atest_tf_test_runner.py | 229 inputs.pop().close() 435 iterations = extra_args.pop(constants.PRE_PATCH_ITERATIONS) 437 iterations = extra_args.pop(constants.POST_PATCH_ITERATIONS)
|
D | regression_test_runner.py | 86 pre = extra_args.pop(constants.PRE_PATCH_FOLDER) 87 post = extra_args.pop(constants.POST_PATCH_FOLDER)
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner.py | 261 inputs.pop().close() 473 iterations = extra_args.pop(constants.PRE_PATCH_ITERATIONS) 475 iterations = extra_args.pop(constants.POST_PATCH_ITERATIONS)
|
D | regression_test_runner.py | 88 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/ |
D | MultiLineTrack.kt | 58 fun pop() { in pop() method 67 pop() in addSlice()
|
/tools/test/connectivity/acts/tests/google/wifi/aware/stress/ |
D | DiscoveryStressTest.py | 77 p_discovery_ids.pop( 88 s_discovery_ids.pop(
|
/tools/test/connectivity/acts/framework/acts/ |
D | context.py | 107 _contexts.pop() 123 _contexts.pop()
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiNetworkRequestTest.py | 170 network_ssid = network_specifier.pop(WifiEnums.SSID_KEY) 395 network_ssid = network_specifier.pop(WifiEnums.SSID_KEY)
|
D | WifiRoamingPerformanceTest.py | 465 network.pop('BSSID', None) 602 atten_waveforms['length'] = waveform_lengths.pop()
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | WifiBaseTest.py | 518 ap_settings = network_list.pop(0) 523 hostapd_config_settings = network_list.pop(0)
|
/tools/tradefederation/core/atest/ |
D | atest.py | 219 else args.detect_regression.pop(0)) 221 else args.detect_regression.pop(0))
|
D | unittest_utils.py | 64 test_info_a = test_info_set_a.pop()
|
/tools/asuite/atest/ |
D | atest.py | 220 else args.detect_regression.pop(0)) 222 else args.detect_regression.pop(0))
|
D | unittest_utils.py | 68 test_info_a = test_info_set_a.pop()
|
/tools/test/connectivity/acts/framework/tests/ |
D | mock_controller.py | 28 c.pop("serial")
|
/tools/tradefederation/core/atest/metrics/ |
D | metrics_base.py | 122 fields_and_values[field] = kwargs.pop(field)
|
/tools/asuite/atest/metrics/ |
D | metrics_base.py | 122 fields_and_values[field] = kwargs.pop(field)
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | DirectedGraph.java | 119 V v = zeroVerts.pop(); in topSort()
|
123