Searched refs:EndPoint (Results 1 - 25 of 64) sorted by relevance

123

/external/libchrome/sandbox/linux/syscall_broker/
H A Dbroker_channel.h20 typedef base::ScopedFD EndPoint; typedef in class:sandbox::syscall_broker::BrokerChannel
21 static void CreatePair(EndPoint* reader, EndPoint* writer);
H A Dbroker_channel.cc17 void BrokerChannel::CreatePair(EndPoint* reader, EndPoint* writer) {
H A Dbroker_host.h25 BrokerChannel::EndPoint ipc_channel);
32 const BrokerChannel::EndPoint ipc_channel_;
H A Dbroker_client.h34 BrokerChannel::EndPoint ipc_channel,
57 const BrokerChannel::EndPoint ipc_channel_;
H A Dbroker_process.cc64 BrokerChannel::EndPoint ipc_reader;
65 BrokerChannel::EndPoint ipc_writer;
/external/jetty/src/java/org/eclipse/jetty/io/
H A DConnectedEndPoint.java21 public interface ConnectedEndPoint extends EndPoint
H A DAbstractConnection.java32 protected final EndPoint _endp;
34 public AbstractConnection(EndPoint endp)
36 _endp=(EndPoint)endp;
40 public AbstractConnection(EndPoint endp,long timestamp)
42 _endp=(EndPoint)endp;
51 public EndPoint getEndPoint()
H A DEndPoint.java26 * A transport EndPoint
28 public interface EndPoint interface
90 * @return The local IP address to which this <code>EndPoint</code> is bound, or <code>null</code>
91 * if this <code>EndPoint</code> does not represent a network connection.
97 * @return The local host name to which this <code>EndPoint</code> is bound, or <code>null</code>
98 * if this <code>EndPoint</code> does not represent a network connection.
104 * @return The local port number on which this <code>EndPoint</code> is listening, or <code>0</code>
105 * if this <code>EndPoint</code> does not represent a network connection.
111 * @return The remote IP address to which this <code>EndPoint</code> is connected, or <code>null</code>
112 * if this <code>EndPoint</cod
[all...]
/external/libnfc-nci/src/udrv/include/
H A Duusb.h158 typedef void (*tUUSB_RX_START_CB ) (tUUSB_EP_ID EndPoint,
162 typedef void (*tUUSB_RX_COMPLETE_CB ) (tUUSB_EP_ID EndPoint,
166 typedef void (*tUUSB_TX_COMPLETE_CB ) (tUUSB_EP_ID EndPoint,
239 tUUSB_EP_ID EndPoint,
256 BT_API extern tUUSB_STATUS UUSB_SetEndPointState (tUUSB_EP_ID EndPoint,
269 BT_API extern tUUSB_STATUS UUSB_WriteEndPoint (tUUSB_EP_ID EndPoint,
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketServletConnectionD06.java25 import org.eclipse.jetty.io.EndPoint;
31 public WebSocketServletConnectionD06(WebSocketFactory factory, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String protocol)
H A DWebSocketServletConnectionD08.java26 import org.eclipse.jetty.io.EndPoint;
32 public WebSocketServletConnectionD08(WebSocketFactory factory, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String protocol,
H A DWebSocketServletConnectionRFC6455.java26 import org.eclipse.jetty.io.EndPoint;
32 public WebSocketServletConnectionRFC6455(WebSocketFactory factory, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String protocol,
H A DWebSocketGeneratorD00.java25 import org.eclipse.jetty.io.EndPoint;
39 final private EndPoint _endp;
42 public WebSocketGeneratorD00(WebSocketBuffers buffers, EndPoint endp)
H A DWebSocketGeneratorD06.java24 import org.eclipse.jetty.io.EndPoint;
38 final private EndPoint _endp;
45 public WebSocketGeneratorD06(WebSocketBuffers buffers, EndPoint endp)
52 public WebSocketGeneratorD06(WebSocketBuffers buffers, EndPoint endp, MaskGen maskGen)
H A DWebSocketServletConnectionD00.java26 import org.eclipse.jetty.io.EndPoint;
33 public WebSocketServletConnectionD00(WebSocketFactory factory, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String protocol)
H A DWebSocketParserD00.java25 import org.eclipse.jetty.io.EndPoint;
48 private final EndPoint _endp;
63 public WebSocketParserD00(WebSocketBuffers buffers, EndPoint endp, FrameHandler handler)
85 * available. Fill data from the {@link EndPoint} only as necessary.
H A DWebSocketGeneratorD08.java26 import org.eclipse.jetty.io.EndPoint;
37 private final EndPoint _endp;
45 public WebSocketGeneratorD08(WebSocketBuffers buffers, EndPoint endp)
50 public WebSocketGeneratorD08(WebSocketBuffers buffers, EndPoint endp, MaskGen maskGen)
H A DWebSocketGeneratorRFC6455.java26 import org.eclipse.jetty.io.EndPoint;
41 private final EndPoint _endp;
49 public WebSocketGeneratorRFC6455(WebSocketBuffers buffers, EndPoint endp)
54 public WebSocketGeneratorRFC6455(WebSocketBuffers buffers, EndPoint endp, MaskGen maskGen)
/external/jetty/src/java/org/eclipse/jetty/server/
H A DConnector.java24 import org.eclipse.jetty.io.EndPoint;
191 void customize(EndPoint endpoint, Request request) throws IOException;
199 void persist(EndPoint endpoint) throws IOException;
H A DBlockingHttpConnection.java28 import org.eclipse.jetty.io.EndPoint;
40 public BlockingHttpConnection(Connector connector, EndPoint endpoint, Server server)
45 public BlockingHttpConnection(Connector connector, EndPoint endpoint, Server server, Parser parser, Generator generator, Request request)
/external/jetty/src/java/org/eclipse/jetty/server/bio/
H A DSocketConnector.java33 import org.eclipse.jetty.io.EndPoint;
62 protected final Set<EndPoint> _connections;
71 _connections=new HashSet<EndPoint>();
128 protected Connection newConnection(EndPoint endpoint)
135 public void customize(EndPoint endpoint, Request request)
164 Set<EndPoint> set = new HashSet<EndPoint>();
169 for (EndPoint endPoint : set)
180 Set<EndPoint> connections = new HashSet<EndPoint>();
[all...]
/external/jetty/src/java/org/eclipse/jetty/client/
H A DSocketConnector.java27 import org.eclipse.jetty.io.EndPoint;
62 final EndPoint endpoint=new SocketEndPoint(socket);
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DIdleTimeoutHandler.java29 import org.eclipse.jetty.io.EndPoint;
85 final EndPoint endp = connection==null?null:connection.getEndPoint();
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h90 const SlotIndex EndPoint; member in class:llvm::LiveQueryResult
94 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint, argument
96 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
115 return EndPoint.isDead();
145 return EndPoint;
506 SlotIndex EndPoint;
510 EndPoint = I->end;
515 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill);
528 EndPoint
[all...]
/external/jetty/src/java/org/eclipse/jetty/io/bio/
H A DStreamEndPoint.java28 import org.eclipse.jetty.io.EndPoint;
30 public class StreamEndPoint implements EndPoint
219 * @see org.eclipse.io.EndPoint#getLocalAddr()
228 * @see org.eclipse.io.EndPoint#getLocalHost()
237 * @see org.eclipse.io.EndPoint#getLocalPort()
246 * @see org.eclipse.io.EndPoint#getRemoteAddr()
255 * @see org.eclipse.io.EndPoint#getRemoteHost()
264 * @see org.eclipse.io.EndPoint#getRemotePort()
273 * @see org.eclipse.io.EndPoint#getConnection()

Completed in 315 milliseconds

123