Home
last modified time | relevance | path

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

12345

/external/webrtc/modules/desktop_capture/mac/
Dwindow_list_utils.cc52 rtc::FunctionView<void(CFDictionaryRef)> on_window) { in GetWindowRef()
69 on_window(reinterpret_cast<CFDictionaryRef>( in GetWindowRef()
83 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window, in GetWindowList()
106 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowList()
165 [&sources, &pid_itr_map](CFDictionaryRef window) { in GetWindowList()
224 CFDictionaryRef window) { in IsWindowFullScreen()
226 CFDictionaryRef bounds_ref = reinterpret_cast<CFDictionaryRef>( in IsWindowFullScreen()
250 GetWindowRef(id, [&](CFDictionaryRef window) { in IsWindowFullScreen()
256 bool IsWindowOnScreen(CFDictionaryRef window) { in IsWindowOnScreen()
264 if (GetWindowRef(id, [&on_screen](CFDictionaryRef window) { in IsWindowOnScreen()
[all …]
Dwindow_list_utils.h31 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window,
42 CFDictionaryRef window);
50 bool IsWindowOnScreen(CFDictionaryRef window);
58 std::string GetWindowTitle(CFDictionaryRef window);
66 std::string GetWindowOwnerName(CFDictionaryRef window);
74 WindowId GetWindowId(CFDictionaryRef window);
78 int GetWindowOwnerPid(CFDictionaryRef window);
106 DesktopRect GetWindowBounds(CFDictionaryRef window);
/external/llvm-project/clang/test/CodeGenObjC/
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];
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];
/external/clang/test/CodeGenObjC/
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];
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];
/external/llvm-project/lldb/source/Symbol/
DLocateSymbolFileMacOSX.cpp43 static CFDictionaryRef (*g_dlsym_DBGCopyDSYMPropertyLists)(CFURLRef dsym_url) = nullptr;
75 …g_dlsym_DBGCopyDSYMPropertyLists = (CFDictionaryRef (*)(CFURLRef)) dlsym (handle, "DBGCopyDSYMProp… in LocateMacOSXFilesUsingDebugSymbols()
143 CFCReleaser<CFDictionaryRef> dict( in LocateMacOSXFilesUsingDebugSymbols()
145 CFDictionaryRef uuid_dict = NULL; in LocateMacOSXFilesUsingDebugSymbols()
148 uuid_dict = static_cast<CFDictionaryRef>( in LocateMacOSXFilesUsingDebugSymbols()
307 static bool GetModuleSpecInfoFromUUIDDictionary(CFDictionaryRef uuid_dict, in GetModuleSpecInfoFromUUIDDictionary()
314 CFDictionaryRef cf_dict; in GetModuleSpecInfoFromUUIDDictionary()
317 (CFDictionaryRef)uuid_dict, CFSTR("DBGSymbolRichExecutable")); in GetModuleSpecInfoFromUUIDDictionary()
330 cf_str = (CFStringRef)CFDictionaryGetValue((CFDictionaryRef)uuid_dict, in GetModuleSpecInfoFromUUIDDictionary()
345 cf_str = (CFStringRef)CFDictionaryGetValue((CFDictionaryRef)uuid_dict, in GetModuleSpecInfoFromUUIDDictionary()
[all …]
/external/llvm-project/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);
Dretain-release-arc.m19 typedef struct __CFDictionary * CFDictionaryRef; typedef
91CFDictionaryRef testDict = CFPropertyListCreateWithData(kCFAllocatorDefault, (__bridge CFDataRef)p…
109CFDictionaryRef testDict = CFPropertyListCreateWithData(kCFAllocatorDefault, (__bridge CFDataRef)p…
116 - (CFDictionaryRef)copyTestReturningCoreFoundation:(NSData *)plistData {
118CFDictionaryRef testDict = CFPropertyListCreateWithData(kCFAllocatorDefault, (__bridge CFDataRef)p…
Dmisc-ps-64.m12 typedef const struct __CFDictionary * CFDictionaryRef; typedef
14 extern Boolean CFDictionaryGetValueIfPresent(CFDictionaryRef theDict, const void *key, const void *…
/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**)…
Dmisc-ps-64.m12 typedef const struct __CFDictionary * CFDictionaryRef; typedef
14 extern Boolean CFDictionaryGetValueIfPresent(CFDictionaryRef theDict, const void *key, const void *…
/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/llvm-project/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/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/webrtc/sdk/objc/helpers/
DAVCaptureSession+DevicePosition.mm26 CFDictionaryRef attachments = CMCopyDictionaryOfAttachments(
31 CFDictionaryRef cfExifDictVal = nil;
/external/python/cpython3/Modules/
D_scproxy.c58 CFDictionaryRef proxyDict = NULL; in get_proxy_settings()
131 set_proxy(PyObject* proxies, const char* proto, CFDictionaryRef proxyDict, in set_proxy()
176 CFDictionaryRef proxyDict = NULL; in get_proxies()
/external/llvm-project/compiler-rt/lib/builtins/
Dos_version_check.c46 *CFStringRef, *CFDictionaryRef, *CFTypeRef, *CFErrorRef; typedef
81 typedef const void *(*CFDictionaryGetValueFuncTy)(CFDictionaryRef,
175 CFDictionaryRef PListRef = NULL; in _initializeAvailabilityCheck()
/external/skqp/src/ports/
DSkFontHost_mac.cpp482 static bool find_dict_CGFloat(CFDictionaryRef dict, CFStringRef name, CGFloat* value) { in find_dict_CGFloat()
690 SkUniqueCFRef<CFDictionaryRef> fontTraitsDict(static_cast<CFDictionaryRef>(traits.release())); in fontstyle_from_descriptor()
1908 CFDictionaryRef cgAxisDict = static_cast<CFDictionaryRef>(cgAxis); in set_non_default_axes()
1944 SkUniqueCFRef<CFDictionaryRef> cgVariations(CGFontCopyVariations(cgFont.get())); in get_variations()
1965 CFDictionaryRef cgAxisDict = static_cast<CFDictionaryRef>(cgAxis); in get_variations()
2005 static SkUniqueCFRef<CFDictionaryRef> ct_variation_from_cg_variation(CFDictionaryRef cgVariations, in ct_variation_from_cg_variation()
2019 CFDictionaryRef axisInfoDict = static_cast<CFDictionaryRef>(axisInfo); in ct_variation_from_cg_variation()
2062 SkUniqueCFRef<CFDictionaryRef> ctVariations(CTFontCopyVariation(fFontRef.get())); in onGetVariationDesignPosition()
2070 SkUniqueCFRef<CFDictionaryRef> cgVariations(CGFontCopyVariations(cgFont.get())); in onGetVariationDesignPosition()
2085 CFDictionaryRef axisInfoDict = static_cast<CFDictionaryRef>(axisInfo); in onGetVariationDesignPosition()
[all …]
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_diagnostics.cc135 CFDictionaryRef kext_infos = in LogDiagnosticInformation()
139 CFDictionaryRef cuda_driver_info = nullptr; in LogDiagnosticInformation()
328 CFDictionaryRef kext_infos = in FindKernelDriverVersion()
332 CFDictionaryRef cuda_driver_info = nullptr; in FindKernelDriverVersion()

12345