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

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 649 const DWORD kTenthMicrosInMilliSecond = 10000;
660 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) -
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 771 const DWORD kTenthMicrosInMilliSecond = 10000;
782 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) -
    [all...]
  /external/gtest/src/
gtest.cc 771 const DWORD kTenthMicrosInMilliSecond = 10000;
782 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) -
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 771 const DWORD kTenthMicrosInMilliSecond = 10000;
782 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) -
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 741 const DWORD kTenthMicrosInMilliSecond = 10000;
752 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) -
    [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp     [all...]

Completed in 31 milliseconds