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

  /prebuilts/go/darwin-x86/src/internal/trace/
goroutines.go 14 EndTime int64
69 g.EndTime = ev.Ts
128 if g.EndTime == 0 {
139 if g.EndTime == 0 {
140 g.EndTime = lastTs
  /prebuilts/go/linux-x86/src/internal/trace/
goroutines.go 14 EndTime int64
69 g.EndTime = ev.Ts
128 if g.EndTime == 0 {
139 if g.EndTime == 0 {
140 g.EndTime = lastTs
  /external/netperf/src/
netcpu_ntperf.c 78 LARGE_INTEGER EndTime;
216 PerfCntrs->StartTime = PerfCntrs->EndTime;
227 PerfCntrs->EndTime = ReadPerformanceCounter();
319 ActualDuration.QuadPart = PerfCntrs->EndTime.QuadPart -
  /external/autotest/site_utils/sponge_lib/
acts_job_info.py 31 EndTime = 'End Time'
219 return self._json_record[ACTSRecordEnums.EndTime] / 1000.0
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 422 LARGE_INTEGER EndTime;
465 LARGE_INTEGER EndTime;
506 LARGE_INTEGER EndTime;
778 EXTERN_C ULONG WMIAPI ProcessTrace (PTRACEHANDLE HandleArray, ULONG HandleCount, LPFILETIME StartTime, LPFILETIME EndTime);
ntsecapi.h     [all...]
pdh.h 189 LONGLONG EndTime;
winioctl.h 802 LARGE_INTEGER EndTime;
    [all...]
cdoex.h     [all...]
urlmon.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntpoapi.h 149 ULONGLONG EndTime;
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 724 const llvm::TimeRecord &EndTime = llvm::TimeRecord::getCurrentTime();
760 os << "\"wall\": " << (EndTime.getWallTime() - StartTime.getWallTime());
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace.go 144 endTime: int64(1<<63 - 1),
158 params.endTime = g.EndTime
246 endTime int64
332 // startTime, endTime determine part of the trace that we are interested in.
418 if ev.Ts < ctx.startTime || ev.Ts > ctx.endTime {
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 144 endTime: int64(1<<63 - 1),
158 params.endTime = g.EndTime
246 endTime int64
332 // startTime, endTime determine part of the trace that we are interested in.
418 if ev.Ts < ctx.startTime || ev.Ts > ctx.endTime {
608 if ctx.gtrace && (!ctx.gs[ev.Link.G] || ev.Link.Ts < ctx.startTime || ev.Link.Ts > ctx.endTime) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g 748 #token EndTime("endtime") "endtime"
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrSyntax.g 149 #token EndTime("endtime") "endtime"
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g 147 #token EndTime("endtime") "endtime"
    [all...]

Completed in 1039 milliseconds