/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() 225 String extract = extract("/app/src/main/res/" + config + "/foo.xml", location); in testSameIdInIncludeAndView() local 226 assertEquals(extract, "<include layout=\"@layout/basic_layout\" " in testSameIdInIncludeAndView() [all …]
|
D | SimpleCompilationTest.java | 108 String extract = extract(targetFile, loc); in singleFileErrorTest() local 109 assertEquals(expectedExtract, extract); in singleFileErrorTest() 152 String extract = extract(expectedErrorFile, loc); in testMultipleExceptionsInDifferentFiles() local 153 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/java/tests/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/rs/java/tests/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/compile/libbcc/lib/Renderscript/ |
D | RSCompilerDriver.cpp | 100 if (!me.extract()) { in setupConfig() 402 me.extract(); in buildScriptGroup()
|
D | RSEmbedInfo.cpp | 69 if (!me.extract()) { in getRSInfoString()
|
D | RSAddDebugInfoPass.cpp | 55 if (!me.extract()) { in runOnModule()
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | docking-monitoring.jd | 56 <p>You can extract the current docking status from the {@code EXTRA_DOCK_STATE} extra:<p> 89 <p>You can extract the dock type and state within the receiver implementation using the same
|
D | battery-monitoring.jd | 61 <p>You can extract both the current charging status and, if the device is being charged, whether 99 <p>Within the associated {@link android.content.BroadcastReceiver} implementation, you can extract
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | assets.jd | 83 When an asset is created, you probably want to read and extract 85 callback to detect an asset change and extract the asset:
|
/frameworks/multidex/library/src/android/support/multidex/ |
D | MultiDexExtractor.java | 193 extract(apk, dexFile, extractedFile, extractedFilePrefix); in performExtractions() 279 private static void extract(ZipFile apk, ZipEntry dexFile, File extractTo, in extract() method in MultiDexExtractor
|
/frameworks/compile/libbcc/include/bcinfo/ |
D | MetadataExtractor.h | 156 bool extract();
|
/frameworks/base/docs/html/training/material/ |
D | drawables.jd | 51 android.support.v7.graphics.Palette} class, which lets you extract prominent colors from an image. 63 <p>To extract these colors, pass a {@link android.graphics.Bitmap} object to the
|
/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/compile/libbcc/lib/Core/ |
D | Source.cpp | 207 return mMetadata->extract(); in extractMetadata()
|
D | Compiler.cpp | 324 if (!me.extract()) { in addInternalizeSymbolsPass()
|
/frameworks/base/docs/html/training/managing-audio/ |
D | volume-playback.jd | 107 <p>The receiver implementation itself needs to extract which key was pressed to cause the broadcast. 114 <p>The following snippet shows how to extract the media button pressed and affects the media playba…
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | PathParser.java | 212 extract(s, startPosition, result); in getFloats() 241 private static void extract(String s, int start, ExtractFloatResult result) { in extract() method in PathParser
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | redundant_redundant.jd | 38 <p>To ensure that your caching doesn't result in your app displaying stale data, be sure to extract…
|
/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/base/tools/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 347 extract(s, startPosition, result); in getFloats()
|
/frameworks/base/docs/html/google/play/licensing/ |
D | licensing-reference.jd | 257 <p>Any {@code Policy} implementation can extract the extras settings from the license 337 {@code Policy} can extract the VT key value and use it to conditionally allow access to 404 <p>The application {@code Policy} can extract the {@code GT} and {@code GR} extras and use them to
|