Searched refs:CFStringGetTypeID (Results 201 - 225 of 230) sorted by relevance

12345678910

/macosx-10.9.5/BootCache-106/
H A Dcontrol.c277 if (CFGetTypeID(cfRef) == CFStringGetTypeID()) {
/macosx-10.9.5/CF-855.17/
H A DCFCalendar.c151 __CFGenericValidateType(identifier, CFStringGetTypeID());
H A DCFStringEncodings.c645 if (!CF_IS_OBJC(CFStringGetTypeID(), string) && isASCIISuperset) { // Checking for NSString to avoid infinite recursion
H A DCFRunLoop.c844 if (CFStringGetTypeID() == CFGetTypeID(curr->_mode)) {
1636 if (CFStringGetTypeID() == CFGetTypeID(curr->_mode)) {
2715 if (CFStringGetTypeID() == CFGetTypeID(mode)) {
H A DCFURL.c4641 __CFGenericValidateType(extension, CFStringGetTypeID());
4929 if (!string || CFGetTypeID(string) != CFStringGetTypeID()) {
4941 if (CFGetTypeID(baseString) != CFStringGetTypeID()) {
H A DCFXMLParser.c172 __CFGenericValidateType(errorDescription, CFStringGetTypeID());
H A DCFBundle.c717 } else if (resourceSpecificationFile && CFGetTypeID(resourceSpecificationFile) == CFStringGetTypeID() && (supportFilesURL = CFBundleCopySupportFilesDirectoryURL(bundle))) {
1477 if (devRegion && (CFGetTypeID(devRegion) != CFStringGetTypeID() || CFStringGetLength(devRegion) == 0)) {
1685 if (executableName && CFGetTypeID(executableName) == CFStringGetTypeID() && CFStringGetLength(executableName) > 0) {
H A DCFBinaryPList.c291 stringtype = CFStringGetTypeID();
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dserver.c783 if (i_name && (CFGetTypeID(m_name) == CFStringGetTypeID())) {
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DStaticCode.cpp802 if (key && CFGetTypeID(key) == CFStringGetTypeID()) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DStaticCode.cpp802 if (key && CFGetTypeID(key) == CFStringGetTypeID()) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DsslViewer.cpp888 if (CFStringGetTypeID() == CFGetTypeID(value)) {
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecDb.c987 } else if (valueId == CFStringGetTypeID()) {
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DSecDb.c987 } else if (valueId == CFStringGetTypeID()) {
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_usernotification.c2140 CFGetTypeID(myAlertedBundleID) == CFStringGetTypeID()) {
H A Dkextfind_query.c430 if (foundType == CFStringGetTypeID()) {
/macosx-10.9.5/msdosfs-198/newfs_msdos.tproj/
H A Dnewfs_msdos.c1171 if (cardType && CFGetTypeID(cardType) == CFStringGetTypeID())
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecItemServer.c1355 if (c_name && CFGetTypeID(c_name) == CFStringGetTypeID() &&
1457 } else if (CFGetTypeID(value) == CFStringGetTypeID()) {
1565 if (key_id == CFStringGetTypeID()) {
/macosx-10.9.5/IOKitTools-89.1.1/ioreg.tproj/
H A Dioreg.c1190 else if ( type == CFStringGetTypeID() ) cfstringshow(object);
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DTransform.cpp960 else if (CFGetTypeID(key) == CFStringGetTypeID())
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm285 ASSERT(CFGetTypeID(proxyType) == CFStringGetTypeID());
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmac.c1233 if (type_id == CFStringGetTypeID ())
1780 if (type_id == CFStringGetTypeID ())
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp486 if (preference && (CFStringGetTypeID() == CFGetTypeID(preference.get())))
2644 if (cacheDirectoryPreference && (CFStringGetTypeID() == CFGetTypeID(cacheDirectoryPreference.get())))
2876 if (CFGetTypeID(value) != CFStringGetTypeID())
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A DDebugServices.c1515 cfStr = (CFGetTypeID(cfObj) == CFStringGetTypeID()) ? (CFStringRef)CFRetain(cfObj) : CFCopyDescription(cfObj);
/macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/
H A DIODisplayLib.c550 if( CFStringGetTypeID() != CFGetTypeID( key ))

Completed in 498 milliseconds

12345678910