Home
last modified time | relevance | path

Searched defs:test_time (Results 1 – 11 of 11) sorted by relevance

/external/autotest/client/site_tests/power_StatsUSB/
Dpower_StatsUSB.py14 def run_once(self, test_time=60): argument
/external/chromium-trace/catapult/third_party/Paste/tests/test_util/
Dtest_datetimeutil.py28 def test_time(): function
/external/autotest/client/site_tests/power_StatsCPUIdle/
Dpower_StatsCPUIdle.py14 def run_once(self, test_time=60): argument
/external/autotest/client/site_tests/power_StatsCPUFreq/
Dpower_StatsCPUFreq.py14 def run_once(self, test_time=60): argument
/external/autotest/client/tests/netperf2/
Dnetperf2.py37 test_time = 15, stream_list = [1], test_specific_args = '', argument
140 def client(self, server_ip, test, test_time, num_streams, argument
/external/autotest/server/cros/network/
Dnetperf_runner.py448 def __init__(self, test_type, test_time=DEFAULT_TEST_TIME): argument
/external/netperf/src/
Dnetsh.c148 test_time = 10, /* test ends by time */ variable
/external/compiler-rt/test/dfsan/
Dcustom.cc523 void test_time() { in test_time() function
/external/libchrome/base/
Dtracked_objects_unittest.cc109 static void SetTestTime(unsigned int test_time) { test_time_ = test_time; } in SetTestTime()
/external/autotest/frontend/afe/
Drpc_interface.py561 test_time=None, test_category=None, description=None, argument
Dmodels.py803 test_time = dbmodels.SmallIntegerField(choices=TestTime.choices(), variable in Test