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

1 2 3 4 5 6 78 91011>>

  /external/replicaisland/src/com/replica/replicaisland/
SpriteAnimation.java 93 public void setLoop(boolean loop) {
94 mLoop = loop;
  /frameworks/av/media/libnbaio/
LibsndfileSource.cpp 26 LibsndfileSource::LibsndfileSource(SNDFILE *sndfile, const SF_INFO &sfinfo, bool loop) :
30 mLooping(loop && sfinfo.seekable),
62 // We didn't read any frames during the current loop cycle, so disable
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_Clip8_s.s 60 loop label
84 BGT loop ;// Continue loop until Count reaches 64
  /frameworks/base/rs/java/android/renderscript/
Path.java 41 Path(long id, RenderScript rs, Primitive p, Allocation vtx, Allocation loop, float q) {
44 mLoopBuffer = loop;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
SingleThreadNamedTaskExecutor.java 66 loop(); method
72 private void loop() { method in class:SingleThreadNamedTaskExecutor.Worker
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S 11 @ Contains a function for the core loop in the normalized lattice AR
22 @ r4: out loop counter
24 @ r9: inner loop counter
39 sub r4, #1 @ Outer loop counter = HALF_SUBFRAMELEN - 1
43 ldr r9, [sp, #32] @ Restore the inner loop counter to order_coef
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S 11 @ Contains a function for the core loop in the normalized lattice AR
22 @ r4: out loop counter
24 @ r9: inner loop counter
43 sub r4, #1 @ Outer loop counter = HALF_SUBFRAMELEN - 1
47 ldr r9, [sp, #32] @ Restore the inner loop counter to order_coef
  /development/tools/labpretest/
labpretest.sh 35 h) echo "options: [-d <device ID>, -i <loop count>, -m <monkey events> -x (skips monkey)]"; exit;;
102 # loop
119 log_print "device time out after $loop iterations"
514 for ((loop=1 ; loop <= $COUNT ; loop++ )) ; do
517 echo ________________ $(date +'%D %T') - $loop - $device ______________________
575 if [ $loop -eq $COUNT ]; then
576 log_print "device $device has returned, testing completed, count = $loop"
577 echo `echo "Device $device has returned, testing completed, count = $loop." > $ROOT/$device.log
    [all...]
  /external/chromium_org/mojo/python/tests/
messaging_unittest.py 26 self.loop = system.RunLoop()
47 self.loop = None
51 self.loop.RunUntilIdle()
63 self.loop.RunUntilIdle()
141 self.loop = system.RunLoop()
161 self.loop = None
167 self.loop.RunUntilIdle()
177 self.loop.RunUntilIdle()
192 self.loop.RunUntilIdle()
204 self.loop.RunUntilIdle(
    [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 21 // [ while(*h) { Start loop
22 // ] } End loop
191 int loop; local
294 // Make part of PHI instruction now, wait until end of loop to finish
315 // Reading stdin loop
316 loop = (cursym == SYM_NONE)
319 while(loop) {
327 loop = 0;
338 // loop = 1
343 // loop =
    [all...]
  /external/openssl/crypto/bn/
bn_prime.c 173 loop:
192 /* if (BN_mod_word(ret,(BN_ULONG)3) == 1) goto loop; */
201 if (i == 0) goto loop;
215 if (j == 0) goto loop;
219 if (j == 0) goto loop;
390 loop: for (i=1; i<NUMPRIMES; i++)
398 goto loop;
428 loop: for (i=1; i<NUMPRIMES; i++)
434 goto loop;
476 loop: for (i=1; i<NUMPRIMES; i++
    [all...]
bn_ctx.c 242 unsigned loop = 0; local
243 while(loop < BN_CTX_POOL_SIZE)
244 fprintf(stderr,"%02x ", pool->vals[loop++].dmax);
370 unsigned int loop = 0; local
372 while(loop++ < BN_CTX_POOL_SIZE)
389 unsigned int loop = 0; local
391 while(loop++ < BN_CTX_POOL_SIZE)
408 unsigned int loop = 0; local
413 while(loop++ < BN_CTX_POOL_SIZE)
  /external/chromium_org/third_party/codesighs/
msdump2symdb.c 870 int loop = 0; local
895 for(loop = 1; loop < inArgc && 0 == retval; loop++)
902 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop]))
906 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop]))
918 if(loop + 1 < inArgc)
920 loop++;
923 current->mValue = inArgv[loop];
939 ERROR_REPORT(retval, inArgv[loop], "Unknown command line switch.")
1043 int loop = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 455 * the loop variables. */
464 struct r500_loop_info * loop; local
469 loop = &s->Loops[s->CurrentLoopDepth++];
470 memset(loop, 0, sizeof(struct r500_loop_info));
471 loop->BranchDepth = s->CurrentBranchDepth;
472 loop->BgnLoop = newip;
480 loop = &s->Loops[s->CurrentLoopDepth - 1];
481 memory_pool_array_reserve(&s->C->Pool, int, loop->Brks,
482 loop->BrkCount, loop->BrkReserved, 1)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 455 * the loop variables. */
464 struct r500_loop_info * loop; local
469 loop = &s->Loops[s->CurrentLoopDepth++];
470 memset(loop, 0, sizeof(struct r500_loop_info));
471 loop->BranchDepth = s->CurrentBranchDepth;
472 loop->BgnLoop = newip;
480 loop = &s->Loops[s->CurrentLoopDepth - 1];
481 memory_pool_array_reserve(&s->C->Pool, int, loop->Brks,
482 loop->BrkCount, loop->BrkReserved, 1)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
file_write_watcher_unittest.cc 61 // both as UI and FILE thread, with TYPE_IO message loop.
87 base::RunLoop loop; local
88 TestObserver observer(expected, loop.QuitClosure());
115 // The loop should quit if all the three paths are notified to be written.
116 loop.Run();
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_browsertest.cc 106 base::RunLoop loop; local
108 loop.QuitClosure());
109 loop.Run();
  /external/chromium_org/mojo/application_manager/
background_shell_application_loader.cc 96 base::RunLoop loop; local
98 quit_closure_ = loop.QuitClosure();
100 loop.Run();
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfContext.cpp 23 virtual void loop() SK_OVERRIDE;
45 looper.loop();
121 void PdfMainLooper::loop() { function in class:PdfMainLooper
  /external/skia/experimental/PdfViewer/src/
SkPdfContext.cpp 23 virtual void loop() SK_OVERRIDE;
45 looper.loop();
121 void PdfMainLooper::loop() { function in class:PdfMainLooper
  /external/speex/
Android.mk 34 LOCAL_CFLAGS+= -O3 -fstrict-aliasing -fprefetch-loop-arrays
52 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays
116 LOCAL_CFLAGS+= -O3 -fstrict-aliasing -fprefetch-loop-arrays
  /frameworks/base/media/java/android/media/
SoundPool.java 62 * <p>Sounds can be looped by setting a non-zero loop value. A value of -1
63 * causes the sound to loop forever. In this case, the application must
284 * streams is exceeded. A loop value of -1 means loop forever,
285 * a value of 0 means don't loop, other values indicate the
296 * @param loop loop mode (0 = no loop, -1 = loop forever)
301 int priority, int loop, float rate)
    [all...]
  /external/chromium_org/base/
async_socket_io_handler_unittest.cc 19 // message loop will be Quit(). Set |number_of_reads_before_quit| to -1 if
81 base::MessageLoopForIO loop; local
99 base::MessageLoopForIO loop; local
126 base::MessageLoopForIO loop; local
155 base::MessageLoopForIO loop; local
  /external/chromium_org/base/timer/
hi_res_timer_manager_unittest.cc 21 base::MessageLoop loop(base::MessageLoop::TYPE_UI);
31 // Loop a few times to test power toggling.
  /external/chromium_org/content/renderer/media/android/
stream_texture_factory.h 29 // Initialize and bind to the loop, which becomes the thread that
31 // on any thread, but must be called with the same loop every time.
34 scoped_refptr<base::MessageLoopProxy> loop) = 0;

Completed in 2389 milliseconds

1 2 3 4 5 6 78 91011>>