Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DMultiLayoutVerificationTest.java66 String extract = extract("/app/src/main/res/layout/with_class_name.xml", in testMultipleLayoutFilesWithNameMismatch() local
68 assertEquals(extract, "AClassName"); in testMultipleLayoutFilesWithNameMismatch()
78 String extract = extract("/app/src/main/res/layout-land/with_class_name.xml", in testMultipleLayoutFilesWithNameMismatch() local
80 assertEquals("SomeOtherClassName", extract); in testMultipleLayoutFilesWithNameMismatch()
133 String extract = extract("/app/src/main/res/" + config + in testMultipleLayoutFilesVariableMismatch() local
135 assertEquals(extract, "<variable name=\"myVariable\" type=\"" + type + "\"/>"); in testMultipleLayoutFilesVariableMismatch()
186 String extract = extract("/app/src/main/res/" + config + "/layout_with_import_type.xml", in testMultipleLayoutFilesImportMismatch() local
188 assertEquals(extract, "<import alias=\"Blah\" type=\"" + type + "\"/>"); in testMultipleLayoutFilesImportMismatch()
227 String extract = extract("/app/src/main/res/" + config + "/foo.xml", location); in testSameIdInIncludeAndView() local
228 assertEquals(extract, "<include layout=\"@layout/basic_layout\" " in testSameIdInIncludeAndView()
[all …]
DSimpleCompilationTest.java126 String extract = extract(targetFile, loc); in singleFileErrorTest() local
127 assertEquals(expectedExtract, extract); in singleFileErrorTest()
185 String extract = extract(expectedErrorFile, loc); in testMultipleExceptionsInDifferentFiles() local
186 assertEquals("myVariable", extract); in testMultipleExceptionsInDifferentFiles()
DBaseCompilationTest.java115 protected String extract(String pathInApp, Location location) throws IOException { in extract() method in BaseCompilationTest
/frameworks/base/libs/hwui/
DPathParser.cpp55 static void extract(int* outEndPosition, bool* outEndWithNegOrDot, const char* s, int start, int en… in extract() function
138 extract(&endPosition, &endWithNegOrDot, pathStr, startPosition, end); in getFloats()
/frameworks/rs/rsov/compiler/
DContext.cpp44 if (!mMetadata->extract()) { in Initialize()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dimage_and_kernel.rsh20 // Auxiliary information that is needed to extract a kernel matrix from a buffer
/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DRefocusTestTimingProcess.txt1 This document is to explain the process to extract kernel running time of Refocus(Lens Blur) app in…
3 …/Refocus/dataExtraction contains all the shell scripts and sample data files to extract kernel time
/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp95 if (!me.extract()) { in setupConfig()
421 me.extract(); in buildScriptGroup()
DRSEmbedInfo.cpp72 if (!me.extract()) { in getRSInfoString()
DSource.cpp242 return mMetadata->extract(); in extractMetadata()
DRSAddDebugInfoPass.cpp59 if (!me.extract()) { in runOnModule()
DCompiler.cpp373 if (!me.extract()) { in addInternalizeSymbolsPass()
/frameworks/multidex/library/src/android/support/multidex/
DMultiDexExtractor.java263 extract(apk, dexFile, extractedFile, extractedFilePrefix); in performExtractions()
370 private static void extract(ZipFile apk, ZipEntry dexFile, File extractTo, in extract() method in MultiDexExtractor
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DMetadataExtractor.h163 bool extract();
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DEncodedStringValue.java230 public static EncodedStringValue[] extract(String src) { in extract() method in EncodedStringValue
/frameworks/support/compat/java/android/support/v4/graphics/
DPathParser.java225 extract(s, startPosition, result); in getFloats()
254 private static void extract(String s, int start, ExtractFloatResult result) { in extract() method in PathParser
/frameworks/base/cmds/uiautomator/cmds/uiautomator/
Duiautomator64 # we also pass the list of jar files, so we can extract class names for tests
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp334 if (!ME->extract()) { in main()
/frameworks/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java275 private static void extract(@NonNull String s, int start, @NonNull ExtractFloatResult result) { in extract() method in PathParser_Delegate
349 extract(s, startPosition, result); in getFloats()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
DTileUtilsTest.java460 (TileUtilsShadowRemoteViews) ShadowExtractor.extract(tile.remoteViews); in getTilesForIntent_summaryUriSpecified_shouldOverrideRemoteViewSummary()
498 (TileUtilsShadowRemoteViews) ShadowExtractor.extract(tile.remoteViews); in getTilesForIntent_providerUnavailable_shouldNotOverrideRemoteViewSummary()
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp599 bool MetadataExtractor::extract() { in extract() function in bcinfo::MetadataExtractor
/frameworks/rs/script_api/
Drs_for_each.spec249 &nbsp;&nbsp;// to the other dimensions, extract them from the kernel context:<br/>
/frameworks/rs/script_api/include/
Drs_matrix.rsh59 * viewProj: Matrix to extract planes from.
183 * m: Matrix to extract the element from.
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp311 if (!bitcodeMetadata.extract()) { in init()
/frameworks/rs/rsov/driver/
DrsovScript.cpp768 if (!bitcodeMetadata || !bitcodeMetadata->extract()) { in rsovScriptInit()

12