HomeSort by relevance Sort by last modified time
    Searched refs:deadline_end_time_ns (Results 1 - 2 of 2) sorted by null

  /test/vts/runners/target/gtest/
gtest_main.cpp 592 deadline_end_time_ns; // The time when the test is thought of as timeout. member in struct:ChildProcInfo
654 child_proc.deadline_end_time_ns =
713 if (child_proc_list[i].deadline_end_time_ns <= current_time_ns) {
    [all...]
  /bionic/tests/
gtest_main.cpp 645 int64_t deadline_end_time_ns; // The time when the test is thought of as timeout. member in struct:ChildProcInfo
705 child_proc.deadline_end_time_ns = child_proc.start_time_ns + GetTimeoutMs(test_name) * 1000000LL;
758 if (child_proc_list[i].deadline_end_time_ns <= current_time_ns) {
    [all...]

Completed in 94 milliseconds