/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/ |
hours.pass.cpp | 22 typedef D::period Period; 26 static_assert((std::is_same<Period, std::ratio<3600> >::value), "");
|
microseconds.pass.cpp | 22 typedef D::period Period; 26 static_assert((std::is_same<Period, std::micro>::value), "");
|
milliseconds.pass.cpp | 22 typedef D::period Period; 26 static_assert((std::is_same<Period, std::milli>::value), "");
|
minutes.pass.cpp | 22 typedef D::period Period; 26 static_assert((std::is_same<Period, std::ratio<60> >::value), "");
|
nanoseconds.pass.cpp | 22 typedef D::period Period; 26 static_assert((std::is_same<Period, std::nano>::value), "");
|
seconds.pass.cpp | 22 typedef D::period Period; 26 static_assert((std::is_same<Period, std::ratio<1> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/ |
op_divide_rep.pass.cpp | 14 // template <class Rep1, class Period, class Rep2> 16 // duration<typename common_type<Rep1, Rep2>::type, Period> 17 // operator/(const duration<Rep1, Period>& d, const Rep2& s);
|
op_mod_rep.pass.cpp | 14 // template <class Rep1, class Period, class Rep2> 16 // duration<typename common_type<Rep1, Rep2>::type, Period> 17 // operator%(const duration<Rep1, Period>& d, const Rep2& s)
|
/external/chromium_org/cc/test/ |
test_now_source.cc | 71 void TestNowSource::AdvanceNow(base::TimeDelta period) { 78 period.ToInternalValue()); 80 DCHECK(period >= base::TimeDelta()); // Time should always go forward. 81 now_ += period;
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_time.h | 20 /* treat timestart > timestop (e.g. 23:00-01:00) as single period */
|
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/ |
try_lock_for.pass.cpp | 14 // template <class Rep, class Period> 15 // bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 28 template <class Rep, class Period> 29 bool try_lock_shared_for(const std::chrono::duration<Rep, Period>& rel_time)
|
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
try_lock_for.pass.cpp | 14 // template <class Rep, class Period> 15 // bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 26 template <class Rep, class Period> 27 bool try_lock_for(const std::chrono::duration<Rep, Period>& rel_time)
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
sw-clock.c | 16 * then check their frequency -> period conversion has no artifact of 17 * setting period to 1 forcefully. 89 total_periods += sample.period; 96 pr_debug("All (%d) samples have period value of 1!\n",
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/ |
hist.c | 9 /* hist period print (hpp) functions */ 41 u64 period = get_field(pair); local 61 fmt, 100.0 * period / total); 64 fmt, period); 157 HPP_PERCENT_FNS(overhead, "Overhead", period, 8, 8) 164 HPP_RAW_FNS(period, "Period", period, 12, 12) 188 HPP__PRINT_FNS(period)
|
/external/lldb/tools/lldb-perf/lib/ |
Timer.cpp | 47 return (double)m_start.time_since_epoch().count() * (double)system_clock::period::num / (double)system_clock::period::den; 53 return (double)m_stop.time_since_epoch().count() * (double)system_clock::period::num / (double)system_clock::period::den;
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_LockAudio.3 | 11 The lock manipulated by these functions protects the callback function\&. During a LockAudio period, you can be guaranteed that the callback function is not running\&. Do not call these from the callback function or you will cause deadlock\&.
|
/frameworks/av/media/libmediaplayerservice/ |
VideoFrameScheduler.h | 39 // returns the vsync period for the main display 57 // returns period 64 bool mPrimed; // have an estimate for the period 75 bool fit(nsecs_t phase, nsecs_t period, size_t numSamples,
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledExecutorService.java | 102 * period; that is executions will commence after 103 * {@code initialDelay} then {@code initialDelay+period}, then 104 * {@code initialDelay + 2 * period}, and so on. 109 * takes longer than its period, then subsequent executions 114 * @param period the period between successive executions 115 * @param unit the time unit of the initialDelay and period parameters 122 * @throws IllegalArgumentException if period less than or equal to zero 126 long period,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/ |
try_lock_for.pass.cpp | 14 // template <class Rep, class Period> 15 // bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 28 template <class Rep, class Period> 29 bool try_lock_shared_for(const std::chrono::duration<Rep, Period>& rel_time)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
try_lock_for.pass.cpp | 14 // template <class Rep, class Period> 15 // bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 26 template <class Rep, class Period> 27 bool try_lock_for(const std::chrono::duration<Rep, Period>& rel_time)
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
perf-diff.txt | 81 --period:: 82 Show period values for both compared hist entries. 157 - period_percent being the % of the hist entry period value within 164 r = A->period / B->period 170 - period being the hist entry period value 176 d = B->period * WEIGHT-A - A->period * WEIGHT-B 181 - period being the hist entry period valu [all...] |
/external/chromium_org/remoting/host/ |
audio_silence_detector.h | 31 // Silence period threshold in samples. Silence intervals shorter than this 36 // Lengths of the current silence period in samples.
|
/external/kernel-headers/original/uapi/linux/nfsd/ |
cld.h | 35 Cld_GraceDone, /* grace period is complete */ 51 int64_t cm_gracetime; /* grace period start time */
|
/external/libcxx/include/ |
condition_variable | 49 template <class Rep, class Period> 52 const chrono::duration<Rep, Period>& rel_time); 54 template <class Rep, class Period, class Predicate> 57 const chrono::duration<Rep, Period>& rel_time, 94 template <class Lock, class Rep, class Period> 97 const chrono::duration<Rep, Period>& rel_time); 99 template <class Lock, class Rep, class Period, class Predicate> 102 const chrono::duration<Rep, Period>& rel_time,
|
/external/libcxx/test/utilities/time/ |
clock.h | 19 typedef duration::period period; typedef in class:Clock
|