Searched refs:loop (Results 126 - 150 of 710) sorted by relevance

1234567891011>>

/external/chromium_org/cloud_print/gcp20/prototype/
H A Dgcp20_device.cc93 base::MessageLoop loop(base::MessageLoop::TYPE_IO);
94 g_message_loop = &loop;
/external/chromium_org/components/dom_distiller/core/
H A Ddistiller_url_fetcher_unittest.cc48 base::MessageLoop loop(base::MessageLoop::TYPE_UI);
53 loop.RunUntilIdle();
/external/chromium_org/content/test/data/indexeddb/
H A Dversion_change_crash.js57 (function loop() { store.put(0, 0).onsuccess = loop; }());
/external/chromium_org/media/audio/mac/
H A Daudio_low_latency_input_mac_unittest.cc25 ACTION_P3(CheckCountAndPostQuitTask, count, limit, loop) {
27 loop->PostTask(FROM_HERE, base::MessageLoop::QuitClosure());
220 base::MessageLoopForUI loop; local
238 .WillRepeatedly(CheckCountAndPostQuitTask(&count, 10, &loop));
240 loop.Run();
255 base::MessageLoopForUI loop; local
280 .WillRepeatedly(CheckCountAndPostQuitTask(&count, 10, &loop));
282 loop.Run();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMarqueeElement.idl29 [RaisesException=Setter] attribute long loop;
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
H A Dlower_breaks_6.opt_test5 # If a loop contains conditional breaks and continues, and
8 # of the loop after the final break is added.
15 ((loop () () () ()
H A Dlower_pulled_out_jump.opt_test22 (loop () () () ()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoy.ml17 (* Run the main "interpreter loop" now. *)
/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dlower_breaks_6.opt_test5 # If a loop contains conditional breaks and continues, and
8 # of the loop after the final break is added.
15 ((loop () () () ()
H A Dlower_pulled_out_jump.opt_test22 (loop () () () ()
/external/replicaisland/src/com/replica/replicaisland/
H A DSpriteAnimation.java93 public void setLoop(boolean loop) { argument
94 mLoop = loop;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_armv7.S11 @ 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
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_prime.c173 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
[all...]
H A Dbn_ctx.c242 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/llvm/examples/BrainF/
H A DBrainF.cpp21 // [ 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/
H A Dbn_prime.c173 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
[all...]
H A Dbn_ctx.c242 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/
H A Dmsdump2symdb.c870 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], "Unknow
1043 int loop = 0; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c455 * 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
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c455 * 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
[all...]
/external/chromium_org/base/message_loop/
H A Dmessage_loop.h89 // hr = DoDragDrop(...); // Implicitly runs a modal message loop.
197 // from within a message loop at some point in the future.
269 // Run the message loop.
294 // which nested run loop you are quitting, so be careful!
311 // Returns true if this loop is |type|. This allows subclasses (especially
318 // Optional call to connect the thread name with this loop.
325 // Gets the message loop proxy associated with this message loop.
331 // of recursive message loops. Some unwanted message loop may occurs when
340 // - The thread is running a message loop
355 ScopedNestableTaskAllower(MessageLoop* loop) argument
599 MessageLoop* loop = MessageLoop::current(); local
695 MessageLoop* loop = MessageLoop::current(); local
[all...]
/external/chromium_org/media/audio/win/
H A Daudio_unified_win_unittest.cc41 // Used to terminate a loop from a different thread than the loop belongs to.
42 // |loop| should be a MessageLoopProxy.
43 ACTION_P(QuitLoop, loop) {
44 loop->PostTask(FROM_HERE, base::MessageLoop::QuitClosure());
108 // Play out the recorded audio samples in loop back. Perform channel mixing
318 base::MessageLoopForUI loop;
336 QuitLoop(loop.message_loop_proxy()),
339 loop.PostDelayedTask(FROM_HERE, base::MessageLoop::QuitClosure(),
341 loop
[all...]
/external/chromium/chrome/browser/
H A Dexternal_protocol_handler.cc164 MessageLoop* loop = g_browser_process->file_thread()->message_loop();
165 if (loop == NULL) {
169 loop->PostTask(FROM_HERE,
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_write_watcher_unittest.cc61 // 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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGeneratorNoise.java62 int val, random, loop;
78 loop = noisedepth;
79 while (loop-- != 0) {

Completed in 734 milliseconds

1234567891011>>