HomeSort by relevance Sort by last modified time
    Searched refs:compile (Results 226 - 250 of 1905) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/emma/filter/
IInclExclFilter.java 163 m_inclusions [i] = WCMatcher.compile (inclusions [i]);
175 m_exclusions [i] = WCMatcher.compile (exclusions [i]);
194 m_inclusions [ii] = WCMatcher.compile (pattern);
209 m_exclusions [ii] = WCMatcher.compile (pattern);
  /external/fonttools/Lib/fontTools/ttLib/tables/
_f_p_g_m.py 13 def compile(self, ttFont): member in class:table__f_p_g_m
  /external/guava/guava/src/com/google/common/io/
PatternFilenameFilter.java 48 this(Pattern.compile(patternStr));
  /external/javassist/src/main/javassist/
CtMethod.java 341 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.ConstParameter
380 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.IntConstParameter
401 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.LongConstParameter
422 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.StringConstParameter
  /external/jsr305/ri/src/main/java/javax/annotation/
MatchesPattern.java 23 Pattern p = Pattern.compile(annotation.value(), annotation.flags());
RegEx.java 32 Pattern.compile((String) value);
  /external/llvm/lib/Target/AArch64/AsmParser/
Android.mk 38 # to compile AArch64AsmParser.cpp on Mac with gcc 4.2,
39 # or on Linux with mingw32msvc-gcc 4.2, which is used to cross-compile
  /external/llvm/lib/Target/ARM/AsmParser/
Android.mk 38 # to compile ARMAsmParser.cpp on Mac with gcc 4.2,
39 # or on Linux with mingw32msvc-gcc 4.2, which is used to cross-compile
  /external/mockito/src/org/mockito/internal/util/
Decamelizer.java 13 private static final Pattern CAPS = Pattern.compile("([A-Z\\d][^A-Z\\d]*)");
  /external/protobuf/gtest/xcode/Scripts/
versiongenerate.py 46 version_expression = re.compile(r"AC_INIT\(.*?\[(\d+)\.(\d+)\.(\d+)\].*?\)",
  /external/qemu/
gen-charmap.py 41 re_mapname = re.compile( r".*/(\w+).kcm" )
42 re_start = re.compile( r"(\w+)\s*(.*)" )
43 re_char = re.compile( r"('.')\s*(.*)" )
44 re_hex = re.compile( r"(0x\w+)\s*(.*)" )
  /frameworks/compile/libbcc/
libbcc-device-build.mk 59 include frameworks/compile/libbcc/libbcc-targets.mk
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
Matcher2Test.java 31 Pattern p = Pattern.compile("foo");
38 Pattern p = Pattern.compile("foo");
89 Pattern p = Pattern.compile("(foo[0-9])(bar[a-z])");
226 Pattern pat = Pattern.compile(replacedString);
  /libcore/luni/src/main/java/javax/xml/xpath/
XPath.java 164 * <p>Compile an XPath expression for later evaluation.</p>
180 public XPathExpression compile(String expression) method in interface:XPath
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
Matcher2Test.java 29 Pattern p = Pattern.compile("foo");
36 Pattern p = Pattern.compile("foo");
87 Pattern p = Pattern.compile("(foo[0-9])(bar[a-z])");
224 Pattern pat = Pattern.compile(replacedString);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothDeviceCriteria.java 45 mAddressPattern = Pattern.compile(macAddressPattern, Pattern.CASE_INSENSITIVE);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
dylib.py 12 DYLIB_RE = re.compile(r"""(?x)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_unicode.py 10 _literal_re = re.compile(ur"[uU][rR]?[\'\"]")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
dylib.py 12 DYLIB_RE = re.compile(r"""(?x)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_unicode.py 10 _literal_re = re.compile(ur"[uU][rR]?[\'\"]")
  /external/chromium_org/chrome/browser/web_dev_style/
css_checker.py 35 at_reg = re.compile(r"""
43 return re.sub(re.compile(r'/\*.*?\*/', re.DOTALL), '', s)
46 grit_reg = re.compile(r"""
73 brace_space_reg = re.compile(r"""
83 class_reg = re.compile(r"""
95 frame_reg = re.compile(r"""
105 colon_space_reg = re.compile(r"""
116 hex_reg = re.compile(r"""
130 small_seconds_reg = re.compile(r"""
147 one_rule_reg = re.compile(r""
    [all...]
  /external/markdown/markdown/
blockprocessors.py 116 INDENT_RE = re.compile(r'^(([ ]{%s})+)'% markdown.TAB_LENGTH)
219 RE = re.compile(r'(^|\n)[ ]{0,3}>[ ]?(.*)')
259 RE = re.compile(r'^[ ]{0,3}\d+\.[ ]+(.*)')
261 CHILD_RE = re.compile(r'^[ ]{0,3}((\d+\.)|[*+-])[ ]+(.*)')
263 INDENT_RE = re.compile(r'^[ ]{4,7}((\d+\.)|[*+-])[ ]+.*')
327 RE = re.compile(r'^[ ]{0,3}[*+-][ ]+(.*)')
334 RE = re.compile(r'(^|\n)(?P<level>#{1,6})(?P<header>.*?)#*(\n|$)')
365 RE = re.compile(r'^.*?\n[=-]{3,}', re.MULTILINE)
389 SEARCH_RE = re.compile(r'(^|\n)%s(\n|$)' % RE)
391 MATCH_RE = re.compile(r'^%s$' % RE
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sgmllib.py 24 interesting = re.compile('[&<]')
25 incomplete = re.compile('&([a-zA-Z][a-zA-Z0-9]*|#[0-9]*)?|'
30 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]')
31 charref = re.compile('&#([0-9]+)[^0-9]')
33 starttagopen = re.compile('<[>a-zA-Z]')
34 shorttagopen = re.compile('<[a-zA-Z][-.a-zA-Z0-9]*/')
35 shorttag = re.compile('<([a-zA-Z][-.a-zA-Z0-9]*)/([^/]*)/')
36 piclose = re.compile('>')
37 endbracket = re.compile('[<>]')
38 tagfind = re.compile('[a-zA-Z][-_.a-zA-Z0-9]*'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sgmllib.py 24 interesting = re.compile('[&<]')
25 incomplete = re.compile('&([a-zA-Z][a-zA-Z0-9]*|#[0-9]*)?|'
30 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]')
31 charref = re.compile('&#([0-9]+)[^0-9]')
33 starttagopen = re.compile('<[>a-zA-Z]')
34 shorttagopen = re.compile('<[a-zA-Z][-.a-zA-Z0-9]*/')
35 shorttag = re.compile('<([a-zA-Z][-.a-zA-Z0-9]*)/([^/]*)/')
36 piclose = re.compile('>')
37 endbracket = re.compile('[<>]')
38 tagfind = re.compile('[a-zA-Z][-_.a-zA-Z0-9]*'
    [all...]
  /bionic/libc/tools/
genserv.py 14 re_service = re.compile(r"([\d\w\-_]+)\s+(\d+)/(tcp|udp)(.*)")
15 re_alias = re.compile(r"([\d\w\-_]+)(.*)")

Completed in 655 milliseconds

1 2 3 4 5 6 7 8 91011>>