OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFMutableDictionaryRef
(Results
1 - 11
of
11
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
MacHIDManager.h
96
HidInfo* enumerateDeviceProperties(
CFMutableDictionaryRef
propertyMap);
/prebuilts/gdb/darwin-x86/include/python2.7/
pymactoolbox.h
208
extern PyObject *CFMutableDictionaryRefObj_New(
CFMutableDictionaryRef
);
209
extern int CFMutableDictionaryRefObj_Convert(PyObject *,
CFMutableDictionaryRef
*);
/prebuilts/gdb/linux-x86/include/python2.7/
pymactoolbox.h
208
extern PyObject *CFMutableDictionaryRefObj_New(
CFMutableDictionaryRef
);
209
extern int CFMutableDictionaryRefObj_Convert(PyObject *,
CFMutableDictionaryRef
*);
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h
208
extern PyObject *CFMutableDictionaryRefObj_New(
CFMutableDictionaryRef
);
209
extern int CFMutableDictionaryRefObj_Convert(PyObject *,
CFMutableDictionaryRef
*);
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h
208
extern PyObject *CFMutableDictionaryRefObj_New(
CFMutableDictionaryRef
);
209
extern int CFMutableDictionaryRefObj_Convert(PyObject *,
CFMutableDictionaryRef
*);
/external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h
120
typedef struct __CFDictionary *
CFMutableDictionaryRef
;
121
extern
CFMutableDictionaryRef
CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
122
void CFDictionarySetValue(
CFMutableDictionaryRef
, const void *, const void *);
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
MacHIDManager.cpp
135
CFMutableDictionaryRef
deviceLookupMap = IOServiceMatching(kIOHIDDeviceKey);
170
CFMutableDictionaryRef
propertyMap = 0;
230
HidInfo* MacHIDManager::enumerateDeviceProperties(
CFMutableDictionaryRef
propertyMap)
/system/core/adb/
usb_osx.cpp
102
CFMutableDictionaryRef
matchingDict = IOServiceMatching(kIOUSBInterfaceClassName);
/system/core/fastboot/
usb_osx.cpp
412
CFMutableDictionaryRef
matchingDict;
/external/skia/src/ports/
SkFontHost_mac.cpp
522
AutoCFRelease<
CFMutableDictionaryRef
> cfAttributes(
527
AutoCFRelease<
CFMutableDictionaryRef
> cfTraits(
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar
Completed in 995 milliseconds