/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ast.py | 219 ast_tree = compile(i, "?", kind, ast.PyCF_ONLY_AST) 238 compile(mod, "<test>", "exec") 367 for ast in (compile(i, "?", "exec", 0x400) for i in exec_tests): 375 compile(m, "<test>", "exec") 382 compile(m, "<test>", "exec") 390 b = compile('foo(1 + 1)', '<unknown>', 'exec', ast.PyCF_ONLY_AST) 503 print repr(to_tuple(compile(s, "?", kind, 0x400)))+","
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ast.py | 219 ast_tree = compile(i, "?", kind, ast.PyCF_ONLY_AST) 238 compile(mod, "<test>", "exec") 367 for ast in (compile(i, "?", "exec", 0x400) for i in exec_tests): 375 compile(m, "<test>", "exec") 382 compile(m, "<test>", "exec") 390 b = compile('foo(1 + 1)', '<unknown>', 'exec', ast.PyCF_ONLY_AST) 503 print repr(to_tuple(compile(s, "?", kind, 0x400)))+","
|
/external/chromium_org/base/android/jni_generator/ |
jni_generator.py | 192 re_import = re.compile(r'import.*?(?P<class>\S*?);') 196 re_inner = re.compile(r'(class|interface)\s+?(?P<name>\w+?)\W') 203 re_additional_imports = re.compile( 384 re_jni_namespace = re.compile('.*?@JNINamespace\("(.*?)"\)') 392 re_package = re.compile('.*?package (.*?);') 404 re_native = re.compile(r'(@NativeClassQualifiedName' 521 RE_SCOPED_JNI_RETURN_TYPES = re.compile('jobject|jclass|jstring|.*Array') 524 RE_CALLED_BY_NATIVE = re.compile( 585 re_method = re.compile('(?P<prefix>.*?)(?P<return_type>\S+?) (?P<name>\w+?)' 601 re_constructor = re.compile('(.*?)public ' [all...] |
/cts/tools/vm-tests-tf/src/util/build/ |
BuildDalvikSuite.java | 598 Pattern p = Pattern.compile("@uses\\s+(.*)\\s+", Pattern.MULTILINE); 606 Pattern loadPattern = Pattern.compile("load\\(\"([^\"]*)\"", Pattern.MULTILINE); 614 Pattern loadAndRunPattern = Pattern.compile("loadAndRun\\(\"([^\"]*)\"", Pattern.MULTILINE); 696 Pattern p = Pattern.compile(commentPattern, Pattern.DOTALL); 703 Matcher titleM = Pattern.compile("@title (.*)", Pattern.DOTALL) 715 Matcher constraintM = Pattern.compile("@constraint (.*)").matcher(
|
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/ |
ANTLR3.java | 460 Pattern p = Pattern.compile("error\\([0-9]+\\):"); 650 Pattern p = Pattern.compile("error\\([0-9]+\\):"); 661 boolean compile = false; 724 compile = true; 728 if (compile) { 745 return compile;
|
/external/chromium_org/tools/grit/grit/ |
util.py | 47 LINEBREAKS = re.compile('\r\n|\n|\r') 157 SYSTEM_IDENTIFIERS = lazy_re.compile( 186 _HTML_ENTITY = lazy_re.compile( 192 _HTML_CHARS_TO_ESCAPE = lazy_re.compile( 372 _LANGUAGE_SPLIT_RE = lazy_re.compile('-|_|/') 550 self.exp = re.compile("(%s)" % ('|'.join(components),))
|
/external/chromium_org/v8/test/mjsunit/ |
debug-compile-event.js | 71 // If the compiled source contains 'eval' there will be additional compile 74 // For source with 'eval' there will be compile events with substrings 78 // For source without 'eval' there will be a compile events with the 103 // Compile different sources.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sysconfig.py | 205 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") 206 _findvar1_rx = re.compile(r"\$\(([A-Za-z][A-Za-z0-9_]*)\)") 207 _findvar2_rx = re.compile(r"\${([A-Za-z][A-Za-z0-9_]*)}") 386 define_rx = re.compile("#define ([A-Z][A-Za-z0-9_]+) (.*)\n") 387 undef_rx = re.compile("/[*] #undef ([A-Z][A-Za-z0-9_]+) [*]/\n") 613 rel_re = re.compile (r'[\d.]+')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sysconfig.py | 205 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") 206 _findvar1_rx = re.compile(r"\$\(([A-Za-z][A-Za-z0-9_]*)\)") 207 _findvar2_rx = re.compile(r"\${([A-Za-z][A-Za-z0-9_]*)}") 386 define_rx = re.compile("#define ([A-Z][A-Za-z0-9_]+) (.*)\n") 387 undef_rx = re.compile("/[*] #undef ([A-Z][A-Za-z0-9_]+) [*]/\n") 613 rel_re = re.compile (r'[\d.]+')
|
/bionic/libc/kernel/tools/ |
kernel.py | 61 re_combined = re.compile(re_combined_str) 65 re_rel_dir = re.compile(r'^.*"([\d\w_\+\.\-/]+)".*$') 297 re_CONFIG_ = re.compile(r"^(CONFIG_\w+)=(.*)$")
|
/build/tools/ |
java-layers.py | 184 COMMENTS = re.compile("//.*?\n|/\*.*?\*/", re.S) 185 PACKAGE = re.compile("package\s+(.*)") 186 IMPORT = re.compile("import\s+(.*)")
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
grammar.rb | 167 def compile( options = {} ) method in class:ANTLR3.Test.Grammar 169 compile!( options ) 173 def compile!( options = {} )
|
/external/chromium_org/build/android/pylib/linker/ |
test_case.py | 60 _RE_LINKER_BROWSER_CONFIG = re.compile( 73 re_status_line = re.compile(r'(BROWSER|RENDERER)_LINKER_TEST: (FAIL|SUCCESS)') 76 re_library_address = re.compile(
|
/external/chromium_org/cc/ |
PRESUBMIT.py | 84 expression = re.compile("(%s|%s)%s" % 260 problem_re = input_api.re.compile( 262 exception_re = input_api.re.compile(
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
layout_tests_mover.py | 148 clone.original_string = re.compile(expectation_line.name).sub(path, expectation_line.original_string) 188 reference_regex = re.compile(r'(?:(?:src=|href=|importScripts\(|url\()(?:"([^"]+)"|\'([^\']+)\')|url\(([^\)\'"]+)\))') 247 regex = re.compile(r'((?:src=|href=|importScripts\(|url\()["\']?)%s(["\']?)' % target) 254 pass_regex = re.compile(r'\.(css|js)$') 255 fail_regex = re.compile(r'-expected\.')
|
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/ |
FieldVerifier.java | 146 mFormat = Pattern.compile(nodeData.get(AddressDataKey.XZIP), Pattern.CASE_INSENSITIVE); 152 mFormat = Pattern.compile(nodeData.get(AddressDataKey.ZIP), 155 mMatch = Pattern.compile(nodeData.get(AddressDataKey.ZIP),
|
/external/protobuf/gtest/test/ |
gtest_filter_unittest.py | 72 PARAM_TEST_REGEX = re.compile(r'/ParamTest') 75 TEST_CASE_REGEX = re.compile(r'^\[\-+\] \d+ tests? from (\w+(/\w+)?)') 78 TEST_REGEX = re.compile(r'^\[\s*RUN\s*\].*\.(\w+(/\w+)?)')
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppLauncherActivity.java | 71 private static final Pattern PLAIN_TEXT_TO_ESCAPE = Pattern.compile("[<>&]| {2,}|\r?\n"); 271 Pattern webUrlProtocol = Pattern.compile("(?i)(http|https)://"); 273 Pattern pattern = Pattern.compile("("
|
/packages/apps/Browser/src/com/android/browser/homepages/ |
Template.java | 186 final Pattern pattern = Pattern.compile("<%([=\\{])\\s*(\\w+)\\s*%>");
199 Pattern p = Pattern.compile("<%\\}\\s*" + Pattern.quote(name) + "\\s*%>");
237 final Pattern pattern = Pattern.compile("<%@\\s*(\\w+/\\w+)\\s*%>");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
config.py | 8 configure-like tasks: "try to compile this C code", or "figure out where 45 "show every action (compile, link, run, ...) taken"), 47 "dump generated source files before attempting to compile them"), 138 self.compiler.compile([src], include_dirs=include_dirs) 209 pattern = re.compile(pattern) 226 """Try to compile a source file built from 'body' and 'headers'. 243 """Try to compile and link a source file, built from 'body' and 262 """Try to compile, link to an executable, and run a program
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 32 prog = re.compile(make_pat(), re.S) 33 idprog = re.compile(r"\s+(\w+)", re.S) 34 asprog = re.compile(r".*?\b(as)\b")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
config.py | 8 configure-like tasks: "try to compile this C code", or "figure out where 45 "show every action (compile, link, run, ...) taken"), 47 "dump generated source files before attempting to compile them"), 138 self.compiler.compile([src], include_dirs=include_dirs) 209 pattern = re.compile(pattern) 226 """Try to compile a source file built from 'body' and 'headers'. 243 """Try to compile and link a source file, built from 'body' and 262 """Try to compile, link to an executable, and run a program
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 32 prog = re.compile(make_pat(), re.S) 33 idprog = re.compile(r"\s+(\w+)", re.S) 34 asprog = re.compile(r".*?\b(as)\b")
|
/external/clang/tools/scan-view/ |
ScanView.py | 21 kReportFileRE = re.compile('(.*/)?report-(.*)\\.html') 23 kBugKeyValueRE = re.compile('<!-- BUG([^ ]*) (.*) -->') 27 kReportCrashEntryRE = re.compile('<!-- REPORTPROBLEM (.*?)-->') 28 kReportCrashEntryKeyValueRE = re.compile(' ?([^=]+)="(.*?)"') 33 kReportReplacements.append((re.compile('<!-- SUMMARYENDHEAD -->'), """\ 49 kReportReplacements.append((re.compile('<!-- REPORTBUGCOL -->'), 53 kReportReplacements.append((re.compile('<!-- REPORTBUG id="report-(.*)\\.html" -->'), 57 kReportReplacements.append((re.compile('<!-- REPORTHEADER -->'), 60 kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->'), 69 #kReportReplacements.append((re.compile('<!-- REPORTCRASHES -->') [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
E_B_D_T_.py | 67 def compile(self, ttFont): member in class:table_E_B_D_T_ 90 # been saved in compile. This code assumes that glyphs will only 94 # respective compile methods for the indexSubTables will fail 100 data = glyph.compile(ttFont) 112 # The respective compile implementations will take care 606 def compile(self, ttFont): member in class:ebdt_bitmap_format_1 618 def compile(self, ttFont): member in class:ebdt_bitmap_format_2 628 def compile(self, ttFont): member in class:ebdt_bitmap_format_5 638 def compile(self, ttFont): member in class:ebdt_bitmap_format_6 650 def compile(self, ttFont) member in class:ebdt_bitmap_format_7 709 def compile(self, ttFont): member in class:ebdt_bitmap_format_8 734 def compile(self, ttFont): member in class:ebdt_bitmap_format_9 [all...] |