Home
last modified time | relevance | path

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

123

/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()
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 …]
DSimpleCompilationTest.java108 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()
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/java/tests/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/rs/java/tests/Refocus/src/com/android/rs/test/
Dimage_and_kernel.rsh20 // Auxiliary information that is needed to extract a kernel matrix from a buffer
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp100 if (!me.extract()) { in setupConfig()
402 me.extract(); in buildScriptGroup()
DRSEmbedInfo.cpp69 if (!me.extract()) { in getRSInfoString()
DRSAddDebugInfoPass.cpp55 if (!me.extract()) { in runOnModule()
/frameworks/base/docs/html/training/monitoring-device-state/
Ddocking-monitoring.jd56 <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
Dbattery-monitoring.jd61 <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/
Dassets.jd83 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/
DMultiDexExtractor.java193 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/
DMetadataExtractor.h156 bool extract();
/frameworks/base/docs/html/training/material/
Ddrawables.jd51 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/
DEncodedStringValue.java230 public static EncodedStringValue[] extract(String src) { in extract() method in EncodedStringValue
/frameworks/compile/libbcc/lib/Core/
DSource.cpp207 return mMetadata->extract(); in extractMetadata()
DCompiler.cpp324 if (!me.extract()) { in addInternalizeSymbolsPass()
/frameworks/base/docs/html/training/managing-audio/
Dvolume-playback.jd107 <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/
DPathParser.java212 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/
Dredundant_redundant.jd38 <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/
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/base/tools/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
347 extract(s, startPosition, result); in getFloats()
/frameworks/base/docs/html/google/play/licensing/
Dlicensing-reference.jd257 <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

123