Searched refs:att (Results 26 - 50 of 72) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DParser.java424 error("req.att ", a.getName(), elem.getName());
1363 AttributeList att;
1373 att = elem.getAttribute(attname);
1378 attvalue = parseAttributeValue((att != null) && (att.type != CDATA) && (att.type != NOTATION) && (att.type != NAME));
1379 // attvalue = parseAttributeValue((att != null) && (att.type != CDATA) && (att
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DSwACodec.java67 for(Map.Entry<String, Attachment> att : atts.entrySet()) {
68 packet.getMessage().getAttachments().add(att.getValue());
H A DStreamSOAP12Codec.java80 public void decode(InputStream in, String contentType, Packet packet, AttachmentSet att ) throws IOException {
83 super.decode(in,contentType,packet,att);
H A DMimeCodec.java130 for (Attachment att : msg.getAttachments()) {
134 String cid = att.getContentId();
138 writeln("Content-Type: " + att.getContentType(), out);
141 att.writeTo(out);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/jaxb/
H A DAttachmentMarshallerImpl.java75 Attachment att = new DataHandlerAttachment(cid, data);
76 attachments.add(att);
/openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DRestart.java98 public void completed(AsynchronousSocketChannel ch, Void att) {
112 public void failed(Throwable exc, Void att) {
H A DUnbounded.java49 public void completed(AsynchronousSocketChannel ch, Void att) {
53 public void failed(Throwable exc, Void att) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/sei/
H A DMessageFiller.java125 Attachment att = new ByteArrayAttachment(contentId,(byte[])obj,mimeType);
126 msg.getAttachments().add(att);
139 Attachment att = new DataHandlerAttachment(contentId, dh);
140 msg.getAttachments().add(att);
151 Attachment att = new JAXBAttachment(contentId, obj, param.getBridge(), mimeType);
152 msg.getAttachments().add(att);
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryMember.java213 for (BinaryAttribute att = atts ; att != null ; att = att.next) {
214 if (att.name.equals(name)) {
215 return att.data;
H A DBinaryClass.java527 for (BinaryAttribute att = atts ; att != null ; att = att.next) {
528 if (att.name.equals(name)) {
529 return att.data;
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java272 Object att = connectAttachment;
278 Invoker.invokeUnchecked(handler, att, null, e);
280 Invoker.invokeIndirectly(this, handler, att, null, e);
377 Object att = readAttachment;
430 Invoker.invokeUnchecked(handler, att, result, exc);
432 Invoker.invokeIndirectly(this, handler, att, result, exc);
440 Object att = null;
448 att = readAttachment;
461 Invoker.invokeIndirectly(ch, handler, att, null, exc);
572 Object att
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpGenericObjectServer.java205 final Attribute att = (Attribute) it.next();
207 while ((j < i) && (! nameList[j].equals(att.getName()))) {
220 meta.buildSnmpValue(idList[j],att.getValue());
224 //java.lang.System.out.println(att.getName() + " retrieved.");
322 final Attribute att = new Attribute(attname,attvalue);
323 attList.add(att);
358 final Attribute att = (Attribute) it.next();
360 while ((j < i) && (! nameList[j].equals(att.getName()))) {
371 meta.buildSnmpValue(idList[j],att.getValue());
408 final Attribute att
[all...]
/openjdk7/jdk/src/share/classes/java/nio/channels/spi/
H A DAbstractSelectableChannel.java189 Object att)
202 k.attach(att);
209 k = ((AbstractSelector)sel).register(this, ops, att);
188 register(Selector sel, int ops, Object att) argument
H A DAbstractSelector.java166 * @param att
173 int ops, Object att);
172 register(AbstractSelectableChannel ch, int ops, Object att) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DEndpointMessageContextImpl.java88 for(Attachment att : attSet){
89 atts.put(att.getContentId(), att.asDataHandler());
/openjdk7/jdk/test/java/nio/channels/AsynchronousSocketChannel/
H A DBasic.java213 public void completed(Void result, Void att) {
215 public void failed(Throwable exc, Void att) {
420 public void completed(Integer result, Void att) {
428 public void failed(Throwable exc, Void att) {
469 public void completed(Integer result, Void att) {
476 public void failed(Throwable exc, Void att) {
526 public void completed(Long result, Void att) {
532 public void failed(Throwable exc, Void att) {
553 public void completed(Long result, Void att) {
559 public void failed(Throwable exc, Void att) {
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousSocketChannelImpl.java228 A att,
235 Invoker.invoke(this, handler, att, null, e);
271 Invoker.invoke(this, handler, att, (V)result, null);
275 return implRead(isScatteringRead, dst, dsts, timeout, unit, att, handler);
337 A att,
368 Invoker.invoke(this, handler, att, null, e);
377 Invoker.invoke(this, handler, att, (V)result, null);
381 return implWrite(isGatheringWrite, src, srcs, timeout, unit, att, handler);
223 read(boolean isScatteringRead, ByteBuffer dst, ByteBuffer[] dsts, long timeout, TimeUnit unit, A att, CompletionHandler<V,? super A> handler) argument
332 write(boolean isGatheringWrite, ByteBuffer src, ByteBuffer[] srcs, long timeout, TimeUnit unit, A att, CompletionHandler<V,? super A> handler) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java783 private void fillXMLAttributes(Attributes att) { argument
785 final int len = att.getLength();
787 fillXMLAttribute(att, i);
793 private void fillXMLAttributes2(Attributes2 att) { argument
795 final int len = att.getLength();
797 fillXMLAttribute(att, i);
798 fAttributes.setSpecified(i, att.isSpecified(i));
799 if (att.isDeclared(i)) {
806 private void fillXMLAttribute(Attributes att, int index) { argument
807 fillQName(fAttributeQName, att
[all...]
/openjdk7/jdk/src/share/classes/java/nio/
H A DDirect-X-Buffer.java.template64 private final Object att;
67 return att;
140 att = null;
155 att = ob;
165 att = null;
180 att = null;
200 att = db;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DInterningXmlVisitor.java92 void setAttributes(Attributes att) { argument
93 this.core = att;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DClientMessageHandlerTube.java100 Attachment att = new DataHandlerAttachment(cid, atts.get(cid));
101 attSet.add(att);
H A DClientSOAPHandlerTube.java120 Attachment att = new DataHandlerAttachment(cid, atts.get(cid));
121 attSet.add(att);
H A DServerLogicalHandlerTube.java152 Attachment att = new DataHandlerAttachment(cid, atts.get(cid));
153 attSet.add(att);
H A DServerMessageHandlerTube.java90 Attachment att = new DataHandlerAttachment(cid, atts.get(cid));
91 attSet.add(att);
H A DServerSOAPHandlerTube.java143 Attachment att = new DataHandlerAttachment(cid, atts.get(cid));
144 attSet.add(att);

Completed in 89 milliseconds

123