Home
last modified time | relevance | path

Searched refs:HOST (Results 1 – 15 of 15) sorted by relevance

/tools/test/connectivity/acts/framework/tests/controllers/pdu_lib/synaccess/
Dnp02b_test.py26 HOST = '192.168.1.2' variable
50 tnhelper = _TNHelperNP02B(HOST)
63 tnhelper = _TNHelperNP02B(HOST)
75 tnhelper = _TNHelperNP02B(HOST)
86 tnhelper = _TNHelperNP02B(HOST)
98 np02b = PduDevice(HOST, None, None)
106 np02b = PduDevice(HOST, None, None)
116 np02b = PduDevice(HOST, None, None)
/tools/asuite/atest-py2/
Datest_arg_parser.py46 HOST = ('Run the test completely on the host without a device. ' variable
120 self.add_argument('--host', action='store_true', help=HOST)
254 HOST=HOST,
Datest.py188 'host': constants.HOST,
476 host_extra_args[constants.HOST] = True
478 if extra_args.get(constants.HOST):
Dconstants_default.py45 HOST = 'HOST' variable
/tools/asuite/atest/
Datest_arg_parser.py47 HOST = ('Run the test completely on the host without a device. ' variable
135 self.add_argument('--host', action='store_true', help=HOST)
302 HOST=HOST,
Datest.py193 'host': constants.HOST,
495 host_extra_args[constants.HOST] = True
497 if extra_args.get(constants.HOST):
Dconstants_default.py47 HOST = 'HOST' variable
/tools/tradefederation/prebuilts/test_harness/
DAndroid.mk27 …radefed_dist_host_jars), $(call intermediates-dir-for,JAVA_LIBRARIES,$(m),HOST,COMMON)/javalib.jar…
32 tradefed_dist_intermediates := $(call intermediates-dir-for,PACKAGING,tradefed_dist,HOST,COMMON)
/tools/test/graphicsbenchmark/
DAndroid.mk38 $(call intermediates-dir-for,JAVA_LIBRARIES,$(m),HOST,COMMON)/javalib.jar:gamecore/bin/$(m).jar)
54 gamecore_dist_intermediates := $(call intermediates-dir-for,PACKAGING,gamecore_dist,HOST,COMMON)
/tools/repohooks/tools/
Dandroid_test_mapping_format.py45 HOST = 'host' variable
121 if not isinstance(test.get(HOST, False), bool):
/tools/test/connectivity/acts/framework/acts/controllers/
Dnative.py23 HOST = os.environ.get('AP_HOST', None) variable
/tools/asuite/atest-py2/test_runners/
Datest_tf_test_runner.py369 if constants.HOST == arg:
Datest_tf_test_runner_unittest.py443 self.tr.generate_run_commands([], {constants.HOST: True}),
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py562 if constants.HOST == arg:
Datest_tf_test_runner_unittest.py459 self.tr.generate_run_commands([], {constants.HOST: True}),