Home
last modified time | relevance | path

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

12345678910>>...38

/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
DPatternTest.java50 Pattern p = Pattern.compile("ab# this is a comment\ncd", Pattern.COMMENTS); in testCommentsInPattern()
64 assertEquals(Pattern.compile("o").split("boo:and:foo", 5).length, 5); in testSplitCharSequenceint()
65 assertEquals(Pattern.compile("b").split("ab", -1).length, 2); in testSplitCharSequenceint()
68 Pattern pat = Pattern.compile("x"); in testSplitCharSequenceint()
79 pat = Pattern.compile("b"); in testSplitCharSequenceint()
84 pat = Pattern.compile(""); in testSplitCharSequenceint()
90 pat = Pattern.compile("b"); in testSplitCharSequenceint()
95 pat = Pattern.compile(""); in testSplitCharSequenceint()
101 pat = Pattern.compile("b"); in testSplitCharSequenceint()
106 pat = Pattern.compile(""); in testSplitCharSequenceint()
[all …]
DPattern2Test.java31 Pattern p = Pattern.compile("foo.*"); in testSimpleMatch()
56 p = Pattern.compile("foo"); in testCursors()
110 p = Pattern.compile("(p[0-9]*)#?(q[0-9]*)"); in testGroups()
165 p = Pattern.compile("a*b"); in testReplace()
179 p = Pattern.compile("([bB])yte"); in testReplace()
185 p = Pattern.compile("\\d\\d\\d\\d([- ])"); in testReplace()
191 p = Pattern.compile("(up|left)( *)(right|down)"); in testReplace()
197 p = Pattern.compile("([CcPp][hl]e[ea]se)"); in testReplace()
211 p = Pattern.compile("([a-z]+)\\\\([a-z]+);"); in testEscapes()
225 p = Pattern.compile("([a-z]+)[\\n\\t\\r\\f\\e\\a]+([a-z]+)"); in testEscapes()
[all …]
DMatcherTest.java45 Pattern p = Pattern.compile("x*"); in testRegionsIntInt()
80 Pattern pat = Pattern.compile("XX"); in testAppendReplacement()
92 Pattern p = Pattern.compile("xx (rur|\\$)"); in testAppendReplacementRef()
106 Pattern pat = Pattern.compile(pattern); in testReplaceAll()
116 Pattern p = Pattern.compile("abcd"); in testResetCharSequence()
130 Pattern p = Pattern.compile("\\\\"); in testAppendSlashes()
144 Pattern pat = Pattern.compile(pattern); in testReplaceFirst()
152 Pattern test = Pattern.compile(element); in testPattern()
157 assertEquals(element, Pattern.compile(element).matcher("aaa") in testPattern()
177 Pattern test = Pattern.compile(groupPatterns[i]); in testGroupint()
[all …]
DModeTest.java34 p = Pattern.compile("([a-z]+)[0-9]+"); in testCase()
40 p = Pattern.compile("([a-z]+)[0-9]+", Pattern.CASE_INSENSITIVE); in testCase()
48 p = Pattern.compile("(?i)([a-z]+)[0-9]+"); in testCase()
61 p = Pattern.compile("^foo"); in testMultiline()
70 p = Pattern.compile("foo$"); in testMultiline()
79 p = Pattern.compile("^foo([0-9]*)", Pattern.MULTILINE); in testMultiline()
87 p = Pattern.compile("foo([0-9]*)$", Pattern.MULTILINE); in testMultiline()
95 p = Pattern.compile("(?m)^foo([0-9]*)"); in testMultiline()
103 p = Pattern.compile("(?m)foo([0-9]*)$"); in testMultiline()
DPatternErrorTest.java31 Pattern.compile(null); in testCompileErrors()
37 Pattern.compile(""); in testCompileErrors()
43 Pattern.compile("foo", flags); in testCompileErrors()
53 Pattern.compile("foo", flags); in testCompileErrors()
59 Pattern.compile("foo", flags); in testCompileErrors()
DSplitTest.java32 Pattern p = Pattern.compile("/"); in testSimple()
42 Pattern p = Pattern.compile(" "); in testSplit1()
71 p = Pattern.compile("d"); in testSplit1()
97 p = Pattern.compile("o"); in testSplit1()
133 Pattern p = Pattern.compile(""); in testSplit2()
161 Pattern p = Pattern.compile(""); in testSplitSupplementaryWithEmptyString()
/external/proguard/build/
Dbuild.sh40 function compile { function
69 compile $PROGUARD
72 compile $PROGUARD_GUI
75 compile $RETRACE
80 compile $ANT_TASK
89 compile $WTK_PLUGIN
/external/clang/test/Parser/
DMicrosoftExtensions.cpp190 this wont compile. in __if_exists_test()
193 this wont compile. in __if_exists_test()
207 this wont compile. in __if_exists()
211 this wont compile. in __if_not_exists()
228 __if_exists(IF_EXISTS::Type_not) { this wont compile } in __if_exists_init_list()
240 __if_not_exists(IF_EXISTS::Type) { this wont compile } in __if_exists_init_list()
257 this wont compile. in __if_exists()
261 this wont compile. in __if_not_exists()
/external/webkit/Tools/gdb/
Dwebkit.py254 (re.compile("^WTF::Vector<.*>$"), WTFVectorPrinter),
255 (re.compile("^WTF::AtomicString$"), WTFAtomicStringPrinter),
256 (re.compile("^WTF::CString$"), WTFCStringPrinter),
257 (re.compile("^WTF::String$"), WTFStringPrinter),
258 (re.compile("^WebCore::KURLGooglePrivate$"), WebCoreKURLGooglePrivatePrinter),
259 (re.compile("^WebCore::QualifiedName$"), WebCoreQualifiedNamePrinter),
260 (re.compile("^JSC::UString$"), JSCUStringPrinter),
261 (re.compile("^JSC::Identifier$"), JSCIdentifierPrinter),
262 (re.compile("^JSC::JSString$"), JSCJSStringPrinter),
/external/llvm/utils/lint/
Dcpp_lint.py23 include_gtest_re = re.compile(r'^#include "gtest/(.*)"')
24 include_llvm_re = re.compile(r'^#include "llvm/(.*)"')
25 include_support_re = re.compile(r'^#include "(Support/.*)"')
26 include_config_re = re.compile(r'^#include "(Config/.*)"')
27 include_system_re = re.compile(r'^#include <(.*)>')
/external/v8/test/mjsunit/
Dregexp-compile.js33 re.compile("y");
36 re.compile("(x)");
40 re.compile("(y)");
Dstring-slices-regexp.js42 re.compile("y");
44 re.compile("(x)");
46 re.compile("(y)");
/external/libpng/
DMakefile.in132 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
507 mostlyclean-compile:
510 distclean-compile:
567 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
571 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
574 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
578 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
581 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
585 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) …
588 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $…
[all …]
/external/v8/tools/
Djs2c.py57 lines = re.sub(re.compile(r'/\*.*?\*/', re.DOTALL), '', lines) # comments.
97 EVAL_PATTERN = re.compile(r'\beval\s*\(')
98 WITH_PATTERN = re.compile(r'\bwith\s*\(')
176 CONST_PATTERN = re.compile(r'^const\s+([a-zA-Z0-9_]+)\s*=\s*([^;]*);$')
177 MACRO_PATTERN = re.compile(r'^macro\s+([a-zA-Z0-9_]+)\s*\(([^)]*)\)\s*=\s*([^;]*);$')
178 PYTHON_MACRO_PATTERN = re.compile(r'^python\s+macro\s+([a-zA-Z0-9_]+)\s*\(([^)]*)\)\s*=\s*([^;]*);$…
193 constants.append((re.compile("\\b%s\\b" % name), value))
200 macros.append((re.compile("\\b%s\\(" % name), TextMacro(args, body)))
208 macros.append((re.compile("\\b%s\\(" % name), PythonMacro(args, fun)))
/external/qemu/android/build/
Dcommon.sh260 compile
266 compile
270 compile
286 compile
306 compile () function
332 compile
369 compile
392 compile
Dbinary.make31 $(eval $(call compile-c-source,$(src))) \
35 $(eval $(call compile-generated-c-source,$(src))) \
39 $(eval $(call compile-cxx-source,$(src))) \
43 $(eval $(call compile-objc-source,$(src))) \
/external/apache-http/src/org/apache/http/conn/util/
DInetAddressUtils.java45 Pattern.compile(
49 Pattern.compile(
53 Pattern.compile(
/external/icu4c/i18n/
Drepattrn.cpp273 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
309 compiler.compile(regex, pe, status); in compile()
324 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
360 compiler.compile(regex, pe, status); in compile()
374 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
378 return compile(regex, 0, pe, err); in compile()
386 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
390 return compile(regex, 0, pe, err); in compile()
398 RegexPattern::compile(const UnicodeString &regex, in compile() function in RegexPattern
403 return compile(regex, flags, pe, err); in compile()
[all …]
/external/markdown/markdown/
Dblockprocessors.py116 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 …]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhoneNumberMatcher.java64 private static final Pattern PUB_PAGES = Pattern.compile("\\d{1,5}-+\\d{1,5}\\s{0,4}\\(\\d{1,4}");
71 Pattern.compile("(?:(?:[0-3]?\\d/[01]?\\d)|(?:[01]?\\d/[0-3]?\\d))/(?:[12]\\d)?\\d{2}");
78 Pattern.compile("[12]\\d{3}[-/]?[01]\\d[-/]?[0-3]\\d [0-2]\\d$");
79 private static final Pattern TIME_STAMPS_SUFFIX = Pattern.compile(":[0-5]\\d");
115 MATCHING_BRACKETS = Pattern.compile(
141 LEAD_CLASS = Pattern.compile(leadClass);
142 GROUP_SEPARATOR = Pattern.compile("\\p{Z}" + "[^" + leadClassChars + "\\p{Nd}]*");
145 PATTERN = Pattern.compile(
/external/gtest/scripts/
Dpump.py73 (re.compile(r'\$var\s+'), '$var'),
74 (re.compile(r'\$elif\s+'), '$elif'),
75 (re.compile(r'\$else\s+'), '$else'),
76 (re.compile(r'\$for\s+'), '$for'),
77 (re.compile(r'\$if\s+'), '$if'),
78 (re.compile(r'\$range\s+'), '$range'),
79 (re.compile(r'\$[_A-Za-z]\w*'), '$id'),
80 (re.compile(r'\$\(\$\)'), '$($)'),
81 (re.compile(r'\$'), '$'),
82 (re.compile(r'\[\[\n?'), '[['),
[all …]
/external/chromium/testing/gtest/scripts/
Dpump.py73 (re.compile(r'\$var\s+'), '$var'),
74 (re.compile(r'\$elif\s+'), '$elif'),
75 (re.compile(r'\$else\s+'), '$else'),
76 (re.compile(r'\$for\s+'), '$for'),
77 (re.compile(r'\$if\s+'), '$if'),
78 (re.compile(r'\$range\s+'), '$range'),
79 (re.compile(r'\$[_A-Za-z]\w*'), '$id'),
80 (re.compile(r'\$\(\$\)'), '$($)'),
81 (re.compile(r'\$'), '$'),
82 (re.compile(r'\[\[\n?'), '[['),
[all …]
/external/dbus/test/
Dunused-code-gc.py92 sym_re = re.compile ('([0-9a-f]+) <([^>]+)>:')
94 ref_re = re.compile (' <([^>]+)> *$')
96 file_re = re.compile ('^(\/[^:].*):[0-9]+$')
98 funcname_re = re.compile ('([^+]+)\+[0-9a-fx]+')
100 dynsym_re = re.compile ('T ([^ \n]+)$')
/external/libusb/libusb/
DMakefile.in97 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
321 mostlyclean-compile:
324 distclean-compile:
359 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
364 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
367 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
372 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
375 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
380 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
383 …$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(D…
[all …]
/external/llvm/utils/
DDSAextract.py49 regexp_list.append(re.compile(name))
52 nodeexp = re.compile('Node')
54 arrowexp = re.compile('->')

12345678910>>...38