HomeSort by relevance Sort by last modified time
    Searched refs:greedy (Results 1 - 25 of 34) sorted by null

1 2

  /bionic/libc/kernel/common/linux/
tegra_avp.h 31 int greedy; member in struct:tegra_avp_lib
  /external/kernel-headers/original/linux/
tegra_avp.h 29 int greedy; member in struct:tegra_avp_lib
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 33 : '"' (options {greedy=false;}: ESC | .)* '"'
37 : '\'' (options {greedy=false;}: ESC | .)* '\''
117 : 'return' (options {greedy=false;}:.)* ';'
153 : '/*' (options {greedy=false;} : . )* '*/'
160 : '//' (options {greedy=false;} : . )* '\n'
167 : '"' (options {greedy=false;}: ESC | .)* '"'
171 : '\'' (options {greedy=false;}: ESC | .)* '\''
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
StGUnit.g 140 ( options {greedy=false;}
152 ( options {greedy=false;}
166 ( options {greedy=false; k=3;}
ANTLRv3.g 532 ( options {greedy=false; k=1;}
549 ( options {greedy=false; k=2;}
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t012lexerXML.g 39 fragment INTERNAL_DTD : '[' (options {greedy=false;} : .)* ']' ;
93 : '<!--' (options {greedy=false;} : .)* '-->'
97 : '<![CDATA[' (options {greedy=false;} : .)* ']]>'
110 ( options {greedy=true;} : LETTER | '0'..'9' | '.' | '-' | '_' | ':' )*
Python.g 100 : defparameter (options {greedy=true;}:COMMA defparameter)*
120 : fpdef (options {greedy=true;}:COMMA fpdef)* (COMMA)?
129 : small_stmt (options {greedy=true;}:SEMI small_stmt)* (SEMI)? NEWLINE
311 : atom (trailer)* (options {greedy=true;}:DOUBLESTAR factor)?
326 listmaker: test ( list_for | (options {greedy=true;}:COMMA test)* ) (COMMA)?
338 : subscript (options {greedy=true;}:COMMA subscript)* (COMMA)?
512 /** Match various string types. Note that greedy=false implies '''
517 ( '\'\'\'' (options {greedy=false;}:.)* '\'\'\''
518 | '"""' (options {greedy=false;}:.)* '"""'
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 193 * @param greedy if true, grow vertically as much as possible
199 boolean greedy, boolean wrapChildren, Set<String> expand) {
263 greedy ? SWT.FILL : SWT.TOP, false, greedy, 1, 1);
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 276 ( options {greedy=false;}
305 ( options {greedy=false; k=3;}
  /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/v8/test/mjsunit/
greedy.js 28 // Flags: --gc-greedy
  /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;}
ActionTranslator.g 752 : '{' (options {greedy=false;}:.)* '}'
  /external/regex-re2/re2/
bitstate.cc 202 if (ip->greedy(prog_)) {
209 // out is the match - non-greedy
prog.h 108 bool greedy(Prog *p) { function in class:re2::Prog::Inst
nfa.cc 326 if (ip->greedy(prog_) || longest_) {
333 if (ip->greedy(prog_))
dfa.cc 639 (it == q->begin() && ip->greedy(prog_))) &&
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.cpp 254 // In case of greedy matching the next character checking is unnecessary therefore we just store
606 void quantifyAtom(unsigned min, unsigned max, bool greedy)
632 term.quantify(max, greedy ? QuantifierGreedy : QuantifierNonGreedy);
639 m_alternative->lastTerm().quantify((max == quantifyInfinite) ? max : max - min, greedy ? QuantifierGreedy : QuantifierNonGreedy);
767 // * where the parens are non-capturing, and quantified unbounded greedy (*).
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
  /external/qemu/audio/
audio.c 148 int greedy; member in struct:fixed_settings
167 .greedy = 1,
179 .greedy = 1,
    [all...]
audio_template.h 322 if (glue (conf.fixed_, TYPE).enabled && glue (conf.fixed_, TYPE).greedy) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 254 new HashSet() {{add("k"); add("greedy"); add("backtrack"); add("memoize");}};
258 new HashMap() {{put("greedy","true");}};
261 new HashMap() {{put("greedy","true");}};
    [all...]
  /external/zlib/src/contrib/pascal/
example.pas 295 EXIT_ERR('deflate not greedy');
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 1304 milliseconds

1 2