Searched refs:getSize (Results 1 - 25 of 161) sorted by relevance

1234567

/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DTestDataBinding.java21 if (data.getSize() != 1) {
22 throw new IllegalStateException("size=" + data.getSize());
H A DTestKeyCreator.java36 if (valueData.getSize() == 0) {
39 if (valueData.getSize() != 1) {
H A DTestEntityBinding.java31 if (key.getSize() != 4) {
36 if (key.getSize() != 1) {
41 if (value.getSize() != 1) {
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dstreams.cpp43 size_t Source::getSize() function in class:Security::Source
82 size_t FileSource::getSize() function in class:Security::FileSource
106 size_t MemorySource::getSize() function in class:Security::MemorySource
H A Dstreams.h49 // When called *before* the first call to produce, getSize may return the number
50 // of bytes that all calls to produce will yield together. If getSize returns unknownSize,
60 virtual size_t getSize();
87 size_t getSize() {return mSize;} function in class:Security::Sink
107 // Note that getSize will yield the size of the underlying i-node,
116 size_t getSize();
131 size_t getSize();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dstreams.cpp43 size_t Source::getSize() function in class:Security::Source
82 size_t FileSource::getSize() function in class:Security::FileSource
106 size_t MemorySource::getSize() function in class:Security::MemorySource
H A Dstreams.h49 // When called *before* the first call to produce, getSize may return the number
50 // of bytes that all calls to produce will yield together. If getSize returns unknownSize,
60 virtual size_t getSize();
87 size_t getSize() {return mSize;} function in class:Security::Sink
107 // Note that getSize will yield the size of the underlying i-node,
116 size_t getSize();
131 size_t getSize();
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCallingConvEmitter.cpp68 for (unsigned i = 0, e = CCActions->getSize(); i != e; ++i) {
86 for (unsigned i = 0, e = VTs->getSize(); i != e; ++i) {
110 if (RegList->getSize() == 1) {
117 for (unsigned i = 0, e = RegList->getSize(); i != e; ++i) {
123 << Counter << ", " << RegList->getSize() << ")) {\n";
132 if (ShadowRegList->getSize() >0 &&
133 ShadowRegList->getSize() != RegList->getSize())
136 if (RegList->getSize() == 1) {
148 for (unsigned i = 0, e = RegList->getSize();
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DLETableReference.h223 inline static size_t getSize();
228 size_t LETableVarSizer<T>::getSize() { function in class:LETableVarSizer
239 * template<> inline size_t LETableVarSizer<FeatureListTable>::getSize() { return sizeof(FeatureListTable) - (sizeof(le_uint16)*ANY_NUMBER); }
243 #define LE_VAR_ARRAY(x,y) template<> inline size_t LETableVarSizer<x>::getSize() { return sizeof(x) - (sizeof(((const x*)0)->y)); }
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
272 LETableReference::verifyLength(0, LETableVarSizer<T>::getSize()*count, success);
285 count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
287 LETableReference::verifyLength(0, LETableVarSizer<T>::getSize()*count, success);
296 count = getLength()/LETableVarSizer<T>::getSize(); // fi
[all...]
H A DPairPositioningSubtables.cpp60 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1));
61 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2));
105 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1));
106 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2));
H A DValueRecords.h36 static le_int16 getSize(ValueFormat valueFormat);
/macosx-10.10.1/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFCompileUnit.h58 uint32_t getSize() const { return 11; } function in class:llvm::DWARFCompileUnit
63 uint32_t getFirstDIEOffset() const { return Offset + getSize(); }
66 size_t getDebugInfoSize() const { return Length + 4 - getSize(); }
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/bind/
H A DByteArrayBinding.java35 int len = entry.getSize();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Archive/
H A DArchiveReader.cpp282 At += mbr->getSize();
290 strtab.assign(At, mbr->getSize());
291 At += mbr->getSize();
303 if (!parseSymbolTable(mbr->getData(), mbr->getSize(), error))
306 At += mbr->getSize();
318 At += mbr->getSize();
348 MemoryBuffer::getMemBufferCopy(StringRef(I->getData(), I->getSize()),
386 At += mbr->getSize();
402 strtab.assign((const char*)mbr->getData(), mbr->getSize());
403 At += mbr->getSize();
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DArchive.cpp49 uint64_t getSize() const { function in struct:__anon10091::ArchiveMemberHeader
81 ToHeader(Data.data())->getSize();
93 ToHeader(NextLoc)->getSize();
123 + Parent->StringTable->getSize()))
141 uint64_t Archive::Child::getSize() const { function in class:Archive::Child
142 uint64_t size = ToHeader(Data.data())->getSize();
162 return MemoryBuffer::getMemBuffer(Data.substr(size, getSize()),
205 ToHeader(Loc)->getSize();
239 ToHeader(Loc)->getSize();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/
H A DTargetRegisterInfo.cpp209 if (RCA->getSize() < RCB->getSize()) {
217 unsigned MinSize = RCA->getSize();
225 if (!RC || RC->getSize() < MinSize)
234 if (BestRC && RC->getSize() >= BestRC->getSize())
243 if (BestRC->getSize() == MinSize)
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/db/
H A DBulkAccessNIOExample.java172 byte[] data = new byte[getSize()];
173 tmp.get(data, 0, getSize());
174 ret = new String(data, 0, getSize());
176 ret = new String(getData(), getOffset(), getSize());
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DFieldWriter.java172 int getSize() { method in class:FieldWriter
198 size += 8 + anns.getSize();
202 size += 8 + ianns.getSize();
205 size += attrs.getSize(cw, null, 0, -1, -1);
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/bind/tuple/
H A DTupleBase.java136 entry.getSize());
/macosx-10.10.1/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DAppendRecnoTest.java104 String gotString = new String(readdata.getData(), readdata.getOffset(), readdata.getSize());
135 data.setSize(data.getSize() - 1);
153 data.setSize(data.getSize() - 1);
158 data.setSize(data.getSize() - 2);
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/util/keyrange/
H A DKeyRange.java194 (key1.getData(), key1.getOffset(), key1.getSize(),
195 key2.getData(), key2.getOffset(), key2.getSize());
283 int size = Math.min(entry.getSize(), maxBytes);
308 int s1 = e1.getSize();
309 int s2 = e2.getSize();
340 int len = dbt.getOffset() + dbt.getSize();
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/stream/
H A Dtiffstream.cpp32 m_streamLength = getSize(m_this);
53 m_streamLength = getSize(m_this);
74 m_streamLength = getSize(m_this);
151 return ts->getSize(fd);
166 TiffStream::getSize(thandle_t fd) function in class:TiffStream
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/serial/test/
H A DSerialBindingTest.java93 assertTrue(buffer.getSize() > 0);
124 assertTrue(buffer.getSize() > 0);
137 assertTrue(buffer.getSize() > 0);
139 assertTrue(keyBuffer.getSize() > 0);
157 assertTrue(buffer.getSize() > 0);
159 assertEquals(val.expectedKeyLength(), keyBuffer.getSize());
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCWin64EH.cpp43 if (I->getSize() > 512*1024-8)
78 if (inst.getSize() > 512*1024-8) {
81 w = inst.getSize() & 0xFFF8;
83 w = inst.getSize() >> 16;
86 w = inst.getSize() >> 3;
91 b2 |= (((inst.getSize()-8) >> 3) & 0x0F) << 4;
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DPersistKeyAssigner.java63 key.getData(), key.getOffset(), key.getSize());

Completed in 188 milliseconds

1234567