Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 23 of 23) 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/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKSCallbackHandlerProtectionTest.java56 public void handle(Callback[] callbacks) throws IOException, in testCallbackHandlerProtection() method in KSCallbackHandlerProtectionTest.TestCallbackHandler
/libcore/dom/src/test/java/org/w3c/domts/
DUserDataMonitor.java50 public void handle( in handle() method in UserDataMonitor
/libcore/ojluni/src/main/java/sun/misc/
DJavaIOFileDescriptorAccess.java38 public void setHandle(FileDescriptor obj, long handle); in setHandle()
/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/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandlesTest.java90 MethodHandle handle = defaultLookup.findStatic(String.class, "valueOf", in test_findStatic() local
148 MethodHandle handle = defaultLookup.findConstructor(String.class, in test_findConstructor() local
205 MethodHandle handle = defaultLookup.findVirtual(String.class, "replaceAll", in test_findVirtual() local
441 MethodHandle handle = MethodHandles.lookup().findVirtual(String.class, "concat", in testExceptionDetailMessages() local
1838 MethodHandle handle = MethodHandles.lookup().findVirtual( in testRevealDirect() local
1951 MethodHandle handle = MethodHandles.lookup().findVirtual( in testReflectAs() local
DMethodHandleCombinersTest.java34 MethodHandle handle = MethodHandles.throwException(String.class, in testThrowException() local
1212 MethodHandle handle = MethodHandles.lookup().findStatic( in testInvokeWithArguments() local
/libcore/ojluni/src/main/native/
DFileChannelImpl.c72 handle(JNIEnv *env, jlong rv, char *msg) in handle() function
DFileDispatcherImpl.c124 handle(JNIEnv *env, jlong rv, char *msg) in handle() function
/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java3496 void markException(int handle, ClassNotFoundException ex) { in markException()
3526 void finish(int handle) { in finish()
3564 void setObject(int handle, Object obj) { in setObject()
3584 Object lookupObject(int handle) { in lookupObject()
3595 ClassNotFoundException lookupException(int handle) { in lookupException()
3648 public void add(int handle) { in add()
DObjectOutputStream.java1047 int handle; in writeTypeString() local
1259 private void writeHandle(int handle) throws IOException { in writeHandle()
1279 int handle; in writeClassDesc() local
2422 private void insert(Object obj, int handle) { in insert()
/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java716 public <U> CompletionStage<U> handle in handle() method
DCompletableFuture.java2181 public <U> CompletableFuture<U> handle( in handle() method in CompletableFuture
/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/main/native/
Djava_math_NativeBN.cpp71 static int isValidHandle(JNIEnv* env, jlong handle, const char* message) { in isValidHandle()
/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
/libcore/benchmarks/src/benchmarks/regression/
DR.java1686 public static final int handle = 0; field in R