/external/chromium_org/third_party/webrtc/modules/media_file/interface/ |
media_file.h | 69 // greater than zero. If loop is true the file will be played until 82 const bool loop = false, 89 // allowed). If loop is true the file will be played until StopPlaying() is 94 const bool loop,
|
/external/chromium_org/third_party/webrtc/modules/utility/source/ |
file_player_impl.h | 42 bool loop, 92 bool loop,
|
/external/chromium_org/third_party/webrtc/voice_engine/include/ |
voe_file.h | 66 bool loop = false, 92 bool loop = false ,
|
/external/genext2fs/ |
test-mount.sh | 41 mount -t ext2 -o ro,loop ext2.img mnt || fail 61 mount -t ext2 -o ro,loop ext2.img mnt || fail 65 egrep -v "(hda|hdb|tty|loop|ram|ubda)" $fname | \ 70 egrep -v "(hda|hdb|tty|loop|ram|ubda)" | \
|
/external/libunwind/tests/ |
flush-cache.S | 27 .loop: fc in0 // issuable on M0 only 29 br.cloop.sptk.few .loop
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_intrapred_sse2.asm | 91 .loop: 98 jnz .loop 129 .loop: 140 jnz .loop 177 .loop: 184 jnz .loop 194 .loop: 205 jnz .loop 220 .loop: 235 jnz .loop [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
toy.ml | 19 (* Run the main "interpreter loop" now. *)
|
/external/openssl/crypto/bn/ |
bn_div.c | 184 int norm_shift,i,loop; local 266 loop=num_n-div_n; 271 wnum.d = &(snum->d[loop]); 274 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */ 286 if (!bn_wexpand(res,(loop+1))) goto err; 287 res->top=loop-no_branch; 288 resp= &(res->d[loop-1]); 315 for (i=0; i<loop-1; i++, wnump--, resp--) 318 /* the first part of the loop uses the top two words of
|
bn_prime.pl | 9 loop: while ($#primes < $num-1) label 16 next loop if (($p%$primes[$i]) == 0);
|
/external/strace/qemu_multiarch_testing/ |
make-hdc-img.sh | 13 mount -o loop hdc.img hdc.img.dir &&
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/ |
h264bsdClearMbLayer.s | 55 loop label 61 BCS loop
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
h264bsdClearMbLayer.S | 55 loop: label 61 BCS loop
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_intrapred_sse2.asm | 91 .loop: 98 jnz .loop 129 .loop: 140 jnz .loop 177 .loop: 184 jnz .loop 194 .loop: 205 jnz .loop 220 .loop: 235 jnz .loop [all...] |
/ndk/tests/device/test-gnustl-full/jni/ |
Android.mk | 17 # This test enters an infinit loop for unknown reasons!
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/ |
bintest.asm | 38 .loop mov dx,datasym ; [1] [4] [7] 43 loop .loop ; [5] [6]
|
/external/chromium_org/ui/views/controls/menu/ |
menu_controller_unittest.cc | 94 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local 95 base::MessageLoop::ScopedNestableTaskAllower allow(loop); 114 // message-loop, by posting a task. 116 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local 117 base::MessageLoop::ScopedNestableTaskAllower allow(loop); 133 // Runs a nested message-loop that does not involve the menu itself. 135 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local 136 base::MessageLoop::ScopedNestableTaskAllower allow(loop);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
antRun.bat | 33 rem Slurp the command line arguments. This loop allows for an unlimited number 38 :loop label 42 goto loop
|
/frameworks/av/include/media/ |
SoundPool.h | 100 float rightVolume, int priority, int loop, float rate); 106 int loop() { return mLoop; } function in class:android::SoundEvent 129 int priority, int loop, float rate); 141 void setLoop(int loop); 176 int loop, float rate); 184 void setLoop(int channelID, int loop);
|
/external/chromium_org/v8/test/webkit/ |
dfg-constant-fold-misprediction.js | 25 "This tests that a constant folding on a node that has obviously mispredicted type doesn't send the compiler into an infinite loop." 35 // compilation will be triggered from the loop below so the slow case counter of the 41 // fold that Int32ToDouble. And hence we will have an infinite loop. The correct fix 47 // A pointless loop to force the first compilation to occur before the division got 48 // hot. If this loop was not here then the division would be known to produce doubles
|
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/ |
memcpy.S | 15 ! If there are less than 16 bytes to copy use the byte copy loop 49 ! blocks, then jump to the unaligned copy loop or fall through to the aligned 50 ! copy loop as appropriate. 55 BNZ $Lunaligned_copy ! if unaligned, use unaligned copy loop 74 ! If there are any remaining bytes use the byte copy loop, otherwise we are done 91 ! if there is no mis-alignment after all, use the aligned copy loop 102 BLT $Lunaligned_1_2_3 ! use 1-3 byte mis-alignment loop 103 BZ $Lunaligned_4 ! use 4 byte mis-alignment loop 114 ! Move data 4 bytes before we enter the main loop 179 ! address of the remaining bytes, and fall through to the byte copy loop [all...] |
/system/core/libpixelflinger/codeflinger/ |
disassem.c | 577 int loop; local 585 for (loop = 0; loop < 17; ++loop) { 587 if (loop == 16 || !(insn & (1 << loop))) { 592 if (start == loop - 1) 595 di->di_printf("r%d-r%d", start, loop - 1); 599 if (insn & (1 << loop)) 600 start = loop; [all...] |
/external/chromium_org/third_party/codesighs/ |
msmap2tsv.c | 836 ** If the object loop broke early, we break too. 1694 unsigned loop = 0; local 1872 int loop = 0; local 2095 int loop = 0; local [all...] |
/external/chromium_org/media/audio/win/ |
audio_low_latency_output_win_unittest.cc | 58 // Used to terminate a loop from a different thread than the loop belongs to. 59 // |loop| should be a MessageLoopProxy. 60 ACTION_P(QuitLoop, loop) { 61 loop->PostTask(FROM_HERE, base::MessageLoop::QuitClosure()); 389 base::MessageLoopForUI loop; 408 QuitLoop(loop.message_loop_proxy()), 412 loop.PostDelayedTask(FROM_HERE, base::MessageLoop::QuitClosure(), 414 loop.Run(); 593 base::MessageLoopForUI loop; [all...] |
/external/chromium_org/net/test/embedded_test_server/ |
embedded_test_server_unittest.cc | 271 scoped_ptr<base::MessageLoop> loop; variable 273 loop.reset(new base::MessageLoopForIO); 282 if (!loop) 283 loop.reset(new base::MessageLoopForIO); 288 new TestURLRequestContextGetter(loop->message_loop_proxy())); 290 loop->Run(); 295 loop.reset();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_asynchat.py | 122 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01) 153 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01) 174 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01) 186 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01) 196 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01) 207 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01) 219 asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
|