Searched refs:kTenthMicrosInMilliSecond (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc790 const DWORD kTenthMicrosInMilliSecond = 10000; local
801 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) -
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc771 const DWORD kTenthMicrosInMilliSecond = 10000; local
782 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) -
/external/gtest/src/
H A Dgtest.cc786 const DWORD kTenthMicrosInMilliSecond = 10000; local
797 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) -
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc771 const DWORD kTenthMicrosInMilliSecond = 10000; local
782 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) -
/external/mesa3d/src/gtest/src/
H A Dgtest.cc771 const DWORD kTenthMicrosInMilliSecond = 10000; local
782 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) -
/external/protobuf/gtest/src/
H A Dgtest.cc741 const DWORD kTenthMicrosInMilliSecond = 10000; local
752 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) -
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2270 const DWORD kTenthMicrosInMilliSecond = 10000; local
2281 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) -
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2270 const DWORD kTenthMicrosInMilliSecond = 10000; local
2281 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) -

Completed in 898 milliseconds