| /third_party/libuv/src/unix/ |
| D | darwin-proctitle.c | 56 CFStringRef (*pCFStringCreateWithCString)(CFAllocatorRef, in uv__set_process_title() 59 CFBundleRef (*pCFBundleGetBundleWithIdentifier)(CFStringRef); in uv__set_process_title() 60 void *(*pCFBundleGetDataPointerForName)(CFBundleRef, CFStringRef); in uv__set_process_title() 61 void *(*pCFBundleGetFunctionPointerForName)(CFBundleRef, CFStringRef); in uv__set_process_title() 65 CFStringRef, in uv__set_process_title() 66 CFStringRef, in uv__set_process_title() 71 CFStringRef* display_name_key; in uv__set_process_title()
|
| D | fsevents.c | 120 CFStringRef); 124 CFStringRef); 132 static CFStringRef (*pCFStringCreateWithFileSystemRepresentation)( 135 static CFStringRef (*pkCFRunLoopDefaultMode); 147 CFStringRef); 409 CFStringRef* paths; in uv__fsevents_reschedule()
|
| D | darwin-stub.h | 48 typedef void* CFStringRef; typedef
|
| /third_party/node/deps/uv/src/unix/ |
| D | darwin-proctitle.c | 56 CFStringRef (*pCFStringCreateWithCString)(CFAllocatorRef, in uv__set_process_title() 59 CFBundleRef (*pCFBundleGetBundleWithIdentifier)(CFStringRef); in uv__set_process_title() 60 void *(*pCFBundleGetDataPointerForName)(CFBundleRef, CFStringRef); in uv__set_process_title() 61 void *(*pCFBundleGetFunctionPointerForName)(CFBundleRef, CFStringRef); in uv__set_process_title() 65 CFStringRef, in uv__set_process_title() 66 CFStringRef, in uv__set_process_title() 71 CFStringRef* display_name_key; in uv__set_process_title()
|
| D | darwin.c | 196 CFStringRef, in uv__get_cpu_speed() 201 CFStringRef (*pCFStringCreateWithCString)(CFAllocatorRef, in uv__get_cpu_speed() 264 CFStringRef device_type_str = S("device_type"); in uv__get_cpu_speed() 265 CFStringRef clock_frequency_str = S("clock-frequency"); in uv__get_cpu_speed()
|
| D | fsevents.c | 120 CFStringRef); 124 CFStringRef); 132 static CFStringRef (*pCFStringCreateWithFileSystemRepresentation)( 136 static CFStringRef (*pkCFRunLoopDefaultMode); 149 CFStringRef); 417 CFStringRef* paths; in uv__fsevents_reschedule()
|
| D | darwin-stub.h | 52 typedef void* CFStringRef; typedef
|
| /third_party/ffmpeg/libavutil/ |
| D | hwcontext_videotoolbox.h | 67 CFStringRef av_map_videotoolbox_chroma_loc_from_av(enum AVChromaLocation loc); 73 CFStringRef av_map_videotoolbox_color_matrix_from_av(enum AVColorSpace space); 79 CFStringRef av_map_videotoolbox_color_primaries_from_av(enum AVColorPrimaries pri); 86 CFStringRef av_map_videotoolbox_color_trc_from_av(enum AVColorTransferCharacteristic trc);
|
| D | hwcontext_videotoolbox.c | 375 CFStringRef av_map_videotoolbox_chroma_loc_from_av(enum AVChromaLocation loc) in av_map_videotoolbox_chroma_loc_from_av() 398 CFStringRef loc = av_map_videotoolbox_chroma_loc_from_av(src->chroma_location); in vt_pixbuf_set_chromaloc() 411 CFStringRef av_map_videotoolbox_color_matrix_from_av(enum AVColorSpace space) in av_map_videotoolbox_color_matrix_from_av() 438 CFStringRef av_map_videotoolbox_color_primaries_from_av(enum AVColorPrimaries pri) in av_map_videotoolbox_color_primaries_from_av() 463 CFStringRef av_map_videotoolbox_color_trc_from_av(enum AVColorTransferCharacteristic trc) in av_map_videotoolbox_color_trc_from_av() 513 CFStringRef colormatrix = NULL, colorpri = NULL, colortrc = NULL; in vt_pixbuf_set_colorspace()
|
| /third_party/ffmpeg/libavcodec/ |
| D | videotoolboxenc.c | 68 CFStringRef kCVImageBufferColorPrimaries_ITU_R_2020; 69 CFStringRef kCVImageBufferTransferFunction_ITU_R_2020; 70 CFStringRef kCVImageBufferYCbCrMatrix_ITU_R_2020; 72 CFStringRef kVTCompressionPropertyKey_H264EntropyMode; 73 CFStringRef kVTH264EntropyMode_CAVLC; 74 CFStringRef kVTH264EntropyMode_CABAC; 76 CFStringRef kVTProfileLevel_H264_Baseline_4_0; 77 CFStringRef kVTProfileLevel_H264_Baseline_4_2; 78 CFStringRef kVTProfileLevel_H264_Baseline_5_0; 79 CFStringRef kVTProfileLevel_H264_Baseline_5_1; [all …]
|
| /third_party/skia/src/ports/ |
| D | SkFontMgr_mac_ct.cpp | 70 static SkUniqueCFRef<CFStringRef> make_CFString(const char s[]) { in make_CFString() 71 return SkUniqueCFRef<CFStringRef>(CFStringCreateWithCString(nullptr, s, kCFStringEncodingUTF8)); in make_CFString() 158 SkUniqueCFRef<CFStringRef> cfFontName = make_CFString(familyName); in create_descriptor() 278 static bool find_desc_str(CTFontDescriptorRef desc, CFStringRef name, SkString* value) { in find_desc_str() 279 SkUniqueCFRef<CFStringRef> ref((CFStringRef)CTFontDescriptorCopyAttribute(desc, name)); in find_desc_str() 393 return CFStringCompare((CFStringRef)a, (CFStringRef)b, 0) == kCFCompareLessThan; in SkCopyAvailableFontFamilyNames() 425 CFStringRef getFamilyNameAt(int index) const { in getFamilyNameAt() 427 return (CFStringRef)CFArrayGetValueAtIndex(fNames.get(), index); in getFamilyNameAt() 430 static SkFontStyleSet* CreateSet(CFStringRef cfFamilyName) { in CreateSet() 477 SkUniqueCFRef<CFStringRef> cfName = make_CFString(familyName); in onMatchFamily() [all …]
|
| D | SkOSFile_ios.h | 28 sk_cfp<CFStringRef> pathRef(CFURLCopyFileSystemPath(pathURL.get(), kCFURLPOSIXPathStyle)); in ios_get_path_in_bundle() 41 sk_cfp<CFStringRef> filePath(CFURLCopyFileSystemPath(fileURL.get(), kCFURLPOSIXPathStyle)); in ios_get_path_in_bundle()
|
| D | SkTypeface_mac_ct.cpp | 68 void SkStringFromCFString(CFStringRef src, SkString* dst) { in SkStringFromCFString() 80 SkUniqueCFRef<CFStringRef> typeDescription(CFCopyTypeIDDescription(id)); in SkCFTypeIDDescription() 165 CFStringRef SkCTFontOpticalSizeAttribute = CFSTR("NSCTFontOpticalSizeAttribute"); in add_opsz_attr() 174 CFStringRef SkCTFontUnscaledTrackingAttribute = CFSTR("NSCTFontUnscaledTrackingAttribute"); in add_notrak_attr() 198 CFStringRef SkCTFontOpticalSizeAttribute = CFSTR("NSCTFontOpticalSizeAttribute"); in SkCTFontCreateExactCopy() 274 static bool find_dict_CGFloat(CFDictionaryRef dict, CFStringRef name, CGFloat* value) { in find_dict_CGFloat() 562 SkUniqueCFRef<CFStringRef> fontName(CTFontCopyPostScriptName(ctFont.get())); in onGetAdvancedMetrics() 836 CFStringRef cfLanguageRaw; in onCreateFamilyNameIterator() 837 SkUniqueCFRef<CFStringRef> cfFamilyName( in onCreateFamilyNameIterator() 839 SkUniqueCFRef<CFStringRef> cfLanguage(cfLanguageRaw); in onCreateFamilyNameIterator() [all …]
|
| D | SkImageEncoder_CG.cpp | 51 CFStringRef type) { in SkStreamToImageDestination() 72 CFStringRef type; in SkEncodeImageWithCG()
|
| D | SkTypeface_mac_ct.h | 68 void SkStringFromCFString(CFStringRef src, SkString* dst);
|
| /third_party/python/Modules/ |
| D | _scproxy.c | 18 cfstring_to_pystring(CFStringRef ref) in cfstring_to_pystring() 103 CFStringRef aString = NULL; in get_proxy_settings() 132 CFStringRef enabledKey, in set_proxy() 133 CFStringRef hostKey, CFStringRef portKey) in set_proxy() 139 CFStringRef hostString; in set_proxy()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-coretext.cc | 154 CFStringRef cg_postscript_name = CGFontCopyPostScriptName (cg_font); in create_ct_font() 167 CFStringRef ct_result_name = CTFontCopyPostScriptName(ct_font); in create_ct_font() 196 CFStringRef fontName = CTFontCopyPostScriptName (ct_font); in create_ct_font() 617 CFStringRef keys[] = { in _hb_coretext_shape() 736 CFStringRef string_ref = nullptr; in _hb_coretext_shape() 798 CFStringRef lang = CFStringCreateWithCStringNoCopy (kCFAllocatorDefault, in _hb_coretext_shape() 868 extern const CFStringRef kCTTypesetterOptionForcedEmbeddingLevel; in _hb_coretext_shape() 980 CFStringRef font_ps_name = CTFontCopyName (ct_font, kCTFontPostScriptNameKey); in _hb_coretext_shape() 981 CFStringRef run_ps_name = CTFontCopyName (run_ct_font, kCTFontPostScriptNameKey); in _hb_coretext_shape()
|
| /third_party/glfw/src/ |
| D | cocoa_platform.h | 115 typedef void* (*PFN_TISGetInputSourceProperty)(TISInputSourceRef,CFStringRef); 190 CFStringRef kPropertyUnicodeKeyLayoutData;
|
| D | cocoa_monitor.m | 107 CFStringRef nameRef; 141 CFStringRef format = CGDisplayModeCopyPixelEncoding(mode); 168 CFStringRef format = CGDisplayModeCopyPixelEncoding(mode);
|
| /third_party/skia/modules/skshaper/src/ |
| D | SkShaper_coretext.cpp | 198 const CFStringRef kCTTracking_AttributeName = CFSTR("CTTracking"); 205 SkUniqueCFRef<CFStringRef> textString( in shape()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
| D | time_zone_lookup.cc | 133 if (CFStringRef tz_name = CFTimeZoneGetName(tz_default)) { in local_time_zone()
|
| /third_party/python/Mac/PythonLauncher/ |
| D | MyAppDelegate.m | 73 (CFStringRef)*ext_p,
|
| /third_party/curl/lib/vtls/ |
| D | sectransp.c | 963 CF_INLINE CFStringRef getsubject(SecCertificateRef cert) in getsubject() 965 CFStringRef server_cert_summary = CFSTR("(null)"); in getsubject() 993 CFStringRef c = getsubject(cert); in CopyCertSubject() 1097 CFStringRef label_cf = CFStringCreateWithCString(NULL, label, in CopyIdentityWithLabel() 1136 CFStringRef common_name = NULL; in CopyIdentityWithLabel() 1185 CFStringRef password = cPassword ? CFStringCreateWithCString(NULL, in CopyIdentityFromPKCS12File() 1813 CFStringRef cstr; 2807 CFStringRef chosenProtocol = NULL;
|
| /third_party/ffmpeg/fftools/ |
| D | ffmpeg_videotoolbox.c | 147 CFStringRef pixfmt_str = CFStringCreateWithCString(kCFAllocatorDefault, in videotoolbox_init()
|
| /third_party/ffmpeg/libavdevice/ |
| D | decklink_common.h | 61 static char *dup_cfstring_to_utf8(CFStringRef w) in dup_cfstring_to_utf8()
|