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

1 2 3 4 5 6 7 891011>>

  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 72 loop: label
95 BGT loop
ARM-E_interpolate_loop_gnu.s 78 ADD pLoopEnd, pLoopEnd, #1 @ need loop end to equal last sample + 1
81 SUBS tmp0, pPhaseAccum, pLoopEnd @ check for loop end
82 ADDGE pPhaseAccum, pLoopStart, tmp0 @ loop back to start
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.idl 69 attribute [Reflect] boolean loop;
  /external/webrtc/src/system_wrappers/source/
file_impl.cc 118 bool loop, bool text)
183 _looping = loop;
  /external/yaffs2/yaffs2/
yaffs_qsort.c 85 loop: SWAPINIT(a, es);
153 goto loop;
  /frameworks/av/media/libmediaplayerservice/
StagefrightPlayer.cpp 157 status_t StagefrightPlayer::setLooping(int loop) {
160 return mPlayer->setLooping(loop);
MidiFile.h 52 virtual status_t setLooping(int loop);
  /frameworks/base/media/java/android/media/
SoundPool.java 53 * <p>Sounds can be looped by setting a non-zero loop value. A value of -1
54 * causes the sound to loop forever. In this case, the application must
266 * streams is exceeded. A loop value of -1 means loop forever,
267 * a value of 0 means don't loop, other values indicate the
278 * @param loop loop mode (0 = no loop, -1 = loop forever)
283 int priority, int loop, float rate)
    [all...]
  /frameworks/wilhelm/src/android/
android_GenericPlayer.h 75 void loop(bool loop);
100 // Constants used to identify the messages in this player's AHandler message loop
109 kWhatLoop = 'loop', // set the player's looping status
132 // Async event handlers (called from GenericPlayer's event loop)
174 // Only accessed from event loop, does not need a mutex
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 41 // Map of sounds that play in a continuous loop while an event is happening
121 function playSound(id, loop) {
136 if (loop)
137 sound.loop = loop;
  /external/dnsmasq/src/
util.c 70 int r; int i; int loop; local
75 for (loop = 0;loop < 2;++loop) {
  /external/skia/src/utils/unix/
SkOSWindow_Unix.cpp 97 void SkOSWindow::loop() function in class:SkOSWindow
102 bool loop = true; local
104 while (loop) {
130 loop = false;
  /external/zlib/contrib/masm686/
match.asm 145 ; entering the main loop).
233 ;/* Jump into the main loop. */
246 ; * Here is the inner loop of the function. The function will spend the
247 ; * majority of its time in this loop, and majority of that time will
250 ; * Within this loop:
300 ; * starting the compare loop. So what this code does is skip over 0-3
304 ; * It should be confessed that this loop usually does not represent
348 ;/* have so far, then forget it and return to the lookup loop. */
  /frameworks/av/include/media/
IMediaPlayer.h 60 virtual status_t setLooping(int loop) = 0;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h 52 virtual status_t setLooping(int loop);
  /frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java 45 Looper.loop();
71 // The cache won't notice changes until the loop runs.
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 77 jfloat leftVolume, jfloat rightVolume, jint priority, jint loop,
83 return ap->play(sampleID, leftVolume, rightVolume, priority, loop, rate);
153 int loop)
158 ap->setLoop(channelID, loop);
  /external/bluetooth/glib/gio/tests/
sleepy-stream.c 227 static GMainLoop *loop; variable
245 g_main_loop_quit (loop);
274 g_main_loop_run (loop = g_main_loop_new (NULL, FALSE));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
SQL_Results.java 259 loop: for (int idx=0; idx < builds[0].length(); idx++) {
263 break loop; local
267 continue loop; local
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 78 ADD pLoopEnd, pLoopEnd, #1 @ need loop end to equal last sample + 1
81 SUBS tmp0, pPhaseAccum, pLoopEnd @ check for loop end
82 ADDGE pPhaseAccum, pLoopStart, tmp0 @ loop back to start
  /external/v8/src/ia32/
codegen-ia32.cc 206 // Copy loop for aligned source and destination.
212 // Main copy loop.
213 Label loop; local
214 __ bind(&loop);
225 __ j(not_zero, &loop);
250 // Copy loop for unaligned source and aligned destination.
258 // Main copy loop
259 Label loop; local
260 __ bind(&loop);
271 __ j(not_zero, &loop);
384 Label loop, entry, convert_hole, gc_required, only_change_map; local
516 Label loop, entry, convert_hole, gc_required, only_change_map, success; local
    [all...]
  /external/v8/test/mjsunit/compiler/
optimized-for-in.js 94 // Deoptimization from the inner for-in loop.
109 // Break from the inner for-in loop.
122 // Continue in the inner loop.
135 // Continue of the outer loop.
148 // Break of the outer loop.
294 arr.push(":"); // Force deopt at the end of the loop.
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_32.asm 44 .L1 ; short loop
103 .L5 ; tail loop
125 .L1 ; short loop
175 .L5 ; tail loop
196 .L1 ; short loop
248 .L5 ; tail loop
271 .L1 ; short loop
342 .L6 ; tail loop
369 .L1 ; short loop
442 .L6 ; tail loop
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_win.cc 75 // This task enqueues a mouse event on the event loop, so that the view
127 // loop) have been processed by the time this is sent.
213 MessageLoopForUI* loop = MessageLoopForUI::current(); local
214 bool did_allow_task_nesting = loop->NestableTasksAllowed();
215 loop->SetNestableTasksAllowed(true);
217 loop->Run(&handler);
218 loop->SetNestableTasksAllowed(did_allow_task_nesting);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 97 {command} loop = 'loop';
263 | {loop_to} cs_open loop command_delimiter variable assignment expression cs_close
265 [i1]:cs_open slash [i3]:loop [i2]:cs_close
266 // <?cs loop:x=20 ?>...<?cs /loop ?>
273 | {loop} cs_open loop command_delimiter variable assignment
276 [i1]:cs_open slash [i3]:loop [i2]:cs_close
277 // <?cs loop:x=1,20 ?>...<?cs /loop ?
    [all...]

Completed in 2113 milliseconds

1 2 3 4 5 6 7 891011>>