Home
last modified time | relevance | path

Searched defs:new_time (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/llvm/utils/benchmark/src/
Dreporter.cc76 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/libcxx/utils/google-benchmark/src/
Dreporter.cc94 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/llvm-project/libcxx/utils/google-benchmark/src/
Dreporter.cc94 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/
Dreporter.cc94 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/
Dstime02.c25 static time_t new_time; variable
Dstime01.c27 time_t new_time; in run() local
/external/webrtc/rtc_base/
Dfake_clock.cc23 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/
Dlast_write_time.pass.cpp440 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/
Dlast_write_time.pass.cpp443 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/
Drtp_jitter.cc108 int new_time; in RunRtpJitter() local
/external/llvm/include/llvm/Support/
DTimeValue.h106 explicit TimeValue( double new_time ) in TimeValue()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimeValue.h106 explicit TimeValue( double new_time ) in TimeValue()
/external/icing/icing/scoring/
Dscorer_test.cc98 void SetFakeClock1Time(int64_t new_time) { in SetFakeClock1Time()
/external/rust/crates/quiche/src/recovery/
Dmod.rs517 let new_time = self.loss_time[e]; in loss_time_and_space() localVariable
561 let new_time = in pto_time_and_space() localVariable
/external/libcxx/src/filesystem/
Doperations.cpp1016 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time()
/external/llvm-project/libcxx/src/filesystem/
Doperations.cpp1003 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time()
/external/python/cpython2/Modules/
Ddatetimemodule.c721 #define new_time(hh, mm, ss, us, tzinfo) \ macro
/external/python/cpython3/Modules/
D_datetimemodule.c1018 #define new_time(hh, mm, ss, us, tzinfo, fold) \ macro