Searched defs:dict (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_macosx.c286 CFDictionaryRef dict = SCDynamicStoreCopyProxies(NULL); local
287 if (dict == NULL) return;
290 CFArrayRef cf_list = CFDictionaryGetValue(dict, kSCPropNetProxiesExceptionsList);
325 getProxyInfoForProtocol(dict, kSCPropNetProxies##PROTOCOL##Enable, \
344 CFRelease(dict);
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsnamed.c821 _cmsDICT* dict = (_cmsDICT*) _cmsMallocZero(ContextID, sizeof(_cmsDICT)); local
822 if (dict == NULL) return NULL;
824 dict ->ContextID = ContextID;
825 return (cmsHANDLE) dict;
832 _cmsDICT* dict = (_cmsDICT*) hDict; local
835 _cmsAssert(dict != NULL);
838 entry = dict ->head;
843 if (entry ->Name != NULL) _cmsFree(dict ->ContextID, entry -> Name);
844 if (entry ->Value != NULL) _cmsFree(dict ->ContextID, entry -> Value);
848 _cmsFree(dict
868 _cmsDICT* dict = (_cmsDICT*) hDict; local
923 _cmsDICT* dict = (_cmsDICT*) hDict; local
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java82 private SystemDictionary dict; field in class:VM
595 if (dict == null) {
596 dict = new SystemDictionary();
598 return dict;
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp4037 // Lookup the root value in the operands dict to perform substitution
4443 char *ADLParser::get_unique_ident(FormDict& dict, const char* nameDescription){ argument
4450 if (dict[ident] != NULL) {

Completed in 70 milliseconds