/external/autotest/client/site_tests/platform_MemoryPressure/ |
D | platform_MemoryPressure.py | 179 def run_realistic_memory_pressure_test(time_limit, tab_open_delay): argument 231 if time.time() > time_limit: 293 def run_simple_tab_discard_test(time_limit, tab_open_delay_seconds, bindir): argument 326 if time.time() > time_limit: 329 (n_tabs, time_limit - start_time)) 334 def run_quick_tab_discard_test(time_limit, bindir): argument 378 if time.time() > time_limit: 380 time_limit - start_time) 399 time_limit = time.time() + timeout_seconds 402 pkv = run_simple_tab_discard_test(time_limit, [all …]
|
/external/vboot_reference/tests/tpm_lite/ |
D | tpmtest_timing.c | 24 #define TTPM_CHECK(op, time_limit) do { \ argument 38 if (time > time_limit) { \ 39 printf(#op " exceeded " #time_limit " ms\n"); \
|
/external/ImageMagick/MagickCore/ |
D | resource.c | 104 time_limit; member 324 limit=resource_info.time_limit; in AcquireMagickResource() 800 resource=resource_info.time_limit; in GetMagickResourceLimit() 848 time_limit[MagickFormatExtent], in ListMagickResourceInfo() local 872 (void) CopyMagickString(time_limit,"unlimited",MagickFormatExtent); in ListMagickResourceInfo() 873 if (resource_info.time_limit != MagickResourceInfinity) in ListMagickResourceInfo() 874 (void) FormatLocaleString(time_limit,MagickFormatExtent,"%.20g",(double) in ListMagickResourceInfo() 875 ((MagickOffsetType) resource_info.time_limit)); in ListMagickResourceInfo() 891 (void) FormatLocaleFile(file," Time: %s\n",time_limit); in ListMagickResourceInfo() 991 limit=resource_info.time_limit; in RelinquishMagickResource() [all …]
|
/external/tensorflow/tensorflow/core/util/ |
D | stat_summarizer_options.h | 26 time_limit(10), in StatSummarizerOptions() 35 int time_limit; variable
|
D | stats_calculator.cc | 260 options_.time_limit); in GetOutputString()
|
/external/autotest/server/site_tests/power_BatteryChargeControl/ |
D | power_BatteryChargeControl.py | 37 time_limit = _MAX_HOURS * 60 * 60 40 max_run_time=time_limit,
|
/external/curl/tests/unit/ |
D | unit1606.c | 46 static int runawhile(long time_limit, in runawhile() argument 57 curl_easy_setopt(easy, CURLOPT_LOW_SPEED_TIME, time_limit); in runawhile()
|
/external/ply/ply/test/ |
D | testcpp.py | 29 def __test_preprocessing(self, in_, expected, time_limit = 1.0): argument 41 out = out_queue.get(timeout = time_limit)
|
/external/autotest/client/site_tests/suite_HWQual/ |
D | control.battery_charge_time | 24 time_limit = max_hours * 60 * 60 * percent_charge_delta / 100.0 29 max_run_time=time_limit,
|
/external/autotest/client/site_tests/power_BatteryCharge/ |
D | control.args | 40 time_limit = max_hours * 60 * 60 47 max_run_time=time_limit,
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/ |
D | recognize_commands.cc | 69 const int64_t time_limit = current_time_ms - average_window_duration_ms_; in ProcessLatestResults() local 71 previous_results_.front().time_ < time_limit) { in ProcessLatestResults()
|
/external/tensorflow/tensorflow/examples/speech_commands/ |
D | recognize_commands.cc | 58 const int64 time_limit = current_time_ms - average_window_duration_ms_; in ProcessLatestResults() local 59 while (previous_results_.front().first < time_limit) { in ProcessLatestResults()
|
/external/autotest/server/site_tests/sequences/ |
D | control.power_weekly | 61 time_limit = max_hours * 60 * 60 * percent_charge_delta / 100.0 66 max_run_time=time_limit,
|
/external/u-boot/cmd/ |
D | tpm_test.c | 410 #define TTPM_CHECK(op, time_limit) do { \ argument 422 if (time > (ulong)time_limit) { \ 423 printf("\t" #op " exceeded " #time_limit " ms\n"); \
|
/external/tensorflow/tensorflow/tools/benchmark/ |
D | benchmark_model.cc | 387 int time_limit = 10; in Main() local 420 Flag("time_limit", &time_limit, "how many items to show by time taken"), in Main() 516 stats_options.time_limit = time_limit; in Main()
|
/external/libaom/libaom/av1/encoder/ |
D | level.c | 462 const int64_t time_limit = AOMMAX(current_time - duration, 0); in count_frames() local 470 if (ts_start < time_limit) break; in count_frames()
|
/external/grpc-grpc/test/cpp/end2end/ |
D | async_end2end_test.cc | 431 std::chrono::system_clock::time_point time_limit( in TEST_P() local 440 Verifier().Expect(2, true).Verify(cq_.get(), time_limit); in TEST_P() 472 std::chrono::system_clock::time_point time_limit( in TEST_P() local 484 Verifier().Expect(2, true).Verify(cq_.get(), time_limit, lambda_2); in TEST_P()
|