/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/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…
|
D | objcbridge-attribute.m | 12 typedef void * __attribute__ ((objc_bridge(NSURL))) CFURLRef; // expected-error {{parameter of 'o… typedef
|
D | objcbridge-attribute-arc.m | 12 typedef void * __attribute__ ((objc_bridge(NSURL))) CFURLRef; // expected-error {{parameter of 'o… typedef
|
/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/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | CFBundle.cpp | 91 CFBundle(CFURLRef Url) in CFBundle() 128 CFReleaser<CFURLRef> BundleURL(::CFURLCreateFromFileSystemRepresentation( in SetFromPath()
|
/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/skqp/src/ports/ |
D | SkOSFile_ios.h | 24 CFURLRef imageURL = CFBundleCopyResourceURL(mainBundle, pathRef, nullptr, CFSTR("data")); in ios_get_path_in_bundle()
|
/external/skia/src/ports/ |
D | SkOSFile_ios.h | 24 CFURLRef imageURL = CFBundleCopyResourceURL(mainBundle, pathRef, nullptr, CFSTR("data")); in ios_get_path_in_bundle()
|
/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 | 216 CFURLRef original_url = nullptr; in create_ct_font() 226 original_url = (CFURLRef) CTFontCopyAttribute (ct_font, kCTFontURLAttribute); in create_ct_font() 246 CFURLRef new_url = nullptr; in create_ct_font() 253 new_url = (CFURLRef) CTFontCopyAttribute (new_ct_font, kCTFontURLAttribute); in create_ct_font()
|
/external/libcups/cups/ |
D | language.c | 1272 CFURLRef resources = CFBundleCopyResourcesDirectoryURL(bundle); in appleLangDefault() 1377 CFURLRef url; /* URL to cups.strings file */ in appleMessageLoad()
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 131 CFURLRef sys_vers = in GatherSystemInformation()
|
/external/curl/lib/vtls/ |
D | sectransp.c | 1132 CFURLRef pkcs_url = CFURLCreateFromFileSystemRepresentation(NULL, in CopyIdentityFromPKCS12File()
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/ |
D | SRWebSocket.m | 501 …CFHTTPMessageRef request = CFHTTPMessageCreateRequest(NULL, CFSTR("GET"), (__bridge CFURLRef)_url,…
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.c | 898 CFURLRef url; in DebugMacOSXLogInit()
|