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

1 2

  /external/clang/test/CodeGenCXX/
pr9130.cpp 4 virtual int StartTime() {
  /external/libchrome/base/debug/
task_annotator.cc 34 stopwatch.StartTime() - pending_task.EffectiveTimePosted();
  /external/webrtc/webrtc/system_wrappers/source/
clock.cc 108 FILETIME StartTime;
114 GetTime(&StartTime);
116 Time = (((uint64_t) StartTime.dwHighDateTime) << 32) +
117 (uint64_t) StartTime.dwLowDateTime;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuickprof.h 97 unsigned long int StartTime;
btQuickprof.cpp 288 StartTime( 0 ),
360 Profile_Get_Ticks(&StartTime);
370 time-=StartTime;
  /external/netperf/src/
netcpu_ntperf.c 77 LARGE_INTEGER StartTime;
216 PerfCntrs->StartTime = PerfCntrs->EndTime;
320 PerfCntrs->StartTime.QuadPart;
  /external/libchrome/base/
tracked_objects.cc 568 TrackedTime start_of_run = stopwatch.StartTime();
601 TrackedTime start_of_run = stopwatch.StartTime();
    [all...]
tracked_objects.h     [all...]
  /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...]
  /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/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 658 const llvm::TimeRecord &StartTime = llvm::TimeRecord::getCurrentTime();
760 os << "\"wall\": " << (EndTime.getWallTime() - StartTime.getWallTime());
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 368 UInt64 StartTime;
370 void Init() { StartTime = GetWinUserTime(); }
371 UInt64 GetUserTime() { return GetWinUserTime() - StartTime; }
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
layer1.py     [all...]
  /external/webrtc/webrtc/p2p/base/
pseudotcp.cc 206 return rtc::TimeSince(StartTime());
    [all...]

Completed in 704 milliseconds

1 2