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

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc649 const DWORD kTenthMicrosInMilliSecond = 10000; local
660 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) -
/external/chromium/testing/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.cc771 const DWORD kTenthMicrosInMilliSecond = 10000; local
782 now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) -
/external/llvm/utils/unittest/googletest/
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) -

Completed in 120 milliseconds