HomeSort by relevance Sort by last modified time
    Searched refs:compile (Results 151 - 175 of 480) sorted by null

1 2 3 4 5 67 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/uimodel/
UiColorValueNode.java 41 private static final Pattern RGBA_REGEXP = Pattern.compile(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AMReceiver.java 35 private static final Pattern sAmErrorType = Pattern.compile("Error type (\\d+)"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
CountryCodeQualifier.java 33 private final static Pattern sCountryCodePattern = Pattern.compile("^mcc(\\d{3})$");//$NON-NLS-1$
LanguageQualifier.java 29 private final static Pattern sLanguagePattern = Pattern.compile("^[a-z]{2}$"); //$NON-NLS-1$
NetworkCodeQualifier.java 33 private final static Pattern sNetworkCodePattern = Pattern.compile("^mnc(\\d{1,3})$"); //$NON-NLS-1$
PixelDensityQualifier.java 32 private final static Pattern sDensityLegacyPattern = Pattern.compile("^(\\d+)dpi$");//$NON-NLS-1$
RegionQualifier.java 30 private final static Pattern sRegionPattern = Pattern.compile("^r([A-Z]{2})$"); //$NON-NLS-1$
VersionQualifier.java 33 private final static Pattern sCountryCodePattern = Pattern.compile("^v(\\d+)$");//$NON-NLS-1$
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h 103 * created using the factory method <code>compile()</code>.
163 * object. These compile methods, rather than the constructors, are the usual
185 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
191 * object using the specified match mode flags. These compile methods,
213 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
221 * object using the specified match mode flags. These compile methods,
241 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
    [all...]
  /external/v8/test/mjsunit/
testcfg.py 35 FLAGS_PATTERN = re.compile(r"//\s+Flags:(.*)")
36 FILES_PATTERN = re.compile(r"//\s+Files:(.*)")
37 SELF_SCRIPT_PATTERN = re.compile(r"//\s+Env: TEST_FILE_NAME")
  /external/chromium/third_party/icu/source/test/intltest/
regextst.cpp 130 REPattern = RegexPattern::compile(patString, 0, pe, status);
132 dataerrln("RegexTest failure in RegexPattern::compile() at line %d. Status = %s",
204 // Compile the caller's pattern
207 callerPattern = RegexPattern::compile(patString, 0, pe, status);
242 RegexPattern::compile("^(?:a?b?)*$", 0, pe, status);
403 pat2 = RegexPattern::compile(re, flags, pe, status);
530 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status);
589 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status);
643 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status);
734 RegexPattern *p = RegexPattern::compile(".", 0, status)
    [all...]
  /build/tools/droiddoc/src/
