/external/python/cpython2/Mac/Modules/launch/ |
D | _Launchmodule.c | 96 CFURLRef inURL; in Launch_LSCopyItemInfoForURL() 153 CFURLRef inURL; in Launch_LSCopyDisplayNameForURL() 188 CFURLRef inURL; in Launch_LSSetExtensionHiddenForURL() 223 CFURLRef inURL; in Launch_LSCopyKindStringForURL() 243 CFURLRef outAppURL; in Launch_LSGetApplicationForItem() 268 CFURLRef outAppURL; in Launch_LSGetApplicationForInfo() 292 CFURLRef inURL; in Launch_LSGetApplicationForURL() 295 CFURLRef outAppURL; in Launch_LSGetApplicationForURL() 319 CFURLRef outAppURL; in Launch_LSFindApplicationForInfo() 367 CFURLRef inItemURL; in Launch_LSCanURLAcceptURL() [all …]
|
/external/llvm-project/lldb/source/Host/macosx/cfcpp/ |
D | CFCBundle.cpp | 18 CFCBundle::CFCBundle(CFURLRef url) in CFCBundle() 35 CFCReleaser<CFURLRef> bundle_url(::CFURLCreateWithFileSystemPath( in SetPath() 46 CFCReleaser<CFURLRef> bundle_url(CFBundleCopyBundleURL(bundle)); in GetPath() 71 CFURLRef CFCBundle::CopyExecutableURL() const { in CopyExecutableURL()
|
D | CFCBundle.h | 18 CFCBundle(CFURLRef url); 22 CFURLRef CopyExecutableURL() const;
|
D | CFCString.cpp | 61 ::CFURLCopyFileSystemPath((CFURLRef)cf_type, kCFURLPOSIXPathStyle); in SetFileSystemRepresentationFromCFType()
|
/external/clang/test/SemaObjC/ |
D | objc-cf-audited-warning.m | 10 typedef const struct CF_BRIDGED_TYPE(NSURL) __CFURL * CFURLRef; typedef 18 CFURLRef CFURLCreateFromFileSystemRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFI… 23 …CFURLRef url = CFURLCreateFromFileSystemRepresentation(kCFAllocatorDefault, filename, 10, 0); // e…
|
/external/llvm-project/clang/test/SemaObjC/ |
D | objc-cf-audited-warning.m | 10 typedef const struct CF_BRIDGED_TYPE(NSURL) __CFURL * CFURLRef; typedef 18 CFURLRef CFURLCreateFromFileSystemRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFI… 23 …CFURLRef url = CFURLCreateFromFileSystemRepresentation(kCFAllocatorDefault, filename, 10, 0); // e…
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | CFBundle.h | 29 CFURLRef CopyExecutableURL() const; 32 CFReleaser<CFURLRef> m_bundle_url;
|
D | CFBundle.cpp | 64 CFURLRef CFBundle::CopyExecutableURL() const { in CopyExecutableURL()
|
D | CFString.cpp | 64 ::CFURLCopyFileSystemPath((CFURLRef)cf_type, kCFURLPOSIXPathStyle); in SetFileSystemRepresentationFromCFType()
|
/external/skia/src/ports/ |
D | SkOSFile_ios.h | 24 sk_cfp<CFURLRef> pathURL(CFURLCreateFromFileSystemRepresentation(/*allocator=*/nullptr, in ios_get_path_in_bundle() 31 sk_cfp<CFURLRef> fileURL(CFBundleCopyResourceURL(mainBundle, pathRef.get(), in ios_get_path_in_bundle()
|
/external/llvm-project/lldb/source/Symbol/ |
D | LocateSymbolFileMacOSX.cpp | 42 static CFURLRef (*g_dlsym_DBGCopyFullDSYMURLForUUID)(CFUUIDRef uuid, CFURLRef exec_url) = nullptr; 43 static CFDictionaryRef (*g_dlsym_DBGCopyDSYMPropertyLists)(CFURLRef dsym_url) = nullptr; 74 …g_dlsym_DBGCopyFullDSYMURLForUUID = (CFURLRef (*)(CFUUIDRef, CFURLRef)) dlsym (handle, "DBGCopyFul… in LocateMacOSXFilesUsingDebugSymbols() 75 …g_dlsym_DBGCopyDSYMPropertyLists = (CFDictionaryRef (*)(CFURLRef)) dlsym (handle, "DBGCopyDSYMProp… in LocateMacOSXFilesUsingDebugSymbols() 95 CFCReleaser<CFURLRef> exec_url; in LocateMacOSXFilesUsingDebugSymbols() 105 CFCReleaser<CFURLRef> dsym_url( in LocateMacOSXFilesUsingDebugSymbols() 196 CFCReleaser<CFURLRef> bundle_exe_url( in LocateMacOSXFilesUsingDebugSymbols()
|
/external/llvm-project/clang/test/Analysis/ |
D | refcnt_naming.m | 5 typedef const struct __CFURL * CFURLRef; typedef 6 extern CFURLRef CFURLCreateWithString(CFAllocatorRef allocator, CFStringRef URLString, CFURLRef bas…
|
/external/clang/test/Analysis/ |
D | refcnt_naming.m | 5 typedef const struct __CFURL * CFURLRef; typedef 6 extern CFURLRef CFURLCreateWithString(CFAllocatorRef allocator, CFStringRef URLString, CFURLRef bas…
|
/external/python/cpython2/Include/ |
D | pymactoolbox.h | 225 extern PyObject *CFURLRefObj_New(CFURLRef); 226 extern int CFURLRefObj_Convert(PyObject *, CFURLRef *); 227 extern int OptionalCFURLRefObj_Convert(PyObject *, CFURLRef *);
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | CFBundle.cpp | 89 CFBundle(CFURLRef Url) in CFBundle() 126 CFReleaser<CFURLRef> BundleURL(::CFURLCreateFromFileSystemRepresentation( in SetFromPath()
|
D | SymbolMap.cpp | 81 CFURLRef fileURL = CFURLCreateWithFileSystemPath( in Load()
|
/external/skqp/src/ports/ |
D | SkOSFile_ios.h | 24 CFURLRef imageURL = CFBundleCopyResourceURL(mainBundle, pathRef, nullptr, CFSTR("data")); in ios_get_path_in_bundle()
|
/external/python/cpython2/Mac/Modules/cf/ |
D | _CFmodule.c | 73 extern PyObject *_CFURLRefObj_New(CFURLRef); 74 extern int _CFURLRefObj_Convert(PyObject *, CFURLRef *); 75 extern int _OptionalCFURLRefObj_Convert(PyObject *, CFURLRef *); 103 OptionalCFURLRefObj_Convert(PyObject *v, CFURLRef *p_itself) in OptionalCFURLRefObj_Convert() 2245 CFURLRef _rv; in CFStringRefObj_CFURLCreateWithString() 2246 CFURLRef baseURL; in CFStringRefObj_CFURLCreateWithString() 2261 CFURLRef _rv; in CFStringRefObj_CFURLCreateWithFileSystemPath() 2280 CFURLRef _rv; in CFStringRefObj_CFURLCreateWithFileSystemPathRelativeToBase() 2283 CFURLRef baseURL; in CFStringRefObj_CFURLCreateWithFileSystemPathRelativeToBase() 2932 CFURLRef ob_itself; [all …]
|
D | cfsupport.py | 246 CFURLRef = OpaqueByValueType("CFURLRef", "CFURLRefObj") variable
|
/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 470 GLUE_CONVERT(CFURLRef, CFURLRefObj_Convert, "Carbon.CF") 471 GLUE_CONVERT(CFURLRef, OptionalCFURLRefObj_Convert, "Carbon.CF") 472 GLUE_NEW(CFURLRef, CFURLRefObj_New, "Carbon.CF")
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | macsupport.py | 101 CFURLRef = OpaqueByValueType("CFURLRef", "CFURLRefObj") variable
|
/external/python/cpython2/Mac/PythonLauncher/ |
D | MyAppDelegate.m | 76 (CFURLRef *)&appUrl);
|
/external/python/cpython3/Mac/PythonLauncher/ |
D | MyAppDelegate.m | 76 (CFURLRef *)&appUrl);
|
/external/harfbuzz_ng/src/ |
D | hb-coretext.cc | 201 CFURLRef original_url = nullptr; in create_ct_font() 211 original_url = (CFURLRef) CTFontCopyAttribute (ct_font, kCTFontURLAttribute); in create_ct_font() 231 CFURLRef new_url = nullptr; in create_ct_font() 238 new_url = (CFURLRef) CTFontCopyAttribute (new_ct_font, kCTFontURLAttribute); in create_ct_font()
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/ |
D | main.m | 600 CFURLRef cfurl_ref = 602 CFURLRef cfchildurl_ref = 604 CFURLRef cfgchildurl_ref =
|