| /prebuilts/go/linux-x86/src/runtime/ |
| memclr_amd64.s | 41 loop: label 61 JAE loop
|
| /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
| flow2.s | 147 loop DoItSome LC0 ; /* define loop DoItSome with Loop Counter 0 */ label 148 loop_begin DoItSome ; /* place before the first instruction in the loop */ 151 loop_end DoItSome ; /* place after the last instruction in the loop */ 153 loop DoItSomeMore LC1 ; /* define loop MyLoop with Loop Counter 1*/ label
|
| /cts/tests/tests/telephony/src/android/telephony/cts/ |
| CellLocationTest.java | 93 Looper.loop();
|
| /external/libhevc/common/arm/ |
| ihevc_inter_pred_chroma_copy.s | 188 subs r4,r4,#8 @wd - 8(loop condition) 215 @subs r4,r4,#8 @wd - 8(loop condition) 235 subs r4,r4,#16 @wd - 16(loop condition) 262 @subs r4,r4,#16 @wd - 16(loop condition)
|
| /external/libpcap/ |
| pcap-canusb-linux.c | 87 volatile int loop; member in struct:pcap_canusb 269 while(canusb->loop) 300 this->loop = 1; 324 canusb->loop = 0;
|
| /external/libvpx/libvpx/vp9/encoder/x86/ |
| vp9_highbd_error_sse2.asm | 34 .loop: 80 jnz .loop
|
| /external/libvpx/libvpx/vpx_dsp/x86/ |
| highbd_sad_sse2.asm | 61 .loop: 142 jg .loop 168 .loop: 209 jg .loop 236 .loop: 277 jg .loop 305 .loop: 346 jg .loop
|
| /external/mesa3d/src/gallium/drivers/radeon/ |
| radeon_llvm.h | 104 struct radeon_llvm_loop loop[RADEON_LLVM_MAX_LOOP_DEPTH]; member in struct:radeon_llvm_context
|
| /external/v8/test/mjsunit/regress/ |
| regress-2326.js | 50 // This function should be optimized via OSR in the first tight loop. 53 // This function should be optimized via OSR in the second tight loop.
|
| /external/v8/test/webkit/ |
| dfg-int-overflow-in-loop.js | 25 "Tests that overflowing an integer in a loop and then only using it in an integer context produces a result that complies with double arithmetic." 30 // Make sure that this is the loop where we do OSR entry.
|
| /frameworks/base/core/tests/coretests/src/android/content/ |
| ContentQueryMapTest.java | 47 Looper.loop(); 73 // The cache won't notice changes until the loop runs.
|
| /frameworks/base/media/java/android/media/ |
| SoundPool.java | 62 * <p>Sounds can be looped by setting a non-zero loop value. A value of -1 63 * causes the sound to loop forever. In this case, the application must 318 * streams is exceeded. A loop value of -1 means loop forever, 319 * a value of 0 means don't loop, other values indicate the 330 * @param loop loop mode (0 = no loop, -1 = loop forever) 335 int priority, int loop, float rate) [all...] |
| /frameworks/base/media/jni/soundpool/ |
| android_media_SoundPool.cpp | 70 jfloat leftVolume, jfloat rightVolume, jint priority, jint loop, 76 return (jint) ap->play(sampleID, leftVolume, rightVolume, priority, loop, rate); 146 int loop) 151 ap->setLoop(channelID, loop);
|
| /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
| LooperAcceleration.java | 92 Looper.loop();
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
| vp9_error_sse2.asm | 26 .loop: 57 jl .loop
|
| /bionic/libc/arch-x86/atom/string/ |
| sse2-wcschr-atom.S | 110 jmp L(loop) 156 /* Loop start on aligned string. */ 158 L(loop): 193 jz L(loop)
|
| /cts/tests/tests/os/src/android/os/cts/ |
| LooperTest.java | 61 Looper.loop(); 165 Looper.loop(); 203 Looper.loop();
|
| /external/curl/lib/ |
| curl_fnmatch.c | 311 static int loop(const unsigned char *pattern, const unsigned char *string) function 327 rc = loop(p + 1, s); /* *.txt matches .txt <=> .txt matches .txt */ 425 return loop((unsigned char *)pattern, (unsigned char *)string);
|
| /external/dbus/bus/ |
| bus.c | 60 DBusLoop *loop; member in struct:BusContext 116 return _dbus_loop_add_watch (context->loop, watch); 128 _dbus_loop_remove_watch (context->loop, watch); 140 _dbus_loop_toggle_watch (context->loop, watch); 152 return _dbus_loop_add_timeout (context->loop, timeout); 164 _dbus_loop_remove_timeout (context->loop, timeout); 746 context->loop = _dbus_loop_new (); 747 if (context->loop == NULL) 1106 if (context->loop) 1108 _dbus_loop_unref (context->loop); [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
| SQL_Results.java | 259 loop: for (int idx=0; idx < builds[0].length(); idx++) { 263 break loop; local 267 continue loop; local
|
| /external/mesa3d/src/glsl/ |
| test_optpass.cpp | 168 int loop = 0; local 175 { "loop", no_argument, &loop, 1 }, 191 printf(" --loop: run optimizations repeatedly until no progress\n"); 246 } while (loop && progress);
|
| /external/sonivox/arm-wt-22k/lib_src/ |
| ARM-E_interpolate_loop_gnu.s | 78 ADD pLoopEnd, pLoopEnd, #1 @ need loop end to equal last sample + 1
81 SUBS tmp0, pPhaseAccum, pLoopEnd @ check for loop end
82 ADDGE pPhaseAccum, pLoopStart, tmp0 @ loop back to start
|
| /external/v8/test/mjsunit/compiler/ |
| optimized-for-in.js | 94 // Deoptimization from the inner for-in loop. 109 // Break from the inner for-in loop. 122 // Continue in the inner loop. 135 // Continue of the outer loop. 148 // Break of the outer loop. 288 arr.push(":"); // Force deopt at the end of the loop.
|
| /external/webrtc/webrtc/common_audio/signal_processing/ |
| filter_ar_fast_q12_armv7.S | 28 @ r4: Iteration counter for the outer loop. 30 @ r6: Calculated value for output data_out[]; interation counter for inner loop 58 subs r6, r3, #3 @ Iteration counter for inner loop. 118 subs r6, r3, #2 @ inner loop counter
|
| /libcore/ojluni/src/main/java/java/io/ |
| DataInputStream.java | 509 loop: while (true) { 513 break loop; local 523 break loop; local
|