Comment.java 23 static final Pattern LEADING_WHITESPACE = Pattern.compile(
27 static final Pattern TAG_BEGIN = Pattern.compile(
31 static final Pattern TAG = Pattern.compile(
35 static final Pattern INLINE_TAG = Pattern.compile(
39 static final Pattern FIRST_SENTENCE = Pattern.compile(
  /libcore/sqlite-jdbc/src/main/java/SQLite/
Database.java 307 Vm vm = compile(sql);
360 Vm vm = compile(sql, args);
415 Vm vm = compile(sql, args);
598 * Compile and return SQLite VM for SQL statement. Only available
605 public Vm compile(String sql) throws SQLite.Exception { method in class:Database
614 * Compile and return SQLite VM for SQL statement. Only available
622 public Vm compile(String sql, String args[]) throws SQLite.Exception { method in class:Database
673 * Internal compile method.
682 * Internal compile method, SQLite 3.0 only.
  /libcore/luni/src/test/java/tests/api/java/util/
ScannerTest.java 477 s.useDelimiter(Pattern.compile("\\w+"));
850 s = new Scanner("test\ntest").useDelimiter(Pattern.compile("^",
855 s = new Scanner("").useDelimiter(Pattern.compile("^",
864 s = new Scanner("").useDelimiter(Pattern.compile("^*",
873 s = new Scanner("test\ntest").useDelimiter(Pattern.compile("^*",
878 s = new Scanner("\ntest\ntest").useDelimiter(Pattern.compile("$",
926 pattern = Pattern.compile("a*b");
936 pattern = Pattern.compile("\\w+");
946 pattern = Pattern.compile("\\w+");
963 pattern = Pattern.compile("a*b")
    [all...]
  /external/elfutils/lib/
Makefile 66 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
232 mostlyclean-compile:
235 distclean-compile:
245 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
249 # $(COMPILE) -c $<
252 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
256 # $(COMPILE) -c `$(CYGPATH_W) '$<'`
369 distclean-am: clean-am distclean-compile distclean-generic \
399 mostlyclean-am: mostlyclean-compile mostlyclean-generic
412 clean-noinstLIBRARIES ctags distclean distclean-compile \
    [all...]
  /external/elfutils/libcpu/
Makefile 63 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
220 mostlyclean-compile:
223 distclean-compile:
229 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
233 # $(COMPILE) -c $<
236 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
240 # $(COMPILE) -c `$(CYGPATH_W) '$<'`
353 distclean-am: clean-am distclean-compile distclean-generic \
383 mostlyclean-am: mostlyclean-compile mostlyclean-generic
396 clean-noinstLIBRARIES ctags distclean distclean-compile \
    [all...]
  /bionic/libc/kernel/tools/
kernel.py 59 re.compile(r"^.*<((%s)/[\d\w_\+\.\-/]*)>.*$" % string.join(kernel_dirs,"|") )
62 re_rel_dir = re.compile(r'^.*"([\d\w_\+\.\-/]+)".*$')
295 re_CONFIG_ = re.compile(r"^(CONFIG_\w+)=(.*)$")
  /external/gtest/test/
gtest_filter_unittest.py 74 PARAM_TEST_REGEX = re.compile(r'/ParamTest')
77 TEST_CASE_REGEX = re.compile(r'^\[\-+\] \d+ tests? from (\w+(/\w+)?)')
80 TEST_REGEX = re.compile(r'^\[\s*RUN\s*\].*\.(\w+(/\w+)?)')
  /external/protobuf/gtest/test/
gtest_filter_unittest.py 72 PARAM_TEST_REGEX = re.compile(r'/ParamTest')
75 TEST_CASE_REGEX = re.compile(r'^\[\-+\] \d+ tests? from (\w+(/\w+)?)')
78 TEST_REGEX = re.compile(r'^\[\s*RUN\s*\].*\.(\w+(/\w+)?)')
  /packages/apps/Email/src/com/android/email/mail/
Address.java 57 private static final Pattern REMOVE_OPTIONAL_BRACKET = Pattern.compile("^<?([^>]+)>?$");
59 private static final Pattern REMOVE_OPTIONAL_DQUOTE = Pattern.compile("^\"?([^\"]*)\"?$");
61 private static final Pattern UNQUOTE = Pattern.compile("\\\\([\\\\\"])");
  /bionic/libc/tzcode/
private.h 146 you may need to compile with "-DHAVE_STDINT_H".
  /cts/tools/dx-tests/src/util/
CollectAllTests.java 349 Pattern p = Pattern.compile("@uses\\s+(.*)\\s+", Pattern.MULTILINE);
442 Pattern p = Pattern.compile(commentPattern, Pattern.DOTALL);
449 Matcher titleM = Pattern.compile("@title (.*)", Pattern.DOTALL)
461 Matcher constraintM = Pattern.compile("@constraint (.*)").matcher(
  /external/chromium/third_party/icu/source/i18n/
regexcmp.h 56 void compile(const UnicodeString &pat, UParseError &pp, UErrorCode &e);
68 // The category is saved in the compile-time parentheses stack frame, and
101 void literalChar(UChar32 c); // Compile a literal char
204 // (at compile time) set expressions within
  /external/chromium/third_party/icu/source/tools/tzcode/
private.h 144 you may need to compile with "-DHAVE_STDINT_H".
  /external/clearsilver/python/examples/trans/
trans.py 78 Translator._HTML_TAG_RE = re.compile(Translator._HTML_TAG_REGEX, re.MULTILINE | re.DOTALL)
80 Translator._HTML_CMT_RE = re.compile(Translator._HTML_CMT_REGEX, re.MULTILINE | re.DOTALL)
82 Translator._CS_TAG_RE = re.compile(Translator._CS_TAG_REGEX, re.MULTILINE | re.DOTALL)
98 attrfind = re.compile(

Completed in 1134 milliseconds

1 2 3 4 5 67 8 91011>>