HomeSort by relevance Sort by last modified time
    Searched refs:compile (Results 76 - 100 of 1965) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
xml_writer_base_unittest.py 31 text_re = re.compile('>\n\s+([^<>\s].*?)\n\s*</', re.DOTALL)
  /external/conscrypt/src/main/java/org/conscrypt/
AddressUtils.java 63 AddressUtils.ipPattern = ipPattern = Pattern.compile(IP_PATTERN);
  /external/libcap-ng/libcap-ng-0.7/
py-compile 2 # py-compile - Compile a Python program
35 me=py-compile
66 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
68 Byte compile some python scripts FILES. Use --destdir to specify any
74 py-compile --destdir /tmp/pkg-root --basedir /usr/share/test test.py test2.py
112 # byte compile but not go into the compiled file.
133 py_compile.compile(filepath, filepath + 'c', path)
150 py_compile.compile(filepath, filepath + 'o', path)
  /external/llvm/utils/
DSAclean.py 23 if re.compile("label(\s*)=(\s*)\"\s%tmp(.\w*)*(\s*)\"").search(buffer):
DSAextract.py 49 regexp_list.append(re.compile(name))
52 nodeexp = re.compile('Node')
54 arrowexp = re.compile('->')
  /external/openfst/src/include/fst/extensions/far/
farlib.h 25 #include <fst/extensions/far/compile-strings.h>
  /frameworks/compile/libbcc/
libbcc.mk 26 MCLD_ROOT_PATH := frameworks/compile/mclinker
  /frameworks/compile/slang/BitWriter_3_2/
Android.mk 16 LOCAL_C_INCLUDES += frameworks/compile/slang
37 LOCAL_C_INCLUDES += frameworks/compile/slang
  /external/chromium_org/third_party/skia/tools/copyright/
