Home
last modified time | relevance | path

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

123

/external/autotest/server/lib/
Dstatus_history.py147 def __init__(self, start_time, end_time): argument
238 def get_tasks(cls, afe, host_id, start_time, end_time): argument
265 def get_status_task(cls, afe, host_id, end_time): argument
358 def get_hqes(cls, afe, host_id, start_time, end_time): argument
470 def get_host_history(cls, afe, hostname, start_time, end_time): argument
491 def get_multiple_histories(cls, afe, start_time, end_time, argument
526 def __init__(self, afe, afehost, start_time, end_time): argument
539 def _get_history(self, start_time, end_time): argument
669 def get_diagnosis_interval(host_id, end_time, success): argument
716 def get_status_task(host_id, end_time): argument
/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.py173 def __init__(self, afe, board, pool, start_time, end_time): argument
183 def _get_hosts(self, afe, start_time, end_time): argument
313 def _balance_board(arguments, afe, board, pool, start_time, end_time): argument
/external/vboot_reference/tests/
Dtimer_utils.h15 struct timespec end_time; member
/external/libchrome/base/trace_event/
Dtrace_event_synthetic_delay.cc114 TimeTicks end_time; in End() local
125 void TraceEventSyntheticDelay::EndParallel(TimeTicks end_time) { in EndParallel()
139 void TraceEventSyntheticDelay::ApplyDelay(TimeTicks end_time) { in ApplyDelay()
/external/protobuf/src/google/protobuf/stubs/
Dtime_test.cc95 int64 start_time, end_time; in TEST() local
166 int64 start_time, end_time; in TEST() local
/external/libmojo/mojo/public/cpp/bindings/tests/
Dbindings_perftest.cc111 const MojoTimeTicks end_time = MojoGetTimeTicksNow(); in TEST_F() local
126 const MojoTimeTicks end_time = MojoGetTimeTicksNow(); in TEST_F() local
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_sw.h43 uint64_t begin_time, end_time; member
/external/libmojo/mojo/edk/system/
Dwaiter.cc69 const base::TimeTicks end_time = in Wait() 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/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/tests/tracing_microbenchmark/src/
Dgetuid_microbench.c27 struct timespec start_time, end_time, elapsed_time; in main() local
/external/mesa3d/src/gallium/auxiliary/os/
Dos_time.c150 int64_t end_time = start_time + timeout; in os_wait_until_zero() local
/external/autotest/site_utils/sponge_lib/
Dautotest_job_info.py62 def end_time(self): member in AutotestJobInfo
152 def end_time(self): member in AutotestTaskInfo
/external/googletest/googletest/samples/
Dsample5_unittest.cc75 const time_t end_time = time(NULL); in TearDown() local
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
Dsample5_unittest.cc75 const time_t end_time = time(NULL); in TearDown() local
/external/v8/testing/gtest/samples/
Dsample5_unittest.cc75 const time_t end_time = time(NULL); in TearDown() local
/external/protobuf/gtest/samples/
Dsample5_unittest.cc75 const time_t end_time = time(NULL); in TearDown() local
/external/autotest/utils/
Dsite_check_dut_usage.py28 def __init__(self, start_time, end_time, label, hostname, list_hostnames): argument
/external/google-breakpad/src/testing/gtest/samples/
Dsample5_unittest.cc75 const time_t end_time = time(NULL); in TearDown() local
/external/v8/src/base/platform/
Dcondition-variable.cc105 Time end_time = now + rel_time; in WaitFor() local
/external/autotest/frontend/afe/
Drpc_interface.py1228 def get_host_queue_entries(start_time=None, end_time=None, **filter_data): argument
1242 def get_num_host_queue_entries(start_time=None, end_time=None, **filter_data): argument
1352 def get_status_task(host_id, end_time): argument
1379 def get_host_status_task(host_id, end_time): argument
1407 def get_host_diagnosis_interval(host_id, end_time, success): argument
1447 end_time=None): argument
1479 end_time=None): argument
1913 def get_host_history(start_time, end_time, hosts=None, board=None, pool=None): argument
/external/libmojo/mojo/public/cpp/test_support/lib/
Dtest_utils.cc84 MojoTimeTicks end_time; in IterateAndReportPerf() local
/external/ltp/testcases/kernel/syscalls/times/
Dtimes03.c72 time_t start_time, end_time; in generate_stime() local
/external/libchrome/base/process/
Dkill_posix.cc110 TimeTicks end_time = TimeTicks::Now() + wait; in WaitForProcessesToExit() local

123