HomeSort by relevance Sort by last modified time
    Searched refs:PATTERN (Results 51 - 75 of 161) sorted by null

1 23 4 5 6 7

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ws_comma.py 16 PATTERN = """
fix_apply.py 17 PATTERN = """
fix_execfile.py 18 PATTERN = """
fix_intern.py 18 PATTERN = """
fix_isinstance.py 18 PATTERN = """
fix_map.py 31 PATTERN = """
fix_renames.py 44 PATTERN = "|".join(build_pattern())
fix_set_literal.py 17 PATTERN = """power< 'set' trailer< '('
fix_throw.py 18 PATTERN = """
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_exec.py 21 PATTERN = """
fix_filter.py 24 PATTERN = """
fix_itertools.py 17 PATTERN = """
38 # function (to be consistant with the second part of the pattern)
fix_sys_exc.py 18 PATTERN = """
fix_unicode.py 14 PATTERN = "STRING | 'unicode' | 'unichr'"
fix_ws_comma.py 16 PATTERN = """
fix_apply.py 17 PATTERN = """
fix_execfile.py 18 PATTERN = """
fix_intern.py 18 PATTERN = """
fix_isinstance.py 18 PATTERN = """
fix_map.py 31 PATTERN = """
  /external/doclava/src/com/google/doclava/
ParamTagInfo.java 21 import java.util.regex.Pattern;
25 static final Pattern PATTERN = Pattern.compile("([^ \t\r\n]+)[ \t\r\n]+(.*)", Pattern.DOTALL);
34 Matcher m = PATTERN.matcher(text);
ThrowsTagInfo.java 21 import java.util.regex.Pattern;
25 static final Pattern PATTERN = Pattern.compile("(\\S+)\\s+(.*)", Pattern.DOTALL);
32 Matcher m = PATTERN.matcher(text);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 25 PATTERN = None # Most subclasses should override with a string literal
26 pattern = None # Compiled pattern, set by compile_pattern() variable in class:BaseFix
27 pattern_tree = None # Tree representation of the pattern
38 # which node type to accept when there's not a pattern.
62 """Compiles self.PATTERN into self.pattern.
65 self.{pattern,PATTERN} in .match().
67 if self.PATTERN is not None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 25 PATTERN = None # Most subclasses should override with a string literal
26 pattern = None # Compiled pattern, set by compile_pattern() variable in class:BaseFix
27 pattern_tree = None # Tree representation of the pattern
38 # which node type to accept when there's not a pattern.
62 """Compiles self.PATTERN into self.pattern.
65 self.{pattern,PATTERN} in .match().
67 if self.PATTERN is not None
    [all...]
  /external/chromium_org/tools/valgrind/
regrind.sh 22 PATTERN="are definitely|uninitialised|Unhandled exception|\
100 egrep "$PATTERN" < regrind-"$logname".log | sed 's/==.*==//'

Completed in 461 milliseconds

1 23 4 5 6 7