Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/power_StatsCPUFreq/
Dpower_StatsCPUFreq.py14 def run_once(self, test_time=60): argument
/external/autotest/client/site_tests/power_StatsCPUIdle/
Dpower_StatsCPUIdle.py14 def run_once(self, test_time=60): argument
/external/autotest/client/site_tests/power_StatsUSB/
Dpower_StatsUSB.py14 def run_once(self, test_time=60): argument
/external/ltp/testcases/kernel/syscalls/select/
Dselect02.c64 long test_time = 0; /* in usecs */ in main() local
Dselect01.c66 long test_time = 0; /* in usecs */ in main() local
Dselect03.c68 long test_time = 0; /* in usecs */ in main() local
/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/python/cpython2/Lib/test/
Dtest_genericpath.py86 def test_time(self): member in GenericTest
Dtest_strptime.py340 def test_time(self): member in StrptimeTests
Dtest_xmlrpc.py253 def test_time(self): member in DateTimeTestCase
/external/ltp/testcases/kernel/syscalls/mkdir/
Dmkdir09.c79 static int test_time = 5; variable
/external/ltp/testcases/kernel/mem/mtest05/
Dmmstress.c637 int test_time = 0; in main() local
/external/netperf/src/
Dnetsh.c148 test_time = 10, /* test ends by time */ variable
/external/autotest/server/cros/network/
Dnetperf_runner.py448 def __init__(self, test_type, test_time=DEFAULT_TEST_TIME): argument
/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/
Dmodels.py833 test_time = dbmodels.SmallIntegerField(choices=TestTime.choices(), variable in Test