Home
last modified time | relevance | path

Searched refs:latest_time (Results 1 – 10 of 10) sorted by relevance

/external/cronet/base/task/sequence_manager/
Dwake_up_queue.h93 return wake_up.latest_time() > other.wake_up.latest_time();
Dtasks.h98 TimeTicks latest_time() const;
Dtasks.cc105 TimeTicks WakeUp::latest_time() const { in latest_time() function in base::sequence_manager::WakeUp
Dthread_controller_with_message_pump_impl.cc85 return std::min(aligned_run_time, wake_up.latest_time()); in WakeUpRunTime()
/external/tensorflow/tensorflow/examples/speech_commands/
Daccuracy_utils.py111 latest_time = found_time + time_tolerance_ms
115 if (ground_truth_time > latest_time or
Daccuracy_utils.cc86 const int64_t latest_time = found_time + time_tolerance_ms; in CalculateAccuracyStats() local
90 if ((ground_truth_time > latest_time) || in CalculateAccuracyStats()
/external/dng_sdk/source/
Ddng_pthread.cpp662 …d_timedwait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex, struct dng_timespec *latest_time) in dng_pthread_cond_timedwait() argument
671 __int64 lock_time = (__int64)latest_time->tv_sec * 1000000000 + latest_time->tv_nsec; in dng_pthread_cond_timedwait()
Ddng_pthread.h116 …_timedwait(dng_pthread_cond_t *cond, dng_pthread_mutex_t *mutex, struct dng_timespec *latest_time);
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.h287 virtual int64_t latest_time() const = 0;
364 int64_t latest_time() const override;
429 int64_t latest_time() const override;
Dmemory_space_assignment.cc537 int64_t InstructionCountPrefetchIntervalPicker::latest_time() const { in latest_time() function in xla::memory_space_assignment::InstructionCountPrefetchIntervalPicker
863 int64_t CostAnalysisPrefetchIntervalPicker::latest_time() const { in latest_time() function in xla::memory_space_assignment::CostAnalysisPrefetchIntervalPicker
3236 options_.prefetch_interval_picker->latest_time(); in Prefetch()