| /external/chromium/third_party/libevent/ |
| ltmain.sh | [all...] |
| /external/expat/conftools/ |
| ltmain.sh | [all...] |
| /external/libffi/ |
| ltmain.sh | [all...] |
| /external/llvm/autoconf/ |
| ltmain.sh | [all...] |
| /external/llvm/projects/sample/autoconf/ |
| ltmain.sh | [all...] |
| /frameworks/av/libvideoeditor/lvpp/ |
| PreviewPlayer.cpp | 206 int32_t loop; local 208 && fileMeta->findInt32(kKeyAutoLoop, &loop) 209 && loop != 0) { [all...] |
| VideoEditorPreviewController.cpp | 431 M4OSA_Bool loop) { 475 ALOGV("startPreview: loop = %d", loop); 476 mPreviewLooping = loop; 527 // and then processes clip in thread loop [all...] |
| /system/core/sh/ |
| parser.c | 361 synerror("Bad for loop variable"); 951 loop: { /* for each line, until end of word */ 959 goto loop; 968 goto endword; /* exit outer loop */ 976 goto loop; /* continue outer loop */ 1114 goto endword; /* exit outer loop */ 1117 goto endword; /* exit outer loop */ [all...] |
| /cts/suite/audio_quality/client/src/com/android/cts/audiotest/ |
| AudioProtocol.java | 449 //Log.d(TAG, "loop"); 450 Looper.loop();
|
| /cts/tests/src/android/webkit/cts/ |
| WebViewOnUiThread.java | 710 // We'll just drop out of the loop and fail 723 // Force loop to exit when processing this. Loop.quit() doesn't 724 // work because this is the main Loop. 728 throw new ExitLoopException(); // exit loop! 733 Looper.loop();
|
| /cts/tests/tests/app/src/android/app/cts/ |
| PendingIntentTest.java | 64 Looper.loop();
|
| /cts/tests/tests/mediastress/src/android/mediastress/cts/ |
| MediaRecorderStressTest.java | 102 Looper.loop(); 179 output.write("No of loop: "); 227 output.write("No of loop: "); 280 output.write("No of loop: "); 372 output.write("No of loop: ");
|
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
| socket.rb | 281 loop do
|
| /external/doclava/res/assets/templates/ |
| macros.cs | 274 <?cs loop:i = #0, #14, #1 ?> 282 <?cs /loop ?>
|
| /external/icu4c/common/ |
| ucnvscsu.c | 267 * conversion "loop" 269 * For performance, this is not a normal C loop. 275 * - a fast-path loop for the most common codes in the mode 276 * - a loop for all other codes in the mode 277 * When the fast-path runs into a code that it cannot handle, its loop ends and it 278 * runs into the following loop to handle the other codes. 279 * The end of the input or output buffer is also handled by the slower loop. 280 * The slow loop jumps (goto) to the fast-path loop again as soon as possible. 613 * conversion "loop" [all...] |
| /frameworks/av/media/libmediaplayerservice/ |
| MediaPlayerService.cpp | [all...] |
| MediaPlayerService.h | 317 virtual status_t setLooping(int loop);
|
| /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
| Norm_Corr_opt.s | 99 @loop for every possible period
|
| residu_asm_opt.s | 70 MOV r14, r3, ASR #2 @one loop get 4 outputs
|
| /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
| Norm_Corr_neon.s | 107 @loop for every possible period
|
| /frameworks/base/media/java/android/media/videoeditor/ |
| VideoEditorImpl.java | 109 private static final String ATTR_LOOP = "loop"; [all...] |
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
| MediaPlayerPerformance.java | 138 Looper.loop();
|
| /packages/apps/Phone/src/com/android/phone/ |
| PhoneInterfaceManager.java | 482 Looper.loop();
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
| asequencer.h | 122 #define SNDRV_SEQ_EVENT_SAMPLE_LOOP 76 /* sample loop */ 291 SAMPLE_STOP_LOOP = 2 /* terminate loop and finish wave */ 305 /* simple loop redefinition */ 307 unsigned int start; /* loop start (in samples) * 16 */ 308 unsigned int end; /* loop end (in samples) * 16 */ 321 struct snd_seq_ev_loop loop; member in union:snd_seq_ev_sample_control::__anon25170 [all...] |
| /external/v8/src/ia32/ |
| full-codegen-ia32.cc | 375 // Loop stack checks can be patched to perform on-stack replacement. In 376 // order to decide whether or not to perform OSR we embed the loop depth 954 Label loop, exit; local 2589 Label entry, loop; local 3439 non_trivial_array, not_size_one_array, loop, local [all...] |