Home
last modified time | relevance | path

Searched refs:CFURLRef (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython2/Mac/Modules/launch/
D_Launchmodule.c96 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/
Dobjc-cf-audited-warning.m10 typedef const struct CF_BRIDGED_TYPE(NSURL) __CFURL * CFURLRef; typedef
18 CFURLRef CFURLCreateFromFileSystemRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFI…
23CFURLRef url = CFURLCreateFromFileSystemRepresentation(kCFAllocatorDefault, filename, 10, 0); // e…
Dobjcbridge-attribute.m12 typedef void * __attribute__ ((objc_bridge(NSURL))) CFURLRef; // expected-error {{parameter of 'o… typedef
Dobjcbridge-attribute-arc.m12 typedef void * __attribute__ ((objc_bridge(NSURL))) CFURLRef; // expected-error {{parameter of 'o… typedef
/external/clang/test/Analysis/
Drefcnt_naming.m5 typedef const struct __CFURL * CFURLRef; typedef
6 extern CFURLRef CFURLCreateWithString(CFAllocatorRef allocator, CFStringRef URLString, CFURLRef bas…
/external/python/cpython2/Include/
Dpymactoolbox.h225 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/
DCFBundle.cpp91 CFBundle(CFURLRef Url) in CFBundle()
128 CFReleaser<CFURLRef> BundleURL(::CFURLCreateFromFileSystemRepresentation( in SetFromPath()
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c73 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 …]
Dcfsupport.py246 CFURLRef = OpaqueByValueType("CFURLRef", "CFURLRefObj") variable
/external/python/cpython2/Python/
Dmactoolboxglue.c470 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/
DSkOSFile_ios.h24 CFURLRef imageURL = CFBundleCopyResourceURL(mainBundle, pathRef, nullptr, CFSTR("data")); in ios_get_path_in_bundle()
/external/skia/src/ports/
DSkOSFile_ios.h24 CFURLRef imageURL = CFBundleCopyResourceURL(mainBundle, pathRef, nullptr, CFSTR("data")); in ios_get_path_in_bundle()
/external/python/cpython2/Tools/bgen/bgen/
Dmacsupport.py101 CFURLRef = OpaqueByValueType("CFURLRef", "CFURLRefObj") variable
/external/python/cpython2/Mac/PythonLauncher/
DMyAppDelegate.m76 (CFURLRef *)&appUrl);
/external/python/cpython3/Mac/PythonLauncher/
DMyAppDelegate.m76 (CFURLRef *)&appUrl);
/external/harfbuzz_ng/src/
Dhb-coretext.cc216 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/
Dlanguage.c1272 CFURLRef resources = CFBundleCopyResourcesDirectoryURL(bundle); in appleLangDefault()
1377 CFURLRef url; /* URL to cups.strings file */ in appleMessageLoad()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc131 CFURLRef sys_vers = in GatherSystemInformation()
/external/curl/lib/vtls/
Dsectransp.c1132 CFURLRef pkcs_url = CFURLCreateFromFileSystemRepresentation(NULL, in CopyIdentityFromPKCS12File()
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
DSRWebSocket.m501 …CFHTTPMessageRef request = CFHTTPMessageCreateRequest(NULL, CFSTR("GET"), (__bridge CFURLRef)_url,…
/external/mdnsresponder/mDNSShared/
DDebugServices.c898 CFURLRef url; in DebugMacOSXLogInit()