Home
last modified time | relevance | path

Searched defs:CreationTime (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/process/
Dprocess_info_unittest.cc16 TEST(ProcessInfoTest, CreationTime) { in TEST() argument
Dprocess_info_linux.cc17 const Time CurrentProcessInfo::CreationTime() { in CreationTime() function in base::CurrentProcessInfo
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp383 FILETIME CreationTime, ExitTime, KernelTime, UserTime; in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp383 FILETIME CreationTime, ExitTime, KernelTime, UserTime; in main() local
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
DKillTheDoctor.cpp423 FILETIME CreationTime, ExitTime, KernelTime, UserTime; in main() local
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/
Dproject4.go110 func (hq Headquarter) CreationTime() time.Time { return hq.creationTime } func
/external/guice/core/test/com/google/inject/
DBinderTestSuite.java346 enum CreationTime { enum in BinderTestSuite