HomeSort by relevance Sort by last modified time
    Searched refs:StartTime (Results 26 - 50 of 58) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 447 LARGE_INTEGER StartTime;
488 LARGE_INTEGER StartTime;
529 LARGE_INTEGER StartTime;
778 EXTERN_C ULONG WMIAPI ProcessTrace (PTRACEHANDLE HandleArray, ULONG HandleCount, LPFILETIME StartTime, LPFILETIME EndTime);
ntsecapi.h     [all...]
tdi.h 242 LARGE_INTEGER StartTime;
d3dx9anim.h 147 DOUBLE StartTime;
winspool.h 54 DWORD StartTime;
78 DWORD StartTime;
285 DWORD StartTime;
311 DWORD StartTime;
    [all...]
pdh.h 188 LONGLONG StartTime;
wdstptmgmt.h     [all...]
winioctl.h 801 LARGE_INTEGER StartTime;
    [all...]
cdoex.h     [all...]
sapi51.h     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Io.c 445 Instance->StartTime = 0;
    [all...]
Dhcp6Utility.c 896 // gets 0 elapsed-time. Otherwise, calculate based on StartTime.
898 if (Instance->StartTime == 0) {
900 Instance->StartTime = CurrentStamp;
902 ElapsedTimeValue = CurrentStamp - Instance->StartTime;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Ecc.py 442 StartTime = time.clock()
446 BuildDuration = time.strftime("%M:%S", time.gmtime(int(round(FinishTime - StartTime))))
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Eot.py 644 StartTime = time.clock()
648 BuildDuration = time.strftime("%M:%S", time.gmtime(int(round(FinishTime - StartTime))))
  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 376 auto StartTime = system_clock::now();
381 auto MS = duration_cast<milliseconds>(StopTime - StartTime).count();
  /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 770 struct timeval StartTime;
791 (void) gettimeofday(&xq->StartTime, NULL);
818 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 454 UInt64 StartTime;
456 void Init() { StartTime = GetWinUserTime(); }
457 UInt64 GetUserTime() { return GetWinUserTime() - StartTime; }
    [all...]
  /external/webrtc/webrtc/p2p/base/
pseudotcp.cc 206 return rtc::TimeSince(StartTime());
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py     [all...]
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace.go 157 params.startTime = g.StartTime
245 startTime int64
332 // startTime, endTime determine part of the trace that we are interested in.
418 if ev.Ts < ctx.startTime || ev.Ts > ctx.endTime {
515 return float64(ev.Ts-ctx.startTime) / 1000
608 if ctx.gtrace && (!ctx.gs[ev.Link.G] || ev.Link.Ts < ctx.startTime || ev.Link.Ts > ctx.endTime) {
  /prebuilts/go/linux-x86/src/cmd/trace/
trace.go 157 params.startTime = g.StartTime
245 startTime int64
332 // startTime, endTime determine part of the trace that we are interested in.
418 if ev.Ts < ctx.startTime || ev.Ts > ctx.endTime {
515 return float64(ev.Ts-ctx.startTime) / 1000
608 if ctx.gtrace && (!ctx.gs[ev.Link.G] || ev.Link.Ts < ctx.startTime || ev.Link.Ts > ctx.endTime) {

Completed in 616 milliseconds

12 3