fileparser.py 27 self._copyright_pattern = re.compile('copyright', re.IGNORECASE)
28 self._attribute_pattern = re.compile(
74 self._comment_pattern = re.compile('/\*.*?\*/', re.DOTALL)
  /external/skia/tools/copyright/
fileparser.py 27 self._copyright_pattern = re.compile('copyright', re.IGNORECASE)
28 self._attribute_pattern = re.compile(
74 self._comment_pattern = re.compile('/\*.*?\*/', re.DOTALL)
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
RegexFileFilter.java 62 this.pattern = Pattern.compile(pattern);
80 this.pattern = Pattern.compile(pattern, flags);
94 this.pattern = Pattern.compile(pattern, flags);
  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 27 * with the same regular expression, it may be more efficient to compile it once and reuse it.
38 * Pattern p = Pattern.compile("Hello, (\\S+)");
340 * Returns the regular expression supplied to {@code compile}.
352 * Returns the flags supplied to {@code compile}.
373 public static Pattern compile(String regularExpression, int flags) throws PatternSyntaxException { method in class:Pattern
378 * Equivalent to {@code Pattern.compile(pattern, 0)}.
380 public static Pattern compile(String pattern) { method in class:Pattern
394 compile(); method
397 private void compile() throws PatternSyntaxException { method in class:Pattern
416 * Equivalent to {@code Pattern.compile(regularExpression).matcher(input).matches()}
456 compile(); method
    [all...]
  /external/chromium_org/third_party/android_platform/development/scripts/
stack_core.py 69 process_info_line = re.compile("(pid: [0-9]+, tid: [0-9]+.*)")
70 signal_line = re.compile("(signal [0-9]+ \(.*\).*)")
71 register_line = re.compile("(([ ]*[0-9a-z]{2} [0-9a-f]{8}){4})")
72 thread_line = re.compile("(.*)(\-\-\- ){15}\-\-\-")
73 dalvik_jni_thread_line = re.compile("(\".*\" prio=[0-9]+ tid=[0-9]+ NATIVE.*)")
74 dalvik_native_thread_line = re.compile("(\".*\" sysTid=[0-9]+ nice=[0-9]+.*)")
82 log_fatal_line = re.compile("(\[FATAL\:.*\].*)$")
95 trace_line = re.compile("(.*)\#(?P<frame>[0-9]+)[ \t]+(..)[ \t]+(0x)?(?P<address>[0-9a-f]{0,16})[ \t]+(?P<lib>[^\r\n \t]*)(?P<symbol_present> \((?P<symbol_name>.*)\))?") # pylint: disable-msg=C6310
101 debug_trace_line = re.compile(
111 value_line = re.compile("(.*)([0-9a-f]" + width + ")[ \t]+([0-9a-f]" + width + ")[ \t]+([^\r\n \t]*)( \((.*)\))?"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py 16 interesting_normal = re.compile('[&<]')
17 incomplete = re.compile('&[a-zA-Z#]')
19 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]')
20 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]')
22 starttagopen = re.compile('<[a-zA-Z]')
23 piclose = re.compile('>')
24 commentclose = re.compile(r'--\s*>')
25 tagfind = re.compile('([a-zA-Z][-.a-zA-Z0-9:_]*)(?:\s|/(?!>))*')
28 tagfind_tolerant = re.compile('[a-zA-Z][^\t\n\r\f />\x00]*')
30 attrfind = re.compile(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py 16 interesting_normal = re.compile('[&<]')
17 incomplete = re.compile('&[a-zA-Z#]')
19 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]')
20 charref = re.compile('&#(?:[0-9]+|[xX][0-9a-fA-F]+)[^0-9a-fA-F]')
22 starttagopen = re.compile('<[a-zA-Z]')
23 piclose = re.compile('>')
24 commentclose = re.compile(r'--\s*>')
25 tagfind = re.compile('([a-zA-Z][-.a-zA-Z0-9:_]*)(?:\s|/(?!>))*')
28 tagfind_tolerant = re.compile('[a-zA-Z][^\t\n\r\f />\x00]*')
30 attrfind = re.compile(
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/io/
TextGraphReader.java 170 final Pattern commandPattern = Pattern.compile("@[a-zA-Z]+");
171 final Pattern curlyClosePattern = Pattern.compile("\\}");
172 final Pattern curlyOpenPattern = Pattern.compile("\\{");
173 final Pattern ignorePattern = Pattern.compile("(\\s+|//[^\\n]*\\n)+");
174 final Pattern packageNamePattern = Pattern.compile("[a-zA-Z\\.]+");
175 final Pattern libraryNamePattern = Pattern.compile("[a-zA-Z\\./:]+");
176 final Pattern portPattern = Pattern.compile("\\[[a-zA-Z0-9\\-_]+\\]");
177 final Pattern rightArrowPattern = Pattern.compile("=>");
178 final Pattern semicolonPattern = Pattern.compile(";");
179 final Pattern wordPattern = Pattern.compile("[a-zA-Z0-9\\-_]+")
    [all...]
  /external/chromium_org/third_party/
PRESUBMIT.py 57 name_pattern = input_api.re.compile(
60 shortname_pattern = input_api.re.compile(
63 version_pattern = input_api.re.compile(
66 release_pattern = input_api.re.compile(
69 license_pattern = input_api.re.compile(
72 license_android_compatible_pattern = input_api.re.compile(
  /external/icu/icu4c/source/test/intltest/
simplepatternformattertest.cpp 45 fmt.compile("This has {} bad {012d placeholders", status);
58 fmt.compile("{0} meter", status);
89 fmt.compile(
166 r.compile("{0} meter", status);
170 "Replace with new compile",
173 r.compile("{0}, {1}", status);
180 r.compile("{0}, {1} and {2}", status);
  /packages/providers/CalendarProvider/
maketests.py 35 DTSTART_TZID = re.compile("DTSTART;TZID=(.*):(.*)")
36 DTSTART = re.compile("DTSTART:(.*)")
37 DURATION = re.compile("DURATION:(.*)")
38 RRULE = re.compile("RRULE:(.*)")
39 TIME = re.compile("(....)-(..)-(..)T(..):(..):(..)....([+-])(..):(..)")
40 TIMEZ = re.compile("(....)-(..)-(..)T(..):(..):(..)....Z")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 27 # 1) no compilation at all (--no-compile --no-optimize)
28 # 2) compile .pyc only (--compile --no-optimize; default)
29 # 3) compile .pyc and "level 1" .pyo (--compile --optimize)
30 # 4) compile "level 1" .pyo only (--no-compile --optimize)
31 # 5) compile .pyc and "level 2" .pyo (--compile --optimize-more)
32 # 6) compile "level 2" .pyo only (--no-compile --optimize-more
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 27 # 1) no compilation at all (--no-compile --no-optimize)
28 # 2) compile .pyc only (--compile --no-optimize; default)
29 # 3) compile .pyc and "level 1" .pyo (--compile --optimize)
30 # 4) compile "level 1" .pyo only (--no-compile --optimize)
31 # 5) compile .pyc and "level 2" .pyo (--compile --optimize-more)
32 # 6) compile "level 2" .pyo only (--no-compile --optimize-more
    [all...]
  /external/chromium_org/build/android/pylib/utils/
apk_helper.py 15 _MANIFEST_ATTRIBUTE_RE = re.compile(
17 _MANIFEST_ELEMENT_RE = re.compile(r'\s*(?:E|N): (\S*) .*$')
24 package_name_re = re.compile(r'package: .*name=\'(\S*)\'')
  /external/chromium_org/tools/code_coverage/
croc_scan.py 17 self.re_token = re.compile('#')
116 self.re_token = re.compile(r'(#|\'\'\'|"""|(?<!(?<!\\)\\)["\'])')
132 self.re_token = re.compile(r'(^\s*#|//|/\*|\*/|(?<!(?<!\\)\\)["\'])')
  /external/chromium_org/tools/grit/grit/
pseudo_rtl.py 35 TO_ACCENT = lazy_re.compile(
43 TOKENS = [ lazy_re.compile(
62 ALPHABETIC_RUN = lazy_re.compile(r'([^\W0-9_]+)')
  /external/pcre/dist/
makevp.bat 2 :: PH 19-03-07 renamed !compile.txt and !linklib.txt as makevp-compile.txt and
4 :: PH 26-03-07 re-renamed !compile.txt and !linklib.txt as makevp-c.txt and
18 REM This file has been modified and extended to compile with newer PCRE releases
44 REM compile and link the PCRE library into lib: option -B for ASM compile works too

Completed in 4342 milliseconds

1 2 34 5 6 7 8 91011>>