| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
| CameraStressTest.java | 82 Looper.loop(); 215 output.write("No of loop: ");
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
| NotificationPlayer.java | 114 Looper.loop(); 259 * @param looping Whether the audio should loop forever.
|
| /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| KeyManagerImpl.java | 193 loop: for (Certificate certFromChain : chain) {
|
| /packages/apps/Mms/src/com/android/mms/transaction/ |
| NotificationPlayer.java | 119 Looper.loop(); 266 * @param looping Whether the audio should loop forever.
|
| /packages/apps/Phone/src/com/android/phone/ |
| Ringer.java | 282 Looper.loop();
|
| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
| InputTestsBase.java | 164 // that is to call Looper#loop() on the right looper, so we're going to get the looper 165 // object and call #loop() here. The messages in the handler actually run on the UI 169 // Now, Looper#loop() never exits in normal operation unless the Looper#quit() method 170 // is called, so we need to do that at the right time so that #loop() returns at some 171 // point and we don't end up in an infinite loop. 185 // The only way to get out of Looper#loop() is to call #quit() on it (or on its queue). 188 Looper.loop();
|
| /packages/providers/MediaProvider/src/com/android/providers/media/ |
| MediaScannerService.java | 183 Looper.loop();
|
| /external/mesa3d/src/glsl/ |
| ir_to_llvm.cpp | 95 std::pair<llvm::BasicBlock*, llvm::BasicBlock*> loop; member in class:ir_to_llvm_visitor 106 : ctx(p_mod->getContext()), mod(p_mod), fun(0), loop(std::make_pair((llvm::BasicBlock*)0, [all...] |
| /external/webkit/Source/JavaScriptCore/yarr/ |
| YarrJIT.cpp | 154 // shuffle along & loop around if there are any more matches to handle. [all...] |
| /external/openssl/crypto/modes/asm/ |
| ghash-ia64.pl | 26 # implement "528B" loop in 4 cycles, only in 5. This would mean that 30 # slot by unrolling the loop... Resulting performance is 4.45 cycles 46 sub loop() { subroutine 50 # Loop is scheduled for 6 ticks on Itanium 2 and 8 on Itanium, i.e. 102 .skip 16 // aligns loop body 122 brp.loop.imp .Loop1,.Lend1-16};; 135 &loop (".Loop1",1); 179 .skip 16 // aligns loop body 275 .LOOP: 403 (p6) br.cond.dptk.many .LOOP };; [all...] |
| /external/v8/src/ |
| array.js | 150 // We pull the empty separator check outside the loop for speed! 913 // after loop is finished. 1014 // loop will not affect the looping and side effects are visible. 1050 // loop will not affect the looping and side effects are visible. [all...] |
| /external/chromium/chrome/browser/safe_browsing/ |
| safe_browsing_database_unittest.cc | 385 MessageLoop loop(MessageLoop::TYPE_DEFAULT); [all...] |
| /external/libvpx/vp8/encoder/arm/armv5te/ |
| vp8_packtokens_partitions_armv5.asm | 114 ; v is kept in r12 during the token pack loop 117 ; loop start 185 ; r10 is used earlier in the loop, but r10 is used as
|
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
| dfa.rb | 226 | The prediction loop has exceeded a maximum limit of 50000 iterations 290 | The prediction loop has exceeded a maximum limit of 50000 iterations
|
| /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
| ActionScript.stg | 541 loop<decisionNumber>: 550 if ( cnt<decisionNumber> >= 1 ) break loop<decisionNumber>; 567 loop<decisionNumber>: 576 break loop<decisionNumber>; 843 * loop. If end-of-token (EOT) predicts any of the targets then it [all...] |
| /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
| CPP.stg | 621 goto loop<decisionNumber>; 628 loop<decisionNumber>: ; 647 goto loop<decisionNumber>; 650 loop<decisionNumber>: ; 912 * loop. If end-of-token (EOT) predicts any of the targets then it [all...] |
| /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
| Java.stg | 596 loop<decisionNumber>: 605 if ( cnt<decisionNumber> >= 1 ) break loop<decisionNumber>; 624 loop<decisionNumber>: 633 break loop<decisionNumber>; 919 * loop. If end-of-token (EOT) predicts any of the targets then it [all...] |
| /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
| Python.stg | 683 while True: #loop<decisionNumber> 691 break #loop<decisionNumber> 715 while True: #loop<decisionNumber> 722 break #loop<decisionNumber> 1002 * loop. If end-of-token (EOT) predicts any of the targets then it [all...] |
| /external/chromium/base/files/ |
| file_path_watcher_browsertest.cc | 38 // Aggregates notifications from the test delegates and breaks the message loop 83 // The loop we should break after all delegates signaled. 93 // The message loop specified by |loop| will be quit if a notification is 95 // guarantee |loop| outlives the file thread on which OnFilePathChanged runs. 257 Deleter(FilePathWatcher* watcher, MessageLoop* loop) 259 loop_(loop) {
|
| /external/chromium/chrome/browser/chromeos/login/ |
| parallel_authenticator_unittest.cc | 199 void RunResolve(ParallelAuthenticator* auth, MessageLoop* loop) { 203 loop->Run();
|
| /external/libvpx/vp8/common/arm/neon/ |
| sixtappredict8x8_neon.asm | 50 mov r2, #2 ;loop counter 251 mov r3, #2 ;loop counter 325 mov r2, #2 ;loop counter 434 mov r3, #2 ;loop counter
|
| /external/libvpx/vp8/encoder/x86/ |
| temporal_filter_apply_sse2.asm | 49 ; calculate the rounding bit outside the loop
|
| /external/stlport/ |
| configure.bat | 44 REM option loop 46 :loop label 97 goto loop 608 REM * End loop
|
| /external/v8/test/mjsunit/compiler/ |
| assignment.js | 143 // Tests for compound assignments in a loop at the top level
|
| math-floor-global.js | 142 // Test in a loop to cover the custom IC and GC-related issues.
|