Searched refs:piece (Results 1 – 19 of 19) sorted by relevance
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
D | drm_api.c | 1338 int32_t i, j, piece, leftLen, firstBytes; in drm_readB64ContentFromInputStream() local 1363 piece = encLen / DRM_B64_ENC_BLOCK; in drm_readB64ContentFromInputStream() 1365 for (i = 0; i < piece; i++) { in drm_readB64ContentFromInputStream() 1578 int32_t bufLen, piece, i, copyBytes, leftBytes; in drm_readAesContent() local 1599 … piece = (offset + readBytes - 1) / DRM_ONE_AES_BLOCK_LEN - offset / DRM_ONE_AES_BLOCK_LEN + 2; in drm_readAesContent() 1606 for (i = 0; i < piece - 1; i++) { in drm_readAesContent() 1650 … piece = (offset + leftBytes - 1) / DRM_ONE_AES_BLOCK_LEN - offset / DRM_ONE_AES_BLOCK_LEN + 2; in drm_readAesContent() 1655 for (i = 0; i < piece - 1; i++) { in drm_readAesContent()
|
/frameworks/base/docs/html/guide/basics/ |
D | building-blocks.jd | 47 piece of code (in this case, the Browser) that knows how to handle that
|
/frameworks/base/docs/html/training/accessibility/ |
D | accessible-app.jd | 70 description on some context, such as the state of a toggle button, or a piece
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
D | jetcreator_manual.jd | 143 create a longer piece. The sequencing can be fixed at the time the music file 162 the musical segments can be recombined to create a linear music piece. In this 171 <br>Figure 2: Non-linear music piece</p> 175 piece. The scenario is a first-person-shooter (FPS) and JET is providing the
|
/frameworks/base/docs/html/training/design-navigation/ |
D | descendant-lateral.jd | 98 …en inefficient and cumbersome. The number of touches required to access a piece of content with th…
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | managing.jd | 384 <p>The final piece of the puzzle is the {@link
|
/frameworks/base/docs/html/design/patterns/ |
D | actionbar.jd | 7 dedicated piece of real estate at the top of each screen that is generally persistent throughout the
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | jni.jd | 56 If a piece of code has no other way to get its JNIEnv, you should share 127 the IDs is to add a piece of code that looks like this to the appropriate class:</p>
|
/frameworks/base/docs/html/guide/practices/ |
D | jni.jd | 56 If a piece of code has no other way to get its JNIEnv, you should share 127 the IDs is to add a piece of code that looks like this to the appropriate class:</p>
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.1.jd | 62 <li>A <em>USB device</em> is a piece of connected hardware that depends on the 65 <li>A <em>USB accessory</em> is a piece of connected hardware that has a USB
|
D | android-3.0.jd | 188 <p>The clipboard holds only one piece of clipped data (a {@link android.content.ClipData}
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 209 describing the key piece of functionality the permission is protecting. The
|
/frameworks/base/docs/html/guide/topics/text/ |
D | copy-paste.jd | 684 piece of data to retrieve. You can provide this information by encoding an identifier for the 741 data you want to copy, and presumably a unique identifier for each piece. In response to a
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 167 is a critical piece of the rendering contract between your component and its
|
/frameworks/base/docs/html/guide/topics/search/ |
D | adding-custom-suggestions.jd | 504 <p>Declare the piece of the URI that is common to all suggestions in the {@code
|
D | search-dialog.jd | 351 is applied to a {@link android.widget.ListView}, each piece of data is inserted as an individual
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | prop-animation.jd | 225 android.animation.ValueAnimator} does not carry out the second piece, so you must listen
|
/frameworks/base/docs/html/guide/topics/data/ |
D | backup.jd | 417 <p>Perform this for each piece of data that you want to back up. How you divide your data into
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-provider-basics.jd | 148 of data the provider collects, and each row in the column represents an individual piece of
|