Searched refs:re (Results 551 - 575 of 1591) sorted by relevance

<<21222324252627282930>>

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dfiletestcase.py27 import re namespace
41 _EXPECTED_RE = re.compile(r'\s*//\s*(?:(?P<line>[+-]?[0-9]+):)?'
H A Dhtmlutil.py25 import re namespace
117 contents = re.sub(r'<([^\s\w/])',
H A Dsimplefileflags.py24 import re namespace
149 ignore_dirs_regexs.append(re.compile(r'(^|[\\/])%s[\\/]' % ignore))
/external/chromium_org/build/android/gyp/
H A Dapk_install.py13 import re namespace
34 apk_matcher = lambda s: re.match('.*%s(-[0-9]*)?(.apk)?$' % apk_package, s)
/external/chromium_org/build/android/pylib/utils/
H A Dreport_results.py9 import re namespace
21 log_file_path, re.sub('\W', '_', test_type).lower() + '.log')
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
H A Djscompilerwrapper.py11 import re namespace
56 match = re.search(r'version "(?:\d+)\.(\d+)', output)
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_private_script_source.py14 import re namespace
31 match = re.search(r'partial\s+interface\s+(\w+)\s*{', contents)
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dprint-stale-test-expectations-entries36 import re namespace
70 remaining_string = re.sub(r"\s+", " ", line[:comment_index].strip())
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dcrashlogs.py29 import re namespace
56 first_line_regex = re.compile(r'^Process:\s+(?P<process_name>.*) \[(?P<pid>\d+)\]$')
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dphystokens.py3 import keyword, re, token, tokenize namespace
11 re-create a faithful representation of the original source.
84 for part in re.split('(\n)', ttext):
/external/chromium_org/third_party/closure_linter/closure_linter/common/
H A Dfiletestcase.py26 import re namespace
40 _EXPECTED_RE = re.compile(r'\s*//\s*(?:(?P<line>[+-]?[0-9]+):)?'
H A Dhtmlutil.py25 import re namespace
117 contents = re.sub(r'<([^\s\w/])',
H A Dsimplefileflags.py24 import re namespace
149 ignore_dirs_regexs.append(re.compile(r'(^|[\\/])%s[\\/]' % ignore))
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/memcheck/
H A DPRESUBMIT.py18 import re namespace
30 sup_regex = re.compile('suppressions.*\.txt$')
/external/chromium_org/third_party/markdown/extensions/
H A Dadmonition.py45 rST suggests the following `types`, but you're free to use whatever you want:
80 import re namespace
99 RE = re.compile(r'(?:^|\n)!!!\ ?([\w\-]+)(?:\ "(.*?)")?')
H A Dwikilinks.py116 import re namespace
120 clean_label = re.sub(r'([ ]+_)|(_[ ]+)|([ ]+)', '_', label)
/external/chromium_org/third_party/skia/bench/
H A Dbench_util.py8 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)
/external/chromium_org/third_party/skia/tools/
H A Dcompare_codereview.py19 import re namespace
265 result = re.sub(
269 result = re.sub(r'unexpected flaky.*', '', result)
271 result = re.sub(r'\bpreamble\b', '', result)
272 result = re.sub(r'\bstdio\b', '', result)
359 formatted_result = re.sub(r'(\S*\.html) ', '\n__\g<1>\n', result.text)
361 formatted_result = re.sub(r'\(.*\)', '', formatted_result)
364 lines.append((3, re.sub('/[^/]*$', '/', url) + result.url))
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dpolicy.py8 import re namespace
50 self._stackfunction_pattern = re.compile(
55 self._stacksourcefile_pattern = re.compile(
60 self._typeinfo_pattern = re.compile(typeinfo_pattern + r'\Z')
64 self._mappedpathname_pattern = re.compile(mappedpathname_pattern + r'\Z')
68 self._mappedpermission_pattern = re.compile(
176 NOTE: Don't use Bucket's |component_cache| for mmap regions because they're
287 JSON_COMMENT_REGEX = re.compile(r'//.*')
304 policy_json = re.sub(Policy.JSON_COMMENT_REGEX, '', policy_json)
/external/chromium_org/tools/deep_memory_profiler/visualizer/
H A Dapp.py12 import re namespace
91 url = re.sub('share', '', self.request.url)
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSUserFile.py8 import re namespace
49 elif re.search(r'[ \t\n]', arg):
106 # Currently these are all "dummy" values that we're just setting
/external/chromium_org/tools/json_schema_compiler/
H A Dcpp_util.py12 import re namespace
39 return '_'.join([x[0].upper() + x[1:] for x in re.split('\W', s)])
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/
H A Dresults_unittest.py5 import re namespace
63 return bool(re.match(self._regex, s)
/external/chromium_org/tools/tcmalloc/
H A Dprint-live-objects.py11 import re namespace
24 leakfmt = re.compile(
/external/chromium_org/tools/telemetry/telemetry/core/
H A Ddiscover.py8 import re namespace
40 module_name = re.sub(r'[/\\]', '.', os.path.splitext(module_rel_path)[0])

Completed in 1119 milliseconds

<<21222324252627282930>>