Searched refs:CFIndex (Results 1 - 25 of 62) sorted by relevance

123

/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableArray.h26 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);
H A DCFCMutableSet.h32 CFIndex GetCount() const;
33 CFIndex GetCountOfValue(const void *value) const;
H A DCFCData.h28 CFIndex GetLength () const;
H A DCFCMutableArray.cpp48 CFIndex
57 CFIndex
66 CFIndex
76 CFCMutableArray::GetValueAtIndex(CFIndex idx) const
81 const CFIndex num_array_items = ::CFArrayGetCount (array);
91 CFCMutableArray::SetValueAtIndex(CFIndex idx, const void *value)
96 const CFIndex num_array_items = ::CFArrayGetCount (array);
H A DCFCData.cpp50 CFIndex
76 CFIndex len = ::CFPropertyListWriteToStream (plist, stream.get(), format, NULL);
H A DCFCMutableSet.cpp52 CFIndex
61 CFIndex
H A DCFCMutableDictionary.h32 CFIndex GetCount() const;
33 CFIndex GetCountOfKey(const void *value) const;
34 CFIndex GetCountOfValue(const void *value) const;
H A DCFCString.cpp125 CFIndex max_utf8_str_len = CFStringGetLength (cf_str);
169 CFIndex max_length = ::CFStringGetMaximumSizeOfFileSystemRepresentation (cf_str);
188 CFIndex
H A DCFCString.h34 CFIndex GetLength() const;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringCF.cpp37 CFIndex size = CFStringGetLength(str);
42 CFIndex usedBufLen;
43 CFIndex convertedsize = CFStringGetBytes(str, CFRangeMake(0, size), kCFStringEncodingISOLatin1, 0, false, lcharBuffer.data(), size, &usedBufLen);
H A DStringMac.mm33 CFIndex size = CFStringGetLength(reinterpret_cast<CFStringRef>(str));
38 CFIndex usedBufLen;
39 CFIndex convertedsize = CFStringGetBytes(reinterpret_cast<CFStringRef>(str), CFRangeMake(0, size), kCFStringEncodingISOLatin1, 0, false, lcharBuffer.data(), size, &usedBufLen);
H A DAtomicStringCF.cpp41 CFIndex length = CFStringGetLength(string);
H A DStringImplCF.cpp54 static void* allocate(CFIndex size, CFOptionFlags, void*)
69 static void* reallocate(void* pointer, CFIndex newSize, CFOptionFlags, void*)
103 static CFIndex preferredSize(CFIndex size, CFOptionFlags, void*)
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFData.h32 CFIndex GetLength () const;
H A DCFData.cpp53 CFIndex
79 CFIndex len = ::CFPropertyListWriteToStream (plist, stream.get(), format, NULL);
H A DCFString.cpp129 CFIndex max_utf8_str_len = CFStringGetLength (cf_str);
158 CFIndex max_length = ::CFStringGetMaximumSizeOfFileSystemRepresentation (cf_str);
177 CFIndex
H A DCFString.h37 CFIndex GetLength() const;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextController.h91 ALWAYS_INLINE CFIndex indexAt(size_t i) const;
92 CFIndex indexBegin() const { return m_indexBegin; }
93 CFIndex indexEnd() const { return m_indexEnd; }
94 CFIndex endOffsetAt(size_t i) const { ASSERT(!m_isMonotonic); return m_glyphEndOffsets[i]; }
110 Vector<CFIndex, 64> m_coreTextIndicesVector;
111 const CFIndex* m_coreTextIndices;
112 CFIndex m_indexBegin;
113 CFIndex m_indexEnd;
114 Vector<CFIndex, 64> m_glyphEndOffsets;
H A DSimpleFontDataCoreText.cpp131 CFIndex runCount = CFArrayGetCount(runArray);
134 Vector<CFIndex, 512> indexVector;
141 for (CFIndex r = 0; r < runCount && !done ; ++r) {
154 CFIndex glyphCount = CTRunGetGlyphCount(ctRun);
161 const CFIndex* stringIndices = CTRunGetStringIndicesPtr(ctRun);
169 for (CFIndex i = 0; i < glyphCount; ++i) {
170 if (stringIndices[i] >= static_cast<CFIndex>(length)) {
182 for (CFIndex i = 0; i < glyphCount; ++i) {
183 if (stringIndices[i] >= static_cast<CFIndex>(length)) {
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.cc29 CFIndex count = CFArrayGetCount(window_array);
30 for (CFIndex i = 0; i < count; ++i) {
/external/clang/test/Analysis/
H A DCFNumber.c3 typedef signed long CFIndex; typedef
14 typedef CFIndex CFNumberType;
H A Dcfref_PR2519.c5 typedef signed long CFIndex; typedef
19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
21 typedef CFIndex CFNumberType;
H A Duninit-vals-ps.c69 typedef signed long CFIndex; typedef
70 typedef CFIndex CFNumberType;
/external/compiler-rt/test/BlocksRuntime/
H A Ddispatch_async.c20 __block CFIndex counter;
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_platform_data_fetcher_mac.h87 CFIndex axis_minimums[blink::WebGamepad::axesLengthCap];
88 CFIndex axis_maximums[blink::WebGamepad::axesLengthCap];

Completed in 310 milliseconds

123