HomeSort by relevance Sort by last modified time
    Searched refs:getSizeInBytes (Results 1 - 23 of 23) sorted by null

  /frameworks/base/libs/hwui/tests/unit/
OffscreenBufferPoolTests.cpp 41 EXPECT_EQ(64u * 192u * 4u, layer.getSizeInBytes());
75 ASSERT_LT(layer->getSizeInBytes(), pool.getMaxSize());
78 ASSERT_EQ(layer->getSizeInBytes(), pool.getSize());
121 EXPECT_EQ(layer->getSizeInBytes(), pool.getSize());
131 EXPECT_GT(hugeLayer->getSizeInBytes(), pool.getMaxSize());
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
BitmapPreFiller.java 68 int bytesPerBitmap = getSizeInBytes(size);
76 private static int getSizeInBytes(PreFillType size) {
  /external/llvm/tools/llvm-readobj/
StackMapPrinter.h 70 << LO.getSizeInBytes() << "-bytes) ";
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PageContentRepository.java 267 mSizeInBytes -= page.getSizeInBytes();
279 final int contentSizeInBytes = renderedPage.getSizeInBytes();
307 mSizeInBytes -= renderedPage.getSizeInBytes();
315 mSizeInBytes -= renderedPage.getSizeInBytes();
319 public int getSizeInBytes() {
407 public int getSizeInBytes() {
782 if (mPageContentCache.getSizeInBytes() <= 0
783 || mPageContentCache.getSizeInBytes() + bitmapSizeInBytes
803 + mPageContentCache.getSizeInBytes() + " bytes");
812 + mPageContentCache.getSizeInBytes() + " bytes")
    [all...]
  /external/llvm/include/llvm/Object/
StackMapParser.h 170 unsigned getSizeInBytes() const {
273 unsigned getSizeInBytes() const {
280 return RecordAccessor(P + getSizeInBytes());
311 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes();
  /frameworks/base/libs/hwui/renderstate/
OffscreenBufferPool.h 63 uint32_t getSizeInBytes() { return texture.objectSize(); }
OffscreenBufferPool.cpp 154 mSize -= layer->getSizeInBytes();
186 const uint32_t size = layer->getSizeInBytes();
192 mSize -= victim->getSizeInBytes();
  /packages/apps/Camera2/src/com/android/camera/data/
FilmstripItemData.java 134 public long getSizeInBytes() {
225 builder.mSizeInBytes = data.getSizeInBytes();
FilmstripItemBase.java 102 long mSizeInBytes = mData.getSizeInBytes();
  /external/llvm/include/llvm/IR/
DataLayout.h 482 uint64_t getSizeInBytes() const { return StructSize; }
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 225 ElementSize = DL.getStructLayout(ST)->getSizeInBytes();
BasicAliasAnalysis.cpp     [all...]
ConstantFolding.cpp 848 if (Offset.uge(SL.getSizeInBytes()))
    [all...]
ScalarEvolutionExpander.cpp 461 if (FullOffset < SL.getSizeInBytes()) {
    [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp 435 static int getSizeInBytes(cv::InputArray a);
  /external/opencv3/modules/ts/src/
ts_perf.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 506 milliseconds