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

  /external/chromium_org/base/
pending_task.cc 18 is_high_res(false) {
30 is_high_res(false) {
pending_task.h 45 bool is_high_res; member in struct:base::PendingTask
  /ndk/tests/device/issue39680-chrono-resolution/jni/
issue39680-chrono-resolution.cpp 39 void printClockData (bool &is_high_res, bool &is_steady)
51 is_high_res = true;
56 is_high_res = false;
  /external/chromium_org/base/message_loop/
incoming_task_queue.cc 37 pending_task.is_high_res = true;
message_loop.cc 435 if (pending_task.is_high_res) {

Completed in 4109 milliseconds