| /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
| ObjC.stg | [all...] |
| /external/boringssl/mac-x86_64/crypto/md5/ |
| md5-x86_64.S | 37 L$loop: 653 jb L$loop
|
| /external/curl/packages/vms/ |
| generate_vax_transfer.com | 164 $! if not alias, then loop
|
| /external/deqp/modules/gles2/performance/ |
| es2pShaderOptimizationTests.cpp | 322 : loop(m_numRepetitions, expressionTemplate(m_caseType)); 343 static inline string loop (int iterations, const string& innerExpr) function in class:deqp::gles2::Performance::__anon9369::LoopUnrollCase 864 TestCaseGroup* const unrollGroup = new TestCaseGroup(m_context, "loop_unrolling", "Loop Unrolling Cases"); [all...] |
| /external/deqp/modules/gles3/performance/ |
| es3pShaderOptimizationTests.cpp | 325 : loop(m_numRepetitions, expressionTemplate(m_caseType)); 346 static inline string loop (int iterations, const string& innerExpr) function in class:deqp::gles3::Performance::__anon9654::LoopUnrollCase [all...] |
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| RuleBasedNumberFormat.java | 1767 continue loop; local [all...] |
| /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| CharsetSCSU.java | 232 private boolean LabelLoop;// used to break the while loop 608 private static final int Loop=0; 635 private boolean LabelLoop;//used to break the while loop 661 int labelType = Loop; // set to Loop so that the code starts from loop: 668 case Loop: 669 labelType = loop(source, target, offsets); 763 private int loop(CharBuffer source, ByteBuffer target, IntBuffer offsets){ method in class:CharsetSCSU.CharsetEncoderSCSU [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| RuleBasedNumberFormat.java | 1803 continue loop; local [all...] |
| /external/iputils/ |
| ping.c | 559 int loop = 0; local 561 &loop, 1) == -1) { [all...] |
| /external/jetty/src/java/org/eclipse/jetty/webapp/ |
| WebAppContext.java | 355 int loop=0; local 356 while (uriInContext!=null && loop++<100) [all...] |
| /external/libchrome/base/files/ |
| file_path_watcher_unittest.cc | 46 // Aggregates notifications from the test delegates and breaks the message loop 93 // The loop we should break after all delegates signaled. 284 Deleter(FilePathWatcher* watcher, MessageLoop* loop) 286 loop_(loop) {
|
| /external/libhevc/common/arm/ |
| ihevc_inter_pred_filters_luma_horz.s | 250 subs r5,r5,#8 @decrement the wd loop 256 subs r14,r14,#2 @decrement the ht loop
|
| /external/libvpx/libvpx/vp8/common/arm/armv6/ |
| idct_v6.asm | 35 orr r5, r5, #1<<31 ; loop counter on top bit
|
| /external/libvpx/libvpx/vp9/encoder/x86/ |
| vp9_quantize_ssse3_x86_64.asm | 27 ; actual quantize loop - setup pointers, rounders, etc.
|
| /external/llvm/lib/Target/WebAssembly/ |
| Relooper.cpp | 334 // loop 361 // Find the inner blocks in this loop. Proceed backwards from the entries 388 LoopShape *Loop = new LoopShape(); 389 Notice(Loop); 391 // Solipsize the loop, replacing with break/continue and marking branches 393 // A. Branches to the loop entries become a continue to this shape 395 Solipsize(iter, Branch::Continue, Loop, InnerBlocks); 396 // B. Branches to outside the loop (a next entry) become breaks on this 399 Solipsize(iter, Branch::Break, Loop, InnerBlocks); 402 Loop->Inner = Inner [all...] |
| /external/pcre/dist/ |
| pcre_jit_compile.c | 1683 loop, enumerator in enum:__anon21324 2170 struct sljit_label *loop; local 2196 struct sljit_label *loop; local 2255 struct sljit_label *loop; local 3877 struct sljit_label *loop; local 4044 struct sljit_label *loop; local 7536 struct sljit_label *loop = NULL; local 9387 struct sljit_label *loop; local [all...] |
| /external/pdfium/core/ |
| pdfiumfpdfapi.mk | 10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
|
| /external/v8/src/full-codegen/arm64/ |
| full-codegen-arm64.cc | 996 Label loop, exit; local 1201 Label loop, fast; local [all...] |
| /external/v8/test/cctest/ |
| test-thread-termination.cc | 53 void Loop(const v8::FunctionCallbackInfo<v8::Value>& args) { 116 global->Set(v8_str("loop"), v8::FunctionTemplate::New(isolate, Loop)); 132 // Run a loop that will be infinite if thread termination does not work. 135 "try { loop(); fail(); } catch(e) { fail(); }"); 140 "try { loop(); fail(); } catch(e) { fail(); }"); 146 // itself in a loop that performs no calls. 155 // Run a loop that will be infinite if thread termination does not work. 156 static const char* source = "try { loop(); fail(); } catch(e) { fail(); }"; 197 // Run a loop that will be infinite if thread termination does not work 528 v8::Local<v8::Function> loop = v8::Local<v8::Function>::Cast( local [all...] |
| /external/v8/test/mjsunit/ |
| debug-sourceinfo.js | 127 // Every line of d() is the same length. Verify we can loop through all
|
| math-min-max.js | 47 // We have to have a loop here because the first time we get a Smi from the
|
| to_number_order.js | 216 // Call inside loop to test optimization and possible caching.
|
| /external/v8/test/mjsunit/harmony/ |
| regexp-lookbehind.js | 130 // Greedy loop.
|
| /external/valgrind/none/tests/ppc32/ |
| jm-insns.c | 73 * // The main test loop: 91 * // finally, loop over all instn tests for this test: 124 * In a loop test, we may see: 126 * for imm... // loop over imm 136 * So in the loop test, if 'imm' is currently 9, and p[0] is: 7480 test_loop_t *loop; local [all...] |
| /external/valgrind/tests/ |
| vg_regtest.in | 47 # --loop-till-fail: loops on the test(s) till one fail, then exit 142 . " --loop-till-fail]\n" 245 } elsif ($arg =~ /^--loop-till-fail$/) { 431 print "Failure encountered, stopping to loop\n"; 549 # e.g. running mssnapshot.vgtest in a loop failed from time to time 698 while (1) { # we will exit after one loop, unless looptillfail
|