/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
VSyncMonitorTest.java | 82 // Check that the vsync period roughly matches the timestamps that the monitor generates. 102 // Check that the median frame rate is within 10% of the reported frame period. 107 fail("Measured median frame period " + medianFramePeriod 108 + " differs by more than 10% from the reported frame period " 113 // Check that the vsync period roughly matches the timestamps that the monitor generates. 119 // Check that the vsync period roughly matches the timestamps that the monitor generates. 125 // Check that the vsync period roughly matches the timestamps that the monitor generates. 134 long period = monitor.getVSyncPeriodInMicroseconds() / 1000; 138 assertTrue(delay < period);
|
/frameworks/base/core/java/android/content/ |
PeriodicSync.java | 35 public final long period; field in class:PeriodicSync 53 this.period = periodInSeconds; 66 this.period = other.period; 75 long period, long flexTime) { 79 this.period = period; 87 this.period = in.readLong(); 101 dest.writeLong(period); 128 && period == other.perio [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
get_sync_seq.c | 32 int16_t *period, /* (i) rough-pitch-period array (Q-2) */ 33 int16_t *plocs, /* (i) where periods of period array are taken (Q-2) */ 34 int16_t periodl, /* (i) dimension period array */ 59 blockStartPos[q]=blockStartPos[q+1]-period[lagBlock[q+1]]; 62 (int16_t)(blockStartPos[q] + (int16_t)WEBRTC_SPL_MUL_16_16(4, ENH_BLOCKL_HALF)-period[lagBlock[q+1]]), 82 plocs2[i]=(plocs[i]-period[i]); 91 blockStartPos[q]=blockStartPos[q-1]+period[lagBlock[q]];
|
enhancer.h | 34 int16_t *period, /* (i) pitch period array (pitch bward-in time) */ 35 int16_t *plocs, /* (i) locations where period array values valid */ 36 int16_t periodl /* (i) dimension of period and plocs */
|
get_sync_seq.h | 32 int16_t *period, /* (i) rough-pitch-period array (Q-2) */ 33 int16_t *plocs, /* (i) where periods of period array are taken (Q-2) */ 34 int16_t periodl, /* (i) dimension period array */
|
enhancer.c | 34 int16_t *period, /* (i) pitch period array (pitch bward-in time) */ 35 int16_t *plocs, /* (i) locations where period array values valid */ 36 int16_t periodl /* (i) dimension of period and plocs */ 45 WebRtcIlbcfix_GetSyncSeq(idata, idatal, centerStartPos, period, plocs,
|
/external/chromium_org/net/quic/ |
quic_sustained_bandwidth_recorder.h | 21 // been given uninterrupted reliable estimates over a certain period of time. 27 // method over a 3 * srtt period results in storage of a valid sustained 65 // one recording period (3 * rtt). 84 // Timestamp marking the beginning of the latest recording period.
|
/external/bluetooth/bluedroid/bta/include/ |
ptim.h | 36 INT32 period; /* Timer period in milliseconds */ member in struct:__anon5543 59 extern void ptim_init(tPTIM_CB *p_cb, UINT16 period, UINT8 timer_id);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/ |
background.js | 13 var period = time[1] < 12 ? 'a.m.' : 'p.m.'; // The period of the day. 14 new Notification(hour + time[2] + ' ' + period, {
|
/external/chromium_org/tools/perf/measurements/ |
loading_measurement_analyzer_unittest.py | 32 self.assertIn('WTF::IntHash::hash: 1359797948period 1.1%', output) 33 self.assertIn('WebCore::rangesIntersect: 648335678period 0.5%', output) 34 self.assertIn('v8::internal::Scanner::Scan: 19668346period 0.0', output)
|
/external/iptables/include/linux/netfilter/ |
xt_hashlimit.h | 8 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490 29 __u32 burst; /* Period multiplier for upper limit. */ 53 __u32 burst; /* Period multiplier for upper limit. */
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_hashlimit.h | 8 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490 30 __u32 burst; /* Period multiplier for upper limit. */ 54 __u32 burst; /* Period multiplier for upper limit. */
|
/external/libcxx/test/utilities/time/time.duration/time.duration.nonmember/ |
op_divide_rep.fail.cpp | 14 // template <class Rep1, class Period, class Rep2> 15 // duration<typename common_type<Rep1, Rep2>::type, Period> 16 // operator/(const duration<Rep1, Period>& d, const Rep2& s);
|
op_mod_rep.fail.cpp | 14 // template <class Rep1, class Period, class Rep2> 15 // duration<typename common_type<Rep1, Rep2>::type, Period> 16 // operator%(const duration<Rep1, Period>& d, const Rep2& s)
|
/external/libcxx/test/utilities/time/time.duration/ |
types.pass.cpp | 17 // typedef Period period; 26 static_assert((std::is_same<D::period, std::ratio<3, 2> >::value), "");
|
/external/libnfc-nci/src/nfa/int/ |
nfa_sys_ptim.h | 37 INT32 period; /* Timer period in milliseconds */ member in struct:__anon7963 60 extern void nfa_sys_ptim_init (tPTIM_CB *p_cb, UINT16 period, UINT8 timer_id);
|
/external/markdown/MarkdownTest/Tests_2007/ |
Backslash escapes.text | 27 Period: \. 63 Period: \. 98 Period: `\.`
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/ |
op_divide_rep.fail.cpp | 14 // template <class Rep1, class Period, class Rep2> 15 // duration<typename common_type<Rep1, Rep2>::type, Period> 16 // operator/(const duration<Rep1, Period>& d, const Rep2& s);
|
op_mod_rep.fail.cpp | 14 // template <class Rep1, class Period, class Rep2> 15 // duration<typename common_type<Rep1, Rep2>::type, Period> 16 // operator%(const duration<Rep1, Period>& d, const Rep2& s)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/ |
types.pass.cpp | 17 // typedef Period period; 26 static_assert((std::is_same<D::period, std::ratio<3, 2> >::value), "");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/ |
xt_hashlimit.h | 8 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490 25 __u32 burst; /* Period multiplier for upper limit. */ 49 __u32 burst; /* Period multiplier for upper limit. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/ |
xt_hashlimit.h | 8 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490 25 __u32 burst; /* Period multiplier for upper limit. */ 49 __u32 burst; /* Period multiplier for upper limit. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
avrt.h | 59 PLARGE_INTEGER Period, 66 PLARGE_INTEGER Period, 74 PLARGE_INTEGER Period,
|
/libcore/luni/src/main/java/java/util/ |
Timer.java | 31 * <p>Recurring tasks are scheduled with either a fixed period or a fixed rate: 33 * <li>With the default <strong>fixed-period execution</strong>, each 36 * than the specified {@code period}. 263 if (task.period >= 0) { 267 task.when = task.when + task.period; 271 + task.period; 466 * @param period 469 * if {@code delay < 0} or {@code period <= 0}. 474 public void schedule(TimerTask task, long delay, long period) { 475 if (delay < 0 || period <= 0) [all...] |
/frameworks/av/include/media/stagefright/foundation/ |
AUtils.h | 64 /* T must be integer type, period must be positive */ 66 inline static T periodicError(const T &val, const T &period) { 67 T err = abs(val) % period; 68 return (err < (period / 2)) ? err : (period - err);
|