/prebuilts/gdb/linux-x86/include/python2.7/ |
pymactoolbox.h | 198 extern PyObject *CFStringRefObj_New(CFStringRef); 199 extern int CFStringRefObj_Convert(PyObject *, CFStringRef *);
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pymactoolbox.h | 198 extern PyObject *CFStringRefObj_New(CFStringRef); 199 extern int CFStringRefObj_Convert(PyObject *, CFStringRef *);
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pymactoolbox.h | 198 extern PyObject *CFStringRefObj_New(CFStringRef); 199 extern int CFStringRefObj_Convert(PyObject *, CFStringRef *);
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-objc.h | 26 typedef const struct __CFString * CFStringRef; 128 extern CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator); 129 extern void CFStringAppend(CFMutableStringRef theString, CFStringRef appendedString);
|
/external/libchrome/base/files/ |
file_path_watcher_fsevents.cc | 218 ScopedCFTypeRef<CFStringRef> cf_path(CFStringCreateWithCString( 220 ScopedCFTypeRef<CFStringRef> cf_dir_path(CFStringCreateWithCString( 223 CFStringRef paths_array[] = { cf_path.get(), cf_dir_path.get() };
|
/external/opencv/otherlibs/highgui/ |
grfmt_imageio.cpp | 244 CFStringRef FilenameToUTI( const char* filename ) 254 CFStringRef imageUTI = NULL; 279 CFStringRef imageUTI = FilenameToUTI( m_filename );
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
h264_video_toolbox_encoder.cc | 36 // Copies characters from a CFStringRef into a std::string. 37 std::string CFStringToString(const CFStringRef cf_string) { 56 CFStringRef key, 70 void SetVTSessionProperty(VTSessionRef session, CFStringRef key, bool value) { 82 CFStringRef key, 83 CFStringRef value) {
|
/external/skia/src/ports/ |
SkFontHost_mac.cpp | 123 static CFStringRef make_CFString(const char str[]) { 364 static bool find_dict_float(CFDictionaryRef dict, CFStringRef name, float* value) { 517 AutoCFRelease<CFStringRef> cfFontName(make_CFString(familyName)); [all...] |
/external/libchrome/base/message_loop/ |
message_pump_mac.h | 350 extern const CFStringRef BASE_EXPORT kMessageLoopExclusiveRunLoopMode;
|
/external/webrtc/webrtc/modules/desktop_capture/ |
window_capturer_mac.mm | 96 CFStringRef window_title = reinterpret_cast<CFStringRef>(
|
mouse_cursor_monitor_mac.mm | 150 CFStringRef window_name = reinterpret_cast<CFStringRef>(
|
/prebuilts/go/darwin-x86/src/runtime/cgo/ |
gcc_darwin_arm.c | 108 CFStringRef url_str_ref = CFURLGetString(url_ref);
|
gcc_darwin_arm64.c | 110 CFStringRef url_str_ref = CFURLGetString(url_ref);
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
gcc_darwin_arm.c | 108 CFStringRef url_str_ref = CFURLGetString(url_ref);
|
gcc_darwin_arm64.c | 110 CFStringRef url_str_ref = CFURLGetString(url_ref);
|
/external/webrtc/webrtc/base/ |
proxydetect.cc | 956 const CFStringRef enabledKey, 957 const CFStringRef hostKey, 958 const CFStringRef portKey) { 976 CFStringRef hostCFStr; 982 hostCFStr = (CFStringRef)CFDictionaryGetValue(proxyDict, hostKey); [all...] |
macconversion.cc | 19 const CFStringRef cfstr, std::string& cppstr) {
|
logging.cc | 347 CFStringRef key = CFStringCreateWithCString(kCFAllocatorDefault, 350 CFStringRef domain = CFBundleGetIdentifier(CFBundleGetMainBundle());
|
unixfilesystem.cc | 366 CFStringRef cfpath = (CFStringRef) CFDictionaryGetValue(procinfo,
|
/external/google-breakpad/src/client/mac/handler/ |
minidump_generator.cc | 129 CFStringRef vers_path = 155 CFStringRef build_version = static_cast<CFStringRef> 157 CFStringRef product_version = static_cast<CFStringRef> 181 CFStringRef uuid_cfstr = CFUUIDCreateString(NULL, uuid); [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
fpdf_font.cpp | [all...] |
/external/curl/lib/vtls/ |
darwinssl.c | 814 CF_INLINE CFStringRef CopyCertSubject(SecCertificateRef cert) 816 CFStringRef server_cert_summary = CFSTR("(null)"); 896 CFStringRef label_cf = CFStringCreateWithCString(NULL, label, 941 CFStringRef password = cPassword ? CFStringCreateWithCString(NULL, [all...] |
/external/harfbuzz_ng/src/ |
hb-coretext.cc | 604 CFStringRef keys[2] = { 721 CFStringRef string_ref = NULL; 783 CFStringRef lang = CFStringCreateWithCStringNoCopy (kCFAllocatorDefault, [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
fpdf_edit_doc.cpp | 486 static void _CFString2CFXByteString(CFStringRef src, CFX_ByteString& dest) { 499 CFStringRef language = (CFStringRef)CFArrayGetValueAtIndex(languages, i); 611 CFStringRef postName = CTFontCopyPostScriptName(font); 616 CFStringRef fullName = CTFontCopyFullName(font); [all...] |
/external/libchrome/base/ |
logging.cc | 592 CFStringRef main_bundle_id_cf =
|