/external/antlr/runtime/ObjC/Framework/test/runtime/sets/ |
D | ANTLRBitSetTest.m | 21 CFIndex actual = (CFIndex)[bitSet numBits]; 22 CFIndex expected = 3; 44 CFIndex actual = (CFIndex)[bitSet numBits]; 45 CFIndex expected = 4; 57 CFIndex actual = (CFIndex)[bitSet numBits]; 58 CFIndex expected = 3; 67 CFIndex actual = (CFIndex)[bitSet numBits]; 68 CFIndex expected = 1; 83 CFIndex actual = (CFIndex)[copy numBits]; 84 …STAssertEquals(actual, (CFIndex)[bitSet numBits], @"There should be three bits set in bitvector. B… [all …]
|
/external/clang/test/Analysis/ |
D | CFContainers.mm | 6 typedef signed long CFIndex; typedef 14 CFIndex version; 21 CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CF… 43 typedef CFIndex CFNumberType; 45 typedef CFIndex CFComparisonResult; 57 CFIndex version; 64 CFIndex version; 71 CFIndex version; 77 …Create(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const … 86 const void *CFArrayGetValueAtIndex(CFArrayRef theArray, CFIndex idx); [all …]
|
D | cfref_PR2519.c | 5 typedef signed long CFIndex; typedef 19 …Create(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const … 21 typedef CFIndex CFNumberType;
|
D | CFNumber.c | 3 typedef signed long CFIndex; typedef 14 typedef CFIndex CFNumberType;
|
/external/llvm-project/clang/test/Analysis/ |
D | CFContainers.mm | 9 typedef signed long CFIndex; typedef 17 CFIndex version; 24 CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CF… 46 typedef CFIndex CFNumberType; 48 typedef CFIndex CFComparisonResult; 60 CFIndex version; 67 CFIndex version; 74 CFIndex version; 80 …Create(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const … 89 const void *CFArrayGetValueAtIndex(CFArrayRef theArray, CFIndex idx); [all …]
|
D | cfref_PR2519.c | 5 typedef signed long CFIndex; typedef 19 …Create(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const … 21 typedef CFIndex CFNumberType;
|
/external/llvm-project/lldb/source/Host/macosx/cfcpp/ |
D | CFCMutableArray.h | 26 CFIndex GetCount() const; 27 CFIndex GetCountOfValue(const void *value) const; 28 CFIndex GetCountOfValue(CFRange range, const void *value) const; 29 const void *GetValueAtIndex(CFIndex idx) const; 30 bool SetValueAtIndex(CFIndex idx, const void *value);
|
D | CFCMutableArray.cpp | 34 CFIndex CFCMutableArray::GetCount() const { in GetCount() 41 CFIndex CFCMutableArray::GetCountOfValue(CFRange range, in GetCountOfValue() 49 CFIndex CFCMutableArray::GetCountOfValue(const void *value) const { in GetCountOfValue() 56 const void *CFCMutableArray::GetValueAtIndex(CFIndex idx) const { in GetValueAtIndex() 59 const CFIndex num_array_items = ::CFArrayGetCount(array); in GetValueAtIndex() 67 bool CFCMutableArray::SetValueAtIndex(CFIndex idx, const void *value) { in SetValueAtIndex() 70 const CFIndex num_array_items = ::CFArrayGetCount(array); in SetValueAtIndex()
|
D | CFCMutableDictionary.h | 24 CFIndex GetCount() const; 25 CFIndex GetCountOfKey(const void *value) const; 26 CFIndex GetCountOfValue(const void *value) const;
|
D | CFCMutableSet.h | 24 CFIndex GetCount() const; 25 CFIndex GetCountOfValue(const void *value) const;
|
D | CFCString.cpp | 92 CFIndex max_utf8_str_len = CFStringGetLength(cf_str); in UTF8() 129 CFIndex max_length = in FileSystemRepresentation() 146 CFIndex CFCString::GetLength() const { in GetLength()
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_coretext.cpp | 105 CFIndex fStart; 240 CFIndex runCount = CFArrayGetCount(run_array); in shape() 248 for (CFIndex j = 0; j < runCount; ++j) { in shape() 250 CFIndex runGlyphs = CTRunGetGlyphCount(run); in shape() 257 for (CFIndex k = 0; k < runGlyphs; ++k) { in shape() 278 for (CFIndex j = 0; j < runCount; ++j) { in shape() 283 CFIndex runGlyphs = info.glyphCount; in shape() 284 SkASSERT(CTRunGetGlyphCount(run) == (CFIndex)info.glyphCount); in shape() 290 SkAutoSTArray<4096, CFIndex> indices; in shape() 296 for (CFIndex k = 0; k < runGlyphs; ++k) { in shape()
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | os_version_check.c | 51 typedef signed long long CFIndex; typedef 55 typedef signed long CFIndex; typedef 60 typedef CFIndex CFPropertyListFormat; 70 const UInt8 *, CFIndex, 85 typedef Boolean (*CFStringGetCStringFuncTy)(CFStringRef, char *, CFIndex, 196 NULL, PListBuf, (CFIndex)NumRead, AllocatorNull); in _initializeAvailabilityCheck()
|
/external/google-breakpad/src/common/mac/ |
D | string_utilities.cc | 38 CFIndex length = CFStringGetLength(str); in ConvertToString() 44 CFIndex maxUTF8Length = in ConvertToString() 47 CFIndex actualUTF8Length; in ConvertToString()
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-ns-returns-inner-pointer.m | 47 typedef signed long CFIndex; /*AnyObj*/ typedef 50 CFIndex location; 51 CFIndex length; 56 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex {
|
D | objcmt-migrate-all.m | 48 typedef signed long CFIndex; /*AnyObj*/ typedef 51 CFIndex location; 52 CFIndex length; 57 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex {
|
D | objcmt-ns-returns-inner-pointer.m.result | 47 typedef signed long CFIndex; /*AnyObj*/ 50 CFIndex location; 51 CFIndex length; 56 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex {
|
D | objcmt-migrate-all.m.result | 48 typedef signed long CFIndex; /*AnyObj*/ 51 CFIndex location; 52 CFIndex length; 57 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex {
|
/external/clang/test/ARCMT/ |
D | objcmt-ns-returns-inner-pointer.m | 47 typedef signed long CFIndex; /*AnyObj*/ typedef 50 CFIndex location; 51 CFIndex length; 56 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex {
|
D | objcmt-migrate-all.m | 48 typedef signed long CFIndex; /*AnyObj*/ typedef 51 CFIndex location; 52 CFIndex length; 57 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex {
|
D | objcmt-migrate-all.m.result | 48 typedef signed long CFIndex; /*AnyObj*/ 51 CFIndex location; 52 CFIndex length; 57 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex {
|
D | objcmt-ns-returns-inner-pointer.m.result | 47 typedef signed long CFIndex; /*AnyObj*/ 50 CFIndex location; 51 CFIndex length; 56 typedef enum CFComparisonResult : CFIndex CFComparisonResult; enum CFComparisonResult : CFIndex {
|
/external/antlr/runtime/ObjC/Framework/ |
D | ANTLRBitSet.m | 116 if ((CFIndex)type >= CFBitVectorGetCount(bitVector)) 147 CFIndex bitIdx; 152 for (bitIdx = 0; bitIdx < (CFIndex)sizeof(unsigned long long)*8; bitIdx++) { 205 CFIndex selfCnt = CFBitVectorGetCount(bitVector); 207 CFIndex otherCnt = CFBitVectorGetCount(otherBitVector); 208 CFIndex maxBitCnt = selfCnt > otherCnt ? selfCnt : otherCnt; 211 CFIndex currIdx; 222 if ((CFIndex)bit >= CFBitVectorGetCount(bitVector)) 281 CFIndex length = CFBitVectorGetCount(bitVector); 282 CFIndex currBit;
|
/external/libcups/cups/ |
D | testlang.c | 190 CFIndex j, /* Looping var */ in main() 200 CFIndex k, /* Looping var */ in main() 223 …if (!locale_id || !CFStringGetCString(locale_id, locale_str, (CFIndex)sizeof(locale_str), kCFStrin… in main() 230 …if (!language_id || !CFStringGetCString(language_id, language_str, (CFIndex)sizeof(language_str), … in main()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | CFString.cpp | 96 CFIndex max_utf8_str_len = CFStringGetLength(cf_str); in UTF8() 121 CFIndex max_length = in FileSystemRepresentation() 138 CFIndex CFString::GetLength() const { in GetLength()
|