/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
KeyManagerImpl.java | 161 loop: for (int ii = 0; ii < certs.length; ii++) { 168 break loop; local
|
/external/openssl/crypto/bn/asm/ |
pa-risc2W.s | 126 NOP ; Needed to make the loop 16-byte aligned 127 NOP ; Needed to make the loop 16-byte aligned 143 ; The loop is unrolled twice, so if there is only 1 number 150 ; This loop is unrolled 2 times (64-byte aligned as well) 233 ; Top of loop aligned on 64-byte boundary 317 ; This loop is unrolled 2 times (64-byte aligned as well) 393 ; Top of loop aligned on 64-byte boundary 470 ; This loop is unrolled 2 times (64-byte aligned as well) 527 ; Top of loop aligned on 64-byte boundary 588 ; If 2 or more numbers do the loop [all...] |
pa-risc2.s | 134 NOP ; Needed to make the loop 16-byte aligned 135 NOP ; needed to make the loop 16-byte aligned 151 ; The loop is unrolled twice, so if there is only 1 number 158 ; This loop is unrolled 2 times (64-byte aligned as well) 241 ; Top of loop aligned on 64-byte boundary 327 ; This loop is unrolled 2 times (64-byte aligned as well) 403 ; Top of loop aligned on 64-byte boundary 481 ; This loop is unrolled 2 times (64-byte aligned as well) 538 ; Top of loop aligned on 64-byte boundary 599 ; If 2 or more numbers do the loop [all...] |
/external/zlib/contrib/masmx86/ |
gvmat32.asm | 167 ; we increment chain_length because in the asm, the --chain_lenght is in the beginning of the loop
233 ; here, in the loop
280 ; begin the main loop
283 ; if chain_length <=16, don't use the unrolled loop
462 repe cmpsd ; loop until mismatch
488 ; now we restore edx, ecx and esi, for the big loop
509 ; now we restore ecx and esi, for the big loop :
698 ;;; entering the main loop.
783 ;;; Jump into the main loop.
798 ;;; Here is the inner loop of the function. The function will spend the [all...] |
match686.asm | 211 ;;; entering the main loop.
296 ;;; Jump into the main loop.
311 ;;; Here is the inner loop of the function. The function will spend the
312 ;;; majority of its time in this loop, and majority of that time will
315 ;;; Within this loop:
360 ;;; starting the compare loop. So what this code does is skip over 0-3
364 ;;; It should be confessed that this loop usually does not represent
397 ;;; have so far, then forget it and return to the lookup loop.
|
/external/libvpx/ |
examples.mk | 57 simple_decoder.DESCRIPTION = Simplified decoder loop 68 simple_encoder.DESCRIPTION = Simplified encoder loop 71 twopass_encoder.DESCRIPTION = Two-pass encoder loop
|
/external/v8/src/ |
parser.cc | 2632 DoWhileStatement* loop = NEW(DoWhileStatement(labels)); local 2663 WhileStatement* loop = NEW(WhileStatement(labels)); local 2691 ForInStatement* loop = NEW(ForInStatement(labels)); local 2725 ForInStatement* loop = NEW(ForInStatement(labels)); local 2745 ForStatement* loop = NEW(ForStatement(labels)); local [all...] |
/external/bluetooth/bluez/cups/ |
main.c | 53 static GMainLoop *loop = NULL; variable 391 g_main_loop_quit(loop); 599 loop = g_main_loop_new(NULL, TRUE); 600 g_main_loop_run(loop);
|
/external/chromium/net/tools/dump_cache/ |
upgrade.cc | 799 MessageLoop loop(MessageLoop::TYPE_IO); 807 loop.Run(); 813 MessageLoop loop(MessageLoop::TYPE_IO); 827 loop.Run();
|
/external/chromium/net/tools/fetch/ |
fetch_client.cc | 132 MessageLoop loop(MessageLoop::TYPE_IO);
|
/external/freetype/src/truetype/ |
ttobjs.h | 90 FT_Long loop; member in struct:TT_GraphicsState_
|
/external/iproute2/lib/ |
ll_proto.c | 37 __PF(LOOP,loop)
|
/external/libvpx/vp8/encoder/arm/neon/ |
fastfdct4x4_neon.asm | 38 ;First for-loop 69 ;Second for-loop
|
/external/libvpx/vp8/encoder/ppc/ |
sad_altivec.asm | 34 li r10, 16 ;# load offset and loop counter 58 ;# preload a line of data before getting into the loop
|
/external/libvpx/vp8/encoder/x86/ |
fwalsh_sse2.asm | 30 ; first for loop 66 ; second for loop
|
/external/zlib/contrib/masmx64/ |
gvmat64.asm | 210 ;;; entering the main loop.
313 ;;; Jump into the main loop.
370 ;;; Here is the inner loop of the function. The function will spend the
371 ;;; majority of its time in this loop, and majority of that time will
374 ;;; Within this loop:
422 ;;; starting the compare loop. So what this code does is skip over 0-3
426 ;;; It should be confessed that this loop usually does not represent
480 ;;; have so far, then forget it and return to the lookup loop.
|
/frameworks/base/core/java/android/os/ |
Looper.java | 24 * Class used to run a message loop for a thread. Threads by default do 25 * not have a message loop associated with them; to create one, call 26 * {@link #prepare} in the thread that is to run the loop, and then 27 * {@link #loop} to have it process messages until the loop is stopped. 29 * <p>Most interaction with a message loop is through the 33 * using the separation of {@link #prepare} and {@link #loop} to create an 49 * Looper.loop(); 68 * this looper, before actually starting the loop. Be sure to call 69 * {@link #loop()} after calling this method, and end it by callin 107 public static final void loop() { method in class:Looper [all...] |
/frameworks/base/include/media/ |
mediaplayer.h | 163 status_t setLooping(int loop);
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
syn_filt_neon.s | 58 MOV r8, #0 @ loop times
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
CameraTest.java | 90 Looper.loop(); // Blocks forever until Looper.quit() is called.
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
CallerInfoTest.java | 192 mLooper.loop();
|
/frameworks/base/tools/obbtool/ |
mkobb.sh | 250 ${MOUNTBIN} -t ${FS} -o loop ${loop_dev} ${temp_mount}
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
seq_event.h | 148 /** sample loop */ 350 SND_SEQ_SAMPLE_STOP_LOOP = 2 /**< terminate loop and finish wave */ 364 /** simple loop redefinition */ 366 unsigned int start; /**< loop start (in samples) * 16 */ 367 unsigned int end; /**< loop end (in samples) * 16 */ 381 snd_seq_ev_loop_t loop; /**< loop control */ member in union:snd_seq_ev_sample_control::__anon14049
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
TelephonyManagerTest.java | 91 Looper.loop(); 117 Looper.loop();
|
/development/ide/xcode/ports/ |
skia_mac.cp | 85 // Call the event loop
|