Searched refs:compile (Results 1 - 25 of 71) sorted by relevance

123

/frameworks/base/core/java/android/util/
H A DPatterns.java64 Pattern.compile(TOP_LEVEL_DOMAIN_STR);
115 public static final Pattern WEB_URL = Pattern.compile(
134 = Pattern.compile(
141 = Pattern.compile(
147 = Pattern.compile(
172 = Pattern.compile( // sdd = space, dot, or dash
H A DEventLog.java225 Pattern comment = Pattern.compile(COMMENT_PATTERN);
226 Pattern tag = Pattern.compile(TAG_PATTERN);
/frameworks/compile/libbcc/tools/build/
H A Dgen-config-from-mk.py24 conf_patt = re.compile('# Configurations')
25 split_patt = re.compile('#={69}')
26 var_patt = re.compile('libbcc_([A-Z_]+)\\s*:=\\s*([01])')
/frameworks/compile/libbcc/
H A Dlibbcc.mk26 MCLD_ROOT_PATH := frameworks/compile/mclinker
27 RSLOADER_ROOT_PATH := frameworks/compile/linkloader
/frameworks/base/tests/HugeBackup/
H A DAndroid.mk6 # Only compile source java files in this apk.
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DTextGraphReader.java170 final Pattern commandPattern = Pattern.compile("@[a-zA-Z]+");
171 final Pattern curlyClosePattern = Pattern.compile("\\}");
172 final Pattern curlyOpenPattern = Pattern.compile("\\{");
173 final Pattern ignorePattern = Pattern.compile("(\\s+|//[^\\n]*\\n)+");
174 final Pattern packageNamePattern = Pattern.compile("[a-zA-Z\\.]+");
175 final Pattern libraryNamePattern = Pattern.compile("[a-zA-Z\\./:]+");
176 final Pattern portPattern = Pattern.compile("\\[[a-zA-Z0-9\\-_]+\\]");
177 final Pattern rightArrowPattern = Pattern.compile("=>");
178 final Pattern semicolonPattern = Pattern.compile(";");
179 final Pattern wordPattern = Pattern.compile("[
[all...]
/frameworks/base/tests/ImfTest/
H A DAndroid.mk7 # Only compile source java files in this apk.
/frameworks/base/tests/MemoryUsage/
H A DAndroid.mk6 # Only compile source java files in this apk.
/frameworks/native/opengl/tests/gl2_cameraeye/
H A DAndroid.mk6 # Only compile source java files in this apk.
/frameworks/base/media/tests/MediaDump/
H A DAndroid.mk6 # Only compile source java files in this apk.
/frameworks/compile/libbcc/include/bcc/
H A DCompiler.h42 // is *shared* across the different calls to compile() before the next call
44 // 4. Once a compiler instance is created, you can use the compile() service
45 // to compile the file over and over again. Each call uses TargetMachine
92 enum ErrorCode compile(Script &pScript, llvm::raw_ostream &pResult);
95 enum ErrorCode compile(Script &pScript, OutputFile &pResult);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabaseConfiguration.java41 Pattern.compile("[\\w\\.\\-]+@[\\w\\.\\-]+");
/frameworks/compile/libbcc/include/bcc/AndroidBitcode/
H A DABCCompilerDriver.h51 bool compile(Script &pScript, llvm::raw_ostream &pOutput);
/frameworks/compile/libbcc/tests/
H A Dbccarm10 def compile(args): function
/frameworks/base/core/java/com/android/internal/http/
H A DHttpDateTime.java69 Pattern.compile(HTTP_DATE_RFC_REGEXP);
71 Pattern.compile(HTTP_DATE_ANSIC_REGEXP);
/frameworks/base/tests/BiDiTests/
H A DAndroid.mk20 # Only compile source java files in this apk.
/frameworks/base/tools/layoutlib/bridge/tests/
H A DAndroid.mk19 # Only compile source java files in this lib.
/frameworks/compile/slang/
H A Dslang_rs.h75 // and is valid before compile() ends.
138 bool compile(const std::list<std::pair<const char*, const char*> > &IOFiles,
H A DAndroid.mk121 LOCAL_C_INCLUDES += frameworks/compile/libbcc/include
134 input_data_file := frameworks/compile/slang/rslib.bc
267 include frameworks/compile/slang/RSSpec.mk
/frameworks/ml/bordeaux/service/
H A DAndroid.mk6 # Only compile source java files in this apk.
60 # Only compile source java files in this apk.
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java119 private static final Pattern detailedDevicePattern = Pattern.compile(
136 private static final Pattern twoTokenPattern = Pattern.compile(
145 private static final Pattern threeTokenPattern = Pattern.compile(
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp152 bool ABCCompilerDriver::compile(Script &pScript, llvm::raw_ostream &pOutput) { function in class:bcc::ABCCompilerDriver
159 Compiler::ErrorCode result = mCompiler.compile(pScript, pOutput);
274 ALOGE("Failed to prepare the output for compile the input from %d into "
283 if (!compile(*script, *output)) {
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp50 "Failed to compile the script since there's no available TargetMachine."
329 enum Compiler::ErrorCode Compiler::compile(Script &pScript, function in class:Compiler
362 enum Compiler::ErrorCode Compiler::compile(Script &pScript, function in class:Compiler
376 enum Compiler::ErrorCode err = compile(pScript, *out);
/frameworks/base/core/java/android/content/
H A DUriMatcher.java192 static final Pattern PATH_SPLIT_PATTERN = Pattern.compile("/");
/frameworks/base/core/java/android/net/
H A DWebAddress.java54 static Pattern sAddressPattern = Pattern.compile(

Completed in 5332 milliseconds

123