Home
last modified time | relevance | path

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

12

/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/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/llvm-project/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/llvm-project/llvm/utils/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/google-benchmark/src/
Dtimers.cc113 FILETIME creation_time; in ProcessCPUUsage() local
117 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time, in ProcessCPUUsage()
144 FILETIME creation_time; in ThreadCPUUsage() local
148 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/webrtc/modules/congestion_controller/rtp/
Dtransport_feedback_adapter.cc92 Timestamp creation_time) { in AddPacket() argument
94 packet.creation_time = creation_time; in AddPacket()
103 creation_time - history_.begin()->second.creation_time > in AddPacket()
Dtransport_feedback_adapter.h32 Timestamp creation_time = Timestamp::MinusInfinity();
63 Timestamp creation_time);
/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.c432 creation_time, /* time-at-creation */ in cupsGetJobs2() local
558 creation_time = 0; in cupsGetJobs2()
581 creation_time = attr->values[0].integer; in cupsGetJobs2()
659 temp->creation_time = creation_time; in cupsGetJobs2()
/external/flac/src/utils/flactimer/
Dmain.cpp151 FILETIME creation_time; in main() local
155 if(!GetProcessTimes(pi.hProcess, &creation_time, &exit_time, &kernel_time, &user_time)) { in main()
/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_proxy_unittest.cc261 EXPECT_EQ(expected_info.creation_time, file_info_.creation_time); in TEST_F()
Dfile_posix.cc159 creation_time = in FromStat()
/external/libcups/scheduler/
Djob.h47 creation_time, /* When job was created */ member
/external/webrtc/call/
Drtp_transport_controller_send.cc529 Timestamp creation_time = Timestamp::Millis(clock_->TimeInMilliseconds()); in OnAddPacket() local
530 task_queue_.PostTask([this, packet_info, creation_time]() { in OnAddPacket()
535 creation_time); in OnAddPacket()
/external/libchrome/base/
Dsys_info_chromeos.cc80 lsb_release_time_ = fileinfo.creation_time; in Parse()
/external/icing/icing/scoring/
Dscorer_test.cc172 int64_t creation_time = fake_clock1().GetSystemTimeMilliseconds(); in TEST_F() local
179 .SetCreationTimestampMs(creation_time) in TEST_F()
198 SetFakeClock1Time(creation_time + ttl + 10); in TEST_F()
/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.c1151 FILETIME creation_time, exit_time, kernel_time, user_time; local
1157 ok = GetProcessTimes(process, &creation_time, &exit_time,
1344 FILETIME creation_time, exit_time, kernel_time, user_time; local
1350 ok = GetThreadTimes(thread, &creation_time, &exit_time,
/external/flac/doc/
Disoflac.txt443 creation_time = UTC 2014/12/12, 18:41:19
493 creation_time = UTC 2014/12/12, 18:41:19
518 creation_time = UTC 2014/12/12, 18:41:19
/external/crosvm/devices/src/
Dpit.rs383 creation_time: Clock, field
461 creation_time: clock.lock().now(), in new()
668 .duration_since(&self.creation_time) in read_speaker()

12