Home
last modified time | relevance | path

Searched refs:re (Results 1 – 25 of 25) sorted by relevance

/build/core/
Dchecktree3 import sys, os, re
14 excludes_compiled = map(re.compile, excludes)
59 regex_compiled = re.compile(regex)
60 filt_compiled = re.compile(filt)
/build/core/tasks/check_boot_jars/
Dcheck_boot_jars.py10 import re
32 whitelist_re = re.compile(combined_re)
33 except re.error:
/build/tools/
Dfilter-product-graph.py4 import re
32 (dependency, re.compile(r'"(.*)"\s*->\s*"(.*)"')),
33 (info, re.compile(r'"(.*)"(\s*\[.*\])')),
Dwarn.py5 import re
515 i['compiledpatterns'].append(re.compile(pat))
525 warningpattern = re.compile('.* warning:.*')
542 m = re.search('(?<=^PLATFORM_VERSION=).*', line)
545 m = re.search('(?<=^TARGET_PRODUCT=).*', line)
548 m = re.search('(?<=^TARGET_BUILD_VARIANT=).*', line)
Devent_log_tags.py17 import re
68 parts = re.split(r"\s+", line, 2)
97 if not re.match(r"\(.*\)\s*$", description):
Dgenerate-notice-files.py29 import re
96 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
154 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
Djava-layers.py4 import re
184 COMMENTS = re.compile("//.*?\n|/\*.*?\*/", re.S)
185 PACKAGE = re.compile("package\s+(.*)")
186 IMPORT = re.compile("import\s+(.*)")
Dproduct_debug.py18 import re
53 groups = re.split("(\\$\\(call " + func_name + ",.*\\))", text)
Djava-event-log-tags.py30 import re
127 out = name[0].lower() + re.sub(r"[^A-Za-z0-9]", "", name.title())[1:]
Dadbs19 import re
Dparsedeps.py5 import re
/build/tools/releasetools/
Dsign_target_files_apks79 import re
270 (data, num) = re.subn(pattern, new_cert16, data, flags=re.IGNORECASE)
351 m = re.match(r"^(.*)\.x509\.pem$", k)
Dsign_target_files_apks.py79 import re
270 (data, num) = re.subn(pattern, new_cert16, data, flags=re.IGNORECASE)
351 m = re.match(r"^(.*)\.x509\.pem$", k)
Dcommon.py22 import re
463 m = re.match(r"^(.*[.]zip)\+(.*[.]zip)$", filename, re.IGNORECASE)
618 m = re.match(r'^name="(.*)"\s+certificate="(.*)"\s+'
835 m = re.match(r"^\[\[\[\s*(.*?)\s*\]\]\]\s*(\S+)$", line)
1422 m = re.match(r"^service flash_recovery /system/(\S+)\s*$", line)
Dedify_generator.py15 import re
50 x = re.compile("^(.{,%d})\0" % (linelen-indent,))
Dcheck_target_files_signatures49 import re
213 m = re.search(r'A: (\S*?)(?:\(0x[0-9a-f]+\))?="(.*?)" \(Raw', line)
Dbuild_image.py25 import re
344 ext4fs_stats = re.compile(
Dcheck_target_files_signatures.py49 import re
213 m = re.search(r'A: (\S*?)(?:\(0x[0-9a-f]+\))?="(.*?)" \(Raw', line)
Dblockimgdiff.py23 import re
881 b = re.sub("[0-9]+", "#", b)
898 b = re.sub("[0-9]+", "#", b)
/build/tools/droiddoc/templates-pdk/assets/
Dsearch_autocomplete.js168 var _lastSearch = function(s, re) { argument
173 while ((tmp = s.search(re)) >= 0) {
/build/tools/droiddoc/templates-ds/assets/js/
Ddocs.js1614 var _lastSearch = function(s, re) { argument
1619 while ((tmp = s.search(re)) >= 0) {
/build/tools/droiddoc/templates-sac/assets/js/
Ddocs.js1723 var _lastSearch = function(s, re) { argument
1728 while ((tmp = s.search(re)) >= 0) {
/build/tools/droiddoc/templates-sdk-dev/assets/js/
Ddocs.js2447 var _lastSearch = function(s, re) { argument
2452 while ((tmp = s.search(re)) >= 0) {
/build/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js2457 var _lastSearch = function(s, re) { argument
2462 while ((tmp = s.search(re)) >= 0) {
/build/tools/droiddoc/templates-sdk/assets/js/
Ddocs.js2450 var _lastSearch = function(s, re) { argument
2455 while ((tmp = s.search(re)) >= 0) {