Home
last modified time | relevance | path

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

12345678910>>...40

/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTimer.h69 struct Timer { struct
74 Timer(); argument
80 int count;
82 int64_t total;
85 int mintime;
87 int maxtime;
92 int largest[MaxLargest];
99 struct Percentile {
134 static void copy(Timer &dst, Timer &src, bool reset); argument
164 // Fetch one Timer. The function has a short-circuit behavior: if the count is zero then argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dtimer.h44 struct Timer { struct
49 struct Timer* next; argument
50 struct Timer* prev; argument
53 struct Timer* hash_table_next; argument
59 // Dependency injection: allow tests and/or TimerManager to inject argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dtimer.h44 struct Timer { struct
49 struct Timer* next; argument
50 struct Timer* prev; argument
53 struct Timer* hash_table_next; argument
59 // Dependency injection: allow tests and/or TimerManager to inject argument
/aosp_15_r20/device/google/contexthub/firmware/os/core/
Dtimer.c42 struct Timer { struct
57 static struct Timer mTimers[MAX_TIMERS]; argument
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dtime.rs6 pub struct Timer<'a> { struct
12 impl<'a> Timer<'a> { impl
48 impl<'a> Drop for Timer<'a> { implementation
/aosp_15_r20/external/crosvm/base/src/
H A Dtimer.rs48 pub struct Timer { struct
53 impl Timer { argument
56 pub fn try_clone(&self) -> std::result::Result<Timer, std::io::Error> { in try_clone()
77 impl AsRawDescriptor for Timer { implementation
83 impl FromRawDescriptor for Timer { implementation
92 impl IntoRawDescriptor for Timer { implementation
285 Timer, in mark_waited_active() enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/time/
Dsleep.go75 func stopTimer(*Timer) bool
78 func resetTimer(t *Timer, when, period int64) bool
89 type Timer struct { struct
90 C <-chan Time
91 initTimer bool
113 func (t *Timer) Stop() bool {
171 func (t *Timer) Reset(d Duration) bool {
/aosp_15_r20/system/teeui/libteeui/include/secure_input/
H A Devdev.h102 struct Timer { struct
103 Timer(std::chrono::steady_clock::time_point _next, in Timer() function
110 NonCopyableFunction<void()> handleTimer; argument
113 std::vector<Timer> timers_; argument
/aosp_15_r20/external/llvm/include/llvm/Support/
H A 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
/aosp_15_r20/external/e2fsprogs/scrub/
H A De2scrub_all.timer.in4 [Timer] section
6 OnCalendar=Sun *-*-* 03:10:00
7 RandomizedDelaySec=60
8 Persistent=true
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp217 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeFunctionCode() local
303 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeTargetRODataSection() local
316 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeDataSection() local
450 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeInitialELFHeader() local
512 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeConstantPool() local
575 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeJumpTable() local
610 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in setUndefinedSyms() local
635 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeNonUserSections() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/
Dtimer.rs68 pub struct Timer(libc::timer_t); struct
70 impl Timer { impl
178 impl Drop for Timer { implementation
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dtimer.rs30 impl AsRawHandle for Timer { implementation
36 impl Timer { implementation
123 impl TimerTrait for Timer { implementation
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DTimer.java98 public class Timer { class
177 public Timer() { in Timer() method in Timer
191 public Timer(boolean isDaemon) { in Timer() method in Timer
204 public Timer(String name) { in Timer() method in Timer
218 public Timer(String name, boolean isDaemon) { in Timer() method in Timer
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DTimer.java98 public class Timer { class
177 public Timer() { in Timer() method in Timer
191 public Timer(boolean isDaemon) { in Timer() method in Timer
204 public Timer(String name) { in Timer() method in Timer
218 public Timer(String name, boolean isDaemon) { in Timer() method in Timer
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DTimer.java98 public class Timer { class
177 public Timer() { in Timer() method in Timer
191 public Timer(boolean isDaemon) { in Timer() method in Timer
204 public Timer(String name) { in Timer() method in Timer
218 public Timer(String name, boolean isDaemon) { in Timer() method in Timer
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaClock.h83 struct Timer { struct
85 const sp<AMessage> mNotify;
86 int64_t mMediaTimeUs;
87 int64_t mAdjustRealUs;
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaClock.h83 struct Timer { struct
85 const sp<AMessage> mNotify;
86 int64_t mMediaTimeUs;
87 int64_t mAdjustRealUs;
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaClock.h83 struct Timer { struct
85 const sp<AMessage> mNotify;
86 int64_t mMediaTimeUs;
87 int64_t mAdjustRealUs;
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaClock.h83 struct Timer { struct
85 const sp<AMessage> mNotify;
86 int64_t mMediaTimeUs;
87 int64_t mAdjustRealUs;
/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Dtimer.rs31 impl AsRawFd for Timer { implementation
37 impl Timer { implementation
78 impl TimerTrait for Timer { implementation
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaClock.h83 struct Timer { struct
85 const sp<AMessage> mNotify;
86 int64_t mMediaTimeUs;
87 int64_t mAdjustRealUs;
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaClock.h83 struct Timer { struct
85 const sp<AMessage> mNotify;
86 int64_t mMediaTimeUs;
87 int64_t mAdjustRealUs;

12345678910>>...40