Searched refs:blocks (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DDropBoxManagerService.java448 public int blocks = 0; field in class:DropBoxManagerService.FileList
453 if (blocks != o.blocks) return o.blocks - blocks;
467 public final int blocks; field in class:DropBoxManagerService.EntryFile
506 this.blocks = (int) ((this.file.length() + blockSize - 1) / blockSize);
521 this.blocks = 0;
532 this.blocks = (int) ((this.file.length() + blockSize - 1) / blockSize);
578 this.blocks
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s25 ; * alpha blocks spatially corresponding to luminance
26 ; * blocks 0 to 3 in the same macroblock.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s25 ; * alpha blocks spatially corresponding to luminance
26 ; * blocks 0 to 3 in the same macroblock.
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java235 StringBlock[] blocks = mStringBlocks;
236 if (blocks == null) {
238 blocks = mStringBlocks;
240 outValue.string = blocks[block].get(outValue.data);
260 if (localLOGV) Log.v(TAG, "Making string blocks for " + this
274 // + ", blocks=" + mStringBlocks);

Completed in 120 milliseconds