Searched refs:extract (Results 1 - 22 of 22) sorted by relevance

/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DMultiLayoutVerificationTest.java66 String extract = extract("/app/src/main/res/layout/with_class_name.xml",
68 assertEquals(extract, "AClassName");
78 String extract = extract("/app/src/main/res/layout-land/with_class_name.xml",
80 assertEquals("SomeOtherClassName", extract);
133 String extract = extract("/app/src/main/res/" + config +
135 assertEquals(extract, "<variable name=\"myVariable\" type=\"" + type + "\"/>");
186 String extract
[all...]
H A DSimpleCompilationTest.java126 String extract = extract(targetFile, loc);
127 assertEquals(expectedExtract, extract);
185 String extract = extract(expectedErrorFile, loc);
186 assertEquals("myVariable", extract);
H A DBaseCompilationTest.java111 * @param location The location to extract
115 protected String extract(String pathInApp, Location location) throws IOException { method in class:BaseCompilationTest
/frameworks/rs/rsov/compiler/
H A DContext.cpp39 if (!mMetadata->extract()) {
40 llvm::errs() << "cannot extract metadata\n";
/frameworks/base/libs/hwui/
H A DPathParser.cpp55 static void extract(int* outEndPosition, bool* outEndWithNegOrDot, const char* s, int start, int end) { function in namespace:android::uirenderer
97 // our extract range. Otherwise, end position will be where separator is found.
138 extract(&endPosition, &endWithNegOrDot, pathStr, startPosition, end);
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
H A DMetadataExtractor.h163 bool extract();
/frameworks/compile/libbcc/lib/
H A DRSEmbedInfo.cpp72 if (!me.extract()) {
73 bccAssert(false && "Could not extract RS metadata for module!");
H A DRSCompilerDriver.cpp95 if (!me.extract()) {
96 bccAssert("Could not extract RS pragma metadata for module!");
316 ALOGE("Cannot extract metadata from module");
421 me.extract();
H A DSource.cpp242 return mMetadata->extract();
H A DRSAddDebugInfoPass.cpp59 if (!me.extract()) {
60 ALOGE("Could not extract metadata from module!");
H A DCompiler.cpp372 if (!me.extract()) {
373 bccAssert(false && "Could not extract metadata for module!");
H A DRSKernelExpand.cpp1376 if (!me.extract()) {
1377 ALOGE("Could not extract metadata from module!");
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DEncodedStringValue.java230 public static EncodedStringValue[] extract(String src) { method in class:EncodedStringValue
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDexExtractor.java259 extract(apk, dexFile, extractedFile, extractedFilePrefix);
366 private static void extract(ZipFile apk, ZipEntry dexFile, File extractTo, method in class:MultiDexExtractor
/frameworks/support/compat/java/android/support/v4/graphics/
H A DPathParser.java225 extract(s, startPosition, result);
254 private static void extract(String s, int start, ExtractFloatResult result) { method in class:PathParser
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp334 if (!ME->extract()) {
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DPathParser_Delegate.java275 private static void extract(@NonNull String s, int start, @NonNull ExtractFloatResult result) { method in class:PathParser_Delegate
347 extract(s, startPosition, result);
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp599 bool MetadataExtractor::extract() { function in class:bcinfo::MetadataExtractor
/frameworks/rs/script_api/
H A Drs_for_each.spec249 &nbsp;&nbsp;// to the other dimensions, extract them from the kernel context:<br/>
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp304 if (!bitcodeMetadata.extract()) {
305 ALOGE("Could not extract metadata from bitcode");
/frameworks/rs/rsov/driver/
H A DrsovScript.cpp701 if (!bitcodeMetadata || !bitcodeMetadata->extract()) {
702 ALOGE("Could not extract metadata from bitcode from %s", resName);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3067 milliseconds