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

  /test/vts/runners/target/gtest/
gtest_main.cpp 589 int64_t start_time_ns; member in struct:ChildProcInfo
653 child_proc.start_time_ns = NanoTime();
655 child_proc.start_time_ns + GetDeadlineInfo(test_name) * 1000000LL;
675 (current_time_ns - child_proc.start_time_ns) / 1000000;
802 child_proc.end_time_ns - child_proc.start_time_ns);
    [all...]
  /bionic/tests/
gtest_main.cpp 661 int64_t start_time_ns; member in struct:ChildProcInfo
722 child_proc.start_time_ns = NanoTime();
723 child_proc.deadline_end_time_ns = child_proc.start_time_ns + GetTimeoutMs(test_name) * 1000000LL;
740 int64_t run_time_ms = (current_time_ns - child_proc.start_time_ns) / 1000000;
862 testcase.SetTestTime(test_id, child_proc.end_time_ns - child_proc.start_time_ns);
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 935 void set_time(const Segment& segment, uint64_t start_time_ns,
    [all...]

Completed in 209 milliseconds