Home
last modified time | relevance | path

Searched defs:Timer (Results 1 – 25 of 90) sorted by relevance

1234

/external/rust/crates/bindgen/src/
Dtime.rs6 pub struct Timer<'a> { struct
12 impl<'a> Timer<'a> { argument
48 impl<'a> Drop for Timer<'a> { implementation
/external/e2fsprogs/scrub/
De2scrub_all.timer.in4 [Timer] section
6 OnCalendar=Sun *-*-* 03:10:00
7 RandomizedDelaySec=60
8 Persistent=true
/external/crosvm/base/src/
Dtimer.rs17 pub struct Timer(pub TimerFd); struct
18 impl Timer { implementation
74 impl FromRawDescriptor for Timer { implementation
/external/llvm-project/mlir/lib/Pass/
DPassTiming.cpp62 struct Timer { struct
63 explicit Timer(std::string &&name, TimerKind kind) in Timer() argument
67 void start() { startTime = std::chrono::system_clock::now(); } in start()
70 void stop() { in stop()
77 Timer *getChildTimer(const void *id, TimerKind kind, in getChildTimer()
86 TimeRecord getTotalTime() { in getTotalTime()
104 using ChildrenMap = llvm::MapVector<const void *, std::unique_ptr<Timer>>;
107 void merge(Timer &&other) { in merge()
116 void mergeChildren(ChildrenMap &&otherChildren) { in mergeChildren()
139 void mergeChild(ChildrenMap::value_type &&childIt) { in mergeChild()
[all …]
/external/perfetto/include/perfetto/ext/base/
Dwatchdog_noop.h30 Timer() {} in Timer() function
31 Timer(const Timer&) {} in Timer() argument
/external/llvm/include/llvm/Support/
DTimer.h22 class Timer; variable
88 explicit Timer(StringRef N) : TG(nullptr) { init(N); } in Timer() function
89 Timer(StringRef N, TimerGroup &tg) : TG(nullptr) { init(N, tg); } in Timer() function
90 Timer(const Timer &RHS) : TG(nullptr) { in Timer() function
100 explicit Timer() : TG(nullptr) {} in Timer() function
/external/pdfium/testing/
Dembedder_test_timer_handling_delegate.h25 struct Timer { struct
28 TimerCallback fn; argument
43 std::pair<int, Timer>(msecs + fake_elapsed_msecs_, {id, msecs, fn})); in SetTimer() argument
/external/llvm-project/llvm/include/llvm/Support/
DTimer.h22 class Timer; variable
88 explicit Timer(StringRef TimerName, StringRef TimerDescription) { in Timer() function
91 Timer(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) { in Timer() function
94 Timer(const Timer &RHS) { in Timer() function
104 explicit Timer() {} in Timer() function
DSignposts.h22 class Timer; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimer.h22 class Timer; variable
88 explicit Timer(StringRef Name, StringRef Description) { in Timer() function
91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) { in Timer() function
94 Timer(const Timer &RHS) { in Timer() function
104 explicit Timer() {} in Timer() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTimer.h22 class Timer; variable
88 explicit Timer(StringRef TimerName, StringRef TimerDescription) { in Timer() function
91 Timer(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) { in Timer() function
94 Timer(const Timer &RHS) { in Timer() function
104 explicit Timer() {} in Timer() function
DSignposts.h22 class Timer; variable
/external/libchrome/base/timer/
Dtimer.cc62 Timer::Timer(bool retain_user_task, bool is_repeating) in Timer() function in base::Timer
65 Timer::Timer(bool retain_user_task, in Timer() function in base::Timer
80 Timer::Timer(const Location& posted_from, in Timer() function in base::Timer
86 Timer::Timer(const Location& posted_from, in Timer() function in base::Timer
/external/libchromeos-rs/src/sync/
Dblocking.rs124 struct Timer { struct
125 state: Arc<SpinLock<TimerState>>,
128 impl Future for Timer { implementation
142 fn start_timer(dur: Duration, notify: Option<Sender<()>>) -> Timer { in start_timer()
/external/crosvm/cros_async/src/sync/
Dblocking.rs124 struct Timer { struct
125 state: Arc<SpinLock<TimerState>>,
128 impl Future for Timer { implementation
142 fn start_timer(dur: Duration, notify: Option<Sender<()>>) -> Timer { in start_timer()
/external/mockito/src/main/java/org/mockito/internal/util/
DTimer.java9 public class Timer { class
14 public Timer(long durationMillis) { in Timer() method in Timer
/external/llvm/unittests/Support/
DTimerTest.cpp35 TEST(Timer, Additivity) { in TEST() argument
52 TEST(Timer, CheckIfTriggered) { in TEST() argument
/external/llvm-project/llvm/unittests/Support/
DTimerTest.cpp34 TEST(Timer, Additivity) { in TEST() argument
51 TEST(Timer, CheckIfTriggered) { in TEST() argument
/external/setupcompat/main/java/com/google/android/setupcompat/logging/
DTimer.java24 public final class Timer { class
26 public Timer(MetricKey metricKey) { in Timer() method in Timer
/external/llvm-project/lld/Common/
DTimer.cpp29 Timer::Timer(llvm::StringRef name) : name(std::string(name)) {} in Timer() function in Timer
30 Timer::Timer(llvm::StringRef name, Timer &parent) : name(std::string(name)) { in Timer() function in Timer
/external/skia/modules/skplaintexteditor/app/
Deditor_application.cpp74 struct Timer { struct
75 double fTime;
76 const char* fDesc;
77 Timer(const char* desc = "") : fTime(SkTime::GetNSecs()), fDesc(desc) {} in Timer() function
78 ~Timer() { SkDebugf("%s: %5d μs\n", fDesc, (int)((SkTime::GetNSecs() - fTime) * 1e-3)); } in ~Timer()
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp223 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeFunctionCode() local
309 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeTargetRODataSection() local
322 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeDataSection() local
456 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeInitialELFHeader() local
518 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeConstantPool() local
581 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeJumpTable() local
616 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in setUndefinedSyms() local
641 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeNonUserSections() local
/external/swiftshader/src/Common/
DTimer.hpp22 class Timer class
/external/swiftshader/src/System/
DTimer.hpp22 class Timer class
/external/icing/icing/util/
Dclock.h39 Timer() : start_timestamp_nanoseconds_(GetSteadyTimeNanoseconds()) {} in Timer() function

1234