Home
last modified time | relevance | path

Searched refs:CFDictionaryRef (Results 1 – 25 of 57) sorted by relevance

123

/external/webrtc/webrtc/modules/desktop_capture/mac/
Dfull_screen_chrome_window_detector.cc38 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in IsWindowMinimized()
54 CFDictionaryRef window) { in IsWindowFullScreen()
57 CFDictionaryRef bounds_ref = reinterpret_cast<CFDictionaryRef>( in IsWindowFullScreen()
87 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowTitle()
109 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowOwnerPid()
145 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in FindFullScreenWindowWithSamePidAndTitle()
Dwindow_list_utils.cc31 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowList()
/external/clang/test/CodeGenObjC/
Dobjc2-write-barrier.m9 typedef const struct __CFDictionary * CFDictionaryRef; typedef
25 __strong CFDictionaryRef cfElement;
26 __strong CFDictionaryRef cfElementArray[10];
32 __strong CFDictionaryRef dict;
33 __strong CFDictionaryRef dictArray[3];
48 __strong CFDictionaryRef Gdict;
49 __strong CFDictionaryRef Gdictarray[10];
67 static __strong CFDictionaryRef staticGdict;
68 static __strong CFDictionaryRef staticGdictarray[10];
Dobjc2-assign-global.m5 typedef const struct __CFDictionary * CFDictionaryRef; typedef
9 __strong CFDictionaryRef cfElement;
10 __strong CFDictionaryRef cfElementArray[10];
30 __strong CFDictionaryRef Gdict;
31 __strong CFDictionaryRef Gdictarray[10];
43 static __strong CFDictionaryRef staticGdict;
44 static __strong CFDictionaryRef staticGdictarray[10];
/external/clang/test/Analysis/
Dcfref_PR2519.c18 typedef const struct __CFDictionary * CFDictionaryRef; typedef
19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void *…
26 …FNotificationCenterRef center, CFStringRef name, const void *object, CFDictionaryRef userInfo, Boo…
36CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const vo… in main()
DCFContainers-invalid.c6 typedef const struct __CFDictionary * CFDictionaryRef; typedef
13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef);
DCFContainers.mm46 typedef const struct __CFDictionary * CFDictionaryRef; typedef
77 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values…
89 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values…
128CFDictionaryRef dict1 = CFDictionaryCreate(kCFAllocatorDefault, (const void**)keys, (const void**)…
129CFDictionaryRef dict2 = CFDictionaryCreate(kCFAllocatorDefault, (const void**)elems[0], (const voi…
130CFDictionaryRef dict3 = CFDictionaryCreate(kCFAllocatorDefault, (const void**)keys, (const void**)…
Dretain-release-inline.m56 typedef const struct __CFDictionary * CFDictionaryRef; typedef
81 …ngRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDictionaryRef attributes) ;
155 io_service_t IOServiceGetMatchingService( mach_port_t masterPort, CFDictionaryRef matching );
156 kern_return_t IOServiceGetMatchingServices( mach_port_t masterPort, CFDictionaryRef matching, io…
157 …cation( mach_port_t masterPort, const io_name_t notificationType, CFDictionaryRef matching, ma…
158 …ONotificationPortRef notifyPort, const io_name_t notificationType, CFDictionaryRef matching, …
169 extern CFDictionaryRef DADiskCopyDescription( DADiskRef disk );
209 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
Dretain-release-gc-only.m46 typedef const struct __CFDictionary * CFDictionaryRef; typedef
71 …ngRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDictionaryRef attributes) ;
151 io_service_t IOServiceGetMatchingService( mach_port_t masterPort, CFDictionaryRef matching );
152 kern_return_t IOServiceGetMatchingServices( mach_port_t masterPort, CFDictionaryRef matching, io…
153 …cation( mach_port_t masterPort, const io_name_t notificationType, CFDictionaryRef matching, ma…
154 …ONotificationPortRef notifyPort, const io_name_t notificationType, CFDictionaryRef matching, …
165 extern CFDictionaryRef DADiskCopyDescription( DADiskRef disk );
205 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
Dmisc-ps-64.m12 typedef const struct __CFDictionary * CFDictionaryRef; typedef
14 extern Boolean CFDictionaryGetValueIfPresent(CFDictionaryRef theDict, const void *key, const void *…
Ddelegates.m20 typedef const struct __CFDictionary * CFDictionaryRef; typedef
21 const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key);
22 extern CFStringRef CFStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CF…
Dretain-release.mm79 typedef const struct __CFDictionary * CFDictionaryRef; typedef
105 …ngRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDictionaryRef attributes) ;
178 io_service_t IOServiceGetMatchingService( mach_port_t masterPort, CFDictionaryRef matching );
179 kern_return_t IOServiceGetMatchingServices( mach_port_t masterPort, CFDictionaryRef matching, io…
180 …cation( mach_port_t masterPort, const io_name_t notificationType, CFDictionaryRef matching, ma…
181 …ONotificationPortRef notifyPort, const io_name_t notificationType, CFDictionaryRef matching, …
192 extern CFDictionaryRef DADiskCopyDescription( DADiskRef disk );
232 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
DPR2599.m6 typedef const struct __CFDictionary * CFDictionaryRef; typedef
8 extern CFStringRef CFStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CF…
/external/clang/test/SemaObjC/
Dformat-ostrace-warning.m14 typedef const struct __CFDictionary * CFDictionaryRef; typedef
20 CFStringRef CStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, const char…
23 CFStringRef CStringCreateWithFormatAndArguments(CFAllocatorRef alloc, CFDictionaryRef formatOptions…
26 void CStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, const char* f…
29 void CStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, c…
Dformat-cstrings-warning.m46 typedef const struct __CFDictionary * CFDictionaryRef; typedef
50 CFStringRef CFStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CFStringR…
53 CFStringRef CFStringCreateWithFormatAndArguments(CFAllocatorRef alloc, CFDictionaryRef formatOption…
56 void CFStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, CFStringRef …
59 void CFStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, …
/external/webrtc/webrtc/base/
Dmacwindowpicker.cc93 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in IsVisible()
128 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in MoveToFront()
228 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowList()
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_encoder.cc28 inline CFDictionaryRef CreateCFDictionary(CFTypeRef* keys, in CreateCFDictionary()
176 CFDictionaryRef attachment = in VTCompressionOutputCallback()
177 static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(attachments, 0)); in VTCompressionOutputCallback()
282 CFDictionaryRef frame_properties = nullptr; in Encode()
349 CFDictionaryRef io_surface_value = in ResetCompressionSession()
356 CFDictionaryRef source_attributes = in ResetCompressionSession()
Dh264_video_toolbox_decoder.cc26 inline CFDictionaryRef CreateCFDictionary(CFTypeRef* keys, in CreateCFDictionary()
202 CFDictionaryRef io_surface_value = in ResetDecompressionSession()
209 CFDictionaryRef attributes = in ResetDecompressionSession()
/external/python/cpython2/Mac/Modules/
D_scproxy.c51 CFDictionaryRef proxyDict = NULL; in get_proxy_settings()
126 set_proxy(PyObject* proxies, char* proto, CFDictionaryRef proxyDict, in set_proxy()
173 CFDictionaryRef proxyDict = NULL; in get_proxies()
/external/skia/src/ports/
DSkFontHost_mac.cpp269 static bool find_dict_CGFloat(CFDictionaryRef dict, CFStringRef name, CGFloat* value) { in find_dict_CGFloat()
477 UniqueCFRef<CFDictionaryRef> fontTraitsDict(static_cast<CFDictionaryRef>(fontTraits.release())); in fontstyle_from_descriptor()
1705 CFDictionaryRef cgAxisDict = static_cast<CFDictionaryRef>(cgAxis); in set_non_default_axes()
1741 UniqueCFRef<CFDictionaryRef> cgVariations(CGFontCopyVariations(cgFont.get())); in get_variations()
1762 CFDictionaryRef cgAxisDict = static_cast<CFDictionaryRef>(cgAxis); in get_variations()
1802 static UniqueCFRef<CFDictionaryRef> ct_variation_from_cg_variation(CFDictionaryRef cgVariations, in ct_variation_from_cg_variation()
1816 CFDictionaryRef axisInfoDict = static_cast<CFDictionaryRef>(axisInfo); in ct_variation_from_cg_variation()
1859 UniqueCFRef<CFDictionaryRef> ctVariations(CTFontCopyVariation(fFontRef.get())); in onGetVariationDesignPosition()
1867 UniqueCFRef<CFDictionaryRef> cgVariations(CGFontCopyVariations(cgFont.get())); in onGetVariationDesignPosition()
1882 CFDictionaryRef axisInfoDict = static_cast<CFDictionaryRef>(axisInfo); in onGetVariationDesignPosition()
[all …]
/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_mac.mm94 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
150 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
Dmouse_cursor_monitor_mac.mm145 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
155 CFDictionaryRef window_bounds = reinterpret_cast<CFDictionaryRef>(
/external/python/cpython2/Mac/Modules/cf/
Dpycfbridge.c28 return PyCF_CF2Python_mapping((CFDictionaryRef)src); in PyCF_CF2Python()
154 return PyCF_Python2CF_mapping(src, (CFDictionaryRef *)dst); in PyCF_Python2CF()
197 PyCF_Python2CF_mapping(PyObject *src, CFDictionaryRef *dst) { in PyCF_Python2CF_mapping()
/external/python/cpython2/Include/
Dpymactoolbox.h221 extern PyObject *CFDictionaryRefObj_New(CFDictionaryRef);
222 extern int CFDictionaryRefObj_Convert(PyObject *, CFDictionaryRef *);
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m101 typedef const struct __CFDictionary * CFDictionaryRef; typedef
126 …ngRef CFAttributedStringCreate(CFAllocatorRef alloc, CFStringRef str, CFDictionaryRef attributes) ;
223 io_service_t IOServiceGetMatchingService( mach_port_t masterPort, CFDictionaryRef matching );
224 kern_return_t IOServiceGetMatchingServices( mach_port_t masterPort, CFDictionaryRef matching, io…
225 …cation( mach_port_t masterPort, const io_name_t notificationType, CFDictionaryRef matching, ma…
226 …ONotificationPortRef notifyPort, const io_name_t notificationType, CFDictionaryRef matching, …
237 extern CFDictionaryRef DADiskCopyDescription( DADiskRef disk );
279 - (CGLayerRef)createCGLayerWithSize:(CGSize)size info:(CFDictionaryRef)d; argument
441 CFDictionaryRef dict = DADiskCopyDescription(d); // expected-warning{{leak}}
958 void rdar6945561(CIContext *context, CGSize size, CFDictionaryRef d) {
[all …]

123