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

1 23 4 5 6 7

  /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;}
DefineGrammarItemsWalker.g 478 opts.put("greedy", "false");
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t033backtracking.g 508 : '/*' ( options {greedy=false;} : . )* '*/' {$channel=org.antlr.runtime.Token.HIDDEN_CHANNEL;}
  /external/antlr/antlr-3.4/runtime/Python/tests/
t033backtracking.g 523 : '/*' ( options {greedy=false;} : . )* '*/' {$channel=HIDDEN;}
  /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.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java     [all...]
DecisionProbe.java 444 // but don't emit error if greedy=true explicitly set
449 String greedyS = (String)blockAST.getBlockOption("greedy");
511 // if options, skip first child: ( options { ( = greedy false ) )
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestDFAConversion.java 869 "a : (options {greedy=false;}:A)+ ;\n");
880 "a : (options {greedy=false;}:A)+ A+ ;\n");
896 "a : (options {greedy=true;}:A)+ A+ ;\n");
    [all...]
  /external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.class.php 41 * -- Changed the algorithm for parsing expressions so that it matches the longest string possible (greedy)
1057 * Gets the largest symbol in the expression (greedy). Changed from non-greedy 26-Apr-2006
    [all...]
  /external/llvm/test/CodeGen/X86/
postra-licm.ll 5 ; Only linear scan needs this, -regalloc=greedy sinks the spill instead.
sse_reload_fold.ll 120 ; This one should fail to fuse, but -regalloc=greedy isn't even trying. Instead
  /external/regex-re2/re2/
prog.cc 208 // or the reverse (the above is the greedy one).
nfa.cc 326 if (ip->greedy(prog_) || longest_) {
333 if (ip->greedy(prog_))
regexp.h 283 NonGreedy = 1<<6, // Repetition operators are non-greedy by default.
288 // non-greedy operators - *? +? ?? {}?
  /external/regex-re2/re2/testing/
search_test.cc 257 // would like to use, but PCRE mishandles in full-match, non-greedy mode
  /external/valgrind/main/coregrind/
m_seqmatch.c 53 language. It specifies non-greedy matching of '*'s.
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 208 sectioning Stage 2:greedy merge algorithm, merge connected sections with
  /external/aac/libAACenc/src/
dyn_bits.cpp 317 sectioning Stage 2:greedy merge algorithm, merge connected sections with
449 greedy merge algorithm, merge connected huffsections with maximum bit
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 471 # at line 134:5: '<<<' ( options {greedy=false; } : '\\\\' . | . )* '>>>'
473 # at line 135:5: ( options {greedy=false; } : '\\\\' . | . )*
  /external/webkit/Source/JavaScriptCore/yarr/
YarrParser.h 542 * Helper for parseTokens(); checks for parse errors and non-greedy quantifiers.
831 * void quantifyAtom(unsigned min, unsigned max, bool greedy);
  /external/qemu/audio/
audio.c 148 int greedy; member in struct:fixed_settings
167 .greedy = 1,
179 .greedy = 1,
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokenizer.py 305 # We greedy match until the end of the line in line comment mode.
  /external/icu4c/i18n/
regeximp.h 101 URX_CTR_INIT_NG = 26, // 2 kinds, normal and non-greedy.

Completed in 1227 milliseconds

1 23 4 5 6 7