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

1 2 3

  /external/clang/test/CodeGenCXX/
pr9130.cpp 4 virtual int StartTime() {
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/Omap35xxTimerLib/
TimerLib.c 84 UINT32 StartTime;
93 StartTime = MmioRead32 (TimerCountRegister);
98 ElapsedTime = CurrentTime - StartTime;
  /device/linaro/bootloader/edk2/Omap35xxPkg/Library/Omap35xxTimerLib/
TimerLib.c 84 UINT32 StartTime;
93 StartTime = MmioRead32 (TimerCountRegister);
98 ElapsedTime = CurrentTime - 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;
  /prebuilts/go/darwin-x86/src/internal/trace/
goroutines.go 13 StartTime int64
58 if g.StartTime == 0 {
59 g.StartTime = ev.Ts
  /prebuilts/go/linux-x86/src/internal/trace/
goroutines.go 13 StartTime int64
58 if g.StartTime == 0 {
59 g.StartTime = ev.Ts
  /external/llvm/lib/Support/
Timer.cpp 141 StartTime = TimeRecord::getCurrentTime(true);
148 Time -= StartTime;
153 Time = StartTime = TimeRecord();
  /external/netperf/src/
netcpu_ntperf.c 77 LARGE_INTEGER StartTime;
216 PerfCntrs->StartTime = PerfCntrs->EndTime;
320 PerfCntrs->StartTime.QuadPart;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspace.py 26 # @var StartTime: Time of build system starting
33 self.StartTime = time.time()
77 Seconds = int(time.time() - self.StartTime)
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Timer.cpp 143 StartTime = TimeRecord::getCurrentTime(true);
150 Time -= StartTime;
155 Time = StartTime = TimeRecord();
  /external/llvm/include/llvm/Support/
Timer.h 80 TimeRecord StartTime; // The time startTimer() was last called
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /external/libchrome/base/
tracked_objects.cc 549 TrackedTime start_of_run = stopwatch.StartTime();
582 TrackedTime start_of_run = stopwatch.StartTime();
    [all...]
tracked_objects.h     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Impl.h 253 // StartTime is used to calculate the 'elapsed-time' option. Refer to RFC3315,
256 UINT64 StartTime;
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp     [all...]

Completed in 761 milliseconds

1 2 3