Searched defs:connection (Results 1 - 25 of 83) sorted by last modified time

1234

/openjdk9/jdk/test/sun/management/jdp/
H A DJdpTestCase.java49 protected ClientConnection connection; field in class:JdpTestCase
51 public JdpTestCase(ClientConnection connection) { argument
[all...]
H A DJdpOnTestCase.java39 public JdpOnTestCase(ClientConnection connection) { argument
H A DJdpOffTestCase.java36 public JdpOffTestCase(ClientConnection connection) { argument
H A DJdpJmxRemoteDynamicPortTestCase.java31 public JdpJmxRemoteDynamicPortTestCase(ClientConnection connection) { argument
/openjdk9/jdk/test/java/nio/channels/
H A DTestServers.java291 addConnection( TcpConnectionThread connection) argument
301 removeConnection( TcpConnectionThread connection) argument
440 addConnection(TcpConnectionThread connection) argument
445 removeConnection(TcpConnectionThread connection) argument
[all...]
/openjdk9/jdk/test/com/sun/jdi/
H A DTestScaffold.java35 private VMConnection connection; field in class:TestScaffold
[all...]
H A DJDIScaffold.java36 private VMConnection connection; field in class:JDIScaffold
[all...]
/openjdk9/jdk/src/jdk.jdi/share/native/libdt_shmem/
H A DshmemBack.c40 static SharedMemoryConnection *connection = NULL; /* maximum of 1 connection */ variable
[all...]
H A DSharedMemoryConnection.c250 SharedMemoryConnection *connection = ID_TO_CONNECTION(id); local
262 SharedMemoryConnection *connection = ID_TO_CONNECTION(id); local
282 SharedMemoryConnection *connection = ID_TO_CONNECTION(id); local
307 SharedMemoryConnection *connection = ID_TO_CONNECTION(id); local
324 SharedMemoryConnection *connection = ID_TO_CONNECTION(id); local
[all...]
H A DSharedMemoryTransport.c82 SharedMemoryConnection *connection = NULL; local
107 SharedMemoryConnection *connection = NULL; local
H A DshmemBase.c307 waitForSpace(SharedMemoryConnection *connection, Stream *stream) argument
335 waitForData(SharedMemoryConnection *connection, Stream *stream) argument
483 freeConnection(SharedMemoryConnection *connection) argument
489 closeConnection(SharedMemoryConnection *connection) argument
535 SharedMemoryConnection *connection = allocConnection(); local
599 SharedMemoryConnection *connection = allocConnection(); local
833 SharedMemoryConnection *connection; local
924 shmemBase_closeConnection(SharedMemoryConnection *connection) argument
938 shmemBase_sendByte(SharedMemoryConnection *connection, jbyte data) argument
963 shmemBase_receiveByte(SharedMemoryConnection *connection, jbyte *data) argument
988 sendBytes(SharedMemoryConnection *connection, const void *bytes, jint length) argument
1032 shmemBase_sendPacket(SharedMemoryConnection *connection, const jdwpPacket *packet) argument
1060 receiveBytes(SharedMemoryConnection *connection, void *bytes, jint length) argument
1102 shmemBase_receivePacket(SharedMemoryConnection *connection, jdwpPacket *packet) argument
[all...]
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DVirtualMachineImpl.java159 VirtualMachineImpl(VirtualMachineManager manager, Connection connection, Process process, int sequenceNumber) argument
H A DVirtualMachineManagerImpl.java240 public VirtualMachine createVirtualMachine(Connection connection) throws IOException { argument
221 createVirtualMachine( Connection connection, Process process) argument
H A DTargetVM.java41 private Connection connection; field in class:TargetVM
53 TargetVM(VirtualMachineImpl vm, Connection connection) { argument
H A DAbstractLauncher.java154 private Connection connection = null; field in class:AbstractLauncher.Helper
211 Connection connection() { method in class:AbstractLauncher.Helper
220 synchronized void notifyOfConnection(Connection connection) { argument
[all...]
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DEnv.java49 private static VMConnection connection; field in class:Env
67 static VMConnection connection() { method in class:Env
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/jdi/
H A DVirtualMachineManager.java408 createVirtualMachine(Connection connection, Process process) argument
433 createVirtualMachine(Connection connection) argument
[all...]
/openjdk9/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DResponseHeaders.java66 ResponseHeaders(HttpConnection connection, ByteBuffer buffer) throws IOException { argument
74 final HttpConnection connection; field in class:ResponseHeaders.InputStreamWrapper
78 InputStreamWrapper(HttpConnection connection, ByteBuffer buffer) { argument
H A DWindowUpdateSender.java36 final Http2Connection connection; field in class:WindowUpdateSender
39 WindowUpdateSender(Http2Connection connection) { argument
43 WindowUpdateSender(Http2Connection connection, int initWindowSize) { argument
47 WindowUpdateSender(Http2Connection connection, int maxFrameSize, int initWindowSize) { argument
[all...]
H A DResponseContent.java43 final HttpConnection connection; field in class:ResponseContent
55 ResponseContent(HttpConnection connection, argument
H A DRawChannelImpl.java44 private final HttpConnection connection; field in class:RawChannelImpl
48 RawChannelImpl(HttpClientImpl client, HttpConnection connection, ByteBuffer initial) argument
[all...]
H A DStream.java113 final Http2Connection connection; field in class:Stream
145 HttpConnection connection() { method in class:Stream
256 Stream(HttpClientImpl client, Http2Connection connection, Exchange<T> e, WindowController windowController) argument
837 PushedStream(PushGroup<U,T> pushGroup, HttpClientImpl client, Http2Connection connection, Stream<T> parent, Exchange<T> pushReq) argument
958 StreamWindowUpdateSender(Http2Connection connection) argument
[all...]
H A DHttpResponseImpl.java52 final HttpConnection connection; field in class:HttpResponseImpl
H A DHttp1Response.java44 private final HttpConnection connection; field in class:Http1Response
[all...]
H A DExchange.java219 Response responseImpl(HttpConnection connection) argument
251 private void establishExchange(HttpConnection connection) argument
265 private Response responseImpl0(HttpConnection connection) argument
313 CompletableFuture<Response> responseAsyncImpl(HttpConnection connection) { argument
329 responseAsyncImpl0(HttpConnection connection) argument
[all...]

Completed in 252 milliseconds

1234