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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/cachegrind/tests/
chdir.stderr.exp 6 I1 miss rate:
7 LLi miss rate:
12 D1 miss rate:
13 LLd miss rate:
17 LL miss rate:
dlclose.stderr.exp 6 I1 miss rate:
7 LLi miss rate:
12 D1 miss rate:
13 LLd miss rate:
17 LL miss rate:
notpower2.stderr.exp 6 I1 miss rate:
7 LLi miss rate:
12 D1 miss rate:
13 LLd miss rate:
17 LL miss rate:
wrap5.stderr.exp 6 I1 miss rate:
7 LLi miss rate:
12 D1 miss rate:
13 LLd miss rate:
17 LL miss rate:
  /external/valgrind/cachegrind/tests/x86/
fpu-28-108.stderr.exp 6 I1 miss rate:
7 LLi miss rate:
12 D1 miss rate:
13 LLd miss rate:
17 LL miss rate:
  /external/valgrind/callgrind/tests/
notpower2-hwpref.stderr.exp 9 I1 miss rate:
10 LLi miss rate:
15 D1 miss rate:
16 LLd miss rate:
20 LL miss rate:
notpower2-use.stderr.exp 9 I1 miss rate:
10 LLi miss rate:
15 D1 miss rate:
16 LLd miss rate:
20 LL miss rate:
notpower2-wb.stderr.exp 9 I1 miss rate:
10 LLi miss rate:
15 D1 miss rate:
16 LLd miss rate:
20 LL miss rate:
notpower2.stderr.exp 9 I1 miss rate:
10 LLi miss rate:
15 D1 miss rate:
16 LLd miss rate:
20 LL miss rate:
simwork-cache.stderr.exp 9 I1 miss rate:
10 LLi miss rate:
15 D1 miss rate:
16 LLd miss rate:
20 LL miss rate:
simwork1.stderr.exp 9 I1 miss rate:
10 LLi miss rate:
15 D1 miss rate:
16 LLd miss rate:
20 LL miss rate:
simwork2.stderr.exp 9 I1 miss rate:
10 LLi miss rate:
15 D1 miss rate:
16 LLd miss rate:
20 LL miss rate:
simwork3.stderr.exp 9 I1 miss rate:
10 LLi miss rate:
15 D1 miss rate:
16 LLd miss rate:
20 LL miss rate:
threads-use.stderr.exp 9 I1 miss rate:
10 LLi miss rate:
15 D1 miss rate:
16 LLd miss rate:
20 LL miss rate:
simwork-both.stderr.exp 9 I1 miss rate:
10 LLi miss rate:
15 D1 miss rate:
16 LLd miss rate:
20 LL miss rate:
24 Mispred rate:
simwork-branch.stderr.exp 10 Mispred rate:
  /external/libvorbis/lib/
barkmel.c 22 double rate; local
24 rate=48000.f;
25 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
26 rate,i,rate/2 / (i/2),toBARK(rate/2 /(i/2)),toBARK(rate/2));
28 rate=44100.f;
29 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
30 rate,i,rate/2 / (i/2),toBARK(rate/2 /(i/2)),toBARK(rate/2))
    [all...]
  /external/iproute2/tc/
tc_cbq.h 4 unsigned tc_cbq_calc_maxidle(unsigned bndw, unsigned rate, unsigned avpkt,
6 unsigned tc_cbq_calc_offtime(unsigned bndw, unsigned rate, unsigned avpkt,
  /external/libavc/encoder/
ih264e_modify_frm_rate.h 27 * Functions declarations used to modify frame rate
54 * The input frame rate set in the encoder (per 1000 sec)
59 * Frame rate of current frame due to pull down
70 * if greater than input frame rate stays at input frame rate
86 * @brief Function to init pd frame rate memtab
89 * Function to init pull down frame rate memtab
92 * pull down frame rate context
112 * @brief Initializes the pull down frame rate state structure based on input
113 * frame rate
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ProgressiveDownloadInformationBox.java 55 long rate; field in class:ProgressiveDownloadInformationBox.Entry
58 public Entry(long rate, long initialDelay) {
59 this.rate = rate;
64 return rate;
67 public void setRate(long rate) {
68 this.rate = rate;
82 "rate=" + rate
    [all...]
  /external/chromium-trace/catapult/dashboard/
queue.yaml 7 rate: 5/s
12 rate: 20/s
19 rate: 5/s
25 rate: 5/s
30 rate: 10/m
35 rate: 5/s
40 rate: 5/s
45 rate: 20/m
50 rate: 5/s
  /hardware/bsp/intel/peripheral/libupm/src/ad8232/
CMakeLists.txt 2 set (libdescription "upm ad8232 heart rate monitor")
  /hardware/bsp/intel/peripheral/libupm/src/groveehr/
CMakeLists.txt 2 set (libdescription "upm grove ear-clip heart rate sensor module")
  /frameworks/base/services/tests/servicestests/src/com/android/server/notification/
RateEstimatorTest.java 41 final float rate = mEstimator.getRate(mTestStartTime - 1000L); local
42 assertFalse(Float.isInfinite(rate));
43 assertFalse(Float.isNaN(rate));
56 final float rate = mEstimator.getRate(mTestStartTime); local
57 assertFalse(Float.isInfinite(rate));
58 assertFalse(Float.isNaN(rate));
66 final float rate = mEstimator.getRate(nextEventTime); local
67 assertLessThan("Rate", rate, 20f);
75 final float rate = mEstimator.getRate(nextEventTime) local
84 final float rate = mEstimator.getRate(nextEventTime); local
93 final float rate = mEstimator.getRate(nextEventTime); local
103 final float rate = mEstimator.getRate(nextEventTime + 5000L); \/\/ two seconds later local
112 final float rate = mEstimator.getRate(nextEventTime); local
118 final float rate = mEstimator.getRate(mTestStartTime); local
125 final float rate = mEstimator.getRate(mTestStartTime+1); local
148 final float rate = mEstimator.update(time); local
    [all...]
  /external/autotest/client/site_tests/audio_Microphone/
audio_Microphone.py 20 self, filesize, duration, channels, rate, bits=16):
21 expected = duration * channels * (bits / 8) * rate
26 def verify_alsa_capture(self, channels, rate, bits=16):
30 bits=bits, rate=rate)
33 DURATION, channels, rate, bits)
36 def verify_cras_capture(self, channels, rate):
40 rate=rate)
43 DURATION, channels, rate)
    [all...]

Completed in 573 milliseconds

1 2 3 4 5 6 7 8 91011>>