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

<<11121314151617181920>>

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
XpathResourceXmlLoader.java 22 XPathExpression stringsXPath = XPathFactory.newInstance().newXPath().compile(expression);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
PropertiesHelper.java 15 Pattern variablePattern = Pattern.compile("([^$]*)\\$\\{(.*?)\\}(.*)");
  /external/skia/gm/
gm_json.py 115 GM_RELATIVE_URL_RE = re.compile(GM_RELATIVE_URL_PATTERN)
  /external/smali/util/src/main/java/org/jf/util/
ConsoleUtil.java 75 Pattern pattern = Pattern.compile("Columns:[ \t]*(\\d+)");
  /external/vixl/tools/
git.py 71 untracked_regexp = re.compile('\?\?.*(src/|test/|tools/).*(.cc$|.h$)')
  /external/wpa_supplicant_8/wpa_supplicant/utils/
log2pcap.py 36 frame_re = re.compile(r'(([0-9]+.[0-9]{6}):\s*)?nl80211: MLME event frame - hexdump\(len=[0-9]*\):((\s*[0-9a-fA-F]{2})*)')
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabaseConfiguration.java 41 Pattern.compile("[\\w\\.\\-]+@[\\w\\.\\-]+");
  /frameworks/compile/libbcc/
Android.mk 21 include frameworks/compile/slang/rs_version.mk
  /frameworks/compile/slang/
slang_rs.h 73 // and is valid before compile() ends.
100 // Compile bunch of RS files given in the llvm-rs-cc arguments. Return true if
110 bool compile(const std::list<std::pair<const char*, const char*> > &IOFiles64,
  /frameworks/ml/bordeaux/service/
Android.mk 6 # Only compile source java files in this apk.
59 # Only compile source java files in this apk.
  /frameworks/rs/cpu_ref/
Android.mk 86 LOCAL_C_INCLUDES += frameworks/compile/libbcc/include
92 include frameworks/compile/libbcc/libbcc-targets.mk
  /libcore/benchmarks/src/benchmarks/regression/
SchemePrefixBenchmark.java 58 private final Pattern pattern = Pattern.compile("^([a-zA-Z][a-zA-Z0-9+\\-.]*):");
  /packages/apps/Camera2/tests/exiftool_parser/
parser.py 35 p = re.compile(
  /packages/apps/Email/src/com/android/email/mail/internet/
EmailHtmlUtil.java 26 private static final Pattern PLAIN_TEXT_TO_ESCAPE = Pattern.compile("[<>&]| {2,}|\r?\n");
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
VeiledAddressMatcher.java 106 mMatcher = Pattern.compile(pattern);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
framework.py 12 STRICT_FRAMEWORK_RE = re.compile(r"""(?x)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 51 specialsre = re.compile(r'[][\\()<>@,:;".]')
52 escapesre = re.compile(r'[][\\()"]')
117 ecre = re.compile(r'''
267 rfc2231_continuation = re.compile(r'^(?P<name>\w+)\*((?P<num>[0-9]+)\*?)?$')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
keyword.py 63 strprog = re.compile('"([^"]+)"')
re.py 85 compile Compile a pattern into a RegexObject.
110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
188 def compile(pattern, flags=0): function
189 "Compile a regular expression pattern, returning a pattern object."
198 "Compile a template pattern, returning a pattern object"
222 _pattern_type = type(sre_compile.compile("", 0))
227 # internal: compile pattern
240 p = sre_compile.compile(pattern, flags)
249 # internal: compile replacement patter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
framework.py 12 STRICT_FRAMEWORK_RE = re.compile(r"""(?x)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 51 specialsre = re.compile(r'[][\\()<>@,:;".]')
52 escapesre = re.compile(r'[][\\()"]')
117 ecre = re.compile(r'''
267 rfc2231_continuation = re.compile(r'^(?P<name>\w+)\*((?P<num>[0-9]+)\*?)?$')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
keyword.py 63 strprog = re.compile('"([^"]+)"')
re.py 85 compile Compile a pattern into a RegexObject.
110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X",
188 def compile(pattern, flags=0): function
189 "Compile a regular expression pattern, returning a pattern object."
198 "Compile a template pattern, returning a pattern object"
222 _pattern_type = type(sre_compile.compile("", 0))
227 # internal: compile pattern
240 p = sre_compile.compile(pattern, flags)
249 # internal: compile replacement patter
    [all...]
  /external/chromium_org/third_party/jinja2/
lexer.py 32 whitespace_re = re.compile(r'\s+', re.U)
33 string_re = re.compile(r"('([^'\\]*(?:\\.[^'\\]*)*)'"
35 integer_re = re.compile(r'\d+')
40 compile('föö', '<unknown>', 'eval')
42 name_re = re.compile(r'\b[a-zA-Z_][a-zA-Z0-9_]*\b')
45 name_re = re.compile(r'[%s][%s]*' % (_stringdefs.xid_start,
48 float_re = re.compile(r'(?<!\.)\d+\.\d+')
49 newline_re = re.compile(r'(\r\n|\r|\n)')
134 operator_re = re.compile('(%s)' % '|'.join(re.escape(x) for x in
412 c = lambda x: re.compile(x, re.M | re.S
    [all...]
  /external/chromium_org/third_party/markdown/
blockprocessors.py 177 self.INDENT_RE = re.compile(r'^(([ ]{%s})+)'% self.tab_length)
290 RE = re.compile(r'(^|\n)[ ]{0,3}>[ ]?(.*)')
333 RE = re.compile(r'^[ ]{0,3}\d+\.[ ]+(.*)')
335 CHILD_RE = re.compile(r'^[ ]{0,3}((\d+\.)|[*+-])[ ]+(.*)')
337 INDENT_RE = re.compile(r'^[ ]{4,7}((\d+\.)|[*+-])[ ]+.*')
418 INTEGER_RE = re.compile('(\d+)')
439 RE = re.compile(r'^[ ]{0,3}[*+-][ ]+(.*)')
446 RE = re.compile(r'(^|\n)(?P<level>#{1,6})(?P<header>.*?)#*(\n|$)')
477 RE = re.compile(r'^.*?\n[=-]+[ ]*(\n|$)', re.MULTILINE)
501 SEARCH_RE = re.compile(RE, re.MULTILINE
    [all...]

Completed in 4334 milliseconds

<<11121314151617181920>>