Searched defs:_key (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/localization/
H A DLocalizableMessage.java34 private final String _key; field in class:LocalizableMessage
39 _key = key;
46 return _key;
/openjdk7/hotspot/src/share/vm/libadt/
H A Ddict.hpp113 const void *_key, *_value; // Easy access to the key-value pair member in class:DictI
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/localization/
H A DLocalizableMessage.java34 private final String _key; field in class:LocalizableMessage
39 _key = key;
46 return _key;
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddict2.hpp114 const void *_key, *_value; // Easy access to the key-value pair member in class:DictI
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DAsciiUtil.java186 private String _key; field in class:AsciiUtil.CaseInsensitiveKey
190 _key = key;
199 return AsciiUtil.caseIgnoreMatch(_key, ((CaseInsensitiveKey)o)._key);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DStringIntMap.java38 final String _key; field in class:StringIntMap.Entry
43 _key = key;
125 if (e._hash == hash && eq(key, e._key)) {
141 if (key == _lastEntry._key)
161 if (e._hash == hash && eq(key, e._key)) {
H A DLocalNameQualifiedNamesMap.java40 final String _key; field in class:LocalNameQualifiedNamesMap.Entry
47 _key = key;
141 if (e._hash == hash && eq(key, e._key)) {
154 if (e._hash == hash && eq(key, e._key)) {
172 if (e._hash == hash && eq(key, e._key)) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.hpp49 char* _key; member in class:SystemProperty
57 const char* key() const { return _key; }
101 _key = NULL;
103 _key = AllocateHeap(strlen(key)+1, mtInternal);
104 strcpy(_key, key);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java189 private Key _key; field in class:XMLCipher
281 instance._key = null;
354 instance._key = null;
412 instance._key = null;
498 instance._key = null;
544 instance._key = null;
607 _key = key;
1072 c.init(_cipherMode, _key);
1266 c.init(Cipher.WRAP_MODE, _key);
1316 if (_key
[all...]

Completed in 72 milliseconds