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

1 2 3 4 56 7 8 91011>>

  /development/tools/hosttestlib/
Android.mk 19 # Only compile source java files in this lib.
  /development/tools/idegen/src/
Eclipse.java 54 patterns.add(Pattern.compile("^(?!out/)"));
58 patterns.add(Pattern.compile(".*"));
  /external/gtest/scripts/
fuse_gtest_files.py 67 INCLUDE_GTEST_FILE_REGEX = re.compile(r'^\s*#\s*include\s*<(gtest/.+)>')
70 INCLUDE_SRC_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(src/.+)"')
  /external/protobuf/gtest/scripts/
fuse_gtest_files.py 71 INCLUDE_GTEST_FILE_REGEX = re.compile(r'^\s*#\s*include\s*<(gtest/.+)>')
74 INCLUDE_SRC_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(src/.+)"')
  /external/v8/test/mjsunit/
debug-compile-event.js 71 // If the compiled source contains 'eval' there will be additional compile
74 // For source with 'eval' there will be compile events with substrings
85 // For source without 'eval' there will be a compile events with the
108 // Compile different sources.
122 // Number of before and after compile events should be the same.
short-circuit-boolean.js 33 // Left subexpression is known false at compile time.
42 // Left subexpression is known true at compile time.
  /external/yaffs2/yaffs2/
Kconfig 15 To compile the YAFFS2 file system support as a module, choose M here:
  /frameworks/base/core/java/android/util/
EventLog.java 223 Pattern comment = Pattern.compile(COMMENT_PATTERN);
224 Pattern tag = Pattern.compile(TAG_PATTERN);
  /frameworks/base/core/java/com/android/internal/http/
HttpDateTime.java 69 Pattern.compile(HTTP_DATE_RFC_REGEXP);
71 Pattern.compile(HTTP_DATE_ANSIC_REGEXP);
  /frameworks/base/core/tests/hosttests/
Android.mk 21 # Only compile source java files in this apk.
  /libcore/luni/src/main/java/org/apache/xpath/axes/
FilterExprWalker.java 76 m_expr = compiler.compile(opPos);
86 m_expr = compiler.compile(opPos + 2);
  /packages/apps/Email/src/com/android/email/mail/internet/
MimeBodyPart.java 40 private static final Pattern REMOVE_OPTIONAL_BRACKETS = Pattern.compile("^<?([^>]+)>?$");
42 private static final Pattern END_OF_LINE = Pattern.compile("\r?\n");
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
HardwareProperties.java 33 private final static Pattern PATTERN_PROP = Pattern.compile(
45 public final static Pattern DISKSIZE_PATTERN = Pattern.compile("\\d+[MK]B");
  /build/tools/droiddoc/src/
ParamTagInfo.java 24 static final Pattern PATTERN = Pattern.compile(
ThrowsTagInfo.java 24 static final Pattern PATTERN = Pattern.compile(
  /external/chromium/googleurl/
PRESUBMIT.py 55 excluded_paths = [input_api.re.compile(x) for x in EXCLUDED_PATHS]
  /external/clearsilver/scripts/
ChangeLog.py 42 old_re = re.compile ("File (.*) changed from revision (.*) to (.*)")
43 new_re = re.compile ("File (.*) is new; current revision (.*)")
44 del_re = re.compile ("File (.*) is removed;")
77 info_re = re.compile ("date: ([^; ]*) ([^;]*); author: ([^;]*);")
  /external/gtest/test/
gtest_help_test.py 60 HELP_REGEX = re.compile(
  /external/protobuf/gtest/test/
gtest_help_test.py 55 HELP_REGEX = re.compile(
  /external/v8/tools/
windows-tick-processor.py 89 row_regexp = re.compile(' 0001:[0-9a-fA-F]{8}\s*([_\?@$0-9a-zA-Z]*)\s*([0-9a-fA-F]{8}).*')
  /external/webkit/JavaScriptCore/runtime/
CommonIdentifiers.h 39 macro(compile) \
  /frameworks/base/core/java/android/net/
WebAddress.java 56 static Pattern sAddressPattern = Pattern.compile(
  /frameworks/ex/common/java/com/android/common/
Rfc822Validator.java 48 Pattern.compile("[^\\s@]+@([^\\s@\\.]+\\.)+[a-zA-z][a-zA-Z][a-zA-Z]*");
  /packages/apps/Email/src/org/apache/james/mime4j/field/
Field.java 55 Pattern.compile(FIELD_NAME_PATTERN);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleAttribute.java 86 Pattern.compile("[^@]*@([^:]+):([^=]*)=([^\n]*)\n*"); //$NON-NLS-1$

Completed in 818 milliseconds

1 2 3 4 56 7 8 91011>>