/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSCompiler.cpp | 39 if (!me.extract()) { in addInternalizeSymbolsPass()
|
D | RSEmbedInfo.cpp | 64 if (!me.extract()) { in getRSInfoString()
|
/frameworks/compile/libbcc/include/bcinfo/ |
D | MetadataExtractor.h | 92 bool extract();
|
/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 | 59 <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/ |
D | MultiDexExtractor.java | 193 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/ |
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/base/docs/html/tools/help/ |
D | jobb.jd | 23 <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>
|
D | adt.jd | 343 <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/ |
D | drawables.jd | 48 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
|
D | compatibility.jd | 81 href="{@docRoot}training/material/drawables.html#ColorExtract">extract prominent colors from
|
/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/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/base/core/java/android/util/ |
D | PathParser.java | 174 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/ |
D | main.cpp | 298 if (!ME->extract()) { in main()
|
/frameworks/testing/uiautomator/cmds/uiautomator/ |
D | uiautomator | 64 # we also pass the list of jar files, so we can extract class names for tests
|
/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/docs/html/training/articles/ |
D | keystore.jd | 30 in a container to make it more difficult to extract from the
|
/frameworks/base/docs/html/tools/ |
D | index.jd | 39 …<li>Visual refactoring lets you extracts layout for inclusion, convert layouts, extract styles.</l…
|
/frameworks/compile/libbcc/bcinfo/ |
D | MetadataExtractor.cpp | 399 bool MetadataExtractor::extract() { in extract() function in bcinfo::MetadataExtractor
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | languages.jd | 28 <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/ |
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
|
/frameworks/rs/scriptc/ |
D | rs_math.rsh | 93 * @param viewProj matrix to extract planes from
|
/frameworks/base/docs/html/design/material/ |
D | index.jd | 147 <li><strong>Color extraction</strong> lets you automatically extract prominent colors from a
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | text.jd | 217 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
|