HomeSort by relevance Sort by last modified time
    Searched full:period (Results 1 - 25 of 2697) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/074-gc-thrash/
info.txt 1 This thrashes the memory allocator and garbage collector for a brief period.
  /external/chromium_org/tools/perf/measurements/test_data/
loading_profile.csv 1 url,OT::SubstLookup::apply_string const (period),SkPaint::descriptorProc const (period),WTF::HashTable::expand (period),"WTF::HashTableAddResult WTF::HashTable<WebCore::QualifiedName::QualifiedNameImpl*, WebCore::QualifiedName::QualifiedNameImpl*, WTF::IdentityExtractor, WebCore::QualifiedNameHash, WebCore::QualifiedNameHashTraits, WebCore::Qualifie (period)",WTF::HashTableAddResult::add<WTF::Iden (period),WTF::HashTableAddResult::add<WTF::Identit (period),WTF::HashTableConstIterator::find<WTF::IdentityHashTranslator<W (period),WTF::HashTableConstIterator::find<WTF::IdentityHashTranslator<WTF: (period),WTF::IntHash::hash (period),"WTF::ListHashSetNode, WTF::HashTraits<WTF::ListHashSetNode<WebCore (period)","WTF::ListHashSetNode, WTF::HashTraits<WTF::ListHashSetNode<WebCore::R (period)",WebCore::BidiRe (…)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t049treeparsere.g 6 a : ID INT+ PERIOD;
10 PERIOD : '.' ;
t049treeparsereWalker.g 7 a : ID INT+ PERIOD {this.capture("alt 1");}
  /external/chromium_org/third_party/webrtc/base/
ratelimiter.h 19 // Limits the rate of use to a certain maximum quantity per period of
28 RateLimiter(size_t max, double period)
30 period_length_(period),
33 period_end_(period) {
38 // current period (< (max - used)). Once the given time passes the
39 // end of the period, used is set to zero and more use is available.
41 // Increment the quantity used this period. If past the end of a
42 // period, a new period is started.
  /external/chromium_org/tools/gn/
README.txt 5 during the transitional period.
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_limit.h 11 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
16 __u32 burst; /* Period multiplier for upper limit. */
  /external/proguard/src/proguard/gui/splash/
SawToothTiming.java 30 private final long period; field in class:SawToothTiming
36 * @param period the time period for a full cycle.
39 public SawToothTiming(long period, long phase)
41 this.period = period;
51 return (double)((time + phase) % period) / (double)period;
SineTiming.java 30 private final long period; field in class:SineTiming
36 * @param period the time period for a full cycle.
39 public SineTiming(long period, long phase)
41 this.period = period;
51 return 0.5 + 0.5 * Math.sin(2.0 * Math.PI * (time + phase) / period);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_limit.h 9 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
15 u_int32_t burst; /* Period multiplier for upper limit. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_limit.h 9 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
15 u_int32_t burst; /* Period multiplier for upper limit. */
  /external/markdown/MarkdownTest/Tests_2004/
Backslash escapes.text 27 Period: \.
63 Period: \.
98 Period: `\.`
  /external/markdown/tests/markdown-test/
backlash-escapes.txt 27 Period: \.
63 Period: \.
98 Period: `\.`
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPeriodicSync.java 17 public void __constructor__(Account account, String authority, Bundle extras, long period) throws Exception {
20 setField("period", period);
  /external/libcxx/test/utilities/time/time.duration/time.duration.nonmember/
op_times_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);
19 // template <class Rep1, class Period, class Rep2>
21 // duration<typename common_type<Rep1, Rep2>::type, Period>
22 // operator*(const Rep1& s, const duration<Rep2, Period>& d);
op_times_rep1.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);
18 // template <class Rep1, class Period, class Rep2>
19 // duration<typename common_type<Rep1, Rep2>::type, Period>
20 // operator*(const Rep1& s, const duration<Rep2, Period>& d);
op_times_rep2.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);
18 // template <class Rep1, class Period, class Rep2>
19 // duration<typename common_type<Rep1, Rep2>::type, Period>
20 // operator*(const Rep1& s, const duration<Rep2, Period>& d);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/
op_times_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);
19 // template <class Rep1, class Period, class Rep2>
21 // duration<typename common_type<Rep1, Rep2>::type, Period>
22 // operator*(const Rep1& s, const duration<Rep2, Period>& d);
op_times_rep1.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);
18 // template <class Rep1, class Period, class Rep2>
19 // duration<typename common_type<Rep1, Rep2>::type, Period>
20 // operator*(const Rep1& s, const duration<Rep2, Period>& d);
op_times_rep2.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);
18 // template <class Rep1, class Period, class Rep2>
19 // duration<typename common_type<Rep1, Rep2>::type, Period>
20 // operator*(const Rep1& s, const duration<Rep2, Period>& d);
  /external/iptables/include/linux/netfilter/
xt_limit.h 11 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
15 __u32 burst; /* Period multiplier for upper limit. */
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_limit.h 11 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
15 __u32 burst; /* Period multiplier for upper limit. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/
xt_limit.h 11 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
15 __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_limit.h 11 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
15 __u32 burst; /* Period multiplier for upper limit. */
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
ShiftModeTests.java 53 assertFalse("Caps directly after period", isCapsModeAutoShifted());
55 assertTrue("Caps after period space", isCapsModeAutoShifted());
86 assertFalse("(English) Auto caps after digits-period", isCapsModeAutoShifted());
88 assertTrue("(English) Auto caps after digits-period-whitespace", isCapsModeAutoShifted());
92 assertFalse("(French) Auto caps after digits-period", isCapsModeAutoShifted());
94 assertTrue("(French) Auto caps after digits-period-whitespace", isCapsModeAutoShifted());
98 assertFalse("(German) Auto caps after digits-period", isCapsModeAutoShifted());
101 assertFalse("(German) Auto caps after digits-period-whitespace", isCapsModeAutoShifted());
118 assertFalse("(Armenian) No auto-caps after latin period", isCapsModeAutoShifted());
120 assertFalse("(Armenian) No auto-caps directly after armenian period",
    [all...]

Completed in 432 milliseconds

1 2 3 4 5 6 7 8 91011>>