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

<<2122232425

  /frameworks/base/core/tests/coretests/src/android/webkit/
AccessibilityInjectorTest.java     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 683 Looper.loop(); // Blocks forever until Looper.quit() is called.
  /frameworks/base/services/java/com/android/server/
SystemServer.java     [all...]
  /packages/apps/Email/src/com/android/email/
NotificationController.java 257 // tear down the event loop
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 222 Looper.loop();
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java 125 private static final String PARAM_LOOP = "loop";
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow-inline.h 655 /* Returns the loop of the statement STMT. */
657 static inline struct loop *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 634 /* Returns the loop of the statement STMT. */
636 static inline struct loop *
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 634 /* Returns the loop of the statement STMT. */
636 static inline struct loop *
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 634 /* Returns the loop of the statement STMT. */
636 static inline struct loop *
  /external/v8/src/arm/
lithium-codegen-arm.cc 165 Label loop; local
166 __ bind(&loop);
169 __ b(ne, &loop);
813 Comment(";;; B%d - LOOP entry", label->block_id());
2874 Label invoke, loop; local
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 166 Label loop; local
167 __ bind(&loop);
170 __ j(not_zero, &loop);
721 Comment(";;; B%d - LOOP entry", label->block_id());
2658 Label invoke, loop; local
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 163 Label loop; local
164 __ bind(&loop);
167 __ Branch(&loop, ne, a0, Operand(zero_reg));
776 Comment(";;; B%d - LOOP entry", label->block_id());
2758 Label invoke, loop; local
    [all...]
macro-assembler-mips.cc 496 // Generate an unrolled loop that performs a few probes before giving up.
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 164 Label loop; local
165 __ bind(&loop);
168 __ j(not_zero, &loop);
686 Comment(";;; B%d - LOOP entry", label->block_id());
2614 Label invoke, loop; local
    [all...]
macro-assembler-x64.cc 3948 Label loop, done, short_string, short_loop; local
3998 Label loop, entry; local
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 502 // inconsistent. Instead, we loop using animation frames, and scroll at a
  /external/libvpx/vp8/common/x86/
postproc_sse2.asm 62 xor rdx, rdx ; clear out rdx for use as loop counter
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 2852 ir_loop *const loop = state->loop_or_switch_nesting->as_loop(); local
    [all...]
  /external/openssl/crypto/aes/asm/
aes-ia64.S 102 brp.loop.imp .Le_top,.Le_end-16 };;
481 brp.loop.imp .Ld_top,.Ld_end-16 };;
    [all...]
  /external/oprofile/events/i386/nehalem/
events 73 event:0xA8 counters:0,1,2,3 um:one minimum:6000 name:LSD : Counts the number of micro-ops delivered by loop stream detector
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp 413 // As we loop regT2 will be updated with its prototype, recursively walking the prototype chain.
415 Label loop(this);
418 // Otherwise, check if we've hit null - if we have then drop out of the loop, if not go again.
422 emitJumpIfJSCell(regT2).linkTo(loop, this);
424 // We get here either by dropping out of the loop, or if value was not an Object. Result is false.
    [all...]
JITOpcodes32_64.cpp 595 // As we loop regT2 will be updated with its prototype, recursively walking the prototype chain.
597 Label loop(this);
600 // Otherwise, check if we've hit null - if we have then drop out of the loop, if not go again.
604 branchTest32(NonZero, regT2).linkTo(loop, this);
606 // We get here either by dropping out of the loop, or if value was not an Object. Result is false.
    [all...]
  /external/v8/src/
hydrogen.h 341 void PostorderLoopBlocks(HLoopInformation* loop,
925 // block where control flow exits the loop normally (e.g., via failure of
927 // from the loop. All blocks except loop_entry can be NULL. The return
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]

Completed in 2580 milliseconds

<<2122232425