Home
last modified time | relevance | path

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

/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/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/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dwindowed_filter.h86 void Update(T new_sample, TimeT new_time) { in Update()
137 void Reset(T new_sample, TimeT new_time) { in Reset()
Dbandwidth_sampler.h136 void Reset(QuicByteCount new_height, QuicRoundTripCount new_time) { in Reset()
383 QuicRoundTripCount new_time) { in ResetMaxAckHeightTracker()
/external/ltp/testcases/kernel/syscalls/stime/
Dstime01.c27 time_t new_time; in run() local
Dstime02.c25 static time_t new_time; variable
/external/webrtc/rtc_base/
Dfake_clock.cc23 void FakeClock::SetTime(webrtc::Timestamp new_time) { in SetTime()
/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/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp489 file_time_type new_time; in set_last_write_time_dynamic_env_test() member
539 const file_time_type new_time = Clock::now() + Hours(3); in last_write_time_symlink_test() local
568 file_time_type new_time = file_time_type::min(); in test_write_min_time() local
602 file_time_type new_time = file_time_type::max(); in test_write_max_time() local
/external/webrtc/modules/audio_coding/neteq/tools/
Drtp_jitter.cc108 int new_time; in RunRtpJitter() local
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dsimulator.cc66 void Simulator::Schedule(Actor* actor, QuicTime new_time) { in Schedule()
/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.cc105 void SetFakeClock1Time(int64_t new_time) { in SetFakeClock1Time()
/external/cronet/net/disk_cache/simple/
Dsimple_index_unittest.cc209 const base::Time new_time = base::Time::Now(); in TEST_F() local
/external/rust/crates/quiche/src/recovery/
Dmod.rs782 let new_time = self.loss_time[e]; in loss_time_and_space() localVariable
828 let new_time = in pto_time_and_space() localVariable
/external/cronet/net/http/
Dhttp_server_properties.cc856 base::Time new_time = new_it->expiration(); in SetAlternativeServicesInternal() local
/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/cronet/buildtools/third_party/libc++/trunk/src/filesystem/
Doperations.cpp1220 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time()
/external/armnn/third-party/ghc/
Dfilesystem.hpp3915 GHC_INLINE void last_write_time(const path& p, file_time_type new_time) in last_write_time()
3924 GHC_INLINE void last_write_time(const path& p, file_time_type new_time, std::error_code& ec) noexce… 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.c1009 #define new_time(hh, mm, ss, us, tzinfo, fold) \ macro