Searched refs:_key (Results 1 - 14 of 14) 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/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/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 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)) {
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)) {
/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
H A Ddict.cpp303 tty->print("(0x%lx,0x%lx),", i._key, i._value);
375 _key = _d->_bin[_i]._keyvals[_j+_j];
384 _key = _d->_bin[_i]._keyvals[_j+_j];
388 _key = _value = NULL;
/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
H A Ddict2.cpp342 _key = _d->_bin[_i]._keyvals[_j+_j];
351 _key = _d->_bin[_i]._keyvals[_j+_j];
355 _key = _value = NULL;
H A Ddfa.cpp949 x = iter._key;
H A Dformssel.cpp1499 sprintf(s,"/*%s*/(",(char*)i._key);
1501 mnode->build_instr_pred(s,(char*)i._key,0);
1504 mnode->build_instr_pred(s,(char*)i._key,1);
/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...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTEvent.m66 static struct _key
430 static size_t size = sizeof(keyTable) / sizeof(struct _key);

Completed in 103 milliseconds