Home
last modified time | relevance | path

Searched defs:TimeRecord (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.h200 struct TimeRecord { struct
218 TimeRecord prevTimeRecord; argument
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DTimer.h32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DTimer.h32 TimeRecord() in TimeRecord() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTimer.h32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTimer.h32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() function
/aosp_15_r20/external/python/cpython2/Mac/Modules/qt/
Dqtsupport.py194 TimeRecord = OpaqueType("TimeRecord", "QtTimeRecord") variable