Home
last modified time | relevance | path

Searched refs:time_limit (Results 1 – 17 of 17) sorted by relevance

/external/autotest/client/site_tests/platform_MemoryPressure/
Dplatform_MemoryPressure.py179 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/
Dtpmtest_timing.c24 #define TTPM_CHECK(op, time_limit) do { \ argument
38 if (time > time_limit) { \
39 printf(#op " exceeded " #time_limit " ms\n"); \
/external/ImageMagick/MagickCore/
Dresource.c104 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/
Dstat_summarizer_options.h26 time_limit(10), in StatSummarizerOptions()
35 int time_limit; variable
Dstats_calculator.cc260 options_.time_limit); in GetOutputString()
/external/autotest/server/site_tests/power_BatteryChargeControl/
Dpower_BatteryChargeControl.py37 time_limit = _MAX_HOURS * 60 * 60
40 max_run_time=time_limit,
/external/curl/tests/unit/
Dunit1606.c46 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/
Dtestcpp.py29 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/
Dcontrol.battery_charge_time24 time_limit = max_hours * 60 * 60 * percent_charge_delta / 100.0
29 max_run_time=time_limit,
/external/autotest/client/site_tests/power_BatteryCharge/
Dcontrol.args40 time_limit = max_hours * 60 * 60
47 max_run_time=time_limit,
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
Drecognize_commands.cc69 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/
Drecognize_commands.cc58 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/
Dcontrol.power_weekly61 time_limit = max_hours * 60 * 60 * percent_charge_delta / 100.0
66 max_run_time=time_limit,
/external/u-boot/cmd/
Dtpm_test.c410 #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/
Dbenchmark_model.cc387 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/
Dlevel.c462 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/
Dasync_end2end_test.cc431 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()