Searched refs:dispatch (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/test/java/lang/invoke/ |
D | JavaDocExamplesTest.java | 667 MethodHandle dispatch = findVirtual; in testFoldArguments2() local 668 dispatch = filterArguments(dispatch, 1, getClass); in testFoldArguments2() 669 dispatch = insertArguments(dispatch, 3, mtype); in testFoldArguments2() 670 dispatch = dispatch.bindTo(lookup); in testFoldArguments2() 671 assertEquals(methodType(MethodHandle.class, Object.class, String.class), dispatch.type()); in testFoldArguments2() 674 dispatch = foldArguments(dispatch, printArgs_DIS.asType(dispatch.type().changeReturnType(void.class… in testFoldArguments2() 678 MethodHandle invokeDispatched = foldArguments(invoker, dispatch); in testFoldArguments2()
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
D | HttpsURLConnectionTest.java | 835 public MockResponse dispatch(RecordedRequest request) throws InterruptedException { in dispatch() method in HttpsURLConnectionTest.DelegatingDispatcher 836 return delegates.removeFirst().dispatch(request); in dispatch() 849 public MockResponse dispatch(RecordedRequest request) throws InterruptedException { in dispatch() method in HttpsURLConnectionTest.ProxyConnectAuthFailDispatcher 876 public MockResponse dispatch(RecordedRequest request) throws InterruptedException { in dispatch() method in HttpsURLConnectionTest.ProxyConnectDispatcher 921 public MockResponse dispatch(RecordedRequest request) throws InterruptedException { in dispatch() method in HttpsURLConnectionTest.SingleRequestDispatcher
|
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
D | DdmServer.java | 170 private static Chunk dispatch(int type, byte[] data, int offset, int length) in dispatch() method in DdmServer
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | URLConnectionBenchmark.java | 46 @Override public MockResponse dispatch(RecordedRequest request) { in dispatch() method in URLConnectionBenchmark.SingleResponseDispatcher
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | URLConnectionTest.java | 1218 public MockResponse dispatch(RecordedRequest request) throws InterruptedException { in disconnectFromBackgroundThread_blockedRead_beforeHeader() 1220 return super.dispatch(request); in disconnectFromBackgroundThread_blockedRead_beforeHeader() 2575 @Override public MockResponse dispatch(RecordedRequest request)
|