HomeSort by relevance Sort by last modified time
    Searched full:greedy (Results 51 - 75 of 224) sorted by null

1 23 4 5 6 7 8 9

  /external/antlr/antlr-3.4/runtime/Python/tests/
t055templates.py 353 COMMENT: '/*' (options {greedy=false;} : .)* '*/' {$channel = HIDDEN;} ;
430 COMMENT: '/*' (options {greedy=false;} : .)* '*/' {$channel = HIDDEN;} ;
t033backtracking.g 523 : '/*' ( options {greedy=false;} : . )* '*/' {$channel=HIDDEN;}
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 300 COMMENT: '/*' (options {greedy=false;} : .)* '*/' {$channel = HIDDEN;} ;
361 COMMENT: '/*' (options {greedy=false;} : .)* '*/' {$channel = HIDDEN;} ;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAOptimizer.java 80 * NOTE 1. Greedy loops cannot be optimized in this way. For example,
81 * "(greedy=false:'x'|.)* '\n'". You specifically need the exit branch
DFA.java     [all...]
  /external/chromium_org/third_party/re2/re2/
bitstate.cc 202 if (ip->greedy(prog_)) {
209 // out is the match - non-greedy
  /external/chromium_org/v8/src/arm/
regexp-macro-assembler-arm.h 56 // A "greedy loop" is a loop that is both greedy and with a simple
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.h 58 // A "greedy loop" is a loop that is both greedy and with a simple
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.h 58 // A "greedy loop" is a loop that is both greedy and with a simple
  /external/regex-re2/re2/
bitstate.cc 202 if (ip->greedy(prog_)) {
209 // out is the match - non-greedy
  /external/v8/src/arm/
regexp-macro-assembler-arm.h 66 // A "greedy loop" is a loop that is both greedy and with a simple
  /external/v8/src/mips/
regexp-macro-assembler-mips.h 68 // A "greedy loop" is a loop that is both greedy and with a simple
  /external/v8/src/x64/
regexp-macro-assembler-x64.h 62 // A "greedy loop" is a loop that is both greedy and with a simple
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 119 (?P<charset>[^?]*?) # non-greedy up to the next ? is the charset
123 (?P<atom>.*?) # non-greedy up to the next ?= is the atom
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 119 (?P<charset>[^?]*?) # non-greedy up to the next ? is the charset
123 (?P<atom>.*?) # non-greedy up to the next ?= is the atom
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 226 : '/*' ( options {greedy=false;} : . )* '*/' {$channel=HIDDEN;}
  /external/chromium_org/tools/gn/
pattern.cc 133 // normally want "*" to be greedy so would work backwards.
toolchain_manager.cc 406 // The default toolchain is loaded in greedy mode so all targets we
407 // encounter are generated. Non-default toolchain settings stay in non-greedy
  /external/llvm/test/CodeGen/ARM/
lsr-unfolded-offset.ll 1 ; RUN: llc -regalloc=greedy < %s | FileCheck %s
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
Fuzzy.m 471 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:10:2: ( 'return' ( options {greedy=false; } : . )* ';' ) // ruleBlockSingleAlt
472 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:10:4: 'return' ( options {greedy=false; } : . )* ';' // alt
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 532 ( options {greedy=false; k=1;}
549 ( options {greedy=false; k=2;}
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 538 ( options {greedy=false; k=1;}
555 ( options {greedy=false; k=2;}
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t033backtracking.g 508 : '/*' ( options {greedy=false;} : . )* '*/' {$channel=org.antlr.runtime.Token.HIDDEN_CHANNEL;}
  /external/qemu/slirp/
if.c 158 * but gets too greedy... hence it'll be downgraded from fastq to batchq.
  /external/qemu/slirp-android/
if.c 158 * but gets too greedy... hence it'll be downgraded from fastq to batchq.

Completed in 2069 milliseconds

1 23 4 5 6 7 8 9