/external/libchrome/base/process/ |
D | process_info_unittest.cc | 17 Time creation_time = CurrentProcessInfo::CreationTime(); in TEST() local 18 ASSERT_FALSE(creation_time.is_null()); in TEST()
|
/external/libcxx/utils/google-benchmark/src/ |
D | timers.cc | 112 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/ |
D | timers.cc | 112 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/ |
D | timers.cc | 112 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/ |
D | timers.cc | 113 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/ |
D | file_info_mojom_traits.h | 39 static base::Time creation_time(const base::File::Info& info) { in COMPONENT_EXPORT() 40 return info.creation_time; in COMPONENT_EXPORT()
|
D | file_info_mojom_traits.cc | 20 if (!data.ReadCreationTime(&out->creation_time)) in Read()
|
/external/webrtc/modules/congestion_controller/rtp/ |
D | transport_feedback_adapter.cc | 92 Timestamp creation_time) { in AddPacket() argument 94 packet.creation_time = creation_time; in AddPacket() 103 creation_time - history_.begin()->second.creation_time > in AddPacket()
|
D | transport_feedback_adapter.h | 32 Timestamp creation_time = Timestamp::MinusInfinity(); 63 Timestamp creation_time);
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | client_info.cc | 68 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/ |
D | util.c | 432 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/ |
D | main.cpp | 151 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/ |
D | file_info.mojom | 16 Time creation_time;
|
/external/libchrome/base/files/ |
D | file_unittest.cc | 391 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());
|
D | file.h | 147 Time creation_time; member
|
D | file_proxy_unittest.cc | 261 EXPECT_EQ(expected_info.creation_time, file_info_.creation_time); in TEST_F()
|
D | file_posix.cc | 159 creation_time = in FromStat()
|
/external/libcups/scheduler/ |
D | job.h | 47 creation_time, /* When job was created */ member
|
/external/webrtc/call/ |
D | rtp_transport_controller_send.cc | 529 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/ |
D | sys_info_chromeos.cc | 80 lsb_release_time_ = fileinfo.creation_time; in Parse()
|
/external/icing/icing/scoring/ |
D | scorer_test.cc | 172 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/ |
D | ipc_message_utils.cc | 1165 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/ |
D | timemodule.c | 1151 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/ |
D | isoflac.txt | 443 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/ |
D | pit.rs | 383 creation_time: Clock, field 461 creation_time: clock.lock().now(), in new() 668 .duration_since(&self.creation_time) in read_speaker()
|