/external/llvm-project/llvm/utils/benchmark/src/ |
D | reporter.cc | 76 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedRealTime() local 82 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime() local
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | reporter.cc | 94 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedRealTime() local 100 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime() local
|
/external/google-benchmark/src/ |
D | reporter.cc | 94 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedRealTime() local 100 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime() local
|
/external/libcxx/utils/google-benchmark/src/ |
D | reporter.cc | 94 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedRealTime() local 100 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime() local
|
/external/ltp/testcases/kernel/syscalls/stime/ |
D | stime01.c | 27 time_t new_time; in run() local
|
D | stime02.c | 25 static time_t new_time; variable
|
/external/webrtc/rtc_base/ |
D | fake_clock.cc | 23 void FakeClock::SetTime(webrtc::Timestamp new_time) { in SetTime()
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
D | last_write_time.pass.cpp | 440 file_time_type new_time; in TEST_CASE() member 483 const file_time_type new_time = Clock::now() + Hours(3); in TEST_CASE() local 512 file_time_type new_time = file_time_type::min(); in TEST_CASE() local 546 file_time_type new_time = file_time_type::max(); in TEST_CASE() local
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
D | last_write_time.pass.cpp | 443 file_time_type new_time; in TEST_CASE() member 487 const file_time_type new_time = Clock::now() + Hours(3); in TEST_CASE() local 516 file_time_type new_time = file_time_type::min(); in TEST_CASE() local 550 file_time_type new_time = file_time_type::max(); in TEST_CASE() local
|
/external/webrtc/modules/audio_coding/neteq/tools/ |
D | rtp_jitter.cc | 108 int new_time; in RunRtpJitter() local
|
/external/llvm/include/llvm/Support/ |
D | TimeValue.h | 106 explicit TimeValue( double new_time ) in TimeValue()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | TimeValue.h | 106 explicit TimeValue( double new_time ) in TimeValue()
|
/external/icing/icing/scoring/ |
D | scorer_test.cc | 98 void SetFakeClock1Time(int64_t new_time) { in SetFakeClock1Time()
|
/external/rust/crates/quiche/src/recovery/ |
D | mod.rs | 517 let new_time = self.loss_time[e]; in loss_time_and_space() localVariable 561 let new_time = in pto_time_and_space() localVariable
|
/external/llvm-project/libcxx/src/filesystem/ |
D | operations.cpp | 1003 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time()
|
/external/libcxx/src/filesystem/ |
D | operations.cpp | 1016 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time()
|
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 721 #define new_time(hh, mm, ss, us, tzinfo) \ macro
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 1018 #define new_time(hh, mm, ss, us, tzinfo, fold) \ macro
|