HomeSort by relevance Sort by last modified time
    Searched refs:CFDictionaryRef (Results 1 - 25 of 29) 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/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
MacHIDManager.cpp 36 T getDictionaryItemAsRef(CFDictionaryRef dict, const char* keyName)
42 CFArrayRef getDictionaryItemAsRef(CFDictionaryRef dict, const char* keyName)
53 CFStringRef getDictionaryItemAsRef(CFDictionaryRef dict, const char* keyName)
64 CFNumberRef getDictionaryItemAsRef(CFDictionaryRef dict, const char* keyName)
83 CFDictionaryRef getArrayItemAsRef(CFArrayRef array, CFIndex idx)
88 return (CFDictionaryRef)temp;
267 parseDeviceProperties(getArrayItemAsRef<CFDictionaryRef>(array, i));
273 void MacHIDManager::parseDeviceProperties(CFDictionaryRef properties)
283 CFDictionaryRef element = getArrayItemAsRef<CFDictionaryRef>(array, i)
    [all...]
MacJoyStick.cpp 169 CFDictionaryRef element;
183 element = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(elements, i));
CocoaJoyStick.mm 169 CFDictionaryRef element;
183 element = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(elements, i));
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
MacHIDManager.h 97 void parseDeviceProperties(CFDictionaryRef properties);
98 void parseDevicePropertiesGroup(CFDictionaryRef properties);
  /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...]
unixfilesystem.cc 362 CFDictionaryRef procinfo = ProcessInformationCopyDictionary(&psn,
  /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 =
  /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/
SkFontHost_mac.cpp 364 static bool find_dict_float(CFDictionaryRef dict, CFStringRef name, float* value) {
392 AutoCFRelease<CFDictionaryRef> dict(
393 (CFDictionaryRef)CTFontDescriptorCopyAttribute(desc, kCTFontTraitsAttribute));
    [all...]
  /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/harfbuzz_ng/src/
hb-coretext.cc 90 CFDictionaryRef attributes = CFDictionaryCreate (kCFAllocatorDefault,
612 CFDictionaryRef dict = CFDictionaryCreate (kCFAllocatorDefault,
626 CFDictionaryRef attributes = CFDictionaryCreate (kCFAllocatorDefault,
825 CFDictionaryRef options = CFDictionaryCreate (kCFAllocatorDefault,
    [all...]
  /external/opencv3/modules/videoio/src/
cap_ios_video_camera.mm 399 frameSize.height, kCVPixelFormatType_32ARGB, (CFDictionaryRef) CFBridgingRetain(options),

Completed in 373 milliseconds

1 2