/aosp_15_r20/external/libcxx/utils/google-benchmark/src/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/ |
H A D | reporter.cc | 107 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedRealTime() local 113 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime() local
|
/aosp_15_r20/external/google-benchmark/src/ |
H A D | reporter.cc | 107 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedRealTime() local 113 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit); in GetAdjustedCPUTime() local
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
H A D | last_write_time.pass.cpp | 492 file_time_type new_time; in set_last_write_time_dynamic_env_test() member 542 const file_time_type new_time = Clock::now() + Hours(3); in last_write_time_symlink_test() local 571 file_time_type new_time = file_time_type::min(); in test_write_min_time() local 605 file_time_type new_time = file_time_type::max(); in test_write_max_time() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/ |
H A D | windowed_filter.h | 86 void Update(T new_sample, TimeT new_time) { in Update() 137 void Reset(T new_sample, TimeT new_time) { in Reset()
|
H A D | bandwidth_sampler.h | 136 void Reset(QuicByteCount new_height, QuicRoundTripCount new_time) { in Reset() 383 QuicRoundTripCount new_time) { in ResetMaxAckHeightTracker()
|
/aosp_15_r20/hardware/qcom/wlan/wcn6740/wcnss-service/ |
D | wcnss_service.c | 307 struct utimbuf new_time; in setup_wlan_config_file() local 621 struct utimbuf new_time; in nvbin_sendfile() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/stime/ |
H A D | stime02.c | 25 static time_t new_time; variable
|
H A D | stime01.c | 27 time_t new_time; in run() local
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | fake_clock.cc | 23 void FakeClock::SetTime(webrtc::Timestamp new_time) { in SetTime()
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | bionic_time_conversions.cpp | 55 static void convert_timespec_clocks(timespec& new_time, clockid_t new_clockbase, in convert_timespec_clocks()
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/ |
H A D | rtp_jitter.cc | 108 int new_time; in RunRtpJitter() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/ |
H A D | simulator.cc | 66 void Simulator::Schedule(Actor* actor, QuicTime new_time) { in Schedule()
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | TimeValue.h | 106 explicit TimeValue( double new_time ) in TimeValue()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | TimeValue.h | 106 explicit TimeValue( double new_time ) in TimeValue()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/ |
D | operations.hpp | 439 void last_write_time(const path& p, const std::time_t new_time) in last_write_time() 442 void last_write_time(const path& p, const std::time_t new_time, in last_write_time()
|
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wcnss-service/ |
D | wcnss_service.c | 278 struct utimbuf new_time; in setup_wlan_config_file() local
|
/aosp_15_r20/external/icing/icing/scoring/ |
H A D | scorer_test.cc | 115 void SetFakeClock1Time(int64_t new_time) { in SetFakeClock1Time()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/ |
D | mod.rs | 782 let new_time = self.loss_time[e]; in loss_time_and_space() localVariable 828 let new_time = in pto_time_and_space() localVariable
|
/aosp_15_r20/external/rust/crates/quiche/src/recovery/ |
D | mod.rs | 782 let new_time = self.loss_time[e]; in loss_time_and_space() localVariable 828 let new_time = in pto_time_and_space() localVariable
|
/aosp_15_r20/external/cronet/net/disk_cache/simple/ |
H A D | simple_index_unittest.cc | 213 const base::Time new_time = base::Time::Now(); in TEST_F() local
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_server_properties.cc | 860 base::Time new_time = new_it->expiration(); in SetAlternativeServicesInternal() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/ |
H A D | operations.cpp | 578 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time()
|
/aosp_15_r20/external/libcxx/src/filesystem/ |
H A D | operations.cpp | 1016 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { in __last_write_time()
|