Home
last modified time | relevance | path

Searched refs:test_time (Results 1 - 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/locking/
H A Dlock_torture.sh32 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 Drcu_torture.sh23 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 Dparse_output.rb178 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 Dmain.py164 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 Dmkdir09.c26 static int test_time = 1; variable
120 sleep(test_time); in verify_mkdir()
/third_party/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c655 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 Dtest.rs53 mod test_time; modules
/third_party/protobuf/ruby/tests/
H A Dcommon_tests.rb1696 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 Dtest_strptime.py430 def test_time(self): member in StrptimeTests
H A Dtest_time.py66 def test_time(self): member in TimeTestCase
H A Dtest_xmlrpc.py490 def test_time(self): member in DateTimeTestCase
H A Dtest_logging.py4130 def test_time(self): member in FormatterTest
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py1558 def test_time(self): member in ConstructorTests

Completed in 32 milliseconds