/test/vts/utils/python/common/ |
D | timeout_utils.py | 30 def timeout(seconds, message=os.strerror(errno.ETIME), no_exception=False): argument 51 if seconds > 0: 53 signal.alarm(seconds)
|
/test/vti/test_serving/gae/webapp/src/scheduler/ |
D | job_heartbeat_test.py | 91 seconds=job_heartbeat.JOB_RESPONSE_TIMEOUT_SECONDS + 5)) 94 seconds=job_heartbeat.JOB_RESPONSE_TIMEOUT_SECONDS + 5)) 100 seconds=job_heartbeat.JOB_RESPONSE_TIMEOUT_SECONDS - 5)) 103 seconds=job_heartbeat.JOB_RESPONSE_TIMEOUT_SECONDS - 5))
|
D | device_heartbeat.py | 53 ).seconds >= DEVICE_RESPONSE_TIMEOUT_SECONDS
|
D | job_heartbeat.py | 58 job_timestamp).seconds >= JOB_RESPONSE_TIMEOUT_SECONDS:
|
/test/vti/test_serving/gae/webapp/src/testing/ |
D | unittest_base.py | 310 def PassTime(self, hours=0, minutes=0, seconds=0): argument 321 if not hours and not minutes and not seconds: 329 hours=hours, minutes=minutes, seconds=seconds) 332 hours=hours, minutes=minutes, seconds=seconds)
|
/test/vts-testcase/kernel/api/bpf_native_test/ |
D | BpfTest.cpp | 176 void swapAndCleanStatsMap(bool expectSynchronized, int seconds) { in swapAndCleanStatsMap() argument 182 1000) < seconds) { in swapAndCleanStatsMap() 214 EXPECT_GE(seconds, (double)(msec.count() / 1000.0)) in swapAndCleanStatsMap()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | MetadataReporter.java | 146 metadata.seconds = duration / 1000; // convert to second for reporting in testEnded() 174 long seconds; field in MetadataReporter.TestMetadata 224 writer.value(metadata.seconds); in tryWriteToFile()
|
/test/vts-testcase/hal/treble/vintf/ |
D | VtsTrebleVintfTestBase.cpp | 101 auto timeout = std::chrono::seconds(1); in ForEachHidlHalInstance() 123 auto timeout = std::chrono::seconds(1); in ForEachAidlHalInstance() 158 auto max_time = std::chrono::seconds(1); in GetHalService()
|
/test/vti/test_serving/gae/webapp/src/endpoint/ |
D | job_queue_test.py | 129 datetime.timedelta(seconds=1)) 149 datetime.timedelta(seconds=1))
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_sleep.py | 50 time.sleep(int(args.seconds[0]))
|
/test/vts/proto/ |
D | TestSchedulingPolicyMessage.proto | 42 // period in seconds (for TEST_SCHEDULING_MODE_PERIODIC).
|
/test/vts-testcase/hal/thermal/V1_0/target_stress/ |
D | thermal_hidl_stress_test.cpp | 55 status = cv_.wait_until(lock, now + std::chrono::seconds(TIMEOUT_PERIOD)); in wait()
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/ |
D | CmdUtil.java | 36 public interface ISleeper { public void sleep(int seconds) throws InterruptedException; } in sleep() argument
|
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/util/ |
D | CmdUtilTest.java | 46 public void sleep(int seconds) throws InterruptedException { in sleep() argument
|
/test/vts/runners/host/ |
D | logger.py | 92 t = t + datetime.timedelta(seconds=delta)
|
/test/vts-testcase/kernel/encryption/ |
D | metadata_encryption_tests.cpp | 208 std::chrono::seconds(5))) { in CreateTestDevice()
|
/test/vti/dashboard/ |
D | build.gradle | 155 "-Dappengine.fullscan.seconds=5"
|
D | README.md | 221 7. In a few seconds you see the following message:
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …seconds(),2)}),j("Hmm",0,0,function(){return""+this.hours()+z(this.minutes(),2)}),j("Hmmss",0,0,fu…
|