Home
last modified time | relevance | path

Searched defs:end_time (Results 1 – 25 of 110) sorted by relevance

12345

/external/autotest/server/lib/
Dstatus_history.py140 def __init__(self, start_time, end_time): argument
231 def get_tasks(cls, afe, host_id, start_time, end_time): argument
258 def get_status_task(cls, afe, host_id, end_time): argument
340 def get_hqes(cls, afe, host_id, start_time, end_time): argument
441 def get_host_history(cls, afe, hostname, start_time, end_time): argument
462 def get_multiple_histories(cls, afe, start_time, end_time, labels=()): argument
485 def __init__(self, afe, afehost, start_time, end_time): argument
498 def _get_history(self, start_time, end_time): argument
635 def get_diagnosis_interval(host_id, end_time, success): argument
682 def get_status_task(host_id, end_time): argument
/external/openscreen/platform/test/
Dtrace_logging_helpers.h63 Clock::time_point end_time, in ValidateTraceTimestampDiff()
75 Clock::time_point end_time, in ValidateTraceErrorCode()
89 Clock::time_point end_time, in ValidateTraceIdHierarchyOnSyncTrace()
/external/autotest/site_utils/
Djob_history.py125 def try_get(self, host_id, job_id, start_time, end_time): argument
141 def update(self, host_id, start_time, end_time): argument
161 def __init__(self, tasks=[], start_time=None, end_time=None): argument
168 def try_get(self, job_id, start_time, end_time): argument
Dbalance_pools.py190 def __init__(self, afe, pool, labels, start_time, end_time): argument
202 def _get_hosts(self, afe, start_time, end_time): argument
374 def _balance_model(arguments, afe, pool, labels, start_time, end_time): argument
/external/openscreen/util/trace_logging/
Dscoped_trace_operations.cc22 auto end_time = Clock::now(); in TraceAsyncEnd() local
115 auto end_time = Clock::now(); in ~SynchronousTraceLogger() local
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py57 def _get_server_status(self, start_time, end_time, port, cores): argument
134 def _get_client_status(self, start_time, end_time, qps_data): argument
/external/protobuf/src/google/protobuf/stubs/
Dtime_test.cc95 int64 start_time, end_time; in TEST() local
219 int64 start_time, end_time; in TEST() local
/external/libchrome/base/task/sequence_manager/test/
Dtest_task_time_observer.h17 void DidProcessTask(TimeTicks start_time, TimeTicks end_time) override {} in DidProcessTask()
/external/vboot_reference/tests/
Dtimer_utils.h15 struct timespec end_time; member
/external/llvm-project/lldb/test/API/commands/expression/timeout/
Dwait-a-while.cpp12 auto end_time = std::chrono::system_clock::now() + std::chrono::microseconds(microseconds); in wait_a_while() local
/external/autotest/client/tests/disktest/src/
Ddisktest.c135 void write_file(unsigned int end_time, int random_access) in write_file()
167 void verify_file(unsigned int end_time, int random_access, int direct) in verify_file()
247 time_t start_time, end_time; in main() local
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dsampler.py167 def end_last_fb_state(self, pipe, fb, end_time): argument
239 def end_state(self, end_time): argument
275 def end(self, end_time): argument
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dtraceme_recorder_test.cc45 int64 end_time = start_time + SecondsToNanos(1); in TEST() local
85 int64 end_time = start_time + SecondsToNanos(1); in TEST() local
/external/openscreen/cast/streaming/
Dbandwidth_estimator.h122 Clock::time_point end_time() const { in end_time() function
/external/libchrome/base/synchronization/
Dwaitable_event_perftest.cc41 bool TimedWaitUntil(const TimeTicks& end_time) { in TimedWaitUntil()
161 TimeTicks end_time = TimeTicks::Now() + TimeDelta::FromSeconds(1); in TEST() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DDumpCoverage.java40 long end_time = System.currentTimeMillis(); in main() local
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_sw.h41 uint64_t begin_time, end_time; member
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbindings_perftest.cc114 const MojoTimeTicks end_time = MojoGetTimeTicksNow(); in TEST_F() local
129 const MojoTimeTicks end_time = MojoGetTimeTicksNow(); in TEST_F() local
271 base::TimeTicks end_time = base::TimeTicks::Now(); in TEST_F() local
/external/libaom/libaom/aom_dsp/
Dgrain_table.c183 int64_t end_time, in aom_film_grain_table_append()
202 int64_t end_time, int erase, in aom_film_grain_table_lookup()
Dgrain_table.h43 int64_t end_time; member
/external/autotest/site_utils/sponge_lib/
Dautotest_job_info.py62 def end_time(self): member in AutotestJobInfo
153 def end_time(self): member in AutotestTaskInfo
/external/autotest/client/tests/tracing_microbenchmark/src/
Dgetuid_microbench.c27 struct timespec start_time, end_time, elapsed_time; in main() local
/external/mesa3d/src/util/
Dos_time.c157 int64_t end_time = start_time + timeout; in os_wait_until_zero() local
/external/autotest/frontend/afe/
Drpc_interface.py1391 def get_host_queue_entries(start_time=None, end_time=None, **filter_data): argument
1405 def get_num_host_queue_entries(start_time=None, end_time=None, **filter_data): argument
1515 def get_status_task(host_id, end_time): argument
1542 def get_host_status_task(host_id, end_time): argument
1570 def get_host_diagnosis_interval(host_id, end_time, success): argument
1610 end_time=None): argument
1642 end_time=None): argument
/external/libbrillo/policy/
Ddevice_policy.h53 base::TimeDelta end_time; member

12345