Home
last modified time | relevance | path

Searched defs:CLIENT (Results 1 – 6 of 6) sorted by relevance

/external/autotest/
Dglobal_config.ini110 [CLIENT] section
111 drop_caches: False
112 drop_caches_between_iterations: False
115 output_dir:
120 dns_zone: cros.corp.google.com
122 http_proxy:
123 https_proxy:
126 metadata_index:
128 android_board_name_bat:bat_land
129 android_board_name_dragon:ryu
[all …]
/external/autotest/cli/
Dtest_unittest.py13 CLIENT = control_data.CONTROL_TYPE_NAMES.CLIENT variable
Djob_unittest.py18 CLIENT = control_data.CONTROL_TYPE_NAMES.CLIENT variable
Dhost_unittest.py18 CLIENT = control_data.CONTROL_TYPE_NAMES.CLIENT variable
/external/autotest/frontend/afe/
Drpc_interface_unittest.py28 CLIENT = control_data.CONTROL_TYPE_NAMES.CLIENT variable
/external/conscrypt/testing/src/main/java/libcore/java/security/
DTestKeyStore.java139 private static TestKeyStore CLIENT; field in TestKeyStore