HomeSort by relevance Sort by last modified time
    Searched refs:endPoint (Results 1 - 25 of 44) sorted by null

1 2

  /art/tools/dexfuzz/src/dexfuzz/
Timer.java 60 long endPoint = System.currentTimeMillis();
61 elapsedTime += (endPoint - startPoint);
  /external/jetty/src/java/org/eclipse/jetty/server/nio/
NetworkTrafficSelectChannelConnector.java 61 NetworkTrafficSelectChannelEndPoint endPoint = new NetworkTrafficSelectChannelEndPoint(channel, selectSet, key, _maxIdleTime, listeners);
62 endPoint.setConnection(selectSet.getManager().newConnection(channel,endPoint, key.attachment()));
63 endPoint.notifyOpened();
64 return endPoint;
68 protected void endPointClosed(SelectChannelEndPoint endpoint)
70 super.endPointClosed(endpoint);
71 ((NetworkTrafficSelectChannelEndPoint)endpoint).notifyClosed();
  /external/jetty/src/java/org/eclipse/jetty/server/
LocalConnector.java 113 ByteArrayEndPoint endPoint = new ByteArrayEndPoint(_requestsBuffer.asArray(), 1024)
124 endPoint.setGrowOutput(true);
125 AbstractHttpConnection connection = new BlockingHttpConnection(LocalConnector.this, endPoint, getServer());
126 endPoint.setConnection(connection);
132 while (endPoint.getIn().length() > 0 && endPoint.isOpen())
136 final Connection con = endPoint.getConnection();
140 endPoint.setConnection(next);
161 _responsesBuffer = endPoint.getOut();
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
InverseKinematicsTest.java 53 Vector3 endPoint = new Vector3();
105 endPoint.set(target);
106 bones[0].position.set(endPoint);
110 endPoint.set(bone.position);
112 diff.set(endPoint.x, endPoint.y).sub(bones[i + 1].position.x, bones[i + 1].position.y);
117 float x = endPoint.x - diff.x;
118 float y = endPoint.y - diff.y;
  /packages/apps/UnifiedEmail/src/com/android/mail/perf/
Timer.java 157 PerformancePoint endPoint = values.get(i + 1);
159 cpuDurationNanos += endPoint.mCpuTimeNanos - startPoint.mCpuTimeNanos;
160 wallDurationMillis += endPoint.mWallTimeMillis - startPoint.mWallTimeMillis;
210 PerformancePoint endPoint = new PerformancePoint();
215 long cpuDurationNanos = endPoint.mCpuTimeNanos - startPoint.mCpuTimeNanos;
216 long wallDurationMillis = endPoint.mWallTimeMillis - startPoint.mWallTimeMillis;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/graphics/
ParticleEmitterBox2D.java 41 final Vector2 endPoint = new Vector2();
115 endPoint.set(x + velocityX, y + velocityY);
116 if (world != null) world.rayCast(rayCallBack, startPoint, endPoint);
  /cts/tests/tests/content/src/android/content/cts/
SyncStorageEngineTest.java 65 SyncStorageEngine.EndPoint endPoint = new SyncStorageEngine.EndPoint(account, "auth1", 0);
66 SyncStatusInfo info = engine.getStatusByAuthority(endPoint);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
AnnotatedBytes.java 135 AnnotationEndpoint endPoint = null;
137 // Do we have an endpoint at the beginning of this annotation already?
169 // there is an endpoint that would intersect with this annotation. Find one of the annotations
170 // associated with the endpoint, to print in the error message
186 // There are no annotations on this endpoint. This "shouldn't" happen. We can still throw an exception.
188 "Cannot add annotation %s, due to existing annotation endpoint at %d",
194 // the next endpoint matches the end of the annotation we are adding
195 endPoint = nextEntry.getValue();
213 // If endPoint is null, we need to create a new, empty one and add it to annotations
214 if (endPoint == null)
    [all...]
  /libcore/luni/src/main/java/java/math/
