HomeSort by relevance Sort by last modified time
    Searched refs:CFDictionaryRef (Results 1 - 25 of 33) sorted by null

1 2

  /external/clang/test/Analysis/
CFContainers-invalid.c 6 typedef const struct __CFDictionary * CFDictionaryRef;
13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef);
cfref_PR2519.c 18 typedef const struct __CFDictionary * CFDictionaryRef;
19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
26 extern void CFNotificationCenterPostNotification(CFNotificationCenterRef center, CFStringRef name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately);
36 CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const void **)&_value, 1, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
  /external/webrtc/webrtc/modules/desktop_capture/mac/
full_screen_chrome_window_detector.cc 38 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
54 CFDictionaryRef window) {
57 CFDictionaryRef bounds_ref = reinterpret_cast<CFDictionaryRef>(
87 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
109 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
145 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>
    [all...]
window_list_utils.cc 31 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
  /external/webrtc/webrtc/base/
macwindowpicker.cc 93 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
128 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
228 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
proxydetect.cc 955 const CFDictionaryRef proxyDict,
1009 const CFDictionaryRef proxyDict) {
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_mac.mm 94 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
150 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
mouse_cursor_monitor_mac.mm 145 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
155 CFDictionaryRef window_bounds = reinterpret_cast<CFDictionaryRef>(
screen_capturer_mac.mm 107 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
147 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
149 CFDictionaryRef bounds_ref = reinterpret_cast<CFDictionaryRef>(
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_encoder.cc 28 inline CFDictionaryRef CreateCFDictionary(CFTypeRef* keys,
176 CFDictionaryRef attachment =
177 static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(attachments, 0));
282 CFDictionaryRef frame_properties = nullptr;
349 CFDictionaryRef io_surface_value =
356 CFDictionaryRef source_attributes =
h264_video_toolbox_decoder.cc 26 inline CFDictionaryRef CreateCFDictionary(CFTypeRef* keys,
202 CFDictionaryRef io_surface_value =
209 CFDictionaryRef attributes =
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymactoolbox.h 206 extern PyObject *CFDictionaryRefObj_New(CFDictionaryRef);
207 extern int CFDictionaryRefObj_Convert(PyObject *, CFDictionaryRef *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymactoolbox.h 206 extern PyObject *CFDictionaryRefObj_New(CFDictionaryRef);
207 extern int CFDictionaryRefObj_Convert(PyObject *, CFDictionaryRef *);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymactoolbox.h 206 extern PyObject *CFDictionaryRefObj_New(CFDictionaryRef);
207 extern int CFDictionaryRefObj_Convert(PyObject *, CFDictionaryRef *);
  /prebuilts/gdb/linux-x86/include/python2.7/
pymactoolbox.h 206 extern PyObject *CFDictionaryRefObj_New(CFDictionaryRef);
207 extern int CFDictionaryRefObj_Convert(PyObject *, CFDictionaryRef *);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h 206 extern PyObject *CFDictionaryRefObj_New(CFDictionaryRef);
207 extern int CFDictionaryRefObj_Convert(PyObject *, CFDictionaryRef *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h 206 extern PyObject *CFDictionaryRefObj_New(CFDictionaryRef);
207 extern int CFDictionaryRefObj_Convert(PyObject *, CFDictionaryRef *);
  /external/skia/src/ports/
SkImageGeneratorCG.cpp 41 CFDictionaryRef properties = CGImageSourceCopyPropertiesAtIndex(imageSrc, 0, nullptr);
SkFontHost_mac.cpp 263 static bool find_dict_CGFloat(CFDictionaryRef dict, CFStringRef name, CGFloat* value) {
453 UniqueCFRef<CFDictionaryRef> fontTraitsDict(static_cast<CFDictionaryRef>(fontTraits.release()));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
macsupport.py 99 CFDictionaryRef = OpaqueByValueType("CFDictionaryRef", "CFDictionaryRefObj")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mactoolboxglue.c 465 GLUE_CONVERT(CFDictionaryRef, CFDictionaryRefObj_Convert, "Carbon.CF")
466 GLUE_NEW(CFDictionaryRef, CFDictionaryRefObj_New, "Carbon.CF")
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 119 typedef const struct __CFDictionary * CFDictionaryRef;
  /external/libchrome/base/mac/
foundation_util.h 357 T GetValueFromDictionary(CFDictionaryRef dict, CFStringRef key) {
  /external/libcups/cups/
http-private.h 120 extern SecCertificateRef SecGenerateSelfSignedCertificate(CFArrayRef subject, CFDictionaryRef parameters, SecKeyRef publicKey, SecKeyRef privateKey);
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_cgo_darwin.go 148 CFDictionaryRef tSetting = (CFDictionaryRef)CFArrayGetValueAtIndex(trustSettings, k);

Completed in 797 milliseconds

1 2