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

12

/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 Dadbs18 import re namespace
25 trace_line = re.compile("(.*)(\#[0-9]+) (..) ([0-9a-f]{8}) ([^\r\n \t]*)")
43 mangled_name = re.sub('<', '\<', list[0]);
44 mangled_name = re.sub('>', '\>', mangled_name);
100 func_regexp = re.compile("(^.*\<)(.*)(\+.*\>:$)")
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 Dgenerate-notice-files.py29 import re namespace
96 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
154 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
H A Dwarn.py5 import re namespace
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)
H A Dproduct_debug.py18 import re namespace
53 groups = re.split("(\\$\\(call " + func_name + ",.*\\))", text)
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+(.*)")
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 Dparsedeps.py5 import re namespace
/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)
H A Dcleanspec.mk46 # If you need to re-do something that's already mentioned, just copy
H A Djava.mk293 # Since we're using intermediates.COMMON, make sure that it gets cleaned
299 # Droiddoc isn't currently able to generate stubs for modules, so we're just
H A Denvsetup.mk15 # people who haven't re-run those will have to do so before they
H A Dmain.mk527 # they're actually full paths to a particular file.
603 # We're not doing a full build, and are probably only including
702 # but they're considered undocumented, so don't complain if their
H A Dconfig.mk276 # Don't fail if we're called from envsetup, so they have a
/build/core/tasks/
H A Dapicheck.mk39 # Check that the API we're building hasn't broken the last-released
53 # Check that the API we're building hasn't changed from the not-yet-released
H A Dsdk-addon.mk94 # If we're building the sdk_repo, keep the name of the addon zip
/build/tools/releasetools/
H A Dsign_target_files_apks79 import re namespace
158 # an APK we're not supposed to sign.
191 (data, num) = re.subn(pattern, new_cert16, data, flags=re.IGNORECASE)
265 m = re.match(r"^(.*)\.x509\.pem$", k)
H A Dedify_generator.py16 import re namespace
47 x = re.compile("^(.{,%d})\0" % (linelen-indent,))
H A Dcommon.py22 import re namespace
103 # files. Look for them, in case we're processing an old
370 m = re.match(r"^(.*[.]zip)\+(.*[.]zip)$", filename, re.IGNORECASE)
519 m = re.match(r'^name="(.*)"\s+certificate="(.*)"\s+'
713 m = re.match(r"^\[\[\[\s*(.*?)\s*\]\]\]\s*(\S+)$", line)
H A Dcheck_target_files_signatures49 import re namespace
215 m = re.search('A: (\S*?)(?:\(0x[0-9a-f]+\))?="(.*?)" \(Raw', line)
288 # during development, then manually re-signed after
H A Dimg_from_target_files40 import re namespace
/build/tools/droiddoc/templates-pdk/assets/
H A Dsearch_autocomplete.js89 //if there are more results we're not showing, so say so.
168 var _lastSearch = function(s, re) {
173 while ((tmp = s.search(re)) >= 0) {
/build/tools/droiddoc/templates-ds/assets/js/
H A Ddocs.js175 // except if cross boundaries aren't allowed, and we're at the top of a section already
190 // we're on an index page, jump to the first topic
197 // as long as there's a child link and there is a "topic start link" (we're on a landing)
204 // this means we're on a class landing page
411 resizeNav(250); // pass true in order to delay the scrollbar re-initialization for performance
421 // Stop expand/collapse behavior when clicking on nav section links (since we're navigating away
690 * scroll performance while the header is still visible, because re-initializing the
694 // If we're scheduled for an update, but have received another resize request
702 // We're scheduled for an update and the update request came from this method's setTimeout
1057 // ####### TODO: Remove this condition once we're stabl
[all...]
/build/tools/droiddoc/templates-sac/assets/js/
H A Ddocs.js232 // except if cross boundaries aren't allowed, and we're at the top of a section already
247 // we're on an index page, jump to the first topic
254 // as long as there's a child link and there is a "topic start link" (we're on a landing)
261 // this means we're on a class landing page
485 resizeNav(250); // pass true in order to delay the scrollbar re-initialization for performance
495 // Stop expand/collapse behavior when clicking on nav section links (since we're navigating away
755 * scroll performance while the header is still visible, because re-initializing the
759 // If we're scheduled for an update, but have received another resize request
767 // We're scheduled for an update and the update request came from this method's setTimeout
1122 // ####### TODO: Remove this condition once we're stabl
[all...]

Completed in 421 milliseconds

12