HomeSort by relevance Sort by last modified time
    Searched refs:CFArrayRef (Results 1 - 8 of 8) sorted by null

  /external/clang/test/Analysis/
CFContainers-invalid.c 5 typedef const struct __CFArray * CFArrayRef;
12 CFArrayRef CFArrayCreate(CFAllocatorRef);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h 202 extern PyObject *CFArrayRefObj_New(CFArrayRef);
203 extern int CFArrayRefObj_Convert(PyObject *, CFArrayRef *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h 202 extern PyObject *CFArrayRefObj_New(CFArrayRef);
203 extern int CFArrayRefObj_Convert(PyObject *, CFArrayRef *);
  /external/lldb/tools/debugserver/source/
RNBServices.cpp 144 CFReleaser<CFArrayRef> sbsAppIDs (::SBSCopyApplicationDisplayIdentifiers (opt_runningApps, opt_debuggable));
232 CFReleaser<CFArrayRef> appIdsForPID (::SBSCopyDisplayIdentifiersForProcessID(pid));
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 551 FX_BOOL IsHasCharSet(CFArrayRef languages, const CFX_DWordArray &charSets)
612 CFArrayRef languages = (CFArrayRef)CTFontDescriptorCopyAttribute(descriptor, kCTFontLanguagesAttribute);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 58 static CFArrayRef SkCTFontManagerCopyAvailableFontFamilyNames() {
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 784 CFArrayRef glyph_runs = CTLineGetGlyphRuns (line);
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.cpp 53 CFReleaser<CFArrayRef> appIdsForPID (::SBSCopyDisplayIdentifiersForProcessID(pid));
    [all...]

Completed in 568 milliseconds