Home
last modified time | relevance | path

Searched defs:GetCurrentTime (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/common/
Dsystem_utils_linux.cpp48 double GetCurrentTime() in GetCurrentTime() function
Dsystem_utils_mac.cpp56 double GetCurrentTime() in GetCurrentTime() function
Dsystem_utils_win.cpp59 double GetCurrentTime() in GetCurrentTime() function
/external/protobuf/src/google/protobuf/stubs/
Dtime.cc264 void GetCurrentTime(int64* seconds, int32* nanos) { in GetCurrentTime() function
/external/webrtc/webrtc/base/
Dtask_unittest.cc34 static int64_t GetCurrentTime() { in GetCurrentTime() function
/external/protobuf/src/google/protobuf/util/
Dtime_util.cc170 Timestamp TimeUtil::GetCurrentTime() { in GetCurrentTime() function in google::protobuf::util::TimeUtil
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py193 def GetCurrentTime(self): member in Timestamp