/external/webrtc/modules/desktop_capture/mac/ |
D | window_list_utils.cc | 52 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 …]
|
D | window_list_utils.h | 31 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/ |
D | objc2-assign-global.m | 5 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];
|
D | objc2-write-barrier.m | 9 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/ |
D | objc2-assign-global.m | 5 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];
|
D | objc2-write-barrier.m | 9 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/ |
D | LocateSymbolFileMacOSX.cpp | 43 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/ |
D | cfref_PR2519.c | 18 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… 36 …CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const vo… in main()
|
D | CFContainers-invalid.c | 6 typedef const struct __CFDictionary * CFDictionaryRef; typedef 13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef);
|
D | retain-release-arc.m | 19 typedef struct __CFDictionary * CFDictionaryRef; typedef 91 …CFDictionaryRef testDict = CFPropertyListCreateWithData(kCFAllocatorDefault, (__bridge CFDataRef)p… 109 …CFDictionaryRef testDict = CFPropertyListCreateWithData(kCFAllocatorDefault, (__bridge CFDataRef)p… 116 - (CFDictionaryRef)copyTestReturningCoreFoundation:(NSData *)plistData { 118 …CFDictionaryRef testDict = CFPropertyListCreateWithData(kCFAllocatorDefault, (__bridge CFDataRef)p…
|
D | misc-ps-64.m | 12 typedef const struct __CFDictionary * CFDictionaryRef; typedef 14 extern Boolean CFDictionaryGetValueIfPresent(CFDictionaryRef theDict, const void *key, const void *…
|
/external/clang/test/Analysis/ |
D | cfref_PR2519.c | 18 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… 36 …CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const vo… in main()
|
D | CFContainers-invalid.c | 6 typedef const struct __CFDictionary * CFDictionaryRef; typedef 13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef);
|
D | CFContainers.mm | 46 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… 128 …CFDictionaryRef dict1 = CFDictionaryCreate(kCFAllocatorDefault, (const void**)keys, (const void**)… 129 …CFDictionaryRef dict2 = CFDictionaryCreate(kCFAllocatorDefault, (const void**)elems[0], (const voi… 130 …CFDictionaryRef dict3 = CFDictionaryCreate(kCFAllocatorDefault, (const void**)keys, (const void**)…
|
D | misc-ps-64.m | 12 typedef const struct __CFDictionary * CFDictionaryRef; typedef 14 extern Boolean CFDictionaryGetValueIfPresent(CFDictionaryRef theDict, const void *key, const void *…
|
/external/clang/test/SemaObjC/ |
D | format-ostrace-warning.m | 14 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…
|
D | format-cstrings-warning.m | 46 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/ |
D | format-ostrace-warning.m | 14 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…
|
D | format-cstrings-warning.m | 46 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.c | 51 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/ |
D | AVCaptureSession+DevicePosition.mm | 26 CFDictionaryRef attachments = CMCopyDictionaryOfAttachments( 31 CFDictionaryRef cfExifDictVal = nil;
|
/external/python/cpython3/Modules/ |
D | _scproxy.c | 58 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/ |
D | os_version_check.c | 46 *CFStringRef, *CFDictionaryRef, *CFTypeRef, *CFErrorRef; typedef 81 typedef const void *(*CFDictionaryGetValueFuncTy)(CFDictionaryRef, 175 CFDictionaryRef PListRef = NULL; in _initializeAvailabilityCheck()
|
/external/skqp/src/ports/ |
D | SkFontHost_mac.cpp | 482 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/ |
D | cuda_diagnostics.cc | 135 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()
|