HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 276 - 300 of 335) sorted by null

<<11121314

  /external/webkit/WebCore/html/
HTMLTokenizer.cpp     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 205 Looper.loop();
  /frameworks/base/services/java/com/android/server/
SystemServer.java 537 // For debug builds, log event loop stalls to dropbox for analysis.
542 Looper.loop();
WifiWatchdogService.java 979 Looper.loop();
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 212 Looper.loop();
  /external/openssl/apps/
req.c 742 loop:
751 goto loop;
    [all...]
  /external/v8/test/mjsunit/
debug-sourceinfo.js 129 // Every line of d() is the same length. Verify we can loop through all
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaAudioEffectTest.java     [all...]
CodecTest.java 677 Looper.loop(); // Blocks forever until Looper.quit() is called.
  /external/v8/src/
string.js 384 // There's at least one match. If the regexp is global, we have to loop
385 // over all matches. The loop is not in C++ code here like the one in
427 } else { // Not a global regexp, no need to loop.
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 104 # Add a footnote id prefix to posts when inside a loop.
    [all...]
  /external/tremolo/Tremolo/
mdctLARM.s 429 @ preserve r2 (external loop counter)
431 @ preserve r4 (external loop counter)
589 @ mdct_butterflies part2 (loop around mdct_bufferfly_32)
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 480 #define LOOP(a) CHOICE(loop a, loop a, loop a)
    [all...]
  /external/dbus/bus/
connection.c 361 DBusLoop *loop = data; local
365 while (!_dbus_loop_queue_dispatch (loop, connection))
632 * effect on return to the main loop. We call this to free up
639 * only takes effect on return to main loop.
744 /* We can end the loop, since the connections are in oldest-first order */
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
idct_v6.asm 94 sub r1, r1, #8 ; set up out for next loop 1 -4
  /external/libvpx/vp8/common/x86/
postproc_mmx.asm 63 xor rdx, rdx ; clear out rdx for use as loop counter
postproc_mmx.c 88 clear out edx for use as loop counter
438 clear out edx for use as loop counter
    [all...]
  /external/ping/
ping.c 2016 int loop = 0; local
    [all...]
  /build/tools/droiddoc/templates/
class.cs 124 <?cs loop:i = 1, (subcount(class.inheritance)-colspan), 1 ?>
126 <?cs /loop ?>
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 385 Looper.loop();
    [all...]
  /dalvik/vm/mterp/x86-atom/
footer.S 179 jne 1b # loop if count (sReg0) not zero
  /external/webkit/JavaScriptCore/jit/
JITOpcodes.cpp 493 // As we loop regT2 will be updated with its prototype, recursively walking the prototype chain.
495 Label loop(this);
498 // Otherwise, check if we've hit null - if we have then drop out of the loop, if not go again.
502 branchTest32(NonZero, regT2).linkTo(loop, this);
504 // We get here either by dropping out of the loop, or if value was not an Object. Result is false.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow-inline.h 655 /* Returns the loop of the statement STMT. */
657 static inline struct loop *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow-inline.h 655 /* Returns the loop of the statement STMT. */
657 static inline struct loop *
    [all...]
  /system/media/opensles/libopensles/
android_AudioPlayer.cpp     [all...]

Completed in 3644 milliseconds

<<11121314