| /third_party/grpc/src/core/lib/event_engine/posix_engine/ |
| D | timer.h | 41 struct Timer { struct 46 struct Timer* next; argument 47 struct Timer* prev; argument 50 struct Timer* hash_table_next; argument 56 // Dependency injection: allow tests and/or TimerManager to inject argument
|
| /third_party/rust/crates/bindgen/bindgen/ |
| D | time.rs | 6 pub struct Timer<'a> { struct 12 impl<'a> Timer<'a> { impl 48 impl<'a> Drop for Timer<'a> { implementation
|
| /third_party/rust/crates/nix/src/sys/ |
| D | timer.rs | 68 pub struct Timer(libc::timer_t); struct 70 impl Timer { implementation 178 impl Drop for Timer { implementation
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | Timer.h | 22 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
|
| D | Signposts.h | 22 class Timer; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | Timer.h | 22 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
|
| /third_party/skia/modules/skplaintexteditor/app/ |
| D | editor_application.cpp | 74 struct Timer { struct 75 double fTime; 76 const char* fDesc; 77 Timer(const char* desc = "") : fTime(SkTime::GetNSecs()), fDesc(desc) {} in Timer() argument 78 ~Timer() { SkDebugf("%s: %5d μs\n", fDesc, (int)((SkTime::GetNSecs() - fTime) * 1e-3)); } in ~Timer()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceELFObjectWriter.cpp | 217 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
|
| /third_party/skia/m133/modules/skplaintexteditor/app/ |
| D | editor_application.cpp | 88 struct Timer { struct 89 double fTime; 90 const char* fDesc; 91 Timer(const char* desc = "") : fTime(SkTime::GetNSecs()), fDesc(desc) {} in Timer() function 92 ~Timer() { SkDebugf("%s: %5d μs\n", fDesc, (int)((SkTime::GetNSecs() - fTime) * 1e-3)); } in ~Timer()
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| D | Timer.hpp | 22 class Timer class
|
| D | Timer.cpp | 40 Timer::Timer() in Timer() function in sw::Timer
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| D | Timer.hpp | 22 class Timer class
|
| D | Timer.cpp | 40 Timer::Timer() in Timer() function in sw::Timer
|
| /third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
| D | jsDeclarationsFunctionClassesCjsExportAssignment.ts | 10 function Timer(timeout) { function
|
| /third_party/json/tests/thirdparty/Fuzzer/ |
| D | FuzzerUtilWindows.cpp | 99 HANDLE Timer; in SetTimer() local 108 static TimerQ Timer; variable
|
| /third_party/skia/third_party/externals/angle2/util/ |
| D | Timer.cpp | 13 Timer::Timer() : mRunning(false), mStartTime(0), mStopTime(0) {} in Timer() function in Timer
|
| /third_party/typescript/tests/baselines/reference/ |
| D | jsDeclarationsFunctionClassesCjsExportAssignment.js | 7 function Timer(timeout) { class
|
| /third_party/skia/tools/viewer/ |
| D | StatsLayer.h | 20 typedef int Timer; typedef
|
| /third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
| D | DawnPerfTest.h | 21 class Timer; variable
|
| D | DawnPerfTestPlatform.h | 27 class Timer; variable
|
| /third_party/skia/tests/ |
| D | Test.cpp | 73 skiatest::Timer::Timer() : fStartNanos(SkTime::GetNSecs()) {} in Timer() function in skiatest::Timer
|
| /third_party/skia/m133/tests/ |
| D | Test.cpp | 76 skiatest::Timer::Timer() : fStartNanos(SkTime::GetNSecs()) {} in Timer() function in skiatest::Timer
|
| /third_party/skia/m133/tools/viewer/ |
| D | StatsLayer.h | 23 typedef int Timer; typedef
|
| /third_party/rust/rust/src/ci/ |
| D | stage-build.py | 243 def iterate_timers(timer: "Timer", name: str, level: int = 0) -> Iterator[ 253 class Timer: class 327 def add_child(self, name: str, timer: "Timer"): 780 def record_metrics(pipeline: Pipeline, timer: Timer): 886 def execute_build_pipeline(timer: Timer, pipeline: Pipeline, runner: BenchmarkRunner, dist_build_ar…
|
| /third_party/typescript/src/compiler/ |
| D | performance.ts | 13 export interface Timer { interface
|