HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 601 - 625 of 2026) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/runtime/Python/tests/
t005lexer.py 16 def reportError(self, re):
18 raise re
t010lexer.py 16 def reportError(self, re):
18 raise re
t011lexer.py 16 def reportError(self, re):
18 raise re
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
nuances.rb 76 def recover(re)
77 raise re
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemValueOf.java 251 catch (RuntimeException re) {
252 TransformerException te = new TransformerException(re);
  /external/chromium-trace/trace-viewer/build/
generate_standalone_timeline_view.py 11 import re namespace
84 return re.sub('url\((?P<quote>"|\'|)(?P<filename>[^"\'()]*)(?P=quote)\)',
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
htmlutil.py 25 import re namespace
117 contents = re.sub(r'<([^\s\w/])',
simplefileflags.py 24 import re namespace
149 ignore_dirs_regexs.append(re.compile(r'(^|[\\/])%s[\\/]' % ignore))
  /external/chromium_org/build/android/gyp/
apk_install.py 13 import re namespace
32 apk_matcher = lambda s: re.match('.*%s(-[0-9]*)?.apk$' % apk_package, s)
write_ordered_libraries.py 26 import re namespace
32 _library_re = re.compile(
  /external/chromium_org/build/android/gyp/util/
build_device.py 11 import re namespace
50 apk_matcher = lambda s: re.match('.*%s(-[0-9]*)?.apk$' % apk_package, s)
  /external/chromium_org/build/android/pylib/utils/
report_results.py 9 import re namespace
23 log_file_path, re.sub('\W', '_', test_type).lower() + '.log')
  /external/chromium_org/build/git-hooks/
pre-commit 20 If you're really and truly trying to roll the version of a submodule, you should
  /external/chromium_org/chrome/browser/nacl_host/test/
debug_stub_browser_tests.py 5 import re namespace
67 stop_reply = re.compile(r'T05thread:(\d+);')
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
install-debian.wheezy.sysroot.py 21 import re namespace
72 elif re.match('(i[3-6]86|i86pc)$', machine_type):
  /external/chromium_org/content/test/data/indexeddb/
transaction_not_blocked.js 7 // Do not use indexedDBTest() - need to re-use previous database.
  /external/chromium_org/media/tools/layout_tests/
test_expectations_history.py 11 import re namespace
117 matches = re.findall(testname, line)
  /external/chromium_org/native_client_sdk/src/build_tools/
update_sdktools.py 23 import re namespace
45 m = re.match(GS_BUCKET_PATH + 'trunk\.(\d+)', url)
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_validator.py 32 import re namespace
73 value_list = re.split('[|&]', values_string)
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make_style_builder.py 30 import re namespace
98 return re.sub(r'(^[^-])|-(.)', lambda match: (match.group(1) or match.group(2)).upper(), property_name)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
factory.py 33 import re namespace
67 configuration = "Debug" if re.search(r"[d|D](ebu|b)g", builder_name) else "Release"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
python.py 25 import re namespace
96 lint_regex = re.compile('([^:]+):([^:]+): \[([^]]+)\] (.*)')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
runner.py 25 import re namespace
32 _test_description = re.compile("(\w+) \(([\w.]+)\)")
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
htmlutil.py 25 import re namespace
117 contents = re.sub(r'<([^\s\w/])',
simplefileflags.py 24 import re namespace
149 ignore_dirs_regexs.append(re.compile(r'(^|[\\/])%s[\\/]' % ignore))

Completed in 570 milliseconds

<<21222324252627282930>>