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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/v8/test/webkit/
regexp-zero-length-alternatives.js 37 // Non-capturing empty first alternative greedy '*'
44 // Non-capturing empty middle alternative greedy '*'
51 // Non-capturing empty last alternative greedy '*'
58 // Capturing empty first alternative greedy '*'
65 // Capturing empty middle alternative greedy '*'
72 // Capturing empty last alternative greedy '*'
100 // Non-capturing empty first alternative non-greedy '*'
107 // Non-capturing empty middle alternative non-greedy '*'
114 // Non-capturing empty last alternative non-greedy '*'
121 // Capturing empty first alternative non-greedy '*'
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t019lexer.g 13 : 'return' (options {greedy=false;}:.)* ';'
22 : '/*' (options {greedy=false;} : . )* '*/'
26 : '"' (options {greedy=false;}: ESC | .)* '"'
30 : '\'' (options {greedy=false;}: ESC | .)* '\''
t020fuzzy.g 20 : 'return' (options {greedy=false;}:.)* ';'
48 : '/*' (options {greedy=false;} : . )* '*/'
53 : '//' (options {greedy=false;} : . )* '\n'
58 : '"' (options {greedy=false;}: ESC | .)* '"'
62 : '\'' (options {greedy=false;}: ESC | .)* '\''
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;}:.)* '"""'
  /external/antlr/antlr-3.4/runtime/Python/tests/
t019lexer.g 13 : 'return' (options {greedy=false;}:.)* ';'
22 : '/*' (options {greedy=false;} : . )* '*/'
26 : '"' (options {greedy=false;}: ESC | .)* '"'
30 : '\'' (options {greedy=false;}: ESC | .)* '\''
t020fuzzyLexer.g 21 : 'return' (options {greedy=false;}:.)* ';'
49 : '/*' (options {greedy=false;} : . )* '*/'
54 : '//' (options {greedy=false;} : . )* '\n'
59 : '"' (options {greedy=false;}: ESC | .)* '"'
63 : '\'' (options {greedy=false;}: ESC | .)* '\''
t012lexerXMLLexer.g 44 fragment INTERNAL_DTD : '[' (options {greedy=false;} : .)* ']' ;
98 : '<!--' (options {greedy=false;} : .)* '-->'
102 : '<![CDATA[' (options {greedy=false;} : .)* ']]>'
115 ( options {greedy=true;} : LETTER | '0'..'9' | '.' | '-' | '_' | ':' )*
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.g 10 : 'return' (options {greedy=false;}:.)* ';'
38 : '/*' (options {greedy=false;} : . )* '*/'
43 : '//' (options {greedy=false;} : . )* '\n'
48 : '"' (options {greedy=false;}: ESC | .)* '"'
52 : '\'' (options {greedy=false;}: ESC | .)* '\''
  /sdk/eclipse/features/com.android.ide.eclipse.adt.package/
p2.inf 6 requires.1.greedy=true
  /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 | .)* '\''
xml.rb 46 fragment INTERNAL_DTD : '[' (options {greedy=false;} : .)* ']' ;
100 : '<!--' (options {greedy=false;} : .)* '-->'
104 : '<![CDATA[' (options {greedy=false;} : .)* ']]>'
117 ( options {greedy=true;} : LETTER | '0'..'9' | '.' | '-' | '_' | ':' )*
  /external/chromium_org/v8/test/mjsunit/regress/
regress-176.js 41 "non-zero length match with greedy ? in (?:)");
44 "non-zero length match with non-greedy ? in (?:), o forces backtrack");
47 "non-zero length match with non-greedy ? in (?:), zero length match causes backtrack");
  /external/v8/test/mjsunit/regress/
regress-176.js 41 "non-zero length match with greedy ? in (?:)");
44 "non-zero length match with non-greedy ? in (?:), o forces backtrack");
47 "non-zero length match with non-greedy ? in (?:), zero length match causes backtrack");
  /external/kernel-headers/original/linux/
tegra_avp.h 29 int greedy; member in struct:tegra_avp_lib
  /external/llvm/test/CodeGen/ARM/
ldrd.ll 5 ; RUN: llc < %s -mtriple=thumbv7-apple-ios -mcpu=cortex-a8 -regalloc=greedy | FileCheck %s -check-prefix=GREEDY
44 ; GREEDY: @f
45 ; GREEDY: %bb
46 ; GREEDY: ldrd
47 ; GREEDY: str
  /external/chromium_org/chrome/tools/
webforms_extractor.py 59 .*? # Any characters (non-greedy).
68 .*? # Any characters (non-greedy).
70 .*? # Any characters (non-greedy) between the tags.
81 .*? # Any characters (non-greedy) between the quotes.
88 on\w+? # All words starting with 'on' (non-greedy)
92 .*? # Any characters (non-greedy) between the quotes.
103 [^<>]*? # Matches any characters except '<' and '>' (non-greedy).""" +
106 [^<>]*? # Matches any characters except '<' and '>' (non-greedy).
122 .*? # Any characters (non-greedy).
124 .*? # Any characters (non-greedy) between the tags
    [all...]
  /external/chromium_org/tools/gn/
item_tree.h 23 // - In greedy mode, every target we encounter will be generated. This means
28 // - In non-greedy mode, we'll only generate and load dependncies for targets
32 // The main build is generally run in greedy mode, since people expect to be
  /bionic/libc/kernel/common/linux/
tegra_avp.h 31 int greedy; member in struct:tegra_avp_lib
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
TLexer.g 45 | '/*' ( options {greedy=false;} : . )* '*/' {skip();}
  /external/chromium_org/v8/test/webkit/fast/regex/
non-capturing-backtracking.js 25 "This page tests for proper backtracking with greedy quantifiers and non-capturing parentheses."
  /external/libvpx/libvpx/tools/
vpx-astyle.sh 9 # Disabled, too greedy?
  /external/llvm/test/CodeGen/X86/
constant-pool-remat-0.ll 3 ; RUN: llc < %s -mtriple=x86_64-linux -regalloc=greedy | FileCheck %s
inline-asm-error.ll 3 ; RUN: not llc -march x86 -regalloc=greedy < %s 2> %t3
  /external/mockito/src/org/mockito/internal/verification/
Calls.java 46 return "Wanted invocations count (non-greedy): " + wantedCount;

Completed in 2961 milliseconds

1 2 3 4 5 6 7 8 9