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

<<21222324252627282930>>

  /external/libbrillo/brillo/message_loops/
base_message_loop.cc 56 // Note all pending canceled delayed tasks when destroying the message loop.
171 // delayed_tasks_ since it didn't fire yet in the message loop.
211 DVLOG(1) << "Message loop not running, ignoring BreakLoop().";
212 return; // Message loop not running, nothing to do.
259 // Even if this task was canceled while we were waiting in the message loop
300 BaseMessageLoop* loop,
306 : location_(location), loop_(loop), task_id_(task_id),
337 // schedule a task to run the callback from the main loop. The callback will
342 // when waiting for the file descriptor or waiting in the main loop.
358 // This would indicate a bigger problem with the message loop setup
    [all...]
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
ALSource.java 194 @Selector("play:gain:pitch:pan:loop:")
197 float pitch, float pan, boolean loop);
200 @Selector("play:loop:")
202 public native ALSoundSource playLoop(ALBuffer buffer, boolean loop);
  /external/pdfium/core/
pdfiumfxge.mk 10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
  /external/v8/test/mjsunit/regress/
regress-102153.js 30 // Test that the break point is set before initializing the loop variable
regress-crbug-39160.js 30 // To reproduce the bug we need an inlined comparison (i.e. in a loop) where
  /external/v8/test/webkit/
dfg-cfg-simplify-redundant-dead-get-local.js 49 for(var a=0; a<1000; a++){ // the loop needs to be outside calcError, otherwise no bug...
  /external/v8/test/webkit/fast/js/kde/
scope.js 53 eval("var g;") //Change the scope of g half-ways through the loop
  /ndk/build/core/toolchains/mips64el-linux-android-4.9/
setup.mk 36 -frerun-cse-after-loop \
  /ndk/build/core/toolchains/mipsel-linux-android-4.9/
setup.mk 36 -frerun-cse-after-loop \
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5block_386.s 80 loop: label
174 JB loop
md5block_amd64.s 32 loop: label
172 JB loop
md5block_amd64p32.s 36 loop: label
176 JB loop
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_arm.s 38 #define Rctr R12 // loop counter
150 loop: label
211 BLO loop
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_386.s 175 loop: label
280 JB loop
  /prebuilts/go/linux-x86/src/crypto/md5/
md5block_386.s 80 loop: label
174 JB loop
md5block_amd64.s 32 loop: label
172 JB loop
md5block_amd64p32.s 36 loop: label
176 JB loop
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_arm.s 38 #define Rctr R12 // loop counter
150 loop: label
211 BLO loop
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_386.s 175 loop: label
280 JB loop
  /system/tpm/tpm_manager/client/
main.cc 126 // Posts tasks on to the message loop based on command line flags.
331 tpm_manager::ClientLoop loop; local
332 return loop.Run();
  /bionic/libc/arch-x86/atom/string/
sse2-strrchr-atom.S 127 jmp L(loop)
143 jmp L(loop)
176 jmp L(loop)
192 /* Loop start on aligned string. */
194 L(loop):
229 jz L(loop)
266 jmp L(loop)
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_highbd_error_avx.asm 29 ; by not setting up a loop and accumulators.
111 .loop:
151 jnz .loop
  /external/libvpx/libvpx/vpx_dsp/arm/
variance_halfpixvar16x16_h_media.asm 35 mov r12, #16 ; set loop counter to 16 (=block height)
37 loop label
166 bne loop
variance_halfpixvar16x16_v_media.asm 35 mov r12, #16 ; set loop counter to 16 (=block height)
37 loop label
168 bne loop
  /external/mesa3d/src/glsl/
ir_reader.cpp 350 } else if (strcmp(tag->value(), "loop") == 0) {
467 s_pattern pat[] = { "loop", s_counter, s_from, s_to, s_inc, s_body };
469 ir_read_error(expr, "expected (loop <counter> <from> <to> "
476 ir_loop *loop = new(mem_ctx) ir_loop; local
477 read_instructions(&loop->body_instructions, s_body, loop);
479 delete loop;
480 loop = NULL;
482 return loop;

Completed in 1736 milliseconds

<<21222324252627282930>>