Searched refs:getSize (Results 26 - 50 of 165) sorted by relevance

1234567

/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DAsyncFileStream.h52 void getSize(const String& path, double expectedModificationTime);
H A DAsyncFileStream.cpp130 void AsyncFileStream::getSize(const String& path, double expectedModificationTime) function in class:WebCore::AsyncFileStream
137 long long size = m_stream->getSize(path, expectedModificationTime);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DFileStream.cpp64 long long FileStream::getSize(const String& path, double expectedModificationTime) function in class:WebCore::FileStream
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/stream/
H A Dtiffstream.h47 unsigned int getSize(thandle_t fd);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DAliasSetTracker.cpp50 L->getSize(),
53 R->getSize(),
105 AA.alias(AliasAnalysis::Location(P->getValue(), P->getSize(),
154 SomePtr->getSize(),
163 AliasAnalysis::Location(I.getPointer(), I.getSize(),
193 I.getSize(),
387 AliasSet &NewAS = addPointer(ASI.getPointer(), ASI.getSize(),
541 AS->addPointer(*this, Entry, I->second->getSize(),
572 OS << ", " << I.getSize() << ")";
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DPersistEntityBinding.java80 key.getData(), key.getOffset(), key.getSize());
83 data.getData(), data.getOffset(), data.getSize());
H A DPersistKeyCreator.java130 secKey.getSize(), true /*rawAccess*/);
155 data.getData(), data.getOffset(), data.getSize());
H A DPersistKeyBinding.java90 (entry.getData(), entry.getOffset(), entry.getSize());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp189 if (isLoadOfStoredAddress(MO->getSize(),
216 StoreSize[NumStores] = MO->getSize();
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DAttribute.java201 final int getSize( method in class:Attribute
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/bind/serial/
H A DSerialBinding.java109 int length = entry.getSize();
H A DStoredClassCatalog.java186 data.getSize()));
440 if (dbt.getOffset() == 0 && b.length == dbt.getSize()) {
443 int len = dbt.getSize();
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dresbund.h208 getSize(void) const;
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOOutputQueue.h214 /*! @function getSize
219 virtual UInt32 getSize() const = 0;
H A DIOPacketQueue.h106 /*! @function getSize
111 virtual UInt32 getSize() const;
H A DIOBasicOutputQueue.h281 /*! @function getSize
286 virtual UInt32 getSize() const;
H A DIONetworkData.h395 /*! @function getSize
400 virtual UInt32 getSize() const;
/macosx-10.9.5/IOStorageFamily-172/
H A DIOFDiskPartitionScheme.cpp303 if ( fdiskBlockNext * mediaBlockSize >= media->getSize() )
443 if ( partitionBase >= media->getSize() ) return true;
472 if ( partitionBase + partitionSize > media->getSize() )
474 partitionSize = media->getSize() - partitionBase;
H A DIOAppleLabelScheme.cpp225 if ( bufferBase + bufferSize > media->getSize() ) goto scanErr;
334 if ( contentBase + contentSize > media->getSize() ) return true;
360 contentSize = media->getSize();
H A DIOApplePartitionScheme.cpp471 if ( partitionBase >= media->getSize() ) return true;
508 if ( partitionBase + partitionSize > media->getSize() )
510 partitionSize = media->getSize() - partitionBase;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineMemOperand.h131 /// getSize - Return the size in bytes of the memory reference.
132 uint64_t getSize() const { return Size; } function in class:llvm::MachineMemOperand
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCWin64EH.h58 unsigned getSize() const { return Offset; } function in class:llvm::MCWin64EHInstruction
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-size/
H A Dllvm-size.cpp121 if (error(i->getSize(size)))
167 if (error(i->getSize(size))) return;
203 if (error(i->getSize(size))) return;
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleBindingTest.java106 assertEquals(byteSize, buffer.getSize());
288 assertEquals(4, buffer.getSize());
305 assertEquals(val.expectedDataLength(), buffer.getSize());
323 assertEquals(val.expectedDataLength(), buffer.getSize());
325 assertEquals(val.expectedKeyLength(), keyBuffer.getSize());
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DAliasSetTracker.h71 uint64_t getSize() const { return Size; } function in class:llvm::AliasSet::PointerRec
207 uint64_t getSize() const { return CurNode->getSize(); } function

Completed in 145 milliseconds

1234567