Conversion.java 274 int endPoint = resLengthInChars;
275 StringBuilder result1 = new StringBuilder(16 + endPoint - startPoint);
279 if (endPoint - startPoint >= 1) {
374 int endPoint = resLengthInChars;
375 StringBuilder result1 = new StringBuilder(16 + endPoint - startPoint);
379 if (endPoint - startPoint >= 1) {
  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketClientFactory.java 43 import org.eclipse.jetty.io.EndPoint;
291 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);
309 public AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint, Object attachment)
312 return new HandshakeConnection(endpoint, holder);
316 protected void endPointOpened(SelectChannelEndPoint endpoint)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 99 * @param endPoint The end point for the ray in world units.
109 public boolean castRay(Vector2 startPoint, Vector2 endPoint, Vector2 movementDirection,
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,
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,
304 if (visitor.visit(mCollisionTiles[tileIndex], startPoint, endPoint,
324 * @param endPoint The ending point for the ray in world space
    [all...]
SolidSurfaceComponent.java 75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) {
77 mEndPoints.add(endPoint);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CrossFadeHelper.java 82 float endPoint = (float) ANIMATION_DURATION_LENGTH
84 return Math.min(fadeOutAmount / endPoint, 1.0f);
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ConnectHandler.java 43 import org.eclipse.jetty.io.EndPoint;
343 protected ClientToProxyConnection newClientToProxyConnection(ConcurrentMap<String, Object> context, SocketChannel channel, EndPoint endPoint, long timeStamp)
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 IOExceptio
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 194 int endPoint = stack.indexOf('\n');
195 if (endPoint != -1) {
196 int nextLine = stack.indexOf('\n', endPoint + 1);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 47 int endPoint;
142 mLines[i].endPoint = Integer.parseInt(idx[1]);
283 ThreeDPoint end = mRotatedPoints[l.endPoint];
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 622 int endPoint = startPoint + requestSize;
623 if (endPoint > nameList.size()) {
624 endPoint = nameList.size();
628 for (int j = startPoint; j < endPoint; j++) {
    [all...]
BluetoothPbapVcardManager.java 337 final int startPoint, final int endPoint, final boolean vcardType21,
339 if (startPoint < 1 || startPoint > endPoint) {
340 Log.e(TAG, "internal error: startPoint or endPoint is not correct.");
362 if (startPoint == endPoint) {
365 callsCursor.moveToPosition(endPoint - 1);
380 if (startPoint == endPoint) {
402 final int endPoint, final boolean vcardType21, String ownerVCard,
404 if (startPoint < 1 || startPoint > endPoint) {
405 Log.e(TAG, "internal error: startPoint or endPoint is not correct.");
419 endPoint);
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DumbTextComponent.java 80 private transient Point endPoint = new Point();
572 offset2Point(selection.getEnd(), false, endPoint);
575 else caretPoint.setLocation(endPoint);
576 if (startPoint.y == endPoint.y) {
578 Math.max(1,endPoint.x-startPoint.x), lineHeight);
582 if (startPoint.y + lineHeight < endPoint.y)
584 (mySize.width-xInset)-xInset, endPoint.y - startPoint.y - lineHeight);
585 paintRect(g, xInset, endPoint.y, endPoint.x-xInset, lineHeight);
  /external/jetty/src/java/org/eclipse/jetty/client/
BlockingHttpConnection.java 29 import org.eclipse.jetty.io.EndPoint;
45 BlockingHttpConnection(Buffers requestBuffers, Buffers responseBuffers, EndPoint endPoint)
47 super(requestBuffers, responseBuffers, endPoint);
HttpDestination.java 42 import org.eclipse.jetty.io.EndPoint;
365 EndPoint endPoint = connection.getEndPoint();
366 if (isProxied() && endPoint instanceof SelectConnector.UpgradableEndPoint)
368 SelectConnector.UpgradableEndPoint proxyEndPoint = (SelectConnector.UpgradableEndPoint)endPoint;
  /external/jetty/src/java/org/eclipse/jetty/server/bio/
SocketConnector.java 33 import org.eclipse.jetty.io.EndPoint;
62 protected final Set<EndPoint> _connections;
71 _connections=new HashSet<EndPoint>();
128 protected Connection newConnection(EndPoint endpoint)
130 return new BlockingHttpConnection(this, endpoint, getServer());
135 public void customize(EndPoint endpoint, Request request)
138 ConnectorEndPoint connection = (ConnectorEndPoint)endpoint;
142 super.customize(endpoint, request)
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/ssl/
SslSelectChannelConnector.java 34 import org.eclipse.jetty.io.EndPoint;
96 * @param endpoint
103 public void customize(EndPoint endpoint, Request request) throws IOException
106 super.customize(endpoint,request);
108 SslConnection.SslEndPoint sslEndpoint=(SslConnection.SslEndPoint)endpoint;
112 SslCertificates.customize(sslSession,endpoint,request);
552 protected AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint)
557 SslConnection connection = newSslConnection(endpoint, engine);
569 protected AsyncConnection newPlainConnection(SocketChannel channel, AsyncEndPoint endPoint)
    [all...]
  /external/pdfium/xfa/include/fxgraphics/
fx_graphics.h 467 const CFX_PointF& endPoint,
474 const CFX_PointF& endPoint,
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 616 if (LRQ.endPoint() < MBBEnd) {
617 LR.removeSegment(Kill, LRQ.endPoint());
618 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
650 if (LRQ.endPoint() < MBBEnd) {
651 LR.removeSegment(MBBStart, LRQ.endPoint());
652 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
    [all...]

Completed in 895 milliseconds

1 2