HomeSort by relevance Sort by last modified time
    Searched refs:StartTime (Results 1 - 23 of 23) sorted by null

  /external/clang/test/CodeGenCXX/
pr9130.cpp 4 virtual int StartTime() {
  /external/llvm/lib/Support/
Process.cpp 55 static TimeValue &StartTime = *new TimeValue(TimeValue::now());
56 return TimeValue::now() - StartTime;
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
clock.cc 192 FILETIME StartTime;
198 get_time(_helpTimer, StartTime);
200 Time = (((uint64_t) StartTime.dwHighDateTime) << 32) +
201 (uint64_t) StartTime.dwLowDateTime;
  /external/netperf/
netcpu_ntperf.c 97 LARGE_INTEGER StartTime;
236 PerfCntrs->StartTime = PerfCntrs->EndTime;
340 PerfCntrs->StartTime.QuadPart;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 412 LARGE_INTEGER StartTime;
455 LARGE_INTEGER StartTime;
498 LARGE_INTEGER StartTime;
776 EXTERN_C ULONG WMIAPI ProcessTrace(PTRACEHANDLE HandleArray,ULONG HandleCount,LPFILETIME StartTime,LPFILETIME EndTime);
ntsecapi.h     [all...]
tdi.h 242 LARGE_INTEGER StartTime;
winspool.h 54 DWORD StartTime;
78 DWORD StartTime;
285 DWORD StartTime;
311 DWORD StartTime;
    [all...]
d3dx9anim.h 147 DOUBLE StartTime;
pdh.h 188 LONGLONG StartTime;
winioctl.h 793 LARGE_INTEGER StartTime;
    [all...]
cdoex.h     [all...]
ksmedia.h     [all...]
urlmon.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntpoapi.h 148 ULONGLONG StartTime;
wmidata.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_dd.c 778 struct timeval StartTime;
799 (void) gettimeofday(&xq->StartTime, NULL);
829 q->Result = time_diff(&xq->StartTime, &endTime);
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 778 struct timeval StartTime;
799 (void) gettimeofday(&xq->StartTime, NULL);
829 q->Result = time_diff(&xq->StartTime, &endTime);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 424 uint32 StartTime;
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 670 const llvm::TimeRecord &StartTime = llvm::TimeRecord::getCurrentTime();
774 os << "\"wall\": " << (EndTime.getWallTime() - StartTime.getWallTime());
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 217 return talk_base::TimeSince(StartTime());
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 2155 milliseconds