Searched refs:getCount (Results 1 - 25 of 111) sorted by relevance

12345

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dcpdtrtst.cpp88 if(copycpd->getCount() != cpdtrans2->getCount() || copycpd->getID() != cpdtrans2->getID()) {
145 copyct1->getCount() != ct1->getCount() || copyct2->getCount() != ct2->getCount() ||
147 copyct2->getCount() == ct1->getCount() || copyct1->getCount() == ct2->getCount() ){
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Tests/
H A DTestCollections.cpp63 TEST_ASSERT('A', "1b", !array1->getCount());
79 TEST_ASSERT('A', "1k", 1 == array1->getCount());
81 TEST_ASSERT('A', "1l", !array1->getCount());
98 TEST_ASSERT('A', "2b", numStrCache == (int) array1->getCount());
128 TEST_ASSERT('A', "3c", !array2->getCount());
130 TEST_ASSERT('A', "3e", array1->getCount() == array2->getCount());
134 TEST_ASSERT('A', "3f", numStrCache == (int) array2->getCount());
135 for (i = array2->getCount(); (str = array2->__takeObject(--i)); ) {
140 count += ((int) array2->getCount()
[all...]
H A DTests.cpp60 IOLog("\nCount %d\n", all->getCount() );
90 IOLog("del gc/, count now %d\n", all->getCount() );
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOLocalConfigDirectory.cpp179 unsigned int numEntries = fEntries->getCount();
221 numEntries = fEntries->getCount();
372 fNumEntries = fEntries->getCount() ;
406 fNumEntries = fEntries->getCount() ;
452 fNumEntries = fEntries->getCount() ;
485 fNumEntries = fEntries->getCount() ;
527 fNumEntries = fEntries->getCount() ;
539 numEntries = fEntries->getCount();
555 fNumEntries = fEntries->getCount() ;
H A DIOConfigEntry.cpp148 size = 1 + entries->getCount();
149 for(i=0; i<entries->getCount(); i++) {
/macosx-10.9.5/ICU-511.35/icuSources/layoutex/
H A DRunArrays.cpp119 if (run < 0 || run >= getCount()) {
171 if (run < 0 || run >= getCount()) {
223 if (run < 0 || run >= getCount()) {
H A Dplruns.cpp49 return fr->getCount();
145 return vr->getCount();
356 le_int32 count = getCount();
399 if (run < 0 || run >= getCount()) {
439 return lr->getCount();
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.cpp224 fPermanentRanges->getCount(), status) );
241 if( fAllocatedRangesCount < fPermanentRanges->getCount() )
349 fBufferDescriptors->getCount() - fPermanentPages) );
353 while( (i = fBufferDescriptors->getCount()) > fPermanentPages )
375 if( page < fBufferDescriptors->getCount() )
772 for( UInt32 i = 0; i < fRanges->getCount(); i++ )
801 for( UInt32 i = 0; i < fRanges->getCount(); i++ )
825 for( UInt32 i = 0; i < fRanges->getCount(); i++ )
849 for( UInt32 i = 0; i < fRanges->getCount(); i++ )
878 for( UInt32 i = 0; i < fRanges->getCount();
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/crypto/
H A Dcorecrypto_md5.c7 static uint64_t getCount(MD5_CTX *ctx) function
29 uint64_t count = getCount(md5_ctx);
H A Dcorecrypto_sha1.c8 static uint64_t getCount(SHA1_CTX *ctx) function
29 uint64_t count = getCount(sha1_ctx);
/macosx-10.9.5/ICU-511.35/icuSources/tools/genrb/
H A Dprscmnts.h56 getCount(const UChar* source, int32_t srcLen,
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSCollection.h259 * @function getCount
270 virtual unsigned int getCount() const = 0;
H A DOSArray.h318 * @function getCount
326 virtual unsigned int getCount() const;
H A DOSOrderedSet.h257 * @function getCount
265 virtual unsigned int getCount() const;
H A DOSSet.h396 * @function getCount
404 virtual unsigned int getCount() const;
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCTargetSpace.cpp223 firstIndex = (fCommandHandlers->getCount()-1);
229 if (firstIndex >= (int) fCommandHandlers->getCount())
230 firstIndex = (fCommandHandlers->getCount()-1);
407 for (i=(fCommandHandlers->getCount()-1);i>=0;i--)
419 for (i=(fSubunits->getCount()-1);i>=0;i--)
427 for (j=(fConnectionRecords->getCount()-1);j>=0;j--)
515 for (i=(fUserClients->getCount()-1);i>=0;i--)
714 if (fSubunits->getCount() >= 32)
897 for (i=(fConnectionRecords->getCount()-1);i>=0;i--)
1001 for (i=(fSubunits->getCount()
[all...]
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DObjCModernAbstraction.hpp188 uint32_t getCount() const { return A::P::E::get32(count); } function in class:objc_method_list_t
195 return byteSizeForCount(getCount(), getEntsize());
203 method_iterator end() { return method_iterator(*this, getCount()); }
205 const method_iterator end() const { return method_iterator(*this, getCount()); }
281 uint32_t getCount() const { return A::P::E::get32(count); } function in class:objc_ivar_list_t
288 return byteSizeForCount(getCount(), getEntsize());
296 ivar_iterator end() { return ivar_iterator(*this, getCount()); }
298 const ivar_iterator end() const { return ivar_iterator(*this, getCount()); }
345 uint32_t getCount() const { return A::P::E::get32(count); } function in class:objc_property_list_t
352 return byteSizeForCount(getCount(), getEntsiz
431 pint_t getCount() const { return A::P::getP(count); } function in class:objc_protocol_list_t
[all...]
H A DObjCLegacyAbstraction.hpp59 uint32_t getCount() const INLINE { return A::P::E::get32(method_count); }
134 uint32_t getCount() const INLINE { return A::P::E::get32(count); }
157 for (uint32_t m = 0; m < mlist->getCount(); m++) {
167 for (uint32_t m = 0; m < mlist->getCount(); m++) {
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DAttribute.java171 final int getCount() { method in class:Attribute
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventOverrideDriver.cpp49 for ( index=0; index<maps->getCount(); index++ ) {
H A DIOHIDFamilyPrivate.cpp95 count = functions->getCount();
145 count = pairArray->getCount();
263 for ( i = 0; i < propertyArray->getCount(); i ++ )
299 for ( i = 0; i < propertyArray->getCount(); i ++ )
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DPathProfileInfo.h62 inline unsigned int getCount() const { return _count; } function in class:llvm::ProfilePath
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DPathProfileVerifier.cpp126 << currentPath->getCount() << "\n");
130 += currentPath->getCount();
160 += currentPath->getCount();
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSSet.cpp80 if (members->getCount() < inCapacity)
166 unsigned int OSSet::getCount() const function in class:OSSet
278 if ( count != aSet->getCount() )
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDSet.cpp428 if (arOpenReaderWriters->getCount() || arOpenReaders->getCount()) {
429 IOStorageAccess level = arOpenReaderWriters->getCount() ? kIOStorageAccessReaderWriter : kIOStorageAccessReader;
430 IOLog1("AppleRAIDSet::upgradeMember(%p) opening for read%s.\n", this, arOpenReaderWriters->getCount() ? "/write" : " only");
827 OSSet * copy = OSSet::withSet(arSpareMembers, arSpareMembers->getCount());
862 assert(arMemberCount == oldMemberList->getCount());
930 newMemberCount = newMemberList->getCount();
944 UInt32 spareCount = newSpareList->getCount();
983 if (updateInfo->getCount()) {
1069 bool openedForWrite = arOpenReaderWriters->getCount() !
[all...]

Completed in 160 milliseconds

12345