HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 201 - 225 of 1308) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSSound.java 65 public long play (float volume, float pitch, float pan, boolean loop) {
67 ALSource soundSource = OALSimpleAudio.sharedInstance().playBuffer(soundBuffer, volume, pitch, pan, loop);
75 public long loop () { method in class:IOSSound
80 public long loop (float volume) { method in class:IOSSound
85 public long loop (float volume, float pitch, float pan) { method in class:IOSSound
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtSound.java 82 private long play (float volume, float pitch, float pan, boolean loop) {
92 sound.setLooping(loop);
99 public long loop () { method in class:GwtSound
104 public long loop (float volume) { method in class:GwtSound
109 public long loop (float volume, float pitch, float pan) { method in class:GwtSound
  /external/webrtc/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
  /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/llvm/examples/BrainF/
BrainF.cpp 21 // [ while(*h) { Start loop
22 // ] } End loop
187 int loop; local
291 // Make part of PHI instruction now, wait until end of loop to finish
312 // Reading stdin loop
313 loop = (cursym == SYM_NONE)
316 while(loop) {
324 loop = 0;
335 // loop = 1
340 // loop =
    [all...]
  /art/compiler/optimizing/
bounds_check_elimination.cc 300 * of an existing value range, NewArray or a loop phi corresponding to an
501 const int32_t increment_; // Increment for each loop iteration.
519 // Added blocks for loop body entry test.
575 // Clear the loop data structures.
627 // Make sure the comparison is in the loop header so each increment is
647 // Comparison needs to be in loop header to make sure it's done after each
723 // if it's not defined in the loop header.
1152 HLoopInformation* loop = array_get->GetBlock()->GetLoopInformation(); variable
1325 HLoopInformation* loop = instruction->GetBlock()->GetLoopInformation(); local
    [all...]
  /external/dbus/bus/
dir-watch-inotify.c 50 static DBusLoop *loop = NULL; variable
203 _dbus_loop_remove_watch (loop, watch);
206 _dbus_loop_unref (loop);
209 loop = NULL;
237 loop = bus_context_get_loop (context);
238 _dbus_loop_ref (loop);
249 if (!_dbus_loop_add_watch (loop, watch))
251 _dbus_warn ("Unable to add reload watch to main loop");
dir-watch-kqueue.c 50 static DBusLoop *loop = NULL; variable
77 _dbus_loop_remove_watch (loop, watch);
105 loop = bus_context_get_loop (context);
118 if (!_dbus_loop_add_watch (loop, watch))
120 _dbus_warn ("Unable to add reload watch to main loop");
  /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...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneStateListenerTest.java 104 Looper.loop();
141 Looper.loop();
178 Looper.loop();
227 Looper.loop();
266 Looper.loop();
303 Looper.loop();
340 Looper.loop();
378 Looper.loop();
415 Looper.loop();
  /external/dbus/test/
test-service.c 8 static DBusLoop *loop; variable
17 _dbus_loop_quit (loop);
445 loop = _dbus_loop_new ();
446 if (loop == NULL)
449 if (!test_connection_setup (loop, connection))
488 _dbus_verbose ("*** Test service entering main loop\n");
489 _dbus_loop_run (loop);
491 test_connection_shutdown (loop, connection);
497 _dbus_loop_unref (loop);
498 loop = NULL
    [all...]
  /external/autotest/client/tests/synctest/src/
synctest.c 38 int status, pid, fd, len, loop; local
43 printf("Usage : synctest <len> <loop> \n");
48 loop = atoi(argv[2]);
101 while (count++ < loop) {
  /system/bt/vendor_libs/test_vendor_lib/test/
hci_transport_unittest.cc 108 base::MessageLoopForIO* loop = local
110 ASSERT_TRUE(loop);
111 ASSERT_TRUE(loop->WatchFileDescriptor(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
RealVectorFormat.java 290 for (boolean loop = true; loop;){
295 loop = false;
299 if (loop) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
CorrelatedRandomVectorGenerator.java 202 for (boolean loop = true; loop;) {
242 loop = false;
264 loop = ++rank < order;
  /external/autotest/client/site_tests/network_SwitchCarrier/
network_SwitchCarrier.py 16 self.loop.quit()
28 self.loop.quit() # success!
83 self.loop = gobject.MainLoop()
95 self.loop.run()
  /external/boringssl/win-x86_64/crypto/rand/
rdrand-x86_64.asm 52 $L$loop:
60 jnz NEAR $L$loop
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/
parsing_unit.js 29 //NOTE: don't enter parsing loop if it is locked. Without this lock _runParsingLoop() may be called
30 //while parsing loop is still running. E.g. when suspend() and resume() called synchronously.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnescapeTransliterator.java 145 loop:
147 // Loop over the forms in spec[]. Exit this loop when we
148 // match one of the specs. Exit the outer loop if a
172 break loop; local
192 break loop; local
215 break loop; local
233 // loop that is traversing the forms in
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
UnescapeTransliterator.java 144 loop:
146 // Loop over the forms in spec[]. Exit this loop when we
147 // match one of the specs. Exit the outer loop if a
171 break loop; local
191 break loop; local
214 break loop; local
232 // loop that is traversing the forms in
  /external/libchrome/base/timer/
hi_res_timer_manager_unittest.cc 24 base::MessageLoop loop(base::MessageLoop::TYPE_UI);
34 // Loop a few times to test power toggling.
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidSound.java 98 public long loop () { method in class:AndroidSound
99 return loop(1);
103 public long loop (float volume) { method in class:AndroidSound
149 public long loop (float volume, float pitch, float pan) { method in class:AndroidSound
  /external/skia/include/views/
SkOSWindow_Unix.h 34 void loop();
  /external/webrtc/webrtc/system_wrappers/source/
file_impl.cc 102 bool loop, bool text) {
161 looping_ = loop;
171 bool loop) {
186 looping_ = loop;
  /frameworks/base/core/java/android/os/
HandlerThread.java 61 Looper.loop();

Completed in 1287 milliseconds

1 2 3 4 5 6 7 891011>>