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

<<21222324252627282930>>

  /external/libvpx/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 30 ; first for loop
66 ; second for loop
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.h 79 FT_Long loop; member in struct:TT_GraphicsState_
  /external/strace/
loop.c 30 #include <linux/loop.h>
174 /* newer loop-control stuff */
187 /* newer loop-control stuff */
  /external/v8/test/mjsunit/
for-in.js 91 // Test outside a loop and in a loop for multiple iterations.
  /external/vboot_reference/scripts/image_signing/
common_minimal.sh 162 # If the kernel is buggy and is unable to loop+mount quickly,
179 set -- sudo LC_ALL=C mount -o loop,offset=${offset},${ro} \
  /external/vboot_reference/utility/
vbutil_what_keys 144 sudo mount -o loop,ro,offset=$(( $pstart * 512 )) "$file" "$TMPMNT"
  /external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 968 jboolean loop)
981 fileNameNative, loop);
1054 jboolean loop)
1068 loop);
    [all...]
  /external/webrtc/webrtc/voice_engine/
transmit_mixer.h 102 bool loop,
  /external/zlib/src/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.
  /external/zlib/src/contrib/masmx86/
match686.asm 212 ;;; entering the main loop.
297 ;;; Jump into the main loop.
312 ;;; Here is the inner loop of the function. The function will spend the
313 ;;; majority of its time in this loop, and majority of that time will
316 ;;; Within this loop:
361 ;;; starting the compare loop. So what this code does is skip over 0-3
365 ;;; It should be confessed that this loop usually does not represent
398 ;;; have so far, then forget it and return to the lookup loop.
  /frameworks/av/include/media/
mediaplayer.h 242 status_t setLooping(int loop);
  /frameworks/av/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 96 Looper.loop(); // Blocks forever until Looper.quit() is called.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioManagerTest.java 61 Looper.loop();
  /frameworks/base/tools/obbtool/
mkobb.sh 250 ${MOUNTBIN} -t ${FS} -o loop ${loop_dev} ${temp_mount}
  /frameworks/wilhelm/src/android/
android_GenericPlayer.cpp 180 void GenericPlayer::loop(bool loop) { function in class:android::GenericPlayer
181 SL_LOGV("GenericPlayer::loop %s", loop ? "true" : "false");
183 msg->setInt32(WHATPARAM_LOOP_LOOPING, (int32_t)loop);
395 // it is strictly verboten to call those methods outside of the event loop
  /frameworks/wilhelm/tests/sandbox/
reverb.c 225 bool loop = false; local
271 } else if (!strcmp(arg, "--loop")) {
272 loop = true;
282 "--player-name=I3DL2 --loop filename\n", prog);
422 if (loop) {
633 if (loop) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
sad_altivec.asm 34 li r10, 16 ;# load offset and loop counter
58 ;# preload a line of data before getting into the loop
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 30 ; first for loop
66 ; second for loop
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java     [all...]
  /external/opencv3/3rdparty/jinja2/
compiler.py 124 """Register a special name like `loop`."""
607 This also predefines locally declared variables from the loop
713 # XXX: this is an ugly fix for the loop nesting bug
720 if 'loop' in frame.identifiers.declared:
    [all...]
  /cts/tests/simplecpu/jni/
CpuNativeJni.cpp 81 loop: SWAPINIT(a, es);
149 goto loop;
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 96 Looper.loop();
115 Looper.loop();
  /external/autotest/scheduler/shard/
shard_client.py 329 def loop(self): member in class:ShardClient
412 _heartbeat_client.loop()
  /external/icu/icu4j/perf-tests/
perftests.pl 172 # Outer loop runs through the locales to test
193 # Inner loop runs over the set of data files specified for each locale.
203 $iStrCol = `java -classpath $CLASSPATH com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -binsearch`;
204 print "java -classpath $CLASSPATH com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -binsearch\n";
206 doKeyTimes("java -classpath $CLASSPATH com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -keygen",
215 my $wStrCol = `java -classpath $CLASSPATH com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -binsearch -java`;
217 doKeyTimes("java -classpath $CLASSPATH com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -keygen -java",

Completed in 2199 milliseconds

<<21222324252627282930>>