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

<<11121314151617181920>>

  /external/bluetooth/bluez/test/
test-health 11 loop = gobject.MainLoop() variable
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils_unittest.cc 106 // Clipboard requires a message loop.
107 MessageLoopForUI loop; local
  /external/chromium/chrome/common/
service_process_util_unittest.cc 36 void ShutdownTask(MessageLoop* loop) {
37 // Quit the main message loop.
40 loop->PostTask(FROM_HERE, new MessageLoop::QuitTask());
248 MockLaunchd(const FilePath& file, MessageLoop* loop)
250 message_loop_(loop),
  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.h 142 virtual bool PlayRingbackTone(bool play, bool loop) { return true; }
  /external/freetype/src/truetype/
ttobjs.h 90 FT_Long loop; member in struct:TT_GraphicsState_
  /external/iproute2/lib/
ll_proto.c 37 __PF(LOOP,loop)
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 311 * &lt;?cs loop:10 &gt; ... &lt;?cs /loop &gt; command. Loops over a range of numbers, starting at
321 return; // Incrementing the wrong way. Avoid infinite loop.
324 loop(node.getVariable(), 0, end, 1, node.getCommand());
328 * &lt;?cs loop:0,10 &gt; ... &lt;?cs /loop &gt; command. Loops over a range of numbers.
338 return; // Incrementing the wrong way. Avoid infinite loop.
341 loop(node.getVariable(), start, end, 1, node.getCommand());
345 * &lt;?cs loop:0,10,2 &gt; ... &lt;?cs /loop &gt; command. Loops over a range of numbers, with
540 private void loop(PVariable loopVar, int start, int end, int incr, PCommand command) { method in class:TemplateInterpreter
    [all...]
  /external/libvpx/vp8/encoder/arm/neon/
fastfdct4x4_neon.asm 38 ;First for-loop
69 ;Second for-loop
  /external/libvpx/vp8/encoder/ppc/
sad_altivec.asm 34 li r10, 16 ;# load offset and loop counter
58 ;# preload a line of data before getting into the loop
  /external/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 30 ; first for loop
66 ; second for loop
  /external/zlib/contrib/masmx64/
gvmat64.asm 210 ;;; entering the main loop.
313 ;;; Jump into the main loop.
370 ;;; Here is the inner loop of the function. The function will spend the
371 ;;; majority of its time in this loop, and majority of that time will
374 ;;; Within this loop:
422 ;;; starting the compare loop. So what this code does is skip over 0-3
426 ;;; It should be confessed that this loop usually does not represent
480 ;;; have so far, then forget it and return to the lookup loop.
  /external/zlib/contrib/masmx86/
match686.asm 212 ;;; entering the main loop.
297 ;;; Jump into the main loop.
312 ;;; Here is the inner loop of the function. The function will spend the
313 ;;; majority of its time in this loop, and majority of that time will
316 ;;; Within this loop:
361 ;;; starting the compare loop. So what this code does is skip over 0-3
365 ;;; It should be confessed that this loop usually does not represent
398 ;;; have so far, then forget it and return to the lookup loop.
  /frameworks/av/include/media/
MediaPlayerInterface.h 151 virtual status_t setLooping(int loop) = 0;
mediaplayer.h 215 status_t setLooping(int loop);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.h 113 virtual status_t setLooping(int loop);
  /frameworks/av/media/libaah_rtp/
aah_tx_player.h 57 virtual status_t setLooping(int loop);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
syn_filt_neon.s 58 MOV r8, #0 @ loop times
  /frameworks/base/core/java/android/webkit/
WebCoreThreadWatchdog.java 224 Looper.loop();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CameraTest.java 91 Looper.loop(); // Blocks forever until Looper.quit() is called.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioManagerTest.java 60 Looper.loop();
  /frameworks/base/services/java/com/android/server/
CountryDetectorService.java 195 Looper.loop();
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallerInfoTest.java 192 mLooper.loop();
  /frameworks/base/tools/obbtool/
mkobb.sh 250 ${MOUNTBIN} -t ${FS} -o loop ${loop_dev} ${temp_mount}
  /frameworks/wilhelm/src/android/
android_GenericPlayer.cpp 179 void GenericPlayer::loop(bool loop) { function in class:android::GenericPlayer
180 SL_LOGV("GenericPlayer::loop %s", loop ? "true" : "false");
182 msg->setInt32(WHATPARAM_LOOP_LOOPING, (int32_t)loop);
394 // it is strictly verboten to call those methods outside of the event loop
  /frameworks/wilhelm/tests/sandbox/
reverb.c 225 bool loop = false; local
271 } else if (!strcmp(arg, "--loop")) {
272 loop = true;
282 "--player-name=I3DL2 --loop filename\n", prog);
422 if (loop) {
633 if (loop) {

Completed in 2090 milliseconds

<<11121314151617181920>>