HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 401 - 425 of 609) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/compiler/
math-floor-local.js 142 // Test in a loop to cover the custom IC and GC-related issues.
  /external/v8/test/mjsunit/
math-abs.js 95 // Test in a loop to cover the custom IC and GC-related issues.
math-floor.js 140 // Test in a loop to cover the custom IC and GC-related issues.
  /external/webkit/Source/WebCore/rendering/
HitTestResult.cpp 374 mediaElt->setLoop(!mediaElt->loop());
403 return mediaElt->loop();
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 211 status_t setLooping(int loop)
215 data.writeInt32(loop);
  /build/core/combo/
TARGET_linux-arm.mk 161 -frerun-cse-after-loop \
  /cts/tests/tests/media/src/android/media/cts/
EnvReverbTest.java 501 Looper.loop(); // Blocks forever until Looper.quit() is called.
EqualizerTest.java 438 Looper.loop(); // Blocks forever until Looper.quit() is called.
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 41 loop do
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 337 // Don't define the closure directly in the loop body, since Javascript's
338 // crazy scoping rules mean |methodName| actually bleeds out of the loop!
  /external/chromium/net/tools/dump_cache/
dump_files.cc 161 printf("Loop detected\n");
310 // We need a message loop, although we really don't run any task.
311 MessageLoop loop(MessageLoop::TYPE_IO);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 229 virtual bool PlayRingbackTone(bool play, bool loop) = 0;
  /external/openssl/crypto/
x86_64cpuid.pl 275 loop .Loop_rdrand
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp 201 if (mediaElement->loop())
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateUnitTestTemplate.java 144 Looper.loop(); // Blocks forever until Looper.quit() is called.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 265 void (*sample_loop)(struct snd_trident *card, struct snd_trident_voice *voice, struct snd_seq_ev_loop *loop);
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 49 ; these should be fast; the inner loop is unrolled (it takes no more than
51 ; coefficients and all relevant history stay in registers, so the outer loop
55 ; and there may be a somewhat more clever way to do the outer loop
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 51 # these should be fast; the inner loop is unrolled (it takes no more than
53 # coefficients and all relevant history stay in registers, so the outer loop
57 # and there may be a somewhat more clever way to do the outer loop
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 641 native int rsnPathCreate(int con, int prim, boolean isStatic, int vtx, int loop, float q);
642 synchronized int nPathCreate(int prim, boolean isStatic, int vtx, int loop, float q) {
644 return rsnPathCreate(mContext, prim, isStatic, vtx, loop, q);
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 1164 Label loop; local
1236 Label loop; local
    [all...]
  /external/valgrind/main/VEX/switchback/
test_ppc_jm1.c 4344 test_loop_t *loop; local
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 175 // Load undefined value here, so the value is ready for the loop
986 Label loop, exit; local
1221 Label loop, fast; local
2653 Label entry, loop; local
3495 non_trivial_array, not_size_one_array, loop, local
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 182 // Load undefined value here, so the value is ready for the loop
996 Label loop, exit; local
1229 Label loop, fast; local
2676 Label entry, loop; local
3529 non_trivial_array, not_size_one_array, loop, local
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 2639 Label loop; local
3160 Label loop; local
4245 Label loop, is_instance, is_not_instance; local
4828 Label loop; local
4892 Label loop; local
    [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]

Completed in 1131 milliseconds

<<11121314151617181920>>