Home
last modified time | relevance | path

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

123

/frameworks/compile/libbcc/lib/Renderscript/
DRSCompiler.cpp39 if (!me.extract()) { in addInternalizeSymbolsPass()
DRSEmbedInfo.cpp64 if (!me.extract()) { in getRSInfoString()
/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h92 bool extract();
/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.jd59 <p>You can extract both the current charging status and, if the device is being charged, whether
97 <p>Within the associated {@link android.content.BroadcastReceiver} implementation, you can extract
/frameworks/multidex/library/src/android/support/multidex/
DMultiDexExtractor.java193 extract(apk, dexFile, extractedFile, extractedFilePrefix); in performExtractions()
285 private static void extract(ZipFile apk, ZipEntry dexFile, File extractTo, in extract() method in MultiDexExtractor
/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/base/docs/html/tools/help/
Djobb.jd23 <p>You can use the {@code jobb} tool to create an OBB file or extract the contents of an
30 <p>This example shows how to dump (extract) the contents of an existing OBB file:</p>
Dadt.jd343 <dd>You can extract parts of a current layout into its own layout file,
345 "#extract-as-include">Layout Refactoring Support</a> for more information.</dd>
499 <dt id="extract-as-include"><strong>Extract as include</strong></dt>
500 <dd>This lets you extract views inside of an existing layout into their own separate layout
526 For example, if you are editing an XML value and decide you want to extract it out
/frameworks/base/docs/html/training/material/
Ddrawables.jd48 android.support.v7.graphics.Palette} class, which lets you extract prominent colors from an image.
60 <p>To extract these colors, pass a {@link android.graphics.Bitmap} object to the
Dcompatibility.jd81 href="{@docRoot}training/material/drawables.html#ColorExtract">extract prominent colors from
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DEncodedStringValue.java230 public static EncodedStringValue[] extract(String src) { in extract() method in EncodedStringValue
/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/base/core/java/android/util/
DPathParser.java174 extract(s, startPosition, result); in getFloats()
203 private static void extract(String s, int start, ExtractFloatResult result) { in extract() method in PathParser
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp298 if (!ME->extract()) { in main()
/frameworks/testing/uiautomator/cmds/uiautomator/
Duiautomator64 # we also pass the list of jar files, so we can extract class names for tests
/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/docs/html/training/articles/
Dkeystore.jd30 in a container to make it more difficult to extract from the
/frameworks/base/docs/html/tools/
Dindex.jd39 …<li>Visual refactoring lets you extracts layout for inclusion, convert layouts, extract styles.</l…
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp399 bool MetadataExtractor::extract() { in extract() function in bcinfo::MetadataExtractor
/frameworks/base/docs/html/training/basics/supporting-devices/
Dlanguages.jd28 <p>It’s always a good practice to extract UI strings from your app code and keep them
/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
/frameworks/rs/scriptc/
Drs_math.rsh93 * @param viewProj matrix to extract planes from
/frameworks/base/docs/html/design/material/
Dindex.jd147 <li><strong>Color extraction</strong> lets you automatically extract prominent colors from a
/frameworks/base/docs/html/guide/topics/ui/controls/
Dtext.jd217 when a handset device is in landscape orientation) then fullscreen ("extract mode") is triggered. In
256 <p class="img-caption"><strong>Figure 6.</strong> The fullscreen text field ("extract mode") is

123