Home
last modified time | relevance | path

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

12345

/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
DMobileApple80211.c69 CFDictionaryRef *info) = NULL;
72 CFDictionaryRef *info) in Apple80211GetInfoCopy()
95 CFDictionaryRef parameters) = NULL;
98 CFDictionaryRef parameters) in Apple80211Scan()
104 static int (*__Apple80211Associate)(Apple80211Ref handle, CFDictionaryRef bss,
107 int Apple80211Associate(Apple80211Ref handle, CFDictionaryRef bss, in Apple80211Associate()
115 CFDictionaryRef bss,
117 CFDictionaryRef *info) =
120 int Apple80211AssociateAndCopyInfo(Apple80211Ref handle, CFDictionaryRef bss, in Apple80211AssociateAndCopyInfo()
121 CFStringRef password, CFDictionaryRef *info) in Apple80211AssociateAndCopyInfo()
[all …]
DMobileApple80211.h20 CFDictionaryRef *info);
27 CFDictionaryRef parameters);
29 int Apple80211Associate(Apple80211Ref handle, CFDictionaryRef bss,
31 int Apple80211AssociateAndCopyInfo(Apple80211Ref handle, CFDictionaryRef bss,
33 CFDictionaryRef *info);
40 int Apple80211CopyValue(Apple80211Ref handle, int field, CFDictionaryRef arg2,
DApple80211.h93 WirelessError WirelessAssociate2(WirelessRef ref, CFDictionaryRef scan_res,
120 CFDictionaryRef WirelessSafeDirectedScanCopy(WirelessRef ref, CFDataRef ssid);
135 CFDictionaryRef WirelessGetAssociationInfo(WirelessRef ref);
146 CFDictionaryRef WirelessGetInfoASP(void);
154 CFDictionaryRef WirelessCopyInterfaceDict(void);
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageSourceCG.cpp110 static CFDictionaryRef imageSourceOptions() in imageSourceOptions()
112 static CFDictionaryRef options; in imageSourceOptions()
175 …RetainPtr<CFDictionaryRef> image0Properties(AdoptCF, CGImageSourceCopyPropertiesAtIndex(m_decoder,… in isSizeAvailable()
189 …RetainPtr<CFDictionaryRef> properties(AdoptCF, CGImageSourceCopyPropertiesAtIndex(m_decoder, index… in frameSizeAtIndex()
210 …RetainPtr<CFDictionaryRef> properties(AdoptCF, CGImageSourceCopyPropertiesAtIndex(m_decoder, 0, im… in getHotSpot()
247 …RetainPtr<CFDictionaryRef> properties(AdoptCF, CGImageSourceCopyProperties(m_decoder, imageSourceO… in repetitionCount()
249CFDictionaryRef gifProperties = (CFDictionaryRef)CFDictionaryGetValue(properties.get(), kCGImagePr… in repetitionCount()
316 …RetainPtr<CFDictionaryRef> properties(AdoptCF, CGImageSourceCopyPropertiesAtIndex(m_decoder, index… in frameDurationAtIndex()
318CFDictionaryRef typeProperties = (CFDictionaryRef)CFDictionaryGetValue(properties.get(), kCGImageP… in frameDurationAtIndex()
/external/webkit/Source/WebCore/platform/graphics/win/
DQTCFDictionary.h37 typedef const struct __CFDictionary * CFDictionaryRef; typedef
40 typedef CFDictionaryRef (* QTCFDictonaryCreateFromDataCallback)(CFAllocatorRef, const UInt8*, CFInd…
42 QTMOVIEWIN_API CFDictionaryRef QTCFDictionaryCreateCopyWithDataCallback(CFAllocatorRef, CFDictionar…
DQTMovieVisualContext.cpp64 static CFDictionaryRef createPixelBufferOptionsDictionary(QTPixelBuffer::Type contextType) in createPixelBufferOptionsDictionary()
68CFDictionaryRef pixelBufferOptions = CFDictionaryCreate(kCFAllocatorDefault, &key, &value, 1, &kCF… in createPixelBufferOptionsDictionary()
73 static CFDictionaryRef pixelBufferCreationOptions(QTPixelBuffer::Type contextType) in pixelBufferCreationOptions()
76 static CFDictionaryRef imageQueueOptions = createPixelBufferOptionsDictionary(contextType); in pixelBufferCreationOptions()
81 static CFDictionaryRef cgImageOptions = createPixelBufferOptionsDictionary(contextType); in pixelBufferCreationOptions()
90 …typedef OSStatus ( __cdecl *pfnQTPixelBufferContextCreate)(CFAllocatorRef, CFDictionaryRef, QTVisu… in QTMovieVisualContextPriv()
DQTCFDictionary.cpp49 CFDictionaryRef QTCFDictionaryCreateCopyWithDataCallback(CFAllocatorRef allocator, CFDictionaryRef in QTCFDictionaryCreateCopyWithDataCallback()
57CFDictionaryRef outputDictionary = callback(allocator, CFDataGetBytePtr(data), CFDataGetLength(dat… in QTCFDictionaryCreateCopyWithDataCallback()
DQTPixelBuffer.h41 typedef const struct __CFDictionary * CFDictionaryRef; typedef
48 static CFDictionaryRef createPixelBufferAttributesDictionary(Type);
81 CFDictionaryRef attachments() const;
/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/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
DWebKitSystemInterface.h88 CFDictionaryRef wkGetSSLCertificateInfo(CFURLResponseRef);
89 CFDataRef wkGetSSLPeerCertificateData(CFDictionaryRef);
90 void* wkGetSSLPeerCertificateDataBytePtr(CFDictionaryRef);
92 void* wkGetSSLCertificateChainContext(CFDictionaryRef);
150 …, size_t rowbytes, size_t width, size_t height, OSType pixel_format, CFDictionaryRef attachments, …
181 CFDictionaryRef wkCFURLRequestCreateSerializableRepresentation(CFURLRequestRef cfRequest, CFTypeRef…
182 CFURLRequestRef wkCFURLRequestCreateFromSerializableRepresentation(CFDictionaryRef representation, …
183 CFDictionaryRef wkCFURLResponseCreateSerializableRepresentation(CFURLResponseRef cfResponse, CFType…
184 CFURLResponseRef wkCFURLResponseCreateFromSerializableRepresentation(CFDictionaryRef representation…
/external/webkit/Source/WebCore/loader/archive/cf/
DLegacyWebArchive.h58 static PassRefPtr<ArchiveResource> createResource(CFDictionaryRef);
62 static RetainPtr<CFDictionaryRef> createPropertyListRepresentation(Archive*);
63 …static RetainPtr<CFDictionaryRef> createPropertyListRepresentation(ArchiveResource*, MainResourceS…
65 bool extract(CFDictionaryRef);
DLegacyWebArchive.cpp67 RetainPtr<CFDictionaryRef> LegacyWebArchive::createPropertyListRepresentation(ArchiveResource* reso… in createPropertyListRepresentation()
130 RetainPtr<CFDictionaryRef> LegacyWebArchive::createPropertyListRepresentation(Archive* archive) in createPropertyListRepresentation()
134 …RetainPtr<CFDictionaryRef> mainResourceDict = createPropertyListRepresentation(archive->mainResour… in createPropertyListRepresentation()
143 …RetainPtr<CFDictionaryRef> subresource = createPropertyListRepresentation(subresources[i].get(), S… in createPropertyListRepresentation()
155 …RetainPtr<CFDictionaryRef> subframeArchive = createPropertyListRepresentation(subframeArchives[i].… in createPropertyListRepresentation()
183 PassRefPtr<ArchiveResource> LegacyWebArchive::createResource(CFDictionaryRef dictionary) in createResource()
279 …RetainPtr<CFDictionaryRef> plist(AdoptCF, static_cast<CFDictionaryRef>(CFPropertyListCreateFromXML… in create()
301 bool LegacyWebArchive::extract(CFDictionaryRef dictionary) in extract()
309CFDictionaryRef mainResourceDict = static_cast<CFDictionaryRef>(CFDictionaryGetValue(dictionary, L… in extract()
334CFDictionaryRef subresourceDict = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(subresourceA… in extract()
[all …]
/external/chromium/chrome/common/
Dlaunchd_mac.h37 virtual CFDictionaryRef CopyExports();
40 virtual CFDictionaryRef CopyJobDictionary(CFStringRef label);
43 virtual CFDictionaryRef CopyDictionaryByCheckingIn(CFErrorRef* error);
69 CFDictionaryRef dict);
/external/clang/test/Analysis/
Dcfref_PR2519.c17 typedef const struct __CFDictionary * CFDictionaryRef; typedef
18 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void *…
25 …FNotificationCenterRef center, CFStringRef name, const void *object, CFDictionaryRef userInfo, Boo…
35CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const vo… in main()
/external/webkit/Source/WebCore/plugins/mac/
DPluginPackageMac.cpp71 static WTF::RetainPtr<CFDictionaryRef> readPListFile(CFStringRef fileName, bool createFile, CFBundl… in readPListFile()
80 WTF::RetainPtr<CFDictionaryRef> map; in readPListFile()
100 map = static_cast<CFDictionaryRef>(static_cast<CFPropertyListRef>(propertyList.get())); in readPListFile()
136 WTF::RetainPtr<CFDictionaryRef> mimeDict; in fetchInfo()
145 … WTF::RetainPtr<CFDictionaryRef> plist = readPListFile(path.get(), /*createFile*/ false, m_module); in fetchInfo()
161 … mimeDict = (CFDictionaryRef)CFDictionaryGetValue(plist.get(), CFSTR("WebPluginMIMETypes")); in fetchInfo()
165 …mimeDict = (CFDictionaryRef)CFBundleGetValueForInfoDictionaryKey(m_module, CFSTR("WebPluginMIMETyp… in fetchInfo()
176 WTF::RetainPtr<CFDictionaryRef> extensionsDict = (CFDictionaryRef)values[i]; in fetchInfo()
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataCoreText.cpp42 CFDictionaryRef SimpleFontData::getCFStringAttributes(TypesettingFeatures typesettingFeatures, Font… in getCFStringAttributes()
45 …hMap<unsigned, RetainPtr<CFDictionaryRef> >::iterator, bool> addResult = m_CFStringAttributes.add(… in getCFStringAttributes()
46 RetainPtr<CFDictionaryRef>& attributesDictionary = addResult.first->second; in getCFStringAttributes()
DComplexTextControllerCoreText.cpp109 CFDictionaryRef attributes;
112 … provideStringAndAttributes(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, … in provideStringAndAttributes()
142 …static CFDictionaryRef ltrTypesetterOptions = CFDictionaryCreate(kCFAllocatorDefault, optionKeys, … in collectComplexTextRunsForCharactersCoreText()
143 …static CFDictionaryRef rtlTypesetterOptions = CFDictionaryCreate(kCFAllocatorDefault, optionKeys, … in collectComplexTextRunsForCharactersCoreText()
/external/webkit/Source/WebKit2/UIProcess/cf/
DWebPageProxyCF.cpp55 …RetainPtr<CFDictionaryRef> sessionHistoryDictionary(AdoptCF, m_backForwardList->createCFDictionary… in sessionStateData()
78 …RetainPtr<CFDictionaryRef> stateDictionary(AdoptCF, CFDictionaryCreate(0, keys, values, numValues,… in sessionStateData()
138 CFDictionaryRef backForwardListDictionary = 0; in restoreFromSessionStateData()
139 …if (CFTypeRef value = CFDictionaryGetValue(static_cast<CFDictionaryRef>(propertyList.get()), Sessi… in restoreFromSessionStateData()
143 backForwardListDictionary = static_cast<CFDictionaryRef>(value); in restoreFromSessionStateData()
147 …if (CFTypeRef value = CFDictionaryGetValue(static_cast<CFDictionaryRef>(propertyList.get()), Provi… in restoreFromSessionStateData()
DWebBackForwardListCF.cpp53 CFDictionaryRef WebBackForwardList::createCFDictionaryRepresentation(WebPageProxy::WebPageProxySess… in createCFDictionaryRepresentation()
78 …RetainPtr<CFDictionaryRef> entryDictionary(AdoptCF, CFDictionaryCreate(0, keys, values, 4, &kCFTyp… in createCFDictionaryRepresentation()
89 bool WebBackForwardList::restoreFromCFDictionaryRepresentation(CFDictionaryRef dictionary) in restoreFromCFDictionaryRepresentation()
123 CFDictionaryRef entryDictionary = (CFDictionaryRef)CFArrayGetValueAtIndex(cfEntries, i); in restoreFromCFDictionaryRepresentation()
/external/webkit/Source/WebKit2/Shared/win/
DWebCoreArgumentCodersWin.cpp49 …RetainPtr<CFDictionaryRef> dictionary(AdoptCF, wkCFURLRequestCreateSerializableRepresentation(reso… in encodeResourceRequest()
66 RetainPtr<CFDictionaryRef> dictionary; in decodeResourceRequest()
90 …RetainPtr<CFDictionaryRef> dictionary(AdoptCF, wkCFURLResponseCreateSerializableRepresentation(res… in encodeResourceResponse()
107 RetainPtr<CFDictionaryRef> dictionary; in decodeResourceResponse()
/external/webkit/Source/WebCore/platform/network/cf/
DDNSCFNet.cpp79 RetainPtr<CFDictionaryRef> proxySettings(AdoptCF, CFNetworkCopySystemProxySettings()); in proxyIsEnabledInSystemPreferences()
81 RetainPtr<CFDictionaryRef> proxySettings(AdoptCF, SCDynamicStoreCopyProxies(0)); in proxyIsEnabledInSystemPreferences()
94 …if (httpProxyCount == 1 && CFEqual(CFDictionaryGetValue(static_cast<CFDictionaryRef>(CFArrayGetVal… in proxyIsEnabledInSystemPreferences()
96 …if (httpsProxyCount == 1 && CFEqual(CFDictionaryGetValue(static_cast<CFDictionaryRef>(CFArrayGetVa… in proxyIsEnabledInSystemPreferences()
DProxyServerCFNet.cpp41 RetainPtr<CFDictionaryRef> proxySettings(AdoptCF, CFNetworkCopySystemProxySettings()); in addProxyServersForURL()
52CFDictionaryRef proxyDictionary = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(proxiesForUR… in addProxyServersForURL()
DSocketStreamHandleCFNet.cpp171 RetainPtr<CFDictionaryRef> proxyDictionary(AdoptCF, CFNetworkCopySystemProxySettings()); in chooseProxy()
174 RetainPtr<CFDictionaryRef> proxyDictionary(AdoptCF, SCDynamicStoreCopyProxies(0)); in chooseProxy()
205CFDictionaryRef proxyInfo = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(proxyArray, 0)); in chooseProxyFromArray()
218 CFDictionaryRef chosenProxy = 0; in chooseProxyFromArray()
220CFDictionaryRef proxyInfo = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(proxyArray, i)); in chooseProxyFromArray()
258 RetainPtr<CFDictionaryRef> proxyDictionary(AdoptCF, SCDynamicStoreCopyProxies(0)); in chooseProxy()
334 …RetainPtr<CFDictionaryRef> connectDictionary(AdoptCF, CFDictionaryCreate(0, proxyKeys, proxyValues… in createStreams()
346 …RetainPtr<CFDictionaryRef> settings(AdoptCF, CFDictionaryCreate(0, keys, values, WTF_ARRAY_LENGTH(… in createStreams()
/external/webkit/Source/WebKit2/Shared/cf/
DArgumentCodersCF.h53 void encode(ArgumentEncoder*, CFDictionaryRef);
54 bool decode(ArgumentDecoder*, RetainPtr<CFDictionaryRef>& result);

12345