Searched defs:endPoint (Results 1 - 12 of 12) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/client/
H A DBlockingHttpConnection.java45 BlockingHttpConnection(Buffers requestBuffers, Buffers responseBuffers, EndPoint endPoint) argument
47 super(requestBuffers, responseBuffers, endPoint);
/external/replicaisland/src/com/replica/replicaisland/
H A DSolidSurfaceComponent.java75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) { argument
77 mEndPoints.add(endPoint);
H A DCollisionSystem.java99 * @param endPoint The end point for the ray in world units.
109 public boolean castRay(Vector2 startPoint, Vector2 endPoint, Vector2 movementDirection, argument
117 executeRay(startPoint, endPoint, hitPoint, hitNormal, mTileSegmentTester) != -1) {
126 if (testSegmentAgainstList(mTemporarySegments, startPoint, endPoint, tempHitPoint,
235 public void addTemporarySurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal, argument
239 newSegment.set(startPoint, endPoint, normal);
271 * @param endPoint The ending point for the ray in world space.
277 protected int executeStraigtRay(final Vector2 startPoint, final Vector2 endPoint, argument
304 if (visitor.visit(mCollisionTiles[tileIndex], startPoint, endPoint,
324 * @param endPoint Th
330 executeRay(Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, TileVisitor visitor) argument
431 testSegmentAgainstList(FixedSizeArray<LineSegment> segments, Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, Vector2 movementDirection, GameObject excludeObject) argument
600 visit(CollisionTile tile, Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, int tileX, int tileY) argument
647 visit(CollisionTile tile, Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, int tileX, int tileY) argument
[all...]
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h143 SlotIndex endPoint() const { function in class:llvm::LiveQueryResult
/external/jetty/src/java/org/eclipse/jetty/server/ssl/
H A DSslSelectChannelConnector.java569 protected AsyncConnection newPlainConnection(SocketChannel channel, AsyncEndPoint endPoint) argument
571 return super.newConnection(channel, endPoint);
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketClientFactory.java291 AsyncEndPoint endPoint = result;
297 SslConnection sslConnection = new SslConnection(sslEngine, endPoint);
298 endPoint.setConnection(sslConnection);
299 endPoint = sslConnection.getSslEndPoint();
302 AsyncConnection connection = selectSet.getManager().newConnection(channel, endPoint, holder);
303 endPoint.setConnection(connection);
561 public WebSocketClientConnection(WebSocketClientFactory factory, WebSocket webSocket, EndPoint endPoint, WebSocketBuffers buffers, long timeStamp, int maxIdleTime, String protocol, List<Extension> extensions, int draftVersion, MaskGen maskGen) throws IOException argument
563 super(webSocket, endPoint, buffers, timeStamp, maxIdleTime, protocol, extensions, draftVersion, maskGen);
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAbstractHttpConnection.java192 protected HttpGenerator newHttpGenerator(Buffers responseBuffers, EndPoint endPoint) argument
194 return new HttpGenerator(responseBuffers, endPoint);
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DConnectHandler.java343 protected ClientToProxyConnection newClientToProxyConnection(ConcurrentMap<String, Object> context, SocketChannel channel, EndPoint endPoint, long timeStamp) argument
345 return new ClientToProxyConnection(context, channel, endPoint, timeStamp);
423 * <p>Reads (with non-blocking semantic) into the given {@code buffer} from the given {@code endPoint}.</p>
425 * @param endPoint the endPoint to read from
430 * @throws IOException if the endPoint cannot be read
432 protected int read(EndPoint endPoint, Buffer buffer, ConcurrentMap<String, Object> context) throws IOException argument
434 return endPoint.fill(buffer);
438 * <p>Writes (with blocking semantic) the given buffer of data onto the given endPoint.</p>
440 * @param endPoint th
446 write(EndPoint endPoint, Buffer buffer, ConcurrentMap<String, Object> context) argument
748 ClientToProxyConnection(ConcurrentMap<String, Object> context, SocketChannel channel, EndPoint endPoint, long timestamp) argument
[all...]
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp841 XPS_POINT endPoint; local
844 endPoint = xps_point(info.fPoint[1]);
850 endPoint = xps_point(info.fPoint[1], localMatrix);
867 &endPoint,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 424 milliseconds