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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/074-gc-thrash/
info.txt 1 This thrashes the memory allocator and garbage collector for a brief period.
  /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");}
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/
clock.h 10 typedef duration::period period; typedef in class:Clock
  /external/kernel-headers/original/linux/netfilter/
xt_limit.h 7 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
11 u_int32_t 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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_limit.h 7 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
11 u_int32_t burst; /* Period multiplier for upper limit. */
xt_hashlimit.h 6 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
20 u_int32_t burst; /* Period multiplier for upper limit. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_limit.h 7 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
11 u_int32_t burst; /* Period multiplier for upper limit. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/linux/netfilter/
xt_limit.h 7 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
11 u_int32_t burst; /* Period multiplier for upper limit. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-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. */
  /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);
  /ndk/sources/cxx-stl/llvm-libc++/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. */
  /frameworks/base/core/java/android/content/
PeriodicSync.java 36 public final long period; field in class:PeriodicSync
39 public PeriodicSync(Account account, String authority, Bundle extras, long period) {
43 this.period = period;
54 dest.writeLong(period);
81 && period == other.period
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 50 size_t period_bytes; /* requested period size */
51 size_t period_frames; /* period frames for poll */
52 size_t period_ptr; /* actual write pointer to period */
57 char *buffer; /* vmallocated period */
58 size_t buffer_used; /* used length from period buffer */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 50 size_t period_bytes; /* requested period size */
51 size_t period_frames; /* period frames for poll */
52 size_t period_ptr; /* actual write pointer to period */
57 char *buffer; /* vmallocated period */
58 size_t buffer_used; /* used length from period buffer */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_hashlimit.h 6 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
20 u_int32_t burst; /* Period multiplier for upper limit. */

Completed in 1840 milliseconds

1 2 3 4 5 6 7 8 91011>>