HomeSort by relevance Sort by last modified time
    Searched refs:CFIndex (Results 1 - 25 of 33) sorted by null

1 2

  /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/google-breakpad/src/common/mac/
string_utilities.cc 38 CFIndex length = CFStringGetLength(str);
44 CFIndex maxUTF8Length =
47 CFIndex actualUTF8Length;
  /external/compiler-rt/test/BlocksRuntime/
dispatch_async.c 20 __block CFIndex counter;
  /external/webrtc/webrtc/modules/desktop_capture/mac/
window_list_utils.cc 29 CFIndex count = CFArrayGetCount(window_array);
30 for (CFIndex i = 0; i < count; ++i) {
full_screen_chrome_window_detector.cc 143 CFIndex count = CFArrayGetCount(window_array);
144 for (CFIndex i = 0; i < count; ++i) {
  /external/libcups/cups/
testlang.c 164 CFIndex j, /* Looping var */
174 CFIndex k, /* Looping var */
197 if (!locale_id || !CFStringGetCString(locale_id, locale_str, (CFIndex)sizeof(locale_str), kCFStringEncodingASCII))
204 if (!language_id || !CFStringGetCString(language_id, language_str, (CFIndex)sizeof(language_str), kCFStringEncodingASCII))
language.c 233 CFStringGetCString(langid, language, (CFIndex)langsize, kCFStringEncodingASCII);
263 if (!CFStringGetCString(languageName, temp, (CFIndex)sizeof(temp), kCFStringEncodingASCII))
277 if (!CFStringGetCString(localeName, locale, (CFIndex)localesize, kCFStringEncodingASCII))
310 if (!CFStringGetCString(languageName, locale, (CFIndex)localesize, kCFStringEncodingASCII))
    [all...]
tls-darwin.c 156 CFIndex usageInt = kSecKeyUsageAll;
158 CFIndex lenInt = 0;
436 CFIndex count; /* Number of credentials */
815 CFStringGetCString(cf_name, name, (CFIndex)sizeof(name), kCFStringEncodingUTF8);
    [all...]
http-private.h 117 extern SecCertificateRef SecCertificateCreateWithBytes(CFAllocatorRef allocator, const UInt8 *bytes, CFIndex length);
  /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/
_scproxy.c 27 CFIndex len = CFStringGetLength(ref);
88 CFIndex len = CFArrayGetCount(anArray);
89 CFIndex i;
  /external/python/cpython3/Modules/
_scproxy.c 28 CFIndex len = CFStringGetLength(ref);
91 CFIndex len = CFArrayGetCount(anArray);
92 CFIndex i;
  /external/python/cpython2/Mac/Modules/cf/
_CFmodule.c 96 p_itself->location = (CFIndex)location;
97 p_itself->length = (CFIndex)length;
213 CFIndex _rv;
359 PyDoc_STR("() -> (CFIndex _rv)")},
545 CFIndex _rv;
577 PyDoc_STR("() -> (CFIndex _rv)")},
743 CFIndex idx;
774 CFIndex idx1;
775 CFIndex idx2;
813 PyDoc_STR("(CFIndex idx) -> None")}
    [all...]
pycfbridge.c 281 CFIndex size;
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_mac.mm 92 CFIndex count = CFArrayGetCount(window_array);
93 for (CFIndex i = 0; i < count; ++i) {
mouse_cursor_monitor_mac.mm 143 CFIndex count = CFArrayGetCount(window_array);
144 for (CFIndex i = 0; i < count; ++i) {
  /external/webrtc/webrtc/base/
macwindowpicker.cc 225 CFIndex i;
226 CFIndex count = CFArrayGetCount(window_array);
macconversion.cc 131 CFIndex cfindex; local
133 static_cast<void*>(&cfindex));
134 if (converted) *i = static_cast<int>(cfindex);
  /external/skia/src/ports/
SkFontHost_mac.cpp 780 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
    [all...]
  /external/skqp/src/ports/
SkFontHost_mac.cpp 780 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_cgo_darwin.go 111 CFIndex numCerts = CFArrayGetCount(certs);
150 for (CFIndex k = 0; k < CFArrayGetCount(trustSettings); k++) {
  /prebuilts/go/linux-x86/src/crypto/x509/
root_cgo_darwin.go 111 CFIndex numCerts = CFArrayGetCount(certs);
150 for (CFIndex k = 0; k < CFArrayGetCount(trustSettings); k++) {
  /external/harfbuzz_ng/src/
hb-coretext.cc     [all...]

Completed in 2893 milliseconds

1 2