Searched defs:blockSize (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/util/
H A DBigBuffer.h64 * of blockSize.
66 BigBuffer(size_t blockSize);
115 inline BigBuffer::BigBuffer(size_t blockSize) : mBlockSize(blockSize), mSize(0) { argument
/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java534 * @param blockSize to use for space accounting
538 int flags, int blockSize) throws IOException {
551 this.blocks = (int) ((this.file.length() + blockSize - 1) / blockSize);
573 * @param blockSize to use for space accounting
575 public EntryFile(File file, int blockSize) { argument
577 this.blocks = (int) ((this.file.length() + blockSize - 1) / blockSize);
537 EntryFile(File temp, File dir, String tag,long timestampMillis, int flags, int blockSize) argument
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp1336 size_t blockSize = 0; local
1338 blockSize += iter.block()->GetFrame(k).len;
1341 if (blockSize > maxBlockSize) {
1342 maxBlockSize = blockSize;
/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 1771 milliseconds