Searched refs:chunk (Results 26 - 32 of 32) sorted by relevance

12

/frameworks/base/tools/orientationplot/
H A Dorientationplot.py57 chunk = os.read(self.stream.fileno(), 4096)
62 if len(chunk) == 0:
70 self.buffer += chunk
/frameworks/base/core/java/android/view/
H A DDisplayListCanvas.java289 private static native void nDrawPatch(long renderer, Bitmap bitmap, long chunk, argument
/frameworks/base/libs/hwui/
H A DRenderNode.h203 void buildZSortedChildList(const DisplayListData::Chunk& chunk,
H A DDisplayListCanvas.cpp537 // op is first in new chunk
548 // standard case - append to existing chunk
580 // update the chunk's child indices
581 DisplayListData::Chunk& chunk = mDisplayListData->chunks.editTop(); local
582 chunk.endChildIndex = childIndex + 1;
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp785 // The smallest valid chunk is 16 bytes long in this case.
805 // The smallest valid chunk is 8 bytes long.
806 ALOGE("invalid chunk size: %" PRIu64, chunk_size);
810 char chunk[5]; local
811 MakeFourCCString(chunk_type, chunk);
812 ALOGV("chunk: %s @ %lld, %d", chunk, (long long)*offset, depth);
817 printf("%sfound chunk '%s' of size %" PRIu64 "\n", indent, chunk, chunk_size);
879 ALOGV("sampleTable chunk i
2472 char chunk[5]; local
3421 char chunk[5]; local
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java286 * Sets the nine patch chunk.
288 * @param chunk The definition of the nine patch
292 public void setNinePatchChunk(byte[] chunk) { argument
293 mNinePatchChunk = chunk;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 763 milliseconds

12