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

1 2 3 4 5 6 7 8 91011>>

  /sdk/sdkmanager/libs/sdkuilib/tests/
Android.mk 19 # Only compile source java files in this lib.
  /external/chromium/googleurl/
PRESUBMIT.py 55 excluded_paths = [input_api.re.compile(x) for x in EXCLUDED_PATHS]
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class_test.py 148 '// The following line won\'t really compile, as the return\n'
  /external/doclava/src/com/google/doclava/
ParamTagInfo.java 25 static final Pattern PATTERN = Pattern.compile("([^ \t\r\n]+)[ \t\r\n]+(.*)", Pattern.DOTALL);
ThrowsTagInfo.java 25 static final Pattern PATTERN = Pattern.compile("(\\S+)\\s+(.*)", Pattern.DOTALL);
  /external/gtest/test/
gtest_help_test.py 60 HELP_REGEX = re.compile(
  /external/javassist/src/main/javassist/
CtNewWrappedConstructor.java 78 stacksize2 = cparam.compile(code) + 2;
  /external/protobuf/gtest/test/
gtest_help_test.py 55 HELP_REGEX = re.compile(
  /external/v8/test/mjsunit/
short-circuit-boolean.js 33 // Left subexpression is known false at compile time.
42 // Left subexpression is known true at compile time.
  /external/webkit/Tools/QueueStatusServer/model/
queues.py 100 _dash_regexp = re.compile("-")
  /libcore/luni/src/main/native/
java_util_regex_Pattern.cpp 87 RegexPattern* result = RegexPattern::compile(regexString, flags, error, status);
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/
Field.java 55 Pattern.compile(FIELD_NAME_PATTERN);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 61 RETURN(ptr) Used for normal exit of the `compile' function. `ptr'
65 ERROR(val) Used for abnormal return from `compile'. `val' is the
95 /* Get and compile the user supplied pattern up to end of line or
102 compile (char *__restrict instring, char *__restrict expbuf, function
167 /* Now compile the pattern. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleAttribute.java 85 Pattern.compile("[^@]*@([^:]+):([^=]*)=([^\n]*)\n*"); //$NON-NLS-1$
  /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/ide_common/src/com/android/ide/common/resources/configuration/
CountryCodeQualifier.java 29 private final static Pattern sCountryCodePattern = Pattern.compile("^mcc(\\d{3})$");//$NON-NLS-1$
DensityQualifier.java 29 private final static Pattern sDensityLegacyPattern = Pattern.compile("^(\\d+)dpi$");//$NON-NLS-1$
LanguageQualifier.java 25 private final static Pattern sLanguagePattern = Pattern.compile("^[a-z]{2}$"); //$NON-NLS-1$
NetworkCodeQualifier.java 29 private final static Pattern sNetworkCodePattern = Pattern.compile("^mnc(\\d{1,3})$"); //$NON-NLS-1$
RegionQualifier.java 26 private final static Pattern sRegionPattern = Pattern.compile("^r([A-Z]{2})$"); //$NON-NLS-1$
ScreenDimensionQualifier.java 29 private final static Pattern sDimensionPattern = Pattern.compile(
ScreenHeightQualifier.java 29 private final static Pattern sParsePattern = Pattern.compile("^h(\\d+)dp$");//$NON-NLS-1$
ScreenWidthQualifier.java 29 private final static Pattern sParsePattern = Pattern.compile("^w(\\d+)dp$"); //$NON-NLS-1$
SmallestScreenWidthQualifier.java 29 private final static Pattern sParsePattern = Pattern.compile("^sw(\\d+)dp$"); //$NON-NLS-1$

Completed in 318 milliseconds

1 2 3 4 5 6 7 8 91011>>