Home
last modified time | relevance | path

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

12345678910>>...13

/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/llvm/utils/TableGen/
DCallingConvEmitter.cpp53 for (unsigned i = 0, e = CCActions->getSize(); i != e; ++i) { in EmitCallingConv()
71 for (unsigned i = 0, e = VTs->getSize(); i != e; ++i) { in EmitAction()
95 if (RegList->getSize() == 1) { in EmitAction()
102 for (unsigned i = 0, e = RegList->getSize(); i != e; ++i) { in EmitAction()
108 << Counter << ", " << RegList->getSize() << ")) {\n"; in EmitAction()
117 if (ShadowRegList->getSize() >0 && in EmitAction()
118 ShadowRegList->getSize() != RegList->getSize()) in EmitAction()
121 if (RegList->getSize() == 1) { in EmitAction()
133 for (unsigned i = 0, e = RegList->getSize(); i != e; ++i) { in EmitAction()
142 for (unsigned i = 0, e = ShadowRegList->getSize(); i != e; ++i) { in EmitAction()
[all …]
/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];
47 int(g)([[noreturn getSelf] getSize]);
48 int(h)([[noreturn]{return noreturn;}() getSize]);
/external/llvm/lib/Archive/
DArchiveReader.cpp287 At += mbr->getSize(); in loadArchive()
295 strtab.assign(At, mbr->getSize()); in loadArchive()
296 At += mbr->getSize(); in loadArchive()
308 if (!parseSymbolTable(mbr->getData(), mbr->getSize(), error)) in loadArchive()
311 At += mbr->getSize(); in loadArchive()
323 At += mbr->getSize(); in loadArchive()
353 MemoryBuffer::getMemBufferCopy(StringRef(I->getData(), I->getSize()), in getAllModules()
391 At += mbr->getSize(); in loadSymbolTable()
407 strtab.assign((const char*)mbr->getData(), mbr->getSize()); in loadSymbolTable()
408 At += mbr->getSize(); in loadSymbolTable()
[all …]
/external/llvm/lib/Object/
DArchive.cpp49 uint64_t getSize() const { in getSize() function
81 ToHeader(Data.data())->getSize(); in getNext()
93 ToHeader(NextLoc)->getSize(); in getNext()
123 + Parent->StringTable->getSize())) in getName()
141 uint64_t Archive::Child::getSize() const { in getSize() function in Archive::Child
142 uint64_t size = ToHeader(Data.data())->getSize(); in getSize()
162 return MemoryBuffer::getMemBuffer(Data.substr(size, getSize()), in getBuffer()
205 ToHeader(Loc)->getSize(); in begin_children()
239 ToHeader(Loc)->getSize(); in getMember()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
DInstruction.java43 public int getSize(int codeAddress) { in getSize() method in Instruction
58 return currentCodeAddress + getSize(currentCodeAddress); in write()
62 …out.annotate(getSize(currentCodeAddress)*2, "[0x" + Integer.toHexString(currentCodeAddress) + "] "… in annotateInstruction()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DMediaLayer.cpp67 mediaBounds.set(0, 0, getSize().width(), getSize().height()); in drawGL()
78 m.translate(0, -getSize().height()); in drawGL()
DLayerAndroid.cpp279 IntSize layerSize(getSize().width(), getSize().height()); in addDirtyArea()
435 getSize().width(), in updateLocalTransformAndClip()
436 getSize().height()); in updateLocalTransformAndClip()
495 childMatrix.translate(getSize().width() * 0.5f, getSize().height() * 0.5f); in updateGLPositionsAndScale()
497 childMatrix.translate(-getSize().width() * 0.5f, -getSize().height() * 0.5f); in updateGLPositionsAndScale()
881 float w = getSize().width(); in contentDraw()
882 float h = getSize().height(); in contentDraw()
920 r.set(0, 0, getSize().width(), getSize().height()); in onDraw()
941 dest.set(0, 0, getSize().width(), getSize().height()); in onDraw()
965 writeSize(file, indentLevel + 1, "size", getSize()); in dumpLayer()
/external/llvm/lib/DebugInfo/
DDWARFCompileUnit.h52 uint32_t getSize() const { return 11; } in getSize() function
57 uint32_t getFirstDIEOffset() const { return Offset + getSize(); } in getFirstDIEOffset()
60 size_t getDebugInfoSize() const { return Length + 4 - getSize(); } in getDebugInfoSize()
/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/replicaisland/src/com/replica/replicaisland/
DDrawableFactory.java76 int size = getSize(); in fill()
113 int size = getSize(); in fill()
142 int size = getSize(); in fill()
/external/icu4c/layout/
DPairPositioningSubtables.cpp55 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1)); in process()
56 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2)); in process()
100 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1)); in process()
101 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2)); in process()
/external/llvm/lib/MC/
DMCWin64EH.cpp43 if (I->getSize() > 512*1024-8) in CountOfUnwindCodes()
78 if (inst.getSize() > 512*1024-8) { in EmitUnwindCode()
81 w = inst.getSize() & 0xFFF8; in EmitUnwindCode()
83 w = inst.getSize() >> 16; in EmitUnwindCode()
86 w = inst.getSize() >> 3; in EmitUnwindCode()
91 b2 |= (((inst.getSize()-8) >> 3) & 0x0F) << 4; in EmitUnwindCode()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
DUnresolvedOdexInstruction.java55 public int getSize(int codeAddress) { in getSize() method in UnresolvedOdexInstruction
56 return OriginalInstruction.getSize(codeAddress); in getSize()
/external/chromium/chrome/common/
Dcommon_param_traits_unittest.cc82 memset(bitmap.getPixels(), 'A', bitmap.getSize()); in TEST()
95 EXPECT_EQ(bitmap.getSize(), output.getSize()); in TEST()
96 EXPECT_EQ(memcmp(bitmap.getPixels(), output.getPixels(), bitmap.getSize()), in TEST()
108 const size_t bogus_pixels_size = bitmap.getSize() * 2; in TEST()
/external/skia/src/images/
DSkCreateRLEPixelRef.cpp71 size_t size = src.getSize() >> 3; in SkCreateRLEPixelRef()
118 src.width(), src.height(), src.getSize(), in SkCreateRLEPixelRef()
120 (float)totalAlloc / src.getSize()); in SkCreateRLEPixelRef()
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp151 EmptySize = Layout.getSize(); in ComputeEmptySubobjectSizes()
178 EmptySize = Layout.getSize(); in ComputeEmptySubobjectSizes()
431 ElementOffset += Layout.getSize(); in CanPlaceFieldSubobjectAtOffset()
536 ElementOffset += Layout.getSize(); in UpdateEmptyFieldSubobjects()
768 CharUnits getSize() const { in getSize() function in __anon13ddfd5b0111::RecordLayoutBuilder
998 setSize(getSize().RoundUpToAlignment(BaseAlign)); in EnsureVTablePointerAlignment()
999 setDataSize(getSize()); in EnsureVTablePointerAlignment()
1048 VFPtrOffset = getSize(); in LayoutNonVirtualBases()
1049 setSize(getSize() + PtrWidth); in LayoutNonVirtualBases()
1050 setDataSize(getSize()); in LayoutNonVirtualBases()
[all …]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
DDistanceLodCalculator.java111 loc.x += terrainPatch.getSize()*terrainPatch.getWorldScale().x / 2; in getCenterLocation()
112 loc.z += terrainPatch.getSize()*terrainPatch.getWorldScale().z / 2; in getCenterLocation()
162 public int getSize() { in getSize() method in DistanceLodCalculator
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp50 L->getSize(), in mergeSetIn()
53 R->getSize(), in mergeSetIn()
105 AA.alias(AliasAnalysis::Location(P->getValue(), P->getSize(), in addPointer()
154 SomePtr->getSize(), in aliasesPointer()
163 AliasAnalysis::Location(I.getPointer(), I.getSize(), in aliasesPointer()
193 I.getSize(), in aliasesUnknownInst()
387 AliasSet &NewAS = addPointer(ASI.getPointer(), ASI.getSize(), in add()
541 AS->addPointer(*this, Entry, I->second->getSize(), in copyValue()
572 OS << ", " << I.getSize() << ")"; in print()
/external/webkit/Source/WebCore/platform/graphics/skia/
DNativeImageSkia.cpp74 return getSize() + m_resizedImage.getSize(); in decodedSize()
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
DJarFileTest.java142 entryName).getSize()); in test_getEntryLjava_lang_String()
175 entryName).getSize()); in test_getJarEntryLjava_lang_String()
210 JAR1_ENTRY1).getSize()); in testGetJarEntry()
394 readExactly(in, (int) entry.getSize() - 1); in testInputStreamOperations()
402 entry.setSize(entry.getSize() - 1); in testInputStreamOperations()
404 readExactly(in, (int) entry.getSize() - 1); in testInputStreamOperations()
466 zipEntry.setSize(zipEntry.getSize() + 1); in testJarVerificationModifiedEntry()
471 zipEntry.setSize(zipEntry.getSize() - 1); in testJarVerificationModifiedEntry()
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DZipEntryTest.java169 assertEquals("Incorrect size returned", orgSize, zentry.getSize()); in test_getSize()
334 assertEquals("Set size failed", (orgSize + 10), zentry.getSize()); in test_setSizeJ()
336 assertEquals("Set size failed", 0, zentry.getSize()); in test_setSizeJ()
409 2, zentry2.getSize()); in test_ConstructorLjava_util_zip_ZipEntry()
470 orgSize = zentry.getSize(); in setUp()
DZipInputStreamTest.java155 byte[] rbuf = new byte[(int) zentry.getSize()]; in test_read$BII()
186 byte[] rbuf = new byte[(int) zentry.getSize()]; in test_skipJ()
221 long entrySize = entry.getSize(); in test_available()
/external/srec/srec/Recognizer/src/
DRecognizerResultImpl.c47 impl->Interface.getSize = &SR_RecognizerResult_GetSize; in SR_RecognizerResult_Create()
162 CHKLOG(rc, results->getSize(results, &resultCount)); in SR_RecognizerResult_GetValue()
233 CHKLOG(rc, impl->results->getSize(impl->results, &nbest)); in SR_RecognizerResult_Destroy()
240 CHKLOG(rc, semanticList->getSize(semanticList, &num_semanticResults)); in SR_RecognizerResult_Destroy()
/external/smali/dexlib/src/main/java/org/jf/dexlib/
DCodeItem.java400 currentCodeAddress += instruction.getSize(currentCodeAddress); in getInstructionsLength()
468 currentCodeAddress += instruction.getSize(currentCodeAddress); in fixInstructions()
507 currentCodeAddress += instruction.getSize(currentCodeAddress); in replaceInstructionAtAddress()
521 … if (originalInstruction.getSize(codeAddress) == replacementInstruction.getSize(codeAddress)) { in replaceInstructionAtAddress()
536 currentCodeAddress += instruction.getSize(currentCodeAddress); in replaceInstructionAtAddress()
593 currentCodeAddress += instruction.getSize(currentCodeAddress); in replaceInstructionAtAddress()
905 offset += handler.getSize(); in place()
1022 private int getSize() { in getSize() method in CodeItem.EncodedTypeAddrPair

12345678910>>...13