Home
last modified time | relevance | path

Searched refs:getSize (Results 1 – 25 of 650) sorted by relevance

12345678910>>...26

/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp28 EXPECT_LT(0u, Cap.getSize()); in TEST()
30 size_t PrevSize = Cap.getSize(); in TEST()
33 EXPECT_LE(N, Cap.getSize()); in TEST()
35 EXPECT_EQ(PrevSize, Cap.getSize()); in TEST()
37 EXPECT_LT(PrevSize, Cap.getSize()); in TEST()
38 PrevSize = Cap.getSize(); in TEST()
43 PrevSize = Cap.getSize(); in TEST()
46 EXPECT_LT(PrevSize, Cap.getSize()); in TEST()
47 PrevSize = Cap.getSize(); in TEST()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DCombinerHeightMap.java92 if (map1.getSize() != map2.getSize()) { in CombinerHeightMap()
102 this.size = map1.getSize(); in CombinerHeightMap()
143 if (map1.getSize() != map2.getSize()) { in CombinerHeightMap()
156 this.size = map1.getSize(); in CombinerHeightMap()
202 if (map1.getSize() != map2.getSize()) { in setHeightMaps()
207 this.size = map1.getSize(); in setHeightMaps()
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DFrame.java254 if (value1.getSize() == 2) { in execute()
259 if (local != null && local.getSize() == 2) { in execute()
278 if (pop().getSize() == 2) { in execute()
283 if (pop().getSize() == 1) { in execute()
284 if (pop().getSize() != 1) { in execute()
291 if (value1.getSize() != 1) { in execute()
300 if (value1.getSize() != 1 || value2.getSize() != 1) { in execute()
309 if (value1.getSize() == 1) { in execute()
311 if (value2.getSize() == 1) { in execute()
313 if (value3.getSize() == 1) { in execute()
[all …]
DSourceInterpreter.java51 return new SourceValue(type == null ? 1 : type.getSize()); in newValue()
68 size = Type.getType(((FieldInsnNode) insn).desc).getSize(); in newOperation()
77 return new SourceValue(value.getSize(), insn); in copyOperation()
95 size = Type.getType(((FieldInsnNode) insn).desc).getSize(); in unaryOperation()
150 size = Type.getReturnType(((MethodInsnNode) insn).desc).getSize(); in naryOperation()
/external/icu/icu4c/source/layout/
DLETableReference.h223 inline static size_t getSize();
228 size_t LETableVarSizer<T>::getSize() { in getSize() function
243 #define LE_VAR_ARRAY(x,y) template<> inline size_t LETableVarSizer<x>::getSize() { return sizeof(x)…
249 #define LE_CORRECT_SIZE(x,y) template<> inline size_t LETableVarSizer<x>::getSize() { return y; }
270 count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size in LEReferenceToArrayOf()
272 LETableReference::verifyLength(0, LETableVarSizer<T>::getSize()*count, success); in LEReferenceToArrayOf()
285 count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size in LEReferenceToArrayOf()
287 LETableReference::verifyLength(0, LETableVarSizer<T>::getSize()*count, success); in LEReferenceToArrayOf()
296 count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size in LEReferenceToArrayOf()
298 LETableReference::verifyLength(0, LETableVarSizer<T>::getSize()*count, success); in LEReferenceToArrayOf()
[all …]
/external/glide/library/src/main/java/com/bumptech/glide/util/
DLruCache.java50 protected int getSize(Y item) { in getSize() method in LruCache
110 final int itemSize = getSize(item); in put()
118 currentSize += getSize(item); in put()
122 currentSize -= getSize(result); in put()
137 currentSize -= getSize(value); in remove()
159 currentSize -= getSize(toRemove); in trimToSize()
/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.cpp42 LRSpillSlot = MFI->CreateFixedObject(RC->getSize(), 0, true); in createLRSpillSlot()
44 LRSpillSlot = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true); in createLRSpillSlot()
56 FPSpillSlot = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true); in createFPSpillSlot()
67 EHSpillSlot[0] = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true); in createEHSpillSlot()
68 EHSpillSlot[1] = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true); in createEHSpillSlot()
/external/llvm/utils/TableGen/
DCallingConvEmitter.cpp72 for (unsigned i = 0, e = CCActions->getSize(); i != e; ++i) { in EmitCallingConv()
90 for (unsigned i = 0, e = VTs->getSize(); i != e; ++i) { in EmitAction()
114 if (RegList->getSize() == 1) { in EmitAction()
121 for (unsigned i = 0, e = RegList->getSize(); i != e; ++i) { in EmitAction()
136 if (ShadowRegList->getSize() >0 && in EmitAction()
137 ShadowRegList->getSize() != RegList->getSize()) in EmitAction()
140 if (RegList->getSize() == 1) { in EmitAction()
152 for (unsigned i = 0, e = RegList->getSize(); i != e; ++i) { in EmitAction()
161 for (unsigned i = 0, e = ShadowRegList->getSize(); i != e; ++i) { in EmitAction()
209 for (unsigned i = 0, e = ShadowRegList->getSize(); i != e; ++i) { in EmitAction()
DCodeGenMapTable.cpp131 if (ColValList->getSize() == 0) in InstrMap()
135 for (unsigned i = 0, e = ColValList->getSize(); i < e; i++) { in InstrMap()
140 if (ColI->getSize() != ColFields->getSize()) in InstrMap()
246 for (unsigned j = 0, endRF = RowFields->getSize(); j < endRF; j++) { in buildRowInstrMap()
272 for (unsigned j = 0, endCF = ColFields->getSize(); in isKeyColInstr()
316 for (unsigned j = 0, endRF = RowFields->getSize(); j < endRF; j++) { in getInstrForColumn()
334 for (unsigned j = 0, endCF = ColFields->getSize(); in getInstrForColumn()
446 for (unsigned j = 0, ColSize = ColumnI->getSize(); j < ColSize; j++) { in emitMapFuncBody()
451 if (j < ColumnI->getSize() - 1) OS << " && "; in emitMapFuncBody()
481 for (unsigned i = 0, e = ColFields->getSize(); i < e; i++) { in emitTablesWithFunc()
[all …]
/external/parameter-framework/parameter/
DBitParameterBlock.cpp51 return getSize(); in getFootPrint()
55 uint32_t CBitParameterBlock::getSize() const in getSize() function in CBitParameterBlock
57 return static_cast<const CBitParameterBlockType*>(getTypeElement())->getSize(); in getSize()
70 …pBlackboard->writeInteger(&uiDefaultValue, getSize(), getOffset() - parameterAccessContext.getBase… in setDefaultValues()
DParameterType.cpp63 uint32_t CParameterType::getSize() const in getSize() function in CParameterType
121 strResult += "Scalar size: " + CUtility::toString(getSize()) + " byte(s) \n"; in showProperties()
156 uint32_t uiSizeInBits = getSize() * 8; in doSignExtend()
181 if (getSize() == sizeof(data)) { in doIsEncodable()
186 uint32_t uiShift = getSize() * 8; in doIsEncodable()
206 if (getSize() == sizeof(uint32_t)) { in makeEncodable()
210 uint32_t uiSizeInBits = getSize() * 8; in makeEncodable()
DParameter.cpp68 return getSize(); in getFootPrint()
71 uint32_t CParameter::getSize() const in getSize() function in CParameter
73 return static_cast<const CParameterType*>(getTypeElement())->getSize(); in getSize()
86 …pBlackboard->writeInteger(&uiDefaultValue, getSize(), getOffset() - parameterAccessContext.getBase… in setDefaultValues()
170 …pBlackboard->writeInteger(&uiData, getSize(), uiOffset, parameterAccessContext.isBigEndianSubsyste… in doSet()
184 …pBlackboard->readInteger(&uiData, getSize(), uiOffset, parameterAccessContext.isBigEndianSubsystem… in doGet()
DArrayParameter.cpp50 return getSize() * getArrayLength(); in getFootPrint()
139 doGetValue(strValue, getOffset() + uiIndex * getSize(), parameterAccessContext); in accessValue()
197 uint32_t uiSize = getSize(); in setDefaultValues()
277 uint32_t uiSize = getSize(); in setValues()
300 uint32_t uiSize = getSize(); in getValues()
360 uint32_t uiSize = getSize(); in setValues()
384 uint32_t uiSize = getSize(); in getValues()
417 …pBlackboard->writeInteger(&uiData, getSize(), uiOffset, parameterAccessContext.isBigEndianSubsyste… in doSet()
431 …pBlackboard->readInteger(&uiData, getSize(), uiOffset, parameterAccessContext.isBigEndianSubsystem… in doGet()
DStringParameter.cpp51 return getSize(); in getFootPrint()
54 uint32_t CStringParameter::getSize() const in getSize() function in CStringParameter
71 if (strValue.length() >= getSize()) { in doSetValue()
DFixedPointParameterType.cpp167 std::setw(getSize() * 2) << std::setfill('0') << makeEncodable(iMin); in setOutOfRangeError()
170 std::setw(getSize() * 2) << std::setfill('0') << makeEncodable(iMax); in setOutOfRangeError()
200 …strStream << "0x" << std::hex << std::uppercase << std::setw(getSize()*2) << std::setfill('0') << … in fromBlackboard()
350 iData <<= getSize() * 8 - getUtilSizeInBits(); in doubleToBinaryQnm()
359 iValue >>= getSize() * 8 - getUtilSizeInBits(); in binaryQnmToDouble()
367 xmlElement.setAttributeString("Size", CUtility::toString(getSize() * 8)); in toXml()
/external/clang/test/Parser/
Dobjcxx11-attributes.mm6 - (int) getSize; method
13 int a[ [noreturn getSize] ];
18 int c[ [noreturn getSize] + 1 ];
25 [ [ int(), noreturn getSelf ] getSize ]; // expected-warning {{unused}}
30 [[[[] { return [ X alloc ]; } () init] getSelf] getSize];
52 int(g)([[noreturn getSelf] getSize]);
53 int(h)([[noreturn]{return noreturn;}() getSize]);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DESDescriptor.java107 if (getSize() > baseSize + 2) { in parseDetail()
110 … - ESDescriptor1 read: " + read + ", size: " + (descriptor != null ? descriptor.getSize() : null)); in parseDetail()
112 final int size = descriptor.getSize(); in parseDetail()
124 if (getSize() > baseSize + 2) { in parseDetail()
127 … - ESDescriptor2 read: " + read + ", size: " + (descriptor != null ? descriptor.getSize() : null)); in parseDetail()
129 final int size = descriptor.getSize(); in parseDetail()
142 while (getSize() - baseSize > 2) { in parseDetail()
146 … - ESDescriptor3 read: " + read + ", size: " + (descriptor != null ? descriptor.getSize() : null)); in parseDetail()
148 final int size = descriptor.getSize(); in parseDetail()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
DGifBitmapWrapper.java30 public int getSize() { in getSize() method in GifBitmapWrapper
32 return bitmapResource.getSize(); in getSize()
34 return gifResource.getSize(); in getSize()
/external/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp222 if (RCA->getSize() < RCB->getSize()) { in getCommonSuperRegClass()
230 unsigned MinSize = RCA->getSize(); in getCommonSuperRegClass()
238 if (!RC || RC->getSize() < MinSize) in getCommonSuperRegClass()
247 if (BestRC && RC->getSize() >= BestRC->getSize()) in getCommonSuperRegClass()
256 if (BestRC->getSize() == MinSize) in getCommonSuperRegClass()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DTextSampleEntry.java79 contentSize += boxRecord.getSize(); in getContentSize()
80 contentSize += styleRecord.getSize(); in getContentSize()
82 contentSize += boxe.getSize(); in getContentSize()
241 public int getSize() { in getSize() method in TextSampleEntry.BoxRecord
299 public int getSize() { in getSize() method in TextSampleEntry.StyleRecord
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DViewMeasureSpecTest.java29 MeasureSpec.getSize(MeasureSpec.makeMeasureSpec(512, View.MeasureSpec.UNSPECIFIED))); in testSize()
31 MeasureSpec.getSize(MeasureSpec.makeMeasureSpec(800, View.MeasureSpec.EXACTLY))); in testSize()
33 MeasureSpec.getSize(MeasureSpec.makeMeasureSpec(1280, View.MeasureSpec.AT_MOST))); in testSize()
/external/skia/tools/
Dfiltermain.cpp53 canvas->getSize() <= curCommand+2 || in check_0()
125 canvas->getSize() <= curCommand+5 || in check_1()
191 canvas->getSize() <= curCommand+4 || in check_2()
226 canvas->getSize() <= curCommand+4 || in check_3()
274 canvas->getSize() <= curCommand+4 || in check_4()
324 canvas->getSize() <= curCommand+13 || in check_7()
500 canvas->getSize() <= curCommand+4 || in check_8()
574 canvas->getSize() <= curCommand+4 || in check_9()
647 if (debugCanvas.getSize() > 1) { in filter_picture()
649 debugCanvas.deleteDrawCommandAt(debugCanvas.getSize()-1); in filter_picture()
[all …]
/external/skia/tests/
DFontMgrTest.cpp20 REPORTER_ASSERT(reporter, 24 == font->getSize()); in test_font()
40 REPORTER_ASSERT(reporter, 36 == newFont->getSize()); // double check we haven't changed in test_font()
41 REPORTER_ASSERT(reporter, 24 == font->getSize()); // double check we haven't changed in test_font()
47 REPORTER_ASSERT(reporter, font->getSize() == paint.getTextSize()); in test_font()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
DBresenhamTerrainPicker.java115 while (loc.x >= -1 && loc.x <= patch.getSize() && in getTerrainIntersection()
116 loc.y >= -1 && loc.y <= patch.getSize()) { in getTerrainIntersection()
234 if (x < 0 || x >= patch.getSize() - 1) { in findClosestHeightIndex()
237 if (z < 0 || z >= patch.getSize() - 1) { in findClosestHeightIndex()
241 return z * patch.getSize() + x; in findClosestHeightIndex()
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp124 (unsigned)Context.toBits(getSize(Type)))); in getStorageType()
133 CharUnits getSize(llvm::Type *Type) { in getSize() function
256 CharUnits Size = NVBaseType ? Layout.getNonVirtualSize() : Layout.getSize(); in lower()
280 CharUnits LayoutSize = Layout.getSize(); in lowerUnion()
294 if (LayoutSize < getSize(FieldType)) in lowerUnion()
321 getSize(FieldType) > getSize(StorageType))) in lowerUnion()
329 if (LayoutSize < getSize(StorageType)) in lowerUnion()
332 appendPaddingBytes(LayoutSize - getSize(StorageType)); in lowerUnion()
532 CharUnits Tail = getSize(Prior->Data); in clipTailPadding()
547 Tail = Prior->Offset + getSize(Prior->Data); in clipTailPadding()
[all …]

12345678910>>...26