Home
last modified time | relevance | path

Searched refs:tc (Results 1 – 25 of 33) sorted by relevance

12

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanWmmTest.py174 tc.identifier: tc
175 for tc in self.wmm_transceivers
179 for tc in self.wmm_transceivers:
180 if tc.wlan_device:
181 tc.wlan_device.wifi_toggle_state(True)
182 tc.wlan_device.disconnect()
183 if tc.access_point:
184 tc.access_point.stop_all_aps()
187 for tc in self.wmm_transceivers:
188 tc.cleanup_asynchronous_streams()
[all …]
/tools/test/connectivity/acts/
DREADME.md79 && act.py -c acts_confidence_test_config.json -tc IntegrationTest
93 Above, the command `act.py -c acts_confidence_test_config.json -tc IntegrationTest`
99 - -tc IntegrationTest: is the name of the test case
160 `$ act.py -c sample_config.txt -tb SampleTestBed -tc SampleTest:test_make_toast`
165 - `$ act.py -c sample_config.txt -tb SampleTestBed -tc
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/location/
Dregulatory_region_lib.py21 def __init__(self, addr, tc, client_id): argument
23 self.test_counter = tc
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Di2c_lib.py21 def __init__(self, addr, tc, client_id): argument
23 self.test_counter = tc
Dwlan_deprecated_configuration_lib.py24 def __init__(self, addr, tc, client_id): argument
26 self.test_counter = tc
Dram_lib.py21 def __init__(self, addr, tc, client_id): argument
23 self.test_counter = tc
Dinput_report_lib.py21 def __init__(self, addr, tc, client_id): argument
23 self.test_counter = tc
Dbasemgr_lib.py25 def __init__(self, addr, tc, client_id): argument
27 self.test_counter = tc
Dsysinfo_lib.py21 def __init__(self, addr, tc, client_id): argument
23 self.test_counter = tc
Dkernel_lib.py21 def __init__(self, addr, tc, client_id): argument
23 self.test_counter = tc
Dhwinfo_lib.py23 def __init__(self, addr, tc, client_id): argument
25 self.test_counter = tc
Dlogging_lib.py23 def __init__(self, addr, tc, client_id): argument
25 self.test_counter = tc
Dbacklight_lib.py23 def __init__(self, addr, tc, client_id): argument
25 self.test_counter = tc
Dbase_lib.py39 def __init__(self, addr, tc, client_id): argument
41 self.test_counter = tc
Daudio_lib.py24 def __init__(self, addr, tc, client_id): argument
26 self.test_counter = tc
Dgpio_lib.py21 def __init__(self, addr, tc, client_id): argument
23 self.test_counter = tc
Dwlan_ap_policy_lib.py21 def __init__(self, addr, tc, client_id): argument
23 self.test_counter = tc
Dhardware_power_statecontrol_lib.py27 def __init__(self, addr, tc, client_id): argument
29 self.test_counter = tc
Dwlan_lib.py33 def __init__(self, addr, tc, client_id): argument
35 self.test_counter = tc
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dgatts_lib.py21 def __init__(self, addr, tc, client_id): argument
23 self.test_counter = tc
Dsdp_lib.py21 def __init__(self, addr, tc, client_id): argument
23 self.test_counter = tc
Dble_lib.py23 def __init__(self, addr, tc, client_id): argument
25 self.test_counter = tc
Drfcomm_lib.py21 def __init__(self, addr, tc, client_id): argument
23 self.test_counter = tc
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/netstack/
Dnetstack_lib.py21 def __init__(self, addr, tc, client_id): argument
23 self.test_counter = tc
/tools/asuite/asuite_plugin/src/java/com/android/atest/widget/
DAtestFastInputController.java64 final JTextComponent tc = (JTextComponent) mTestTarget.getEditor().getEditorComponent(); in linkCheckBoxWithTestTarget() local
65 tc.getDocument() in linkCheckBoxWithTestTarget()

12