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

1 2 3

  /external/clang/test/CodeGenCXX/
pr9130.cpp 4 virtual int 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 39 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();
  /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();
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Impl.h 131 // StartTime is used to calculate the 'elapsed-time' option. Refer to RFC3315,
134 UINT64 StartTime;
  /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-4053586/prebuilt_include/llvm/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/darwin-x86/clang-4691093/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.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Timer.h 78 TimeRecord StartTime; ///< The time startTimer() was last called.

Completed in 919 milliseconds

1 2 3