Home
last modified time | relevance | path

Searched refs:chunks (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/core/java/com/android/server/updates/
DSELinuxPolicyInstallReceiver.java93 int[] chunks = new int[7]; in readChunkLengths() local
94 chunks[0] = readInt(bundle); in readChunkLengths()
95 chunks[1] = readInt(bundle); in readChunkLengths()
96 chunks[2] = readInt(bundle); in readChunkLengths()
97 chunks[3] = readInt(bundle); in readChunkLengths()
98 chunks[4] = readInt(bundle); in readChunkLengths()
99 chunks[5] = readInt(bundle); in readChunkLengths()
100 chunks[6] = readInt(bundle); in readChunkLengths()
101 return chunks; in readChunkLengths()
/frameworks/base/libs/hwui/
DDisplayList.h149 return chunks; in getChunks()
172 Vector<Chunk> chunks; variable
DDisplayListRenderer.cpp478 mDisplayListData->chunks.push(); in addOpAndUpdateChunk()
479 DisplayListData::Chunk& newChunk = mDisplayListData->chunks.editTop(); in addOpAndUpdateChunk()
489 mDisplayListData->chunks.editTop().endOpIndex = insertIndex + 1; in addOpAndUpdateChunk()
521 DisplayListData::Chunk& chunk = mDisplayListData->chunks.editTop(); in addRenderNodeOp()
/frameworks/base/core/java/android/nfc/
DNdefRecord.java791 ArrayList<byte[]> chunks = new ArrayList<byte[]>(); in parse() local
842 chunks.clear(); in parse()
847 chunks.add(payload); in parse()
852 for (byte[] p : chunks) { in parse()
858 for (byte[] p : chunks) { in parse()
/frameworks/base/docs/html/design/tv/
Dstyle.jd99 <li>Break text into small chunks that users can quickly scan.</li>
/frameworks/base/docs/html/guide/topics/media/
Dexoplayer.jd205 load media in small chunks (typically 2 to 10 seconds in duration). Whenever a chunk of media
211 which loads chunks of media data from which individual samples can be extracted. Each {@code
213 which is responsible for providing media chunks from which to load and read samples. The {@code
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd142 digestible chunks. Hide options that aren't essential at the moment, and teach people as they go.</…
/frameworks/base/docs/html/training/tv/start/
Dlayouts.jd155 <li>Break text into small chunks that users can quickly scan.</li>
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd88 … large downloads&mdash;such as video files&mdash;should be downloaded in chunks at regular interva…
/frameworks/base/docs/html/guide/practices/
Dseamlessness.jd61 chunks of black-box code. This allows you as the developer to view the entire
/frameworks/base/docs/html/guide/practices/app-design/
Dseamlessness.jd60 chunks of black-box code. This allows you as the developer to view the entire
/frameworks/base/docs/html/training/articles/
Dmemory.jd136 chunks should result in reclaiming all (or nearly all) the physical memory used. However,