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

  /external/v8/src/base/platform/
time.cc 457 virtual bool IsHighResolution() = 0;
512 bool IsHighResolution() override { return true; }
546 bool IsHighResolution() override { return false; }
601 return high_res_tick_clock.Pointer()->IsHighResolution();
  /system/bt/vendor_libs/test_vendor_lib/src/
hci_transport.cc 144 if (!base::TimeTicks::IsHighResolution()) {
  /external/libchrome/base/time/
time_mac.cc 227 bool TimeTicks::IsHighResolution() {
time_posix.cc 315 bool TimeTicks::IsHighResolution() {
time.h 649 // IsHighResolution() returns false, the resolution of the clock could be
658 static bool IsHighResolution();
663 // IsHighResolution() returns false.
time_unittest.cc 601 // IsHighResolution() is false on some systems. Since the product still works
603 if (!TimeTicks::IsHighResolution())
    [all...]
  /external/libweave/third_party/chromium/base/time/
time_posix.cc 295 bool TimeTicks::IsHighResolution() {
time.h 623 // IsHighResolution() returns false, the resolution of the clock could be
632 static bool IsHighResolution();
637 // IsHighResolution() returns false.
time_unittest.cc 379 // IsHighResolution() is false on some systems. Since the product still works
381 if (!TimeTicks::IsHighResolution())
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 1865 milliseconds