Searched refs:getSize (Results 151 - 175 of 648) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java59 String sizeStr = StringUtil.padLeft(Long.toString(fileSystemEntry.getSize()), SIZE_WIDTH);
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java59 String sizeStr = StringUtil.padLeft(Long.toString(fileSystemEntry.getSize()), SIZE_WIDTH);
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java59 String sizeStr = StringUtil.padLeft(Long.toString(fileSystemEntry.getSize()), SIZE_WIDTH);
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatter.java59 String sizeStr = StringUtil.padLeft(Long.toString(fileSystemEntry.getSize()), SIZE_WIDTH);
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DBasicValue.java67 public int getSize() { method in class:BasicValue
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DItemLocationBox.java77 size += item.getSize();
203 public int getSize() { method in class:ItemLocationBox.Item
216 size += extent.getSize();
320 public int getSize() { method in class:ItemLocationBox.Extent
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
H A DMovieFragmentBox.java64 offset += box.getSize();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
H A DAbstractBox.java81 * <code>getSize()</code> bytes.
122 ByteBuffer bb = ByteBuffer.allocate(l2i(getSize()));
174 public long getSize() { method in class:AbstractBox
266 IsoTypeWriter.writeUInt32(byteBuffer, this.getSize());
271 IsoTypeWriter.writeUInt64(byteBuffer, getSize());
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DBaseDescriptor.java51 public int getSize() { method in class:BaseDescriptor
H A DExtensionDescriptor.java59 if (getSize() > 0) {
/external/parameter-framework/parameter/
H A DAreaConfiguration.h79 uint32_t getSize() const;
H A DEnumParameterType.cpp177 strStream << "0x" << std::hex << std::uppercase << std::setw(getSize()*2) << std::setfill('0') << makeEncodable(minValue);
179 strStream << ", 0x" << std::hex << std::uppercase << std::setw(getSize()*2) << std::setfill('0') << makeEncodable(maxValue);
207 strStream << "0x" << std::hex << std::uppercase << std::setw(getSize()*2) << std::setfill('0') << makeEncodable(uiValue);
348 xmlElement.setAttributeString("Size", CUtility::toString(getSize() * 8));
H A DIntegerParameterType.cpp202 strStream << "0x" << std::hex << std::uppercase << std::setw(getSize()*2) << std::setfill('0') << uiValue;
410 strStream << "0x" << std::hex << std::uppercase << std::setw(getSize()*2) << std::setfill('0') << makeEncodable(minValue);
412 strStream << ", 0x" << std::hex << std::uppercase << std::setw(getSize()*2) << std::setfill('0') << makeEncodable(maxValue);
458 xmlElement.setAttributeString("Size", CUtility::toString(getSize() * 8));
H A DParameter.h75 uint32_t getSize() const;
H A DSubsystemObject.h61 uint32_t getSize() const;
/external/parameter-framework/skeleton-subsystem/
H A DSkeletonSubsystemObject.cpp64 _uiScalarSize = pParameterType->getSize();
/external/skia/bench/
H A DBenchmark.h52 SkIPoint getSize();
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.h43 unsigned int getSize() { return mSize; } function in class:android::uirenderer::VertexBuffer
/external/skia/src/gpu/gl/debug/
H A DGrBufferObj.h52 GrGLsizeiptr getSize() const { return fSize; } function in class:GrBufferObj
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundleImpl.java127 public int getSize() { method in class:ICUResourceBundleImpl.ResourceContainer
128 return value.getSize();
167 int length = value.getSize();
208 for (int i = 0; i < table.getSize(); ++i) {
249 int length = array.getSize();
/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp49 L->getSize(),
52 R->getSize(),
109 AA.alias(AliasAnalysis::Location(P->getValue(), P->getSize(),
160 SomePtr->getSize(),
169 AliasAnalysis::Location(I.getPointer(), I.getSize(),
199 I.getSize(),
405 AliasSet &NewAS = addPointer(ASI.getPointer(), ASI.getSize(),
569 AS->addPointer(*this, Entry, I->second->getSize(),
600 OS << ", " << I.getSize() << ")";
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp124 (unsigned)Context.toBits(getSize(Type))));
133 CharUnits getSize(llvm::Type *Type) { function in struct:__anon984::CGRecordLowering
256 CharUnits Size = NVBaseType ? Layout.getNonVirtualSize() : Layout.getSize();
280 CharUnits LayoutSize = Layout.getSize();
294 if (LayoutSize < getSize(FieldType))
321 getSize(FieldType) > getSize(StorageType)))
329 if (LayoutSize < getSize(StorageType))
332 appendPaddingBytes(LayoutSize - getSize(StorageType));
532 CharUnits Tail = getSize(Prio
[all...]
/external/skia/tools/
H A Dfiltermain.cpp53 canvas->getSize() <= curCommand+2 ||
125 canvas->getSize() <= curCommand+5 ||
191 canvas->getSize() <= curCommand+4 ||
226 canvas->getSize() <= curCommand+4 ||
274 canvas->getSize() <= curCommand+4 ||
324 canvas->getSize() <= curCommand+13 ||
500 canvas->getSize() <= curCommand+4 ||
574 canvas->getSize() <= curCommand+4 ||
647 if (debugCanvas.getSize() > 1) {
649 debugCanvas.deleteDrawCommandAt(debugCanvas.getSize()
[all...]
/external/llvm/lib/Object/
H A DArchive.cpp45 uint32_t ArchiveMemberHeader::getSize() const { function in class:ArchiveMemberHeader
93 Size += Header->getSize();
108 uint64_t Archive::Child::getSize() const { function in class:Archive::Child
110 return getHeader()->getSize();
115 return getHeader()->getSize();
162 + Parent->StringTable->getSize()))
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.cpp203 nodes = new Graph::Node * [graph->getSize() + 1];
206 nodes[graph->getSize()] = 0;
259 nodes = new Graph::Node * [graph->getSize() + 1];
262 nodes[graph->getSize()] = 0;
290 while (bb.getSize()) {
318 if (bb.getSize() == 0)

Completed in 1965 milliseconds

1234567891011>>