Home
last modified time | relevance | path

Searched refs:first_time_ (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/rtc_base/numerics/
Devent_rate_counter.cc17 if (first_time_.IsFinite()) in AddEvent()
19 first_time_ = std::min(first_time_, event_time); in AddEvent()
25 first_time_ = std::min(first_time_, other.first_time_); in AddEvents()
32 return first_time_ == last_time_; in IsEmpty()
40 return (event_count_ - 1) / (last_time_ - first_time_).seconds<double>(); in Rate()
44 if (first_time_.IsInfinite()) { in TotalDuration()
47 return last_time_ - first_time_; in TotalDuration()
Devent_rate_counter.h38 Timestamp first_time_ = Timestamp::PlusInfinity();
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dfuzzer_shrinker_test.cpp923 explicit OnlyInterestingFirstTime() : first_time_(true) {} in OnlyInterestingFirstTime()
926 if (first_time_) { in Interesting()
927 first_time_ = false; in Interesting()
934 bool first_time_; member in spvtools::fuzz::__anon2b092e730111::OnlyInterestingFirstTime
958 : first_time_(true), random_generator_(random_generator) {} in InterestingThenRandom()
961 if (first_time_) { in Interesting()
962 first_time_ = false; in Interesting()
969 bool first_time_; member in spvtools::fuzz::__anon2b092e730111::InterestingThenRandom
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzzer_shrinker_test.cpp923 explicit OnlyInterestingFirstTime() : first_time_(true) {} in OnlyInterestingFirstTime()
926 if (first_time_) { in Interesting()
927 first_time_ = false; in Interesting()
934 bool first_time_; member in spvtools::fuzz::__anonf0d188ad0111::OnlyInterestingFirstTime
958 : first_time_(true), random_generator_(random_generator) {} in InterestingThenRandom()
961 if (first_time_) { in Interesting()
962 first_time_ = false; in Interesting()
969 bool first_time_; member in spvtools::fuzz::__anonf0d188ad0111::InterestingThenRandom
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dfuzzer_shrinker_test.cpp922 explicit OnlyInterestingFirstTime() : first_time_(true) {} in OnlyInterestingFirstTime()
925 if (first_time_) { in Interesting()
926 first_time_ = false; in Interesting()
933 bool first_time_; member in spvtools::fuzz::__anon92b570800111::OnlyInterestingFirstTime
957 : first_time_(true), random_generator_(random_generator) {} in InterestingThenRandom()
960 if (first_time_) { in Interesting()
961 first_time_ = false; in Interesting()
968 bool first_time_; member in spvtools::fuzz::__anon92b570800111::InterestingThenRandom
/external/webrtc/modules/audio_coding/acm2/
Daudio_coding_module.cc122 int first_time_ = true; member in webrtc::__anon397f81ba0111::AudioCodingModuleImpl::ChangeLogger
200 if (value != last_value_ || first_time_) { in MaybeLog()
201 first_time_ = false; in MaybeLog()