Searched defs:re (Results 1 - 25 of 47) sorted by relevance

12

/build/make/tools/
H A Dfilter-product-graph.py4 import re namespace
32 (dependency, re.compile(r'"(.*)"\s*->\s*"(.*)"')),
33 (info, re.compile(r'"(.*)"(\s*\[.*\])')),
H A Devent_log_tags.py17 import re namespace
68 parts = re.split(r"\s+", line, 2)
97 if not re.match(r"\(.*\)\s*$", description):
H A Dadbs19 import re namespace
H A Dcheckowners.py6 import re namespace
48 patterns = re.compile(pats)
52 address_pattern = re.compile(email_address)
60 stripped_line = re.sub('#.*$', '', line).strip()
H A Dparsedeps.py5 import re namespace
H A Dproduct_debug.py18 import re namespace
53 groups = re.split("(\\$\\(call " + func_name + ",.*\\))", text)
H A Dgenerate-notice-files.py32 import re namespace
79 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
137 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
152 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
H A Djava-event-log-tags.py30 import re namespace
73 # We're building something that's not being included in the
127 out = name[0].lower() + re.sub(r"[^A-Za-z0-9]", "", name.title())[1:]
H A Djava-layers.py4 import re namespace
184 COMMENTS = re.compile("//.*?\n|/\*.*?\*/", re.S)
185 PACKAGE = re.compile("package\s+(.*)")
186 IMPORT = re.compile("import\s+(.*)")
/build/tools/
H A Dfilter-product-graph.py4 import re namespace
32 (dependency, re.compile(r'"(.*)"\s*->\s*"(.*)"')),
33 (info, re.compile(r'"(.*)"(\s*\[.*\])')),
H A Devent_log_tags.py17 import re namespace
68 parts = re.split(r"\s+", line, 2)
97 if not re.match(r"\(.*\)\s*$", description):
H A Dadbs19 import re namespace
H A Dcheckowners.py6 import re namespace
48 patterns = re.compile(pats)
52 address_pattern = re.compile(email_address)
60 stripped_line = re.sub('#.*$', '', line).strip()
H A Dparsedeps.py5 import re namespace
H A Dproduct_debug.py18 import re namespace
53 groups = re.split("(\\$\\(call " + func_name + ",.*\\))", text)
H A Dgenerate-notice-files.py32 import re namespace
79 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
137 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
152 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
H A Djava-event-log-tags.py30 import re namespace
73 # We're building something that's not being included in the
127 out = name[0].lower() + re.sub(r"[^A-Za-z0-9]", "", name.title())[1:]
/build/core/tasks/check_boot_jars/
H A Dcheck_boot_jars.py10 import re namespace
32 whitelist_re = re.compile(combined_re)
33 except re.error:
/build/make/core/tasks/check_boot_jars/
H A Dcheck_boot_jars.py10 import re namespace
32 whitelist_re = re.compile(combined_re)
33 except re.error:
/build/core/
H A Dchecktree3 import sys, os, re namespace
14 excludes_compiled = map(re.compile, excludes)
59 regex_compiled = re.compile(regex)
60 filt_compiled = re.compile(filt)
/build/make/core/
H A Dchecktree3 import sys, os, re namespace
14 excludes_compiled = map(re.compile, excludes)
59 regex_compiled = re.compile(regex)
60 filt_compiled = re.compile(filt)
/build/make/tools/releasetools/
H A Dcheck_ota_package_signature.py25 import re namespace
40 algorithm = re.search(r'Signature Algorithm: ([a-zA-Z0-9]+)', cert_dump)
H A Dtarget_files_diff.py27 import re namespace
36 These are packages that we're already diffing elsewhere,
41 # We're looking at the files that make the images, so no need to search them
44 # These are packages of the recovery partition, which we're already diffing
95 new.write(re.sub(r'[0-9a-f]{40}', '0'*40, line))
/build/tools/releasetools/
H A Dcheck_ota_package_signature.py25 import re namespace
40 algorithm = re.search(r'Signature Algorithm: ([a-zA-Z0-9]+)', cert_dump)
H A Dtarget_files_diff.py27 import re namespace
36 These are packages that we're already diffing elsewhere,
41 # We're looking at the files that make the images, so no need to search them
44 # These are packages of the recovery partition, which we're already diffing
95 new.write(re.sub(r'[0-9a-f]{40}', '0'*40, line))

Completed in 147 milliseconds

12