/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/chromium-trace/catapult/telemetry/telemetry/util/mac/ |
determine_if_keychain_entry_is_decryptable.c | 58 for (CFIndex i = 0; i < CFArrayGetCount(acl_list); ++i) {
|
/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/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) {
|
screen_capturer_mac.mm | 106 for (CFIndex i = 0; i < CFArrayGetCount(all_windows); ++i) { [all...] |
/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 | 763 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont); [all...] |
/external/libcups/cups/ |
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);
|
language.c | 231 CFStringGetCString(langid, language, (CFIndex)langsize, kCFStringEncodingASCII); 267 if (!CFStringGetCString(localeName, locale, (CFIndex)localesize, kCFStringEncodingASCII)) 294 if (!CFStringGetCString(languageName, locale, (CFIndex)localesize, kCFStringEncodingASCII)) [all...] |
dest.c | 132 CFStringRef network, CFIndex *locindex); 433 CFIndex locindex; /* Index in locations array */ [all...] |
usersys.c | 999 Boolean result = CFStringGetCString(sval, value, (CFIndex)valsize, kCFStringEncodingUTF8); [all...] |
/prebuilts/go/darwin-x86/src/crypto/x509/ |
root_cgo_darwin.go | 111 CFIndex numCerts = CFArrayGetCount(certs); 146 for (CFIndex k = 0; k < CFArrayGetCount(trustSettings); k++) {
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
root_cgo_darwin.go | 111 CFIndex numCerts = CFArrayGetCount(certs); 146 for (CFIndex k = 0; k < CFArrayGetCount(trustSettings); k++) {
|
/external/harfbuzz_ng/src/ |
hb-coretext.cc | [all...] |
/external/mdnsresponder/mDNSShared/ |
DebugServices.c | [all...] |
/external/curl/lib/vtls/ |
darwinssl.c | [all...] |