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

<<2122232425

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 244 // Check to perform at each execution of the timed loop. It also triggers
  /external/openssl/apps/
req.c 751 loop:
760 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/audio/
MediaAudioEffectTest.java     [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 667 M4OSA_Int32 loop, temp; local
680 for ( loop = 0; temp != 0; loop++ )
685 codeLen = (( loop * 2) - 1);
697 M4OSA_Int32 loop, temp1, temp2; local
719 for ( loop = 0; loop < 16 && temp2 != 0; loop++ )
724 codeLen = ( loop * 2) - 1;
    [all...]
  /external/iptables/libiptc/
libiptc.c 359 /* Loop */
360 loop:
405 goto loop;
431 goto loop;
    [all...]
  /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)
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 217 expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
229 do { // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
237 // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}} \
246 sls_mu.Unlock(); // expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
252 expected-warning{{expecting mutex 'sls_mu' to be locked at start of each loop}}
    [all...]
  /external/dbus/bus/
connection.c 369 DBusLoop *loop = data; local
373 while (!_dbus_loop_queue_dispatch (loop, connection))
706 * effect on return to the main loop. We call this to free up
713 * only takes effect on return to main loop.
821 /* 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 2062 int loop = 0; local
    [all...]
  /build/tools/droiddoc/templates-sdk/
class.cs 132 <?cs loop:i = 1, (subcount(class.inheritance)-colspan), 1 ?>
134 <?cs /loop ?>
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 142 Looper.loop(); // Blocks forever until Looper.quit() is called.
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java 658 Looper.loop(); // Blocks forever until Looper.quit() is called.
  /dalvik/vm/mterp/x86-atom/
footer.S 170 jne 1b # loop if count (sReg0) not zero
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 257 msg = "required (...)+ loop did not match anything at input "+
334 // an infinite loop; this is a failsafe.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 218 loop do
  /external/doclava/res/assets/templates/
class.cs 126 <?cs loop:i = 1, (subcount(class.inheritance)-colspan), 1 ?>
128 <?cs /loop ?>
  /external/v8/src/ia32/
macro-assembler-ia32.cc 1502 Label loop, done, short_string, short_loop; local
1542 Label loop, entry; local
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp 1460 M4VIFI_UInt32 loop = 0; local
    [all...]
  /frameworks/av/media/libaah_rtp/
aah_tx_player.cpp 773 status_t AAH_TXPlayer::setLooping(int loop) {
1014 // then we have work to do (one time through this loop should establish
    [all...]

Completed in 2885 milliseconds

<<2122232425