HomeSort by relevance Sort by last modified time
    Searched defs:CFIndex (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Analysis/
CFNumber.c 3 typedef signed long CFIndex;
14 typedef CFIndex CFNumberType;
cfref_PR2519.c 5 typedef signed long CFIndex;
19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
21 typedef CFIndex CFNumberType;
uninit-vals-ps.c 69 typedef signed long CFIndex;
70 typedef CFIndex CFNumberType;
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 11 typedef signed long CFIndex;
121 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
127 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
  /external/python/cpython2/Mac/Modules/cf/
cfsupport.py 124 p_itself->location = (CFIndex)location;
125 p_itself->length = (CFIndex)length;
220 CFIndex = Type("CFIndex", "l")
437 CFIndex size = PyUnicode_GetSize(v);

Completed in 178 milliseconds