Searched refs:accept (Results 26 - 50 of 928) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javac/6199662/
H A DTreeScanner.java33 if(tree!=null) tree.accept(this);
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphFilter.h65 virtual le_bool accept(LEGlyphID glyph) const = 0;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/visitor/
H A DPatternWalker.java73 p1.accept(this);
74 p2.accept(this);
86 p.accept(this);
90 content.accept(this);
94 value.accept(this);
110 p.accept(this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DContentTypeImpl.java37 private final @Nullable String accept; field in class:ContentTypeImpl
48 public ContentTypeImpl(String contentType, @Nullable String soapAction, @Nullable String accept) { argument
50 this.accept = accept;
91 return accept;
/openjdk7/jdk/test/javax/management/remote/mandatory/
H A DURLTest.java95 final boolean accept = (pass == 1);
97 (accept ? "" : "not ") + "work");
98 String[] hosts = accept ? good : bad;
120 if (accept != uriAccept && len != 0 &&
127 System.out.println("TEST BUG: URI accept=" + uriAccept);
130 if (jmxAccept == accept)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/nc/
H A DOverlapDetector.java60 nc1.accept(this);
61 nc2.accept(this);
70 nc1.accept(this);
71 nc2.accept(this);
82 ex.accept(this);
93 ex.accept(this);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DALOAD.java91 public void accept(Visitor v) { method in class:ALOAD
92 super.accept(v);
H A DASTORE.java91 public void accept(Visitor v) { method in class:ASTORE
92 super.accept(v);
H A DDLOAD.java91 public void accept(Visitor v) { method in class:DLOAD
92 super.accept(v);
H A DDSTORE.java91 public void accept(Visitor v) { method in class:DSTORE
92 super.accept(v);
H A DFLOAD.java91 public void accept(Visitor v) { method in class:FLOAD
92 super.accept(v);
H A DFSTORE.java91 public void accept(Visitor v) { method in class:FSTORE
92 super.accept(v);
H A DILOAD.java91 public void accept(Visitor v) { method in class:ILOAD
92 super.accept(v);
H A DISTORE.java91 public void accept(Visitor v) { method in class:ISTORE
92 super.accept(v);
H A DLLOAD.java88 public void accept(Visitor v) { method in class:LLOAD
89 super.accept(v);
H A DLSTORE.java88 public void accept(Visitor v) { method in class:LSTORE
89 super.accept(v);
H A DAALOAD.java83 public void accept(Visitor v) { method in class:AALOAD
H A DAASTORE.java83 public void accept(Visitor v) { method in class:AASTORE
H A DARETURN.java84 public void accept(Visitor v) { method in class:ARETURN
H A DBALOAD.java83 public void accept(Visitor v) { method in class:BALOAD
/openjdk7/jdk/test/java/nio/channels/ServerSocketChannel/
H A DNonBlockingAccept.java26 * @summary test ServerSocketAdaptor.accept on nonblocking channel
49 ss.accept();
60 ss.accept();
/openjdk7/langtools/src/share/classes/com/sun/source/util/
H A DTreePathScanner.java49 return path.getLeaf().accept(this, p);
67 return tree.accept(this, p);
/openjdk7/langtools/src/share/classes/javax/lang/model/util/
H A DAbstractTypeVisitor6.java73 * mirror's {@link TypeMirror#accept accept} method. The
75 * t.accept(v, p)}.
82 return t.accept(this, p);
87 * mirror's {@link TypeMirror#accept accept} method and passing
89 * {@code v.visit(t)} is equivalent to {@code t.accept(v, null)}.
95 return t.accept(this, null);
/openjdk7/langtools/test/tools/javac/T6956462/
H A DT6956462.java54 cu.accept(new MyVisitor(javacTask), null);
70 typeDecl.accept(this, v);
82 invoke.getMethodSelect().accept(this, v);
89 stat.accept(this, v);
97 member.accept(this, v);
110 method.getBody().accept(this, v);
116 select.getExpression().accept(this, v);
122 var.getInitializer().accept(this, v);
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DNTypePrinter.java53 return Dispatcher.dispatch(getClass(), this, "accept", nt);
59 protected String accept(NBitfield nt) { method in class:NTypePrinter
63 protected String accept(NPrimitive nt) { method in class:NTypePrinter
67 protected String accept(NPointer nt) { method in class:NTypePrinter
90 protected String accept(NStruct nt) { method in class:NTypePrinter
94 protected String accept(NUnion nt) { method in class:NTypePrinter
98 protected String accept(NArray nt) { method in class:NTypePrinter
102 protected String accept(NObject nt) { return "@"; } method in class:NTypePrinter
103 protected String accept(NVoid nt) { return "v"; } method in class:NTypePrinter
104 protected String accept(NClas method in class:NTypePrinter
105 protected String accept(NSelector nt) { return ":"; } method in class:NTypePrinter
106 protected String accept(NUnknown nt) { return "?"; } method in class:NTypePrinter
[all...]

Completed in 73 milliseconds

1234567891011>>