Home
last modified time | relevance | path

Searched defs:CurrentTime (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/base/
Dfaketaskrunner.h28 virtual int64_t CurrentTime() { in CurrentTime() function
Dtask.cc51 int64_t Task::CurrentTime() { in CurrentTime() function in rtc::Task
Dtask_unittest.cc101 virtual int64_t CurrentTime() { return GetCurrentTime(); } in CurrentTime() function in rtc::MyTaskRunner
491 virtual int64_t CurrentTime() { return GetCurrentTime(); } in CurrentTime() function in rtc::DeleteTestTaskRunner
/external/webrtc/webrtc/libjingle/xmpp/
Dxmpppump.cc52 int64_t XmppPump::CurrentTime() { in CurrentTime() function in buzz::XmppPump
/external/llvm/lib/Support/
DCachePruning.cpp57 sys::TimeValue CurrentTime = sys::TimeValue::now(); in prune() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCachePruning.cpp158 const auto CurrentTime = system_clock::now(); in pruneCache() local
/external/webrtc/webrtc/modules/audio_coding/test/
Dutility.cc77 void ACMTestTimer::CurrentTime(unsigned long& h, unsigned char& m, in CurrentTime() function in webrtc::ACMTestTimer
/external/walt/ios/WALT/
DWALTClient.m60 static int64_t CurrentTime(clock_serv_t clock) { function
/external/protobuf/src/google/protobuf/util/
Dtime_util.cc124 void CurrentTime(int64* seconds, int32* nanos) { in CurrentTime() function
/external/clang/lib/Frontend/
DCompilerInstance.cpp1228 time_t CurrentTime = time(nullptr); in pruneModuleCache() local