/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/ |
D | MultiLayoutVerificationTest.java | 66 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 …]
|
D | SimpleCompilationTest.java | 126 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()
|
D | BaseCompilationTest.java | 115 protected String extract(String pathInApp, Location location) throws IOException { in extract() method in BaseCompilationTest
|
/frameworks/base/libs/hwui/ |
D | PathParser.cpp | 55 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/ |
D | Context.cpp | 44 if (!mMetadata->extract()) { in Initialize()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | image_and_kernel.rsh | 20 // Auxiliary information that is needed to extract a kernel matrix from a buffer
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 1 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/ |
D | RSCompilerDriver.cpp | 95 if (!me.extract()) { in setupConfig() 421 me.extract(); in buildScriptGroup()
|
D | RSEmbedInfo.cpp | 72 if (!me.extract()) { in getRSInfoString()
|
D | Source.cpp | 242 return mMetadata->extract(); in extractMetadata()
|
D | RSAddDebugInfoPass.cpp | 59 if (!me.extract()) { in runOnModule()
|
D | Compiler.cpp | 373 if (!me.extract()) { in addInternalizeSymbolsPass()
|
/frameworks/multidex/library/src/android/support/multidex/ |
D | MultiDexExtractor.java | 263 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/ |
D | MetadataExtractor.h | 163 bool extract();
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
D | EncodedStringValue.java | 230 public static EncodedStringValue[] extract(String src) { in extract() method in EncodedStringValue
|
/frameworks/support/compat/java/android/support/v4/graphics/ |
D | PathParser.java | 225 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/ |
D | uiautomator | 64 # we also pass the list of jar files, so we can extract class names for tests
|
/frameworks/compile/libbcc/bcinfo/tools/ |
D | main.cpp | 334 if (!ME->extract()) { in main()
|
/frameworks/layoutlib/bridge/src/android/util/ |
D | PathParser_Delegate.java | 275 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/ |
D | TileUtilsTest.java | 460 (TileUtilsShadowRemoteViews) ShadowExtractor.extract(tile.remoteViews); in getTilesForIntent_summaryUriSpecified_shouldOverrideRemoteViewSummary() 498 (TileUtilsShadowRemoteViews) ShadowExtractor.extract(tile.remoteViews); in getTilesForIntent_providerUnavailable_shouldNotOverrideRemoteViewSummary()
|
/frameworks/compile/libbcc/bcinfo/ |
D | MetadataExtractor.cpp | 599 bool MetadataExtractor::extract() { in extract() function in bcinfo::MetadataExtractor
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 249 // to the other dimensions, extract them from the kernel context:<br/>
|
/frameworks/rs/script_api/include/ |
D | rs_matrix.rsh | 59 * viewProj: Matrix to extract planes from. 183 * m: Matrix to extract the element from.
|
/frameworks/rs/cpu_ref/ |
D | rsCpuScript.cpp | 311 if (!bitcodeMetadata.extract()) { in init()
|
/frameworks/rs/rsov/driver/ |
D | rsovScript.cpp | 768 if (!bitcodeMetadata || !bitcodeMetadata->extract()) { in rsovScriptInit()
|