Searched refs:test_time (Results 1 - 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/locking/ |
H A D | lock_torture.sh | 32 test_time=60 42 t) test_time=$OPTARG ;; 70 est_time=$(echo "scale=2; $test_time * $TST_TOTAL / 60 " | bc) 75 tst_resm TINFO "$type: running $test_time sec..." 80 sleep $test_time
|
/third_party/ltp/testcases/kernel/device-drivers/rcu/ |
H A D | rcu_torture.sh | 23 test_time=30 36 t) test_time=$2 ;; 58 tst_res TINFO "$rcu_type-torture: running $test_time sec..." 69 sleep $test_time
|
/third_party/unity/auto/ |
H A D | parse_output.rb | 178 test_time = get_test_time(array[last_item]) 181 printf "%-40s PASS %10d ms\n", test_name, test_time 185 push_xml_output_passed(test_name, test_time) if @xml_out 195 test_time = get_test_time(array[last_item]) 211 printf "%-40s FAILED %10d ms\n", test_name, test_time 213 push_xml_output_failed(test_name, reason, test_time) if @xml_out 223 test_time = get_test_time(array[last_item]) 239 printf "%-40s IGNORED %10d ms\n", test_name, test_time 241 push_xml_output_ignored(test_name, reason, test_time) if @xml_out
|
/third_party/python/Lib/test/libregrtest/ |
H A D | main.py | 164 test_time = time.monotonic() - self.start_time 166 mins, secs = divmod(int(test_time), 60) 168 test_time = "%d:%02d:%02d" % (hours, mins, secs) 170 line = f"{test_time} {line}" 423 for test_time, test in self.test_times[:10]: 424 print("- %s: %s" % (test, format_duration(test_time))) 489 test_time = time.monotonic() - start_time 490 if test_time >= PROGRESS_MIN_TIME: 491 previous_test = "%s in %s" % (previous_test, format_duration(test_time))
|
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
H A D | mkdir09.c | 26 static int test_time = 1; variable 120 sleep(test_time); in verify_mkdir()
|
/third_party/ltp/testcases/kernel/mem/mtest05/ |
H A D | mmstress.c | 655 int test_time = 0; in main() local 694 test_time = atoi(optarg)); in main() 714 set_timer(test_time); in main()
|
/third_party/rust/crates/nix/test/ |
H A D | test.rs | 53 mod test_time; modules
|
/third_party/protobuf/ruby/tests/ |
H A D | common_tests.rb | 1696 def test_time(year, month, day) method in test_converts_time 1704 test_time(year, 2, 28) 1705 test_time(year, 3, 01)
|
/third_party/python/Lib/test/ |
H A D | test_strptime.py | 430 def test_time(self): member in StrptimeTests
|
H A D | test_time.py | 66 def test_time(self): member in TimeTestCase
|
H A D | test_xmlrpc.py | 490 def test_time(self): member in DateTimeTestCase
|
H A D | test_logging.py | 4130 def test_time(self): member in FormatterTest
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_dbapi.py | 1558 def test_time(self): member in ConstructorTests
|
Completed in 24 milliseconds