HomeSort by relevance Sort by last modified time
    Searched defs:loop (Results 176 - 200 of 239) sorted by null

1 2 3 4 5 6 78 910

  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 213 Looper.loop();
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 143 Looper.loop(); // Blocks forever until Looper.quit() is called.
    [all...]
CameraTest.java 150 Looper.loop(); // Blocks forever until Looper.quit() is called.
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 33 - 1.30: added -loop option for -bgpat (ifdef FEATURE_LOOP); fixed bpp =
303 int loop = FALSE; local
425 } else if (!strncmp(*argv, "-loop", 2)) {
426 loop = TRUE;
475 " %*s [-usleep dur | -timing] [-pause] [-loop [sec]] file.png\n\n"
490 " -loop\tloops through background images after initial display\n"
570 /* set some final rpng2_info variables before entering main data loop */
589 * the loop to deal with our first buffer of data (read in above to verify
590 * that the file is a PNG image), then loop through the file and continue
641 if (loop && bg_image)
    [all...]
  /external/libxml2/
xmlwriter.c 2964 int loop; local
    [all...]
  /external/mesa3d/src/glsl/
ir.h 565 * IR instruction representing a high-level loop structure.
586 * Get an iterator for the instructions of the loop body
593 /** List of ir_instruction that make up the body of the loop. */
597 * \name Loop counter and controls
599 * Represents a loop like a FORTRAN \c do-loop.
602 * If \c from and \c to are the same value, the loop will execute once.
605 ir_rvalue *from; /** Value of the loop counter on the first
606 * iteration of the loop.
608 ir_rvalue *to; /** Value of the loop counter on the las
1105 ir_loop *loop; member in class:ir_loop_jump
    [all...]
  /external/ping/
ping.c 2062 int loop = 0; local
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 1502 Label loop, done, short_string, short_loop; local
1542 Label loop, entry; local
    [all...]
full-codegen-ia32.cc 375 // Loop stack checks can be patched to perform on-stack replacement. In
376 // order to decide whether or not to perform OSR we embed the loop depth
954 Label loop, exit; local
2589 Label entry, loop; local
3439 non_trivial_array, not_size_one_array, loop, local
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 3948 Label loop, done, short_string, short_loop; local
3998 Label loop, entry; local
    [all...]
full-codegen-x64.cc 338 // Loop stack checks can be patched to perform on-stack replacement. In
339 // order to decide whether or not to perform OSR we embed the loop depth
896 Label loop, exit; local
2483 Label entry, loop; local
3332 non_trivial_array, not_size_one_array, loop, local
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp 1520 bool HTMLMediaElement::loop() const function in class:WebCore::HTMLMediaElement
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp 1460 M4VIFI_UInt32 loop = 0; local
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 442 int32_t loop; local
444 && fileMeta->findInt32(kKeyAutoLoop, &loop) && loop != 0) {
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 173 // For debug builds, log event loop stalls to dropbox for analysis.
193 // For debug builds, log event loop stalls to dropbox for analysis.
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_event.h 148 /** sample loop */
350 SND_SEQ_SAMPLE_STOP_LOOP = 2 /**< terminate loop and finish wave */
364 /** simple loop redefinition */
366 unsigned int start; /**< loop start (in samples) * 16 */
367 unsigned int end; /**< loop end (in samples) * 16 */
381 snd_seq_ev_loop_t loop; /**< loop control */ member in union:snd_seq_ev_sample_control::__anon23830
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 148 /** sample loop */
350 SND_SEQ_SAMPLE_STOP_LOOP = 2 /**< terminate loop and finish wave */
364 /** simple loop redefinition */
366 unsigned int start; /**< loop start (in samples) * 16 */
367 unsigned int end; /**< loop end (in samples) * 16 */
381 snd_seq_ev_loop_t loop; /**< loop control */ member in union:snd_seq_ev_sample_control::__anon25420
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 148 /** sample loop */
350 SND_SEQ_SAMPLE_STOP_LOOP = 2 /**< terminate loop and finish wave */
364 /** simple loop redefinition */
366 unsigned int start; /**< loop start (in samples) * 16 */
367 unsigned int end; /**< loop end (in samples) * 16 */
381 snd_seq_ev_loop_t loop; /**< loop control */ member in union:snd_seq_ev_sample_control::__anon26932
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 375 // Our message loop may be used in tests which require it to be an IO loop.
3240 MessageLoop 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...]
code-stubs-arm.cc 4078 Label slow, loop, is_instance, is_not_instance, not_js_object; local
4587 Label loop; local
5099 Label loop; local
5474 Label loop; local
5574 Label loop; local
5624 Label loop; local
6153 Label 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...]
  /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/icu4c/test/intltest/
rbbitst.cpp 147 default: name = ""; break; //needed to end loop
221 // break out of the loop.
4004 int loop; local
4070 int loop; local
4168 int loop; local
    [all...]

Completed in 2434 milliseconds

1 2 3 4 5 6 78 910