Home
last modified time | relevance | path

Searched refs:creation_time (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/utils/google-benchmark/src/
Dtimers.cc112 FILETIME creation_time; in ProcessCPUUsage()
116 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time, in ProcessCPUUsage()
136 FILETIME creation_time; in ThreadCPUUsage()
140 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time, in ThreadCPUUsage()
/external/google-benchmark/src/
Dtimers.cc109 FILETIME creation_time; in ProcessCPUUsage() local
113 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time, in ProcessCPUUsage()
140 FILETIME creation_time; in ThreadCPUUsage() local
144 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time, in ThreadCPUUsage()
/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.cc68 FILETIME creation_time, exit_time, kernel_time, user_time; in Initialize() local
69 if (GetProcessTimes(process_handle_, &creation_time, &exit_time, in Initialize()
71 start_time_ = creation_time; in Initialize()
/external/libcups/cups/
Dutil.c436 creation_time, /* time-at-creation */ in cupsGetJobs2() local
562 creation_time = 0; in cupsGetJobs2()
585 creation_time = attr->values[0].integer; in cupsGetJobs2()
663 temp->creation_time = creation_time; in cupsGetJobs2()
Dcups.h279 time_t creation_time; /* Time the job was created */ member
/external/libchrome/base/files/
Dfile_unittest.cc344 EXPECT_LE(info.creation_time.ToInternalValue(), now.ToInternalValue());
345 base::Time creation_time = info.creation_time; local
383 EXPECT_EQ(info.creation_time.ToInternalValue(),
384 creation_time.ToInternalValue());
Dfile.h156 Time creation_time; member
Dfile_posix.cc155 creation_time = in FromStat()
/external/libmojo/ipc/
Dipc_message_utils.cc887 GetParamSize(sizer, p.creation_time.ToDoubleT()); in GetSize()
896 WriteParam(m, p.creation_time.ToDoubleT()); in Write()
902 double last_modified, last_accessed, creation_time; in Read() local
907 !ReadParam(m, iter, &creation_time)) in Read()
911 p->creation_time = base::Time::FromDoubleT(creation_time); in Read()
926 LogParam(p.creation_time.ToDoubleT(), l); in Log()
/external/libchrome/base/
Dsys_info_chromeos.cc80 lsb_release_time_ = fileinfo.creation_time; in Parse()