/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 | 170 void swapAndCleanStatsMap(bool expectSynchronized, int seconds) { in swapAndCleanStatsMap() argument 173 while (((double)(std::clock() - start) / CLOCKS_PER_SEC) < seconds) { in swapAndCleanStatsMap() 201 EXPECT_GE(seconds, (double)(std::clock() - start) / CLOCKS_PER_SEC) 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/vti/test_serving/gae/webapp/src/endpoint/ |
D | job_queue_test.py | 129 datetime.timedelta(seconds=1)) 149 datetime.timedelta(seconds=1))
|
/test/vts-testcase/hal/treble/vintf/ |
D | VtsTrebleVintfTestBase.cpp | 98 auto timeout = std::chrono::seconds(1); in ForEachHalInstance() 138 max_time = std::chrono::seconds(1); in GetHalService()
|
/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/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…
|
/test/suite_harness/tools/dex-tools/dex/ |
D | classes0.out.dex | 92553 org.bouncycastle.asn1.DERInteger seconds
|
D | classes.out.dex | 114174 public static final int seconds
|