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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
amd64.s 96 // Was bug: LOOP is a branch instruction.
97 loop: label
98 LOOP loop
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
antRun.bat 33 rem Slurp the command line arguments. This loop allows for an unlimited number
38 :loop label
42 goto loop
  /external/jetty/src/java/org/eclipse/jetty/io/nio/
DirectNIOBuffer.java 253 int loop=0; local
271 loop=0;
273 else if (loop++>1)
315 int loop=0; local
326 loop=0;
328 else if (loop++>1)
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
OALSimpleAudio.java 147 @Selector("playBg:loop:")
148 public native boolean playBgLoop(String path, boolean loop);
151 @Selector("playBg:volume:pan:loop:")
153 float pan, boolean loop);
157 public native boolean playBgWithLoop(boolean loop);
160 @Selector("playBuffer:volume:pitch:pan:loop:")
163 float volume, float pitch, float pan, boolean loop);
171 @Selector("playEffect:loop:")
173 public native ALSource playEffectLoop(String filePath, boolean loop);
176 @Selector("playEffect:volume:pitch:pan:loop:"
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.h 92 float rightVolume, int priority, int loop, float rate);
98 int loop() { return mLoop; } function in class:android::SoundEvent
121 int priority, int loop, float rate);
133 void setLoop(int loop);
169 int loop, float rate);
177 void setLoop(int channelID, int loop);
SoundPool.cpp 250 int priority, int loop, float rate)
252 ALOGV("play sampleID=%d, leftVolume=%f, rightVolume=%f, priority=%d, loop=%d, rate=%f",
253 sampleID, leftVolume, rightVolume, priority, loop, rate);
283 channel->play(sample, channelID, leftVolume, rightVolume, priority, loop, rate);
412 void SoundPool::setLoop(int channelID, int loop)
414 ALOGV("setLoop(%d, %d)", channelID, loop);
418 channel->setLoop(loop);
706 float rightVolume, int priority, int loop, float rate)
716 " priority=%d, loop=%d, rate=%f",
718 priority, loop, rate)
832 int loop; local
    [all...]
  /system/update_engine/payload_consumer/
download_action_unittest.cc 131 brillo::FakeMessageLoop loop(nullptr);
132 loop.SetAsCurrent();
191 loop.PostTask(FROM_HERE,
193 loop.Run();
194 EXPECT_FALSE(loop.PendingTasks());
260 brillo::FakeMessageLoop loop(nullptr);
261 loop.SetAsCurrent();
297 loop.PostTask(FROM_HERE,
299 loop.Run();
300 EXPECT_FALSE(loop.PendingTasks())
    [all...]
  /external/v8/test/webkit/
dfg-constant-fold-misprediction.js 25 "This tests that a constant folding on a node that has obviously mispredicted type doesn't send the compiler into an infinite loop."
35 // compilation will be triggered from the loop below so the slow case counter of the
41 // fold that Int32ToDouble. And hence we will have an infinite loop. The correct fix
47 // A pointless loop to force the first compilation to occur before the division got
48 // hot. If this loop was not here then the division would be known to produce doubles
  /system/core/libpixelflinger/codeflinger/
disassem.c 577 int loop; local
585 for (loop = 0; loop < 17; ++loop) {
587 if (loop == 16 || !(insn & (1 << loop))) {
592 if (start == loop - 1)
595 di->di_printf("r%d-r%d", start, loop - 1);
599 if (insn & (1 << loop))
600 start = loop;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
intrapred_sse2.asm 221 .loop:
228 jnz .loop
254 .loop:
261 jnz .loop
286 .loop:
293 jnz .loop
306 .loop:
313 jnz .loop
344 .loop:
355 jnz .loop
    [all...]
sad_sse2.asm 53 .loop:
76 jg .loop
96 .loop:
119 jg .loop
142 .loop:
165 jg .loop
188 .loop:
209 jg .loop
232 .loop:
257 jg .loop
    [all...]
vpx_high_subpixel_8t_sse2.asm 242 .loop:
257 jnz .loop
310 .loop:
316 jnz .loop
369 .loop:
379 jnz .loop
425 .loop:
440 jnz .loop
483 .loop:
489 jnz .loop
    [all...]
vpx_subpixel_8t_sse2.asm 218 .loop:
233 jnz .loop
286 .loop:
292 jnz .loop
345 .loop:
355 jnz .loop
398 .loop:
413 jnz .loop
456 .loop:
462 jnz .loop
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_asynchat.py 122 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
153 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
174 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
186 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
196 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
207 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
219 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_asynchat.py 122 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
153 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
174 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
186 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
196 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
207 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
219 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asynchat.py 122 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
153 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
174 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
186 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
196 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
207 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
219 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asynchat.py 122 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
153 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
174 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
186 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
196 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
207 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
219 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
  /external/libchrome/base/
observer_list_unittest.cc 110 loop_ = new MessageLoop(); // Fire up a message loop.
115 //LOG(ERROR) << "Loop 0x" << std::hex << loop_ << " done. " <<
209 MessageLoop loop; local
239 MessageLoop loop; local
281 // Add c when there's a loop.
282 MessageLoop loop; local
292 // Now add a when there's a loop.
295 // Remove c when there's a loop.
307 // Removing should always succeed with or without a loop.
311 MessageLoop loop; local
345 MessageLoop loop; local
369 MessageLoop loop; local
421 MessageLoop* loop = new MessageLoop; local
454 MessageLoop loop; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 93 struct loopinfo * loop = &s->LoopStack[s->LoopStackSize - 1]; local
95 loop->Breaks, loop->BreakCount, loop->BreaksReserved, 1);
97 memcpy(&loop->Breaks[loop->BreakCount++], &s->R, sizeof(s->R));
236 /* Mark all sources in the loop body as used before doing
275 struct loopinfo * loop = &s.LoopStack[s.LoopStackSize-1]; local
276 for(i = 0; i < loop->BreakCount; i++) {
277 or_updatemasks(&s.R, &s.R, &loop->Breaks[i])
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 140 rep->loop[i].thr_ctx = unique_tid;
141 rep->loop[i].mtx_ctx0 = m0->ctx;
142 rep->loop[i].mtx_ctx1 = m1->ctx;
143 rep->loop[i].stk[0] = stk_to;
144 rep->loop[i].stk[1] = stk_from;
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PollingsQueue.java 137 for (int loop = 0; loop <= noOfIterations; loop++) {
139 if (loop == noOfIterations) {
145 int pos = loop * maxEntriesInRequest;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_sad_sse2.asm 53 .loop:
76 jg .loop
96 .loop:
119 jg .loop
142 .loop:
165 jg .loop
188 .loop:
209 jg .loop
232 .loop:
257 jg .loop
    [all...]
  /external/v8/test/unittests/compiler/
scheduler-rpo-unittest.cc 62 TestLoop* loop = new TestLoop(); local
63 loop->count = count;
64 loop->nodes = new BasicBlock*[count];
66 loop->nodes[i] = schedule->NewBasicBlock();
68 schedule->AddSuccessorForTesting(loop->nodes[i - 1], loop->nodes[i]);
71 schedule->AddSuccessorForTesting(loop->nodes[count - 1], loop->nodes[0]);
72 return loop;
121 BasicBlock* loop[] = {schedule.start()} local
132 BasicBlock* loop[] = {schedule.start(), body}; local
192 BasicBlock* loop[] = {B, C}; local
211 BasicBlock* loop[] = {B, C}; local
250 BasicBlock* loop[] = {B, C, D, E, F}; local
    [all...]
  /external/curl/tests/libtest/
lib540.c 102 static int loop(int num, CURLM *cm, const char* url, const char* userpwd, function
225 res = loop(0, cm, URL, PROXYUSERPWD, headers);
231 res = loop(1, cm, URL, PROXYUSERPWD, headers);
  /external/libvncserver/libvncclient/
rfbproto.c 566 uint8_t loop=0; local
584 for (loop=0;loop<count;loop++)
586 if (!ReadFromRFBServer(client, (char *)&tAuth[loop], 1)) return FALSE;
587 rfbClientLog("%d) Received security type %d\n", loop, tAuth[loop]);
589 if (tAuth[loop]==rfbVncAuth || tAuth[loop]==rfbNoAuth ||
591 tAuth[loop]==rfbVeNCrypt |
1851 int loop; local
    [all...]

Completed in 1204 milliseconds

<<11121314151617181920>>