Searched refs:q (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/aware/stress/ |
D | InfraAssociationStressTest.py | 49 def wait_for_disassociation(self, q, dut): argument 60 q.put(True) 92 q = queue.Queue() 94 target=self.wait_for_disassociation, args=(q, init_dut)) 96 target=self.wait_for_disassociation, args=(q, resp_dut)) 103 q.get(True, self.TEST_DURATION_SECONDS)
|
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | event_dispatcher.py | 112 q = queue.Queue() 113 q.put(event_obj) 114 self._event_dict[event_name] = q 318 q = self._event_dict[name] 319 if q: 321 results.append(q.get(False)) 439 q = self.get_event_q(event_name) 440 q.queue.clear()
|
/tools/test/connectivity/acts/tests/google/wifi/aware/performance/ |
D | ThroughputTest.py | 105 def run_iperf(self, q, dut, peer_dut, peer_aware_if, dut_ipv6, port): argument 122 q.put((result, data)) 177 q = queue.Queue() 183 args=(q, dut, self.android_devices[i + 1], peers_aware_ifs[i], 201 result, data = q.get() 332 q = queue.Queue() 338 args=(q, init_dut, resp_dut, resp_aware_ifs[i], init_aware_ipv6s[ 357 result, data = q.get()
|
/tools/apksig/src/test/resources/com/android/apksig/ |
D | rsa-4096.x509.pem | 7 0X+q+2KAnr35MF7vdEaHcN8gFh15wObVXmlerMIOWejnwrM4MOXjGjNXtiB+Dg04
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bluetooth.proto | 58 // https://cs.corp.google.com/#android/system/bt/stack/include/btm_api.h&q=major_computer. 146 // https://cs.corp.google.com/#android/system/bt/stack/include/hcidefs.h&q=failed_establish.
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | HostTestTest.java | 1662 int q = numTestCases / numShards; in testGetTestShardable_wrapping_shardUnit_method() local 1664 int n = q + (i < r ? 1 : 0); in testGetTestShardable_wrapping_shardUnit_method()
|