Searched defs:loop (Results 226 - 250 of 344) sorted by relevance

1234567891011>>

/external/icu4c/test/intltest/
H A Ddtfmtrtts.cpp26 // Warning -- makes test run infinite loop!!!
163 // Special infinite loop test mode for finding hard to reproduce errors
328 // We go through this loop until we achieve a match or until
329 // the maximum loop count is reached. We record the points at
332 int loop; local
335 for(loop = 0; loop < DEPTH; ++loop) {
336 if (loop > 0) {
337 d[loop]
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DAudioNode.java66 protected boolean loop = false; field in class:AudioNode
365 return loop;
371 * @param loop True if the audio should keep looping after it is done playing.
373 public void setLooping(boolean loop) { argument
374 this.loop = loop;
735 oc.write(loop, "looping", false);
769 loop = ic.readBoolean("looping", false);
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateInterpreter.java311 * &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
540 private void loop(PVariable loopVar, int start, int end, int incr, PCommand command) { method in class:TemplateInterpreter
[all...]
/external/linux-tools-perf/util/
H A Dsvghelper.c61 int loop = 100; local
66 while (loop--) {
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c467 struct nvfx_loop_entry loop; local
753 loop.cont_target = idx;
754 loop.brk_target = finst->Label.Label + 1;
755 util_dynarray_append(&vpc->loop_stack, struct nvfx_loop_entry, loop);
758 loop = util_dynarray_pop(&vpc->loop_stack, struct nvfx_loop_entry);
761 reloc.target = loop.cont_target;
767 loop = util_dynarray_top(&vpc->loop_stack, struct nvfx_loop_entry);
770 reloc.target = loop.cont_target;
776 loop = util_dynarray_top(&vpc->loop_stack, struct nvfx_loop_entry);
779 reloc.target = loop
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c93 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
[all...]
/external/mesa3d/src/glsl/
H A Dlower_jumps.cpp32 * 3. Replace all "break" with a single conditional one at the end of the loop
42 * Continues are lowered by adding a per-loop "execute flag", initialized to
43 * true, that when cleared inhibits all execution until the end of the loop.
46 * at the end of the loop, and trigger the unique "break".
54 * a dummy loop and using break.
86 * - It assumes it is always possible for control to flow from a loop
88 * is not true (since all execution paths through the loop might
101 * continue to the top of the innermost enclosing loop, break out
109 * continue to the top of the innermost enclosing loop, break out
116 * continue to the top of the innermost enclosing loop, brea
162 ir_loop* loop; member in struct:loop_record
272 struct loop_record loop; member in struct:ir_lower_jumps_visitor
[all...]
/external/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc320 Label loop;
321 __ bind(&loop);
339 __ b(lt, &loop);
414 Label loop; local
415 __ bind(&loop);
427 __ b(lt, &loop);
738 // unroll the loop once to add an operation between a load of a register
/external/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc323 Label loop;
324 __ bind(&loop);
340 __ Branch(&loop, lt, a0, Operand(a1));
424 Label loop; local
425 __ bind(&loop);
439 __ Branch(&loop, lt, a0, Operand(a1));
733 // unroll the loop once to add an operation between a load of a register
/external/chromium/base/
H A Dmessage_loop.cc41 // loop, if one exists. This should be safe and free of static constructors.
45 // Logical events for Histogram profiling. Run with -message-loop-histogrammer
131 DCHECK(!current()) << "should only have one message loop per thread";
177 // tasks. Normally, we should only pass through this loop once or twice. If
178 // we end up hitting the loop limit, then it is probably due to one task that
184 // If we end up with empty queues, then break out of the loop.
203 // DCHECK(loop) << "Ouch, did you forget to initialize me?";
309 // Runs the loop in two different SEH modes:
313 // that was existed before the loop was run.
391 // We couldn't run the task now because we're in a nested message loop
632 AutoRunState(MessageLoop* loop) argument
[all...]
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_win.cc75 // 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/chromium/chrome/common/
H A Dservice_process_util_unittest.cc36 void ShutdownTask(MessageLoop* loop) { argument
37 // Quit the main message loop.
40 loop->PostTask(FROM_HERE, new MessageLoop::QuitTask());
248 MockLaunchd(const FilePath& file, MessageLoop* loop) argument
250 message_loop_(loop),
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dchannel.h276 bool PlayRingbackTone(bool play, bool loop);
312 loop(l),
316 bool loop; member in struct:cricket::VoiceChannel::PlayRingbackToneMessageData
345 bool PlayRingbackTone_w(bool play, bool loop);
H A Dfilemediaengine.h142 virtual bool PlayRingbackTone(bool play, bool loop) { return true; } argument
/external/chromium_org/base/threading/
H A Dsequenced_worker_pool_unittest.cc800 MessageLoop loop; local
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_utils_browsertest.cc118 // Single task of the fake IO loop used in the test, that just waits until
121 // when signaled. If the task returns false then this quits the IO loop.
129 void CopyLockResult(base::RunLoop* loop, argument
133 loop->Quit();
141 // message loop, as does the file thread (which never actually gets
143 // test thread). The IO thread does not get the message loop set,
147 // loop for the IO thread.
168 // have a running IO loop that doesn't really execute any tasks.
174 // one loop per thread.
178 // Make this loop ente
350 base::RunLoop loop; local
[all...]
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_service.cc115 const scoped_refptr<base::MessageLoopProxy>& loop,
122 loop->PostTask(FROM_HERE, base::Bind(cb, list));
114 GetNetworkListOnFileThread( const scoped_refptr<base::MessageLoopProxy>& loop, const base::Callback<void(const NetworkInterfaceList& networks)>& cb) argument
/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index_unittest.cc57 explicit CacheFileSaverObserver(base::MessageLoop* loop);
65 CacheFileSaverObserver::CacheFileSaverObserver(base::MessageLoop* loop) argument
66 : loop_(loop),
68 DCHECK(loop);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dpicasa_file_util_unittest.cc159 base::RunLoop loop; local
163 loop.QuitClosure());
164 loop.Run();
579 base::RunLoop loop; local
584 &loop,
591 loop.Run();
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dprofile_sync_service_harness.cc76 // Due to synchronization of the IO loop, the caller will always be alive
690 base::MessageLoop* loop = base::MessageLoop::current(); local
691 base::MessageLoop::ScopedNestableTaskAllower allow(loop);
692 loop->PostDelayedTask(
697 loop->Run();
/external/chromium_org/chrome_frame/test/
H A Dtest_with_web_server.h213 static chrome_frame_test::TimedMsgLoop& loop() { function in class:ChromeFrameTestWithWebServer
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_browsertest.cc148 void FrameDelivered(const scoped_refptr<base::MessageLoopProxy>& loop, argument
156 loop->PostTask(FROM_HERE, quit_closure);
196 // Run the current message loop for a short time without unwinding the current
/external/chromium_org/media/audio/android/
H A Daudio_android_unittest.cc35 ACTION_P3(CheckCountAndPostQuitTask, count, limit, loop) {
37 loop->PostTask(FROM_HERE, base::MessageLoop::QuitClosure());
403 base::MessageLoopForUI* loop() { return loop_.get(); } function in class:media::AudioAndroidOutputTest
429 DoAll(CheckCountAndPostQuitTask(&count, num_callbacks, loop()),
437 loop()->Run();
515 CheckCountAndPostQuitTask(&count, num_callbacks, loop()));
522 loop()->Run();
/external/chromium_org/net/dns/
H A Dmdns_client_impl.cc150 void MDnsConnection::OnError(SocketHandler* loop, argument
/external/chromium_org/net/tools/gdig/
H A Dgdig.cc265 base::MessageLoopForIO loop; local

Completed in 723 milliseconds

1234567891011>>