/external/autotest/client/bin/ |
harness_simple.py | 2 The simple harness interface 7 import os, harness, time namespace 9 class harness_simple(harness.harness): 11 The simple server harness
|
harness_unittest.py | 5 from autotest_lib.client.bin import harness, harness_standalone, harness_ABAT namespace 23 harness.select(None, job, harness_args) 33 harness.select('standalone', job, harness_args) 43 harness.select('ABAT', job, harness_args)
|
harness_standalone.py | 1 """The standalone harness interface 9 import os, harness, shutil, logging namespace 11 class harness_standalone(harness.harness): 12 """The standalone server harness
|
harness_autoserv.py | 4 from autotest_lib.client.bin import harness namespace 7 class harness_autoserv(harness.harness): 9 The server harness for running from autoserv 52 fifo_dir = autotemp.tempdir(suffix='-fifo', unique_id='harness',
|
harness_ABAT.py | 1 """The ABAT harness interface 9 import os, harness, time, re namespace 40 class harness_ABAT(harness.harness): 41 """The ABAT server harness
|
harness.py | 1 """The harness interface 11 class harness(object): class in inherits:object 12 """The NULL server harness 90 logging.debug('Selected harness: %s' % which)
|
job_unittest.py | 6 from autotest_lib.client.bin import job, boottool, config, sysinfo, harness namespace 52 - set(['control', 'bootloader', 'harness'])) 78 self.god.stub_function_to_return(job.harness, 'select', stub_harness()) 84 harness = 'stub' variable in class:test_init_minimal_options.call_init.options 151 self.god.stub_function(harness, 'select') 183 my_harness = self.god.create_mock_class(harness.harness, 185 harness.select.expect_call(None, 242 options.harness = None 284 options.harness = Non [all...] |
site_job.py | 59 self.harness.run_reboot()
|
job.py | 12 from autotest_lib.client.bin import profilers, boottool, harness namespace 40 self.harness.run_test_complete when the method exits, if appropriate.""" 46 self.harness.run_test_complete() 80 harness 102 harness_type: An alternative server harness. [None] 173 self.harness and of course self._logger. 192 _harness = self.handle_persistent_option(options, 'harness') 195 self.harness = harness.select(_harness, self, _harness_args) 202 # send the entry to the job harness [all...] |
setup_job_unittest.py | 54 'drop_caches_between_iterations', 'harness', 'hosts', 'logging', 78 harness = 'stub' variable in class:test_init_minimal_options.call_init.options
|
/external/autotest/tko/parsers/test/ |
execute_parser.py | 29 harness = scenario_base.new_parser_harness(results_dirpath) 31 parser_result = harness.execute()
|
new_scenario.py | 16 While much is done automatically, a scenario harness is meant to 86 harness = scenario_base.new_parser_harness(copied_dirpath) 88 parser_result = harness.execute() 101 status_version=harness.status_version,
|
scenario_base.py | 168 """Harness for objects related to the parser. 220 self.harness = None 225 self.harness = new_parser_harness(self.results_dirpath) 235 self.skipIf(not self.harness) 237 self.harness.status_version, self.expected_status_version)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/ |
test_resumable_uploads.py | 111 harness = CallbackTestHarness() 120 small_src_file, cb=harness.call, 142 harness = CallbackTestHarness(exception=exception) 148 small_src_file, cb=harness.call, 160 harness = CallbackTestHarness(exception=exception) 166 small_src_file, cb=harness.call, 177 harness = CallbackTestHarness( 185 small_src_file, cb=harness.call, 197 harness = CallbackTestHarness() 205 small_src_file, cb=harness.call [all...] |
test_resumable_downloads.py | 93 harness = CallbackTestHarness() 102 dst_fp, cb=harness.call, 122 harness = CallbackTestHarness(exception=exception) 127 dst_fp, cb=harness.call, 140 harness = CallbackTestHarness(exception=exception) 145 dst_fp, cb=harness.call, 157 harness = CallbackTestHarness( 164 dst_fp, cb=harness.call, 176 harness = CallbackTestHarness() 184 dst_fp, cb=harness.call [all...] |
/external/webrtc/webrtc/base/ |
signalthread_unittest.cc | 21 SlowSignalThread(SignalThreadTest* harness) : harness_(harness) { 29 const SignalThreadTest* harness() { return harness_; } function in class:SignalThreadTest::SlowSignalThread 64 EXPECT_EQ(t->harness(), this); 101 explicit OwnerThread(SignalThreadTest* harness) 102 : harness_(harness),
|
/external/autotest/tko/parsers/test/templates/ |
base.py | 27 fresh_parser_result = self.harness.execute()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
section7.d | 4 # test harness translates ".text" into "P" for the RX...
|
/cts/tools/ |
Android.mk | 15 # Build the CTS harness 33 .PHONY: cts-harness 34 cts-harness : $(cts_prebuilt_jar)
|
/external/chromium-trace/catapult/third_party/Paste/tests/ |
test_fileapp.py | 25 harness = TestApp(DataApp(b'mycontent')) 26 res = harness.get("/") 30 harness.app.set_content(b"bingles") 31 assert "<Response 200 OK 'bingles'>" == repr(harness.get("/")) 84 harness = TestApp(DataApp(b'mycontent')) 85 res = harness.get("/") 88 res = harness.get("/",headers={'if-modified-since': last_modified}) 90 res = harness.get("/",headers={'if-modified-since': last_modified + \ 93 res = harness.get("/",status=400, 96 res = harness.get("/",status=400 [all...] |
/external/autotest/server/ |
prebuild.py | 43 harness = 'autoserv' variable in class:init_test.options
|
/external/v8/test/test262/ |
testcfg.py | 45 TEST_262_HARNESS_PATH = ["data", "harness"] 103 self.harness = [os.path.join(self.harnesspath, f) 105 self.harness += [os.path.join(self.root, "harness-adapt.js")] 127 return (testcase.flags + context.mode_flags + self.harness +
|
/external/autotest/site_utils/autoupdate/ |
full_release_test_test.py | 76 """Tests for the full_release_test.py test harness."""
|
/external/webrtc/webrtc/tools/e2e_quality/audio/ |
run_audio_test.py | 43 parser.add_option('--harness', 46 help='path to audio harness executable') 64 # need to do this rather than select the devices directly through the harness 75 command = [options.harness, '--render=' + options.rec_sink,
|
/external/icu/icu4c/source/test/hdrtst/ |
Makefile.in | 108 @echo Building test harness for header files in ../../common and ../../i18n
|