HomeSort by relevance Sort by last modified time
    Searched refs:ff (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.h 62 virtual void OnPreEvent(uint32 ff) = 0;
63 virtual void OnEvent(uint32 ff, int err) = 0;
  /frameworks/base/tools/aapt/
CrunchCache.cpp 18 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff)
19 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff)
  /libcore/luni/src/main/java/java/lang/
RealToString.java 97 long ff = f; local
98 while ((ff & 0x0010000000000000L) == 0) {
99 ff = ff << 1;
163 int ff = f; local
164 while ((ff & 0x00800000) == 0) {
165 ff = ff << 1;
  /external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.stdout.exp 8 16 00 00 00 00 00 00 00 00 80 1f 00 00 ff ff 00 00
9 32 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00
10 48 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00
14 112 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00
18 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
21 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
24 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
25 288 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
28 336 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1229.js 82 function ff(x) { } function
85 ff(local_z);
87 ff(local_y);
93 ff(local_z);
95 ff(local_y);
101 ff(local_z);
103 ff(local_y);
105 ff(local_x);
  /external/valgrind/main/none/tests/s390x/
xor.c 13 xiysweep(ff);
  /dalvik/tests/003-omnibus-opcodes/src/
FloatMath.java 289 static void jlmTests(float ff, double dd) {
292 assert(approxEqual(Math.abs(ff), ff, 0.001f)); local
293 assert(approxEqual(Math.abs(-ff), ff, 0.001f));
294 assert(approxEqual(Math.min(ff, -5.0f), -5.0f, 0.001f));
295 assert(approxEqual(Math.max(ff, -5.0f), ff, 0.001f)); local
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NodeVector.java 151 int ff = m_firstFree; local
153 if ((ff + 1) >= m_mapSize)
166 System.arraycopy(m_map, 0, newMap, 0, ff + 1);
172 m_map[ff] = value;
174 ff++;
176 m_firstFree = ff;
  /external/valgrind/main/memcheck/tests/x86/
fxsave.stdout.exp 6 16 00 00 00 00 00 00 00 00 80 1f 00 00 ff ff ff ff
7 32 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00
11 96 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00
16 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
22 272 79 b9 f9 b9 99 ff 99 bb 99 77 99 bb 9b 9f 9b 97
40 16 00 00 00 00 00 00 00 00 80 1f 00 00 ff ff ff ff
    [all...]
  /external/clang/test/CodeGen/
struct.c 31 F *ff; member in struct:__sf2
35 if (c->ff->c >= 0)
  /external/srec/srec/clib/
swicms.c 516 int ff; local
596 for (i = 0, ff = 0; i < MAX_CHAN_DIM; i++)
598 ff += (swicms->lda_tmn[i] - avg[i]);
600 ff /= MAX_CHAN_DIM; /* sum is now the average offset from TMN */
601 if (ff > 5)
603 PLogError("Warning: bad utt mean during swicms_update() (moffs=%d)\n", ff);
607 ff = swicms->forget_factor;
608 if (ff < 9999)
612 swicms->lda_cmn[i] = (swicms->lda_cmn[i] * ff + avg[i] * nn + (ff + nn) / 2) / (ff + nn)
    [all...]
  /device/ti/panda/audio/test/
music-monkey.py 40 def ff(n): function
61 actions = ['play', 'pause', 'skip_next', 'skip_prev', 'ff', 'rw', 'wait']
80 #ff(action_time)
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestMultiViewsFilters.java 142 final FogFilter ff = new FogFilter(ColorRGBA.Yellow, 0.7f, 2); local
143 fpp.addFilter(ff);
184 ff.setEnabled(!ff.isEnabled());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
FloatTest.java 832 float ff; local
    [all...]
  /external/qemu/hw/
dma.c 144 int ff; local
146 ff = d->flip_flop;
147 d->flip_flop = !ff;
148 return ff;
154 int ichan, nreg, iport, ff, val, dir; local
163 ff = getff (d);
170 return (val >> (d->dshift + (ff << 3))) & 0xff;
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSet.java 912 int ff = m_firstFree; local
914 if ((ff + 1) >= m_mapSize)
927 System.arraycopy(m_map, 0, newMap, 0, ff + 1);
933 m_map[ff] = value;
935 ff++;
937 m_firstFree = ff;
    [all...]
  /external/svox/pico/lib/
picosig2.c 779 picoos_int32 *fr, *Fr, *Fi, *t1, ff; /* - fixed point */ local
810 ff = (picoos_int32) f;
811 if (ff < 1)
812 ff = 1;
814 t1 = fr;FAST_DEVICE(PICODSP_FFTSIZE,*(t1++) /= ff;); /* - fixed point */
833 picoos_int32 *fr, *v1, ff, f; local
864 ff = (f * window[sig_inObj->LocV[nI]]) >> PICODSP_SHIFT_FACT1;
867 if (cnt > 0)FAST_DEVICE(cnt,*(t1++)+=*(t2++)*ff;);
877 ff = (f * window[sig_inObj->LocU[nI]]) >> PICODSP_SHIFT_FACT1;
880 if (cnt > 0)FAST_DEVICE(cnt,*(t1++)+=*(t2++)*ff; );
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies-function.js 129 var ff = Function.prototype.bind.call(f, o, 12)
130 assertTrue(ff.length <= 1) // TODO(rossberg): Not spec'ed yet, be lax.
132 assertEquals(42, ff(30))
135 assertEquals(33, Function.prototype.call.call(ff, {}, 21))
138 assertEquals(32, Function.prototype.apply.call(ff, {}, [20]))
141 assertEquals(23, %Call({}, 11, ff))
144 assertEquals(23, %Call({}, 11, 3, ff))
147 assertEquals(24, %Apply(ff, {}, [12, 13], 0, 1))
150 assertEquals(24, %Apply(ff, {}, [12, 13], 0, 2))
153 assertEquals(34, %_CallFunction({}, 22, ff))
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KSBuilder_ImplTest.java 77 File ff = File.createTempFile("KSBuilder_ImplTest", "keystore"); local
78 ff.deleteOnExit();
82 fos = new FileOutputStream(ff);
93 return ff;
  /external/clang/test/CodeGenCXX/
constructor-init.cpp 51 float ff; member in struct:N
  /external/libvpx/examples/includes/geshi/contrib/
aliased.php 99 color: #9999ff;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreBuilderTest.java 497 File ff = File.createTempFile("KSBuilder_ImplTest", "keystore"); local
498 ff.deleteOnExit();
502 fos = new FileOutputStream(ff);
513 return ff;
  /dalvik/dx/tests/024-code-bytecode/
small-class.txt 190 84 05 ff # 00a3: iinc 05, #-1
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 142 2 => 'color:#0000FF; font-weight:bold;',
170 1 => 'color:#0066ff; font-weight:bold;',
171 2 => 'color:#6666ff; font-weight:bold;',
  /ndk/build/tools/
build-ndk-sysroot.sh 155 (cd $1 && find . -type f | while read ff; do install_file $ff $2; done)

Completed in 1349 milliseconds

12 3 4 5