/external/antlr/antlr-3.4/runtime/Python/tests/ |
t006lexer.py | 16 def reportError(self, re): 18 raise re
|
t007lexer.py | 16 def reportError(self, re): 18 raise re
|
t008lexer.py | 16 def reportError(self, re): 18 raise re
|
t009lexer.py | 16 def reportError(self, re): 18 raise re
|
t044trace.py | 27 def recover(self, input, re): 50 def recover(self, input, re):
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/common/ |
filetestcase.py | 27 import re namespace 41 _EXPECTED_RE = re.compile(r'\s*//\s*(?:(?P<line>[+-]?[0-9]+):)?'
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/ |
style_sheet.py | 7 import re namespace 61 return re.sub('url\((?P<quote>"|\'|)(?P<url>[^"\'()]*)(?P=quote)\)', 72 matches = re.findall(
|
/external/deqp/scripts/ |
check_resolution_list.py | 23 import re namespace 63 return re.match('^[1-9][0-9]*x[1-9][0-9]*$', res) != None
|
/external/jmonkeyengine/ |
Android.mk | 15 # stripped out even if they're compiled into the jar. You will need
|
/external/lldb/examples/python/ |
delta.py | 23 import re namespace 82 timestamp_regex = re.compile('(\s*)([1-9][0-9]+\.[0-9]+)([^0-9].*)$')
|
/external/lldb/scripts/ |
verify_api.py | 7 import re namespace 58 api_regex = re.compile(options.api_regex_str)
|
/external/lldb/test/lang/cpp/virtual/ |
TestVirtual.py | 6 import re namespace 20 pattern = re.compile("^([^=]*) = '([^=]*)'$")
|
/external/lldb/test/lang/objc/objc-optimized/ |
TestObjcOptimized.py | 15 import re namespace 62 mo = re.search("0x[0-9a-f]+", output)
|
/external/mesa3d/src/glsl/tests/ |
sexps.py | 30 import re namespace 49 sexp_token_regexp = re.compile(
|
/external/selinux/policycoreutils/mcstrans/share/util/ |
mlscolor-test | 2 import sys, re
|
/external/skia/ |
PRESUBMIT.py | 15 import re namespace 86 comment_block_start_pattern = re.compile('^\s*\/\*.*$') 87 comment_block_middle_pattern = re.compile('^\s+\*.*') 88 comment_block_end_pattern = re.compile('^\s+\*\/.*$') 89 single_line_comment_pattern = re.compile('^\s*//.*$') 96 empty_line_pattern = re.compile('^\s*$') 137 if not re.search(copyright_pattern, contents): 241 email_fnmatches = re.findall('<(.*)>', authors_content) 294 if re.match(REVERT_CL_SUBJECT_PREFIX, issue_properties['subject'], re.I) [all...] |
/external/skia/bench/ |
bench_util.py | 8 import re namespace 32 PER_SETTING_RE_COMPILED = re.compile(PER_SETTING_RE) 33 SETTINGS_RE_COMPILED = re.compile(SETTINGS_RE) 34 BENCH_RE_COMPILED = re.compile(BENCH_RE) 35 TIME_RE_COMPILED = re.compile(TIME_RE) 36 CONFIG_RE_COMPILED = re.compile(CONFIG_RE) 37 TILE_RE_COMPILED = re.compile(TILE_RE) 38 TILE_LAYOUT_RE_COMPILED = re.compile(TILE_LAYOUT_RE) 185 # need the RE complexities.
|
/external/v8/test/webkit/ |
regexp-in-and-foreach-handling.js | 40 var re = tests[i][0], 43 matches = re.exec(str); 55 var re = tests[i][0], 58 matches = re.exec(str);
|
/external/v8/tools/testrunner/local/ |
utils.py | 34 import re namespace 94 elif (not machine) or (not re.match('(x|i[3-6])86$', machine) is None):
|
/frameworks/base/tools/aidl/ |
Android.mk | 5 # This tool is prebuilt if we're doing an app-only build.
|
/frameworks/native/services/surfaceflinger/tests/ |
Android.mk | 29 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/webview/chromium/tools/ |
memreport.py | 27 import re namespace 69 regexps[region_filter] = re.compile(region_filter)
|
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
ImapTempFileLiteral.java | 78 // It's probably possible if we're low on storage and the system clears the cache dir. 108 } catch (RuntimeException re) { 110 LogUtils.w(Logging.LOG_TAG, "Failed to remove temp file: " + re.getMessage());
|
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/ |
ImapTempFileLiteral.java | 78 // It's probably possible if we're low on storage and the system clears the cache dir. 108 } catch (RuntimeException re) { 110 LogUtils.w(TAG, "Failed to remove temp file: " + re.getMessage());
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/function/ |
strfns.py | 20 import re namespace 100 r = re.compile(regex.string())
|