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

  /test/vts/runners/target/gtest/
gtest_main.cpp 673 int64_t current_time_ns = NanoTime(); local
675 (current_time_ns - child_proc.start_time_ns) / 1000000;
710 int64_t current_time_ns = NanoTime(); local
713 if (child_proc_list[i].deadline_end_time_ns <= current_time_ns) {
716 child_proc_list[i].end_time_ns = current_time_ns;
    [all...]
  /bionic/tests/
gtest_main.cpp 739 int64_t current_time_ns = NanoTime(); local
740 int64_t run_time_ms = (current_time_ns - child_proc.start_time_ns) / 1000000;
773 int64_t current_time_ns = NanoTime(); local
776 if (child_proc_list[i].deadline_end_time_ns <= current_time_ns) {
779 child_proc_list[i].end_time_ns = current_time_ns;
    [all...]

Completed in 156 milliseconds