Home
last modified time | relevance | path

Searched refs:CFDataRef (Results 1 – 22 of 22) sorted by relevance

/external/webrtc/webrtc/base/
Dmacasyncsocket.h74 static CFDataRef CopyCFAddress(const SocketAddress& address);
79 CFDataRef address,
Dmacasyncsocket.cc389 CFDataRef MacAsyncSocket::CopyCFAddress(const SocketAddress& address) { in CopyCFAddress()
395 CFDataRef cf_address = CFDataCreate(kCFAllocatorDefault, in CopyCFAddress()
404 CFDataRef address, in MacAsyncSocketCallBack()
/external/skqp/tools/
Dget_current_monitor_profile.cpp19 CFDataRef dataRef = CGColorSpaceCopyICCProfile(cs); in main()
/external/skia/tools/
Dget_current_monitor_profile.cpp19 CFDataRef dataRef = CGColorSpaceCopyICCProfile(cs); in main()
/external/tensorflow/tensorflow/examples/ios/simple/
Dios_image_load.mm37 CFDataRef file_data_ref = CFDataCreateWithBytesNoCopy(NULL, file_data.data(),
/external/tensorflow/tensorflow/lite/examples/ios/simple/
Dios_image_load.mm35 CFDataRef file_data_ref =
/external/python/cpython2/Mac/Modules/ctl/
Dctlsupport.py53 CFDataRef = OpaqueByValueType("CFDataRef", "CFDataRefObj") variable
/external/tensorflow/tensorflow/examples/ios/benchmark/
Dios_image_load.mm37 CFDataRef file_data_ref = CFDataCreateWithBytesNoCopy(NULL, file_data.data(),
/external/tensorflow/tensorflow/examples/ios/camera/
Dios_image_load.mm37 CFDataRef file_data_ref = CFDataCreateWithBytesNoCopy(NULL, file_data.data(),
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c53 extern PyObject *_CFDataRefObj_New(CFDataRef);
54 extern int _CFDataRefObj_Convert(PyObject *, CFDataRef *);
276 CFDataRef _rv; in CFTypeRefObj_CFPropertyListCreateXMLData()
1305 CFDataRef ob_itself;
1309 PyObject *CFDataRefObj_New(CFDataRef itself) in CFDataRefObj_New()
1325 int CFDataRefObj_Convert(PyObject *v, CFDataRef *p_itself) in CFDataRefObj_Convert()
1359 CFDataRef _rv; in CFDataRefObj_CFDataCreateCopy()
1449 CFDataRef itself; in CFDataRefObj_tp_init()
1945 CFDataRef _rv; in CFStringRefObj_CFStringCreateExternalRepresentation()
2980 CFDataRef _rv; in CFURLRefObj_CFURLCreateData()
[all …]
Dcfsupport.py240 CFDataRef = OpaqueByValueType("CFDataRef", "CFDataRefObj") variable
/external/libcups/cups/
Dtls-darwin.c438 CFDataRef data; /* Certificate data */ in httpCopyCredentials()
873 CFDataRef data; /* Certificate data */ in httpLoadCredentials()
1166 CFDataRef data; /* Certificate data */ in _httpTLSStart()
1584 data = (CFDataRef)CFArrayGetValueAtIndex(dn_array, i); in _httpTLSStart()
/external/harfbuzz_ng/src/
Dhb-coretext.cc70 CFDataRef cf_data = reinterpret_cast<CFDataRef> (user_data); in release_table_data()
78 CFDataRef cf_data = CGFontCopyTableForTag (cg_font, tag); in reference_table()
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm167 // pixels. The caller should release the returned CGImageRef and CFDataRef.
171 CFDataRef* data_ref) {
696 CFDataRef excluded_window_region_data = NULL;
721 CFDataRef data = CGDataProviderCopyData(provider);
Dwindow_capturer_mac.mm211 CFDataRef cf_data = CGDataProviderCopyData(provider);
Dmouse_cursor_monitor_mac.mm252 CFDataRef image_data_ref = CGDataProviderCopyData(provider);
/external/clang/test/SemaObjC/
Dobjcbridge-attribute.m18 typedef struct __CFData __attribute__((objc_bridge(NSData))) CFDataRef; // expected-error {{paramet… typedef
Dobjcbridge-attribute-arc.m18 typedef struct __CFData __attribute__((objc_bridge(NSData))) CFDataRef; // expected-error {{paramet… typedef
/external/curl/lib/vtls/
Dsectransp.c1136 CFDataRef pkcs_data = NULL; in CopyIdentityFromPKCS12File()
2079 CFDataRef certdata = CFDataCreate(kCFAllocatorDefault, buf, buflen);
2245 CFDataRef publicKeyBits = NULL;
/external/skia/src/ports/
DSkFontHost_mac.cpp1608 SkUniqueCFRef<CFDataRef> bitmap( in populate_glyph_to_unicode()
2178 static SkUniqueCFRef<CFDataRef> copy_table_from_font(CTFontRef ctFont, SkFontTableTag tag) { in copy_table_from_font()
2179 SkUniqueCFRef<CFDataRef> data(CTFontCopyTable(ctFont, (CTFontTableTag) tag, in copy_table_from_font()
2190 SkUniqueCFRef<CFDataRef> srcData = copy_table_from_font(fFontRef.get(), tag); in onGetTableData()
/external/skqp/src/ports/
DSkFontHost_mac.cpp1607 SkUniqueCFRef<CFDataRef> bitmap( in populate_glyph_to_unicode()
2177 static SkUniqueCFRef<CFDataRef> copy_table_from_font(CTFontRef ctFont, SkFontTableTag tag) { in copy_table_from_font()
2178 SkUniqueCFRef<CFDataRef> data(CTFontCopyTable(ctFont, (CTFontTableTag) tag, in copy_table_from_font()
2189 SkUniqueCFRef<CFDataRef> srcData = copy_table_from_font(fFontRef.get(), tag); in onGetTableData()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc136 CFDataRef data; in GatherSystemInformation()