Searched refs:attributeValue (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS10Attribute.java59 protected Object attributeValue = null; field in class:PKCS10Attribute
74 this.attributeValue = attr.getValue();
82 * @param attributeValue an instance of a class that implements
86 Object attributeValue) {
88 this.attributeValue = attributeValue;
98 this.attributeValue = attr.getValue();
111 PKCS9Attribute attr = new PKCS9Attribute(attributeId, attributeValue);
126 return (attributeValue);
133 return (attributeValue
85 PKCS10Attribute(ObjectIdentifier attributeId, Object attributeValue) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWInputMethod.java458 int[] attributeBoundary, byte[] attributeValue,
495 if (attributeBoundary!=null && attributeValue!=null &&
496 attributeValue.length!=0 && attributeBoundary.length==attributeValue.length+1 &&
497 attributeBoundary[0]==0 && attributeBoundary[attributeValue.length]==text.length() )
501 switch (attributeValue[i]) {
456 sendInputMethodEvent(int id, long when, String text, int[] clauseBoundary, String[] clauseReading, int[] attributeBoundary, byte[] attributeValue, int commitedTextLength, int caretPos, int visiblePos) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/vocab/
H A DParserVocabulary.java82 public final StringArray attributeValue; field in class:ParserVocabulary
101 attributeValue = new StringArray(ValueArray.DEFAULT_CAPACITY, NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS, true);
119 tables[ATTRIBUTE_VALUE] = attributeValue;
173 addToTable(v.attributeValues.iterator(), attributeValue);
H A DSerializerVocabulary.java49 public final StringIntMap attributeValue; field in class:SerializerVocabulary
71 tables[ATTRIBUTE_VALUE] = attributeValue = new StringIntMap();
125 addToTable(v.attributeValues.iterator(), attributeValue);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentSerializerWithPrefixMapping.java172 encodeNonIdentifyingStringOnFirstBit(value, _v.attributeValue, addToTable, mustToBeAddedToTable);
180 encodeNonIdentifyingStringOnFirstBit(value, _v.attributeValue, addToTable, mustToBeAddedToTable);
199 encodeNonIdentifyingStringOnFirstBit(value, _v.attributeValue, addToTable, false);
H A DSAXDocumentSerializer.java536 encodeNonIdentifyingStringOnFirstBit(value, _v.attributeValue, addToTable, mustBeAddedToTable);
544 encodeNonIdentifyingStringOnFirstBit(value, _v.attributeValue, addToTable, mustBeAddedToTable);
557 encodeNonIdentifyingStringOnFirstBit(value, _v.attributeValue, addToTable, false);
/openjdk7/jdk/src/share/instrument/
H A DInvocationAdapter.c100 char* attributeValue = getAttribute(attributes, name); local
101 return attributeValue != NULL && strcasecmp(attributeValue, "true") == 0;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DPrintTable.java52 printArray("Attribute Value Table", vocabulary.attributeValue);
H A DVocabularyGenerator.java144 addToTable(value, _v.attributeValues, _serializerVocabulary.attributeValue, _parserVocabulary.attributeValue);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DElementImpl.java972 String attributeValue = null; field in class:ElementImpl.AttributeManager
984 attributeValue = value;
991 return attributeValue;
997 attributeValue = null;
1003 if (attributeValue != null) {
1004 addAttribute(attributeName, attributeValue);
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java1154 Object attributeValue = null;
1156 attributeValue = getAttribute(server, object, attribute);
1157 if (attributeValue == null)
1288 attributeValue);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentSerializer.java631 encodeNonIdentifyingStringOnFirstBit(value, _v.attributeValue, addToTable, false);
738 encodeNonIdentifyingStringOnFirstBit(value, _v.attributeValue, addToTable, false);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DConfig.java804 String attributeValue = parseWord();
805 attributes.add(decodeAttributeValue(attributeId, attributeValue));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentSerializer.java204 encodeNonIdentifyingStringOnFirstBit(value, _v.attributeValue, addToTable, false);
/openjdk7/jdk/src/share/classes/java/security/
H A DProvider.java636 String attributeValue = value;
654 s.addAttribute(attributeName, attributeValue);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java280 _attributeValueTable = _v.attributeValue;
402 _attributeValueTable = _v.attributeValue;
488 decodeTableItems(_v.attributeValue);
H A DEncoder.java539 return _v.attributeValue.getTotalCharacterCount() + length <
1343 _v.attributeValue.obtainIndex(s) :
1344 _v.attributeValue.get(s);

Completed in 93 milliseconds