/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 | 67 // If the compiled source contains 'eval' there will be additional compile 70 // For source with 'eval' there will be compile events with substrings 74 // For source without 'eval' there will be a compile events with the 97 // Compile different sources. 111 // 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/webkit/Source/WebCore/platform/text/ |
RegularExpression.cpp | 52 , m_regExpByteCode(compile(pattern, caseSensitivity)) 57 PassOwnPtr<JSC::Yarr::BytecodePattern> compile(const String& patternString, TextCaseSensitivity caseSensitivity) function in class:WebCore::RegularExpression::Private 61 LOG_ERROR("RegularExpression: YARR compile failed with '%s'", m_constructionError);
|
/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 | 225 Pattern comment = Pattern.compile(COMMENT_PATTERN); 226 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/tests/BiDiTests/ |
Android.mk | 20 # Only compile source java files in this apk.
|
/frameworks/base/tools/layoutlib/bridge/tests/ |
Android.mk | 19 # Only compile source java files in this lib.
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/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");
|
/pdk/build/ |
prepare_pdk_tree.py | 33 self.patterns = [re.compile('path=\"([^\"]*)\".*groups=\"([^\"]*)\"'), \ 34 re.compile('groups=\"([^\"]*)\".*path=\"([^\"]*)\"')]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ |
VersionCheck.java | 58 private final static Pattern sPluginVersionPattern = Pattern.compile( 60 private final static Pattern sSourcePropPattern = Pattern.compile(
|
/cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/ |
TestScanner.java | 85 Pattern.compile("\\s*TEST_F\\((\\w+),\\s*(\\w+)\\).*");
|
/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/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
filetestcase.py | 41 _EXPECTED_RE = re.compile(r'\s*//\s*(?:(?P<line>[+-]?[0-9]+):)?'
|
/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/javassist/src/main/javassist/ |
CtNewWrappedConstructor.java | 78 stacksize2 = cparam.compile(code) + 2;
|
/external/objenesis/tck/test/org/objenesis/tck/ |
OsgiTest.java | 53 xPathExpression = xPath.compile("/project/parent/version");
|
/external/openfst/src/include/fst/script/ |
compile.h | 22 #include <fst/script/compile-impl.h>
|
/external/protobuf/gtest/test/ |
gtest_help_test.py | 55 HELP_REGEX = re.compile(
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
StringArrayResourceLoader.java | 30 XPathExpression itemXPath = XPathFactory.newInstance().newXPath().compile("item");
|
/external/webkit/Tools/QueueStatusServer/model/ |
queues.py | 100 _dash_regexp = re.compile("-")
|
/frameworks/compile/slang/ |
slang_rs.h | 75 // and is valid before compile() ends. 102 // Compile bunch of RS files given in the llvm-rs-cc arguments. Return true if 138 bool compile(const std::list<std::pair<const char*, const char*> > &IOFiles,
|