Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/javax/security/auth/callback/
DCallbackHandler.java148 void handle(Callback[] callbacks) in handle() method
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DtmpCallbackHandler.java37 public void handle(Callback[] callback) throws IOException, in handle() method in tmpCallbackHandler
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandleImpl.java71 private final MethodHandle handle; field in MethodHandleImpl.HandleInfo
73 HandleInfo(Member member, MethodHandle handle) { in HandleInfo()
DMethodHandles.java1561 MethodHandle handle = findVirtual(receiver.getClass(), name, type); in bind() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/callback/
DCallbackHandlerTest.java43 public void handle(Callback[] callbacks) { in handle() method in CallbackHandlerTest.CallbackHandlerImpl
/libcore/dom/src/test/java/org/w3c/domts/
DUserDataMonitor.java50 public void handle( in handle() method in UserDataMonitor
/libcore/luni/src/main/java/org/w3c/dom/
DUserDataHandler.java66 public void handle(short operation, in handle() method
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectInputStream.java718 void markException(int handle, java.lang.ClassNotFoundException ex) { in markException()
722 void finish(int handle) { in finish()
726 void setObject(int handle, java.lang.Object obj) { in setObject()
730 java.lang.Object lookupObject(int handle) { in lookupObject()
734 java.lang.ClassNotFoundException lookupException(int handle) { in lookupException()
773 public void add(int handle) { in add()
DObjectOutputStream.java195 private void writeHandle(int handle) throws java.io.IOException { in writeHandle()
574 private void insert(java.lang.Object obj, int handle) { in insert()
/libcore/ojluni/src/main/native/
DFileDispatcherImpl.c124 handle(JNIEnv *env, jlong rv, char *msg) in handle() function
/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java716 public <U> CompletionStage<U> handle in handle() method
/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java136 public <U> java.util.concurrent.CompletableFuture<U> handle(java.util.function.BiFunction<? super T… in handle() method in CompletableFuture
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleCombinersTest.java34 MethodHandle handle = MethodHandles.throwException(String.class, in testThrowException() local
1212 MethodHandle handle = MethodHandles.lookup().findStatic( in testInvokeWithArguments() local
/libcore/luni/src/test/java/libcore/xml/
DDomTest.java1703 public void handle(short operation, String key, Object data, Node src, Node dst) { in handle() method in DomTest.RecordingHandler