Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_info_unittest.cc17 Time creation_time = CurrentProcessInfo::CreationTime(); in TEST() local
18 ASSERT_FALSE(creation_time.is_null()); in TEST()
/external/google-benchmark/src/
Dtimers.cc112 FILETIME creation_time; in ProcessCPUUsage() local
116 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time, in ProcessCPUUsage()
143 FILETIME creation_time; in ThreadCPUUsage() local
147 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time, in ThreadCPUUsage()
/external/libcxx/utils/google-benchmark/src/
Dtimers.cc112 FILETIME creation_time; in ProcessCPUUsage() local
116 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time, in ProcessCPUUsage()
143 FILETIME creation_time; in ThreadCPUUsage() local
147 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time, in ThreadCPUUsage()
/external/libchrome/mojo/public/cpp/base/
Dfile_info_mojom_traits.h39 static base::Time creation_time(const base::File::Info& info) { in COMPONENT_EXPORT()
40 return info.creation_time; in COMPONENT_EXPORT()
Dfile_info_mojom_traits.cc20 if (!data.ReadCreationTime(&out->creation_time)) in Read()
/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/mojo/public/mojom/base/
Dfile_info.mojom16 Time creation_time;
/external/libchrome/base/files/
Dfile_unittest.cc391 EXPECT_LE(info.creation_time.ToInternalValue(), now.ToInternalValue());
392 base::Time creation_time = info.creation_time; local
430 EXPECT_EQ(info.creation_time.ToInternalValue(),
431 creation_time.ToInternalValue());
Dfile.h147 Time creation_time; member
Dfile_posix.cc159 creation_time = in FromStat()
/external/libchrome/base/
Dsys_info_chromeos.cc80 lsb_release_time_ = fileinfo.creation_time; in Parse()
/external/libchrome/ipc/
Dipc_message_utils.cc1165 WriteParam(m, p.creation_time.ToDoubleT()); in Write()
1171 double last_modified, last_accessed, creation_time; in Read() local
1176 !ReadParam(m, iter, &creation_time)) in Read()
1180 p->creation_time = base::Time::FromDoubleT(creation_time); in Read()
1195 LogParam(p.creation_time.ToDoubleT(), l); in Log()
/external/python/cpython3/Modules/
Dtimemodule.c1124 FILETIME creation_time, exit_time, kernel_time, user_time; local
1130 ok = GetProcessTimes(process, &creation_time, &exit_time,
1313 FILETIME creation_time, exit_time, kernel_time, user_time; local
1319 ok = GetThreadTimes(thread, &creation_time, &exit_time,
/external/crosvm/devices/src/
Dpit.rs338 creation_time: Clock, field
401 creation_time: clock.lock().now(), in new()
514 .duration_since(&self.creation_time) in read_speaker()
/external/ukey2/src/main/proto/
Dsecuregcm.proto294 optional fixed64 creation_time = 2; field