Searched defs:StartTime (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dpr9130.cpp4 virtual int StartTime() { function in class:nsOggCodecState
/external/llvm/lib/Support/
H A DProcess.cpp55 static TimeValue &StartTime = *new TimeValue(TimeValue::now()); local
56 return TimeValue::now() - StartTime;
/external/netperf/
H A Dnetcpu_ntperf.c97 LARGE_INTEGER StartTime; member in struct:sPerfObj
236 PerfCntrs->StartTime = PerfCntrs->EndTime;
340 PerfCntrs->StartTime.QuadPart;
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dclock.cc192 FILETIME StartTime; variable
198 get_time(_helpTimer, StartTime);
200 Time = (((uint64_t) StartTime.dwHighDateTime) << 32) +
201 (uint64_t) StartTime.dwLowDateTime;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_dd.c778 struct timeval StartTime; member in struct:xmesa_query_object
799 (void) gettimeofday(&xq->StartTime, NULL);
829 q->Result = time_diff(&xq->StartTime, &endTime);
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_dd.c778 struct timeval StartTime; member in struct:xmesa_query_object
799 (void) gettimeofday(&xq->StartTime, NULL);
829 q->Result = time_diff(&xq->StartTime, &endTime);
/external/chromium_org/base/
H A Dtracked_objects.cc514 TrackedTime start_of_run = stopwatch.StartTime();
550 TrackedTime start_of_run = stopwatch.StartTime();
918 TrackedTime TaskStopwatch::StartTime() const { function in class:tracked_objects::TaskStopwatch
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp670 const llvm::TimeRecord &StartTime = llvm::TimeRecord::getCurrentTime(); local
774 os << "\"wall\": " << (EndTime.getWallTime() - StartTime.getWallTime());
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1140 milliseconds