Searched refs:accept (Results 276 - 300 of 928) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/java/net/URLConnection/
H A DRedirect307Test.java80 try (Socket s = ss.accept()) {
88 try (Socket s = ss.accept()) {
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DType.java49 public abstract <R,D> R accept(Visitor<R,D> visitor, D data); method in class:Type
98 public <R, D> R accept(Visitor<R, D> visitor, D data) { method in class:Type.SimpleType
130 public <R, D> R accept(Visitor<R, D> visitor, D data) { method in class:Type.ArrayType
166 public <R, D> R accept(Visitor<R, D> visitor, D data) { method in class:Type.MethodType
203 public <R, D> R accept(Visitor<R, D> visitor, D data) { method in class:Type.ClassSigType
247 public <R, D> R accept(Visitor<R, D> visitor, D data) { method in class:Type.ClassType
304 public <R, D> R accept(Visitor<R, D> visitor, D data) { method in class:Type.TypeParamType
356 public <R, D> R accept(Visitor<R, D> visitor, D data) { method in class:Type.WildcardType
H A DStackMapTable_attribute.java66 public <R, D> R accept(Visitor<R, D> visitor, D data) { method in class:StackMapTable_attribute
112 public abstract <R,D> R accept(Visitor<R,D> visitor, D data); method in class:StackMapTable_attribute.stack_map_frame
132 public <R, D> R accept(Visitor<R, D> visitor, D data) { method in class:StackMapTable_attribute.same_frame
154 public <R, D> R accept(Visitor<R, D> visitor, D data) { method in class:StackMapTable_attribute.same_locals_1_stack_item_frame
179 public <R, D> R accept(Visitor<R, D> visitor, D data) { method in class:StackMapTable_attribute.same_locals_1_stack_item_frame_extended
202 public <R, D> R accept(Visitor<R, D> visitor, D data) { method in class:StackMapTable_attribute.chop_frame
224 public <R, D> R accept(Visitor<R, D> visitor, D data) { method in class:StackMapTable_attribute.same_frame_extended
253 public <R, D> R accept(Visitor<R, D> visitor, D data) { method in class:StackMapTable_attribute.append_frame
291 public <R, D> R accept(Visitor<R, D> visitor, D data) { method in class:StackMapTable_attribute.full_frame
/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DEnumDecl.java58 Collection<String> accept() { method in class:EnumDecl
61 eDecl.accept(new SimpleDeclarationVisitor() {
H A DParameterDecl.java73 Collection<String> accept() { method in class:ParameterDecl
76 p1.accept(new SimpleDeclarationVisitor() {
/openjdk7/langtools/test/tools/apt/mirror/type/
H A DArrayTyp.java66 Collection<String> accept() { method in class:ArrayTyp
69 arr.accept(new SimpleTypeVisitor() {
H A DTypeVar.java66 Collection<String> accept() { method in class:TypeVar
69 tvT.accept(new SimpleTypeVisitor() {
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DSingleSubstitutionSubtables.cpp79 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
100 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DStreamingRetry.java77 (ss.accept()).close();
78 (ss.accept()).close();
80 fail("The server shouldn't accept a second connection");
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DLocalRMIServerSocketFactory.java39 * will only accept connection requests from clients running
51 public Socket accept() throws IOException {
52 final Socket socket = super.accept();
55 "LocalRMIServerSocketFactory only accept connections " +
80 // local address: accept the connection.
/openjdk7/jdk/src/share/classes/sun/reflect/generics/repository/
H A DClassRepository.java84 getTree().getSuperclass().accept(r);
100 ts[i].accept(r);// reify subtree
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DHttpAwareServerSocket.java38 * This means that the accept method blocks until four bytes have been
58 * for the ServerSocket to execute accept().
60 * @param backlog the number of queued connect requests pending accept
78 public Socket accept() throws IOException method in class:HttpAwareServerSocket
80 Socket socket = super.accept();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DBindingOperation.java173 public void accept(WSDLDocumentVisitor visitor) throws Exception { method in class:BindingOperation
176 _helper.accept(visitor);
178 _input.accept(visitor);
181 _output.accept(visitor);
184 _fault.accept(visitor);
H A DPortType.java101 public void accept(WSDLDocumentVisitor visitor) throws Exception { method in class:PortType
103 _helper.accept(visitor);
105 ((Operation) iter.next()).accept(visitor);
H A DService.java84 public void accept(WSDLDocumentVisitor visitor) throws Exception { method in class:Service
87 ((Port) iter.next()).accept(visitor);
89 _helper.accept(visitor);
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/types/
H A DTypeToJType.java62 return Dispatcher.dispatch(TypeToJType.this.getClass(), TypeToJType.this, "accept", type, type.type32, type.type64);
69 protected JType accept(Type type, NObject nt32, NObject nt64){ method in class:TypeToJType
82 protected JType accept(Type type, NPointer nt32, NPointer nt64){ method in class:TypeToJType
106 protected JType accept(Type type, NPrimitive nt32, NPrimitive nt64){ method in class:TypeToJType
112 protected JType accept(Type type, NVoid nt32, NVoid nt64){ method in class:TypeToJType
116 protected JType accept(Type type, NSelector nt32, NSelector nt64){ method in class:TypeToJType
120 protected JType accept(Type type, NClass nt32, NClass nt64){ method in class:TypeToJType
124 protected JType accept(Type type, NStruct nt32, NStruct nt64){ method in class:TypeToJType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DGeneratorBase.java93 model.accept(this);
101 service.accept(this);
107 port.accept(this);
113 operation.accept(this);
118 operation.getRequest().accept(this);
120 operation.getResponse().accept(this);
126 fault.accept(this);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSortingFocusTraversalPolicy.java48 * behavior by overriding the <code>accept</code> method.
295 if (accept(comp)) {
369 if (accept(aComponent)) {
394 } else if (accept(comp)) {
445 if (accept(comp)) {
489 if (accept(comp)) {
575 * focus owner. By default, this method will accept a Component if and
583 protected boolean accept(Component aComponent) { method in class:SortingFocusTraversalPolicy
584 return fitnessTestPolicy.accept(aComponent);
588 // Create our own subclass and change accept t
593 public boolean accept(Component aComponent) { method in class:SwingContainerOrderFocusTraversalPolicy
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.hpp64 virtual void accept(PhaseVisitor* visitor) = 0;
69 void accept(PhaseVisitor* visitor) { function in class:PausePhase
75 void accept(PhaseVisitor* visitor) { function in class:ConcurrentPhase
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/
H A DLocalVmManager.java86 public boolean accept(File dir, String name) {
99 public boolean accept(File dir, String name) {
109 public boolean accept(File dir, String name) {
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DConstantDouble.java108 public void accept(Visitor v) { method in class:ConstantDouble
H A DConstantFloat.java107 public void accept(Visitor v) { method in class:ConstantFloat
H A DConstantInteger.java111 public void accept(Visitor v) { method in class:ConstantInteger
H A DConstantLong.java106 public void accept(Visitor v) { method in class:ConstantLong
H A DConstantUtf8.java115 public void accept(Visitor v) { method in class:ConstantUtf8

Completed in 49 milliseconds

<<11121314151617181920>>