/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 55 # That re.compile raises SyntaxError was determined empirically. 59 object_re = re.compile(object_regexp) 63 name_re = re.compile (name_regexp) 68 subname_re = re.compile(subname_regexp)
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 55 # That re.compile raises SyntaxError was determined empirically. 59 object_re = re.compile(object_regexp) 63 name_re = re.compile (name_regexp) 68 subname_re = re.compile(subname_regexp)
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 55 # That re.compile raises SyntaxError was determined empirically. 59 object_re = re.compile(object_regexp) 63 name_re = re.compile (name_regexp) 68 subname_re = re.compile(subname_regexp)
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 55 # That re.compile raises SyntaxError was determined empirically. 59 object_re = re.compile(object_regexp) 63 name_re = re.compile (name_regexp) 68 subname_re = re.compile(subname_regexp)
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 55 # That re.compile raises SyntaxError was determined empirically. 59 object_re = re.compile(object_regexp) 63 name_re = re.compile (name_regexp) 68 subname_re = re.compile(subname_regexp)
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 55 # That re.compile raises SyntaxError was determined empirically. 59 object_re = re.compile(object_regexp) 63 name_re = re.compile (name_regexp) 68 subname_re = re.compile(subname_regexp)
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 55 # That re.compile raises SyntaxError was determined empirically. 59 object_re = re.compile(object_regexp) 63 name_re = re.compile (name_regexp) 68 subname_re = re.compile(subname_regexp)
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 55 # That re.compile raises SyntaxError was determined empirically. 59 object_re = re.compile(object_regexp) 63 name_re = re.compile (name_regexp) 68 subname_re = re.compile(subname_regexp)
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 55 # That re.compile raises SyntaxError was determined empirically. 59 object_re = re.compile(object_regexp) 63 name_re = re.compile (name_regexp) 68 subname_re = re.compile(subname_regexp)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_traceback.py | 26 compile("def fact(x):\n\treturn x!\n", "?", "exec") 29 compile("1 +\n", "?", "exec") 32 # XXX why doesn't compile raise the same traceback? 36 compile("def spam():\n print 1\n print 2", "?", "exec")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
textwrap.py | 95 wordsep_re = re.compile( 104 wordsep_simple_re = re.compile(r'(\s+)') 108 sentence_end_re = re.compile(r'[%s]' # lowercase letter 138 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U) 139 self.wordsep_simple_re_uni = re.compile( 371 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE) 372 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_traceback.py | 26 compile("def fact(x):\n\treturn x!\n", "?", "exec") 29 compile("1 +\n", "?", "exec") 32 # XXX why doesn't compile raise the same traceback? 36 compile("def spam():\n print 1\n print 2", "?", "exec")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
textwrap.py | 95 wordsep_re = re.compile( 104 wordsep_simple_re = re.compile(r'(\s+)') 108 sentence_end_re = re.compile(r'[%s]' # lowercase letter 138 self.wordsep_re_uni = re.compile(self.wordsep_re.pattern, re.U) 139 self.wordsep_simple_re_uni = re.compile( 371 _whitespace_only_re = re.compile('^[ \t]+$', re.MULTILINE) 372 _leading_whitespace_re = re.compile('(^[ \t]*)(?:[^ \t\n])', re.MULTILINE)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
AttributeInfo.java | 186 private final static Pattern INTEGER_PATTERN = Pattern.compile("-?[0-9]+"); //$NON-NLS-1$ 188 Pattern.compile("-?[0-9]?(\\.[0-9]+)?"); //$NON-NLS-1$ 190 Pattern.compile("-?[0-9]+(\\.[0-9]+)?(dp|dip|sp|px|pt|in|mm)"); //$NON-NLS-1$
|
/external/icu/icu4c/source/test/intltest/ |
regextst.cpp | 375 REPattern = RegexPattern::compile(patString, 0, pe, status); 377 dataerrln("RegexTest failure in RegexPattern::compile() at line %d. Status = %s", 438 REPattern = RegexPattern::compile(&pattern, 0, pe, status); 440 dataerrln("RegexTest failure in RegexPattern::compile() at line %d (UTF8). Status = %s\n", 526 // Compile the caller's pattern 529 callerPattern = RegexPattern::compile(patString, 0, pe, status); 544 // Compile again, using a UTF-8-based UText 548 callerPattern = RegexPattern::compile(&patternText, 0, pe, status); 585 pattern = RegexPattern::compile(UNICODE_STRING_SIMPLE("a\\u00dfx").unescape(), UREGEX_CASE_INSENSITIVE, pe, status); 778 pat2 = RegexPattern::compile(re, flags, pe, status) [all...] |
/external/chromium_org/third_party/jinja2/ |
utils.py | 18 _word_split_re = re.compile(r'(\s+)') 19 _punctuation_re = re.compile( 25 _simple_email_re = re.compile(r'^\S+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9._-]+$') 26 _striptags_re = re.compile(r'(<!--.*?-->|<[^>]*>)') 27 _entity_re = re.compile(r'&([^;]+);')
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
mac_tool.py | 80 '--output-format', 'human-readable-text', '--compile', dest, source] 81 ibtool_section_re = re.compile(r'/\*.*\*/') 82 ibtool_re = re.compile(r'.*note:.*is clipping its content') 149 IDENT_RE = re.compile('[/\s]') 221 libtool_re = re.compile(r'^.*libtool: file: .* has no symbols$') 222 libtool_re5 = re.compile(
|
/external/chromium_org/tools/mac/ |
symbolicate_crash.py | 105 thread_re = re.compile('^[ \t]*Thread ([a-f0-9]+)') 130 # Compile a regex that matches the start of a thread stack. Note that this 133 line_re = re.compile('^Thread ([0-9]+)( Crashed)?:(.*)') 186 user_thread_re = re.compile('^ Thread ([0-9a-fx]+)') 269 image_re = re.compile( 358 line_regex = re.compile('(.+) \(in (.+)\) (\((.+):([0-9]+)\))?')
|
/external/chromium_org/v8/tools/push-to-trunk/ |
releases.py | 35 PUSH_MESSAGE_RE = re.compile(r".* \(based on bleeding_edge revision r(\d+)\)$") 39 MERGE_MESSAGE_RE = re.compile(r"^.*[M|m]erged (.+)(\)| into).*$", re.M) 43 ROLLBACK_MESSAGE_RE = re.compile(r"^.*[R|r]ollback of (.+)(\)| in).*$", re.M) 46 REVIEW_LINK_RE = re.compile(r"^Review URL: (.+)$", re.M) 50 DEPS_RE = re.compile(r'^\s*(?:"v8_revision": "'
|
/external/fonttools/Lib/fontTools/ |
afmLib.py | 12 identifierRE = re.compile("^([A-Za-z]+).*") 15 charRE = re.compile( 33 kernRE = re.compile( 44 compositeRE = re.compile( 50 componentRE = re.compile(
|
/external/fonttools/Lib/fontTools/misc/ |
psLib.py | 12 skipwhiteRE = re.compile("[%s]*" % whitespace) 14 endofthingRE = re.compile(endofthingPat) 15 commentRE = re.compile("%[^\n\r]*") 33 stringRE = re.compile(stringPat) 35 hexstringRE = re.compile("<[%s0-9A-Fa-f]*>" % whitespace)
|
/external/javasqlite/src/main/java/SQLite/ |
Database.java | 307 Vm vm = compile(sql); 360 Vm vm = compile(sql, args); 414 Vm vm = compile(sql, args); 673 * Compile and return SQLite VM for SQL statement. Only available 680 public Vm compile(String sql) throws SQLite.Exception { method in class:Database 689 * Compile and return SQLite VM for SQL statement. Only available 697 public Vm compile(String sql, String args[]) throws SQLite.Exception { method in class:Database 748 * Internal compile method. 757 * Internal compile method, SQLite 3.0 only.
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
AsYouTypeFormatter.java | 71 private static final Pattern CHARACTER_CLASS_PATTERN = Pattern.compile("\\[([^\\[\\]])*\\]"); 77 private static final Pattern STANDALONE_DIGIT_PATTERN = Pattern.compile("\\d(?=[^,}][^,}])"); 85 Pattern.compile("[" + PhoneNumberUtil.VALID_PUNCTUATION + "]*" + 89 private static final Pattern NATIONAL_PREFIX_SEPARATORS_PATTERN = Pattern.compile("[- ]"); 99 private static final Pattern DIGIT_PATTERN = Pattern.compile(DIGIT_PLACEHOLDER);
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
AntiSamyTest.java | 415 Pattern p = Pattern.compile(".*<strong(\\s*)/>.*", Pattern.DOTALL);
421 p = Pattern.compile(".*<b(\\s*)/>.*");
425 p = Pattern.compile(".*<i(\\s*)/>.*");
429 p = Pattern.compile(".*<hr(\\s*)/>.*");
[all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
sysconfig.py | 265 define_rx = re.compile("#define ([A-Z][A-Za-z0-9_]+) (.*)\n") 266 undef_rx = re.compile("/[*] #undef ([A-Z][A-Za-z0-9_]+) [*]/\n") 287 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") 288 _findvar1_rx = re.compile(r"\$\(([A-Za-z][A-Za-z0-9_]*)\)") 289 _findvar2_rx = re.compile(r"\${([A-Za-z][A-Za-z0-9_]*)}")
|