/libcore/ojluni/src/main/java/javax/security/auth/callback/ |
D | CallbackHandler.java | 148 void handle(Callback[] callbacks) in handle() method
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
D | tmpCallbackHandler.java | 37 public void handle(Callback[] callback) throws IOException, in handle() method in tmpCallbackHandler
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodHandleImpl.java | 71 private final MethodHandle handle; field in MethodHandleImpl.HandleInfo 73 HandleInfo(Member member, MethodHandle handle) { in HandleInfo()
|
D | MethodHandles.java | 1561 MethodHandle handle = findVirtual(receiver.getClass(), name, type); in bind() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/callback/ |
D | CallbackHandlerTest.java | 43 public void handle(Callback[] callbacks) { in handle() method in CallbackHandlerTest.CallbackHandlerImpl
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KSCallbackHandlerProtectionTest.java | 56 public void handle(Callback[] callbacks) throws IOException, in testCallbackHandlerProtection() method in KSCallbackHandlerProtectionTest.TestCallbackHandler
|
/libcore/dom/src/test/java/org/w3c/domts/ |
D | UserDataMonitor.java | 50 public void handle( in handle() method in UserDataMonitor
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | JavaIOFileDescriptorAccess.java | 38 public void setHandle(FileDescriptor obj, long handle); in setHandle()
|
/libcore/luni/src/main/java/org/w3c/dom/ |
D | UserDataHandler.java | 66 public void handle(short operation, in handle() method
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | ObjectInputStream.java | 718 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()
|
D | ObjectOutputStream.java | 195 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/ |
D | MethodHandlesTest.java | 90 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
|
D | MethodHandleCombinersTest.java | 34 MethodHandle handle = MethodHandles.throwException(String.class, in testThrowException() local 1212 MethodHandle handle = MethodHandles.lookup().findStatic( in testInvokeWithArguments() local
|
/libcore/ojluni/src/main/native/ |
D | FileChannelImpl.c | 72 handle(JNIEnv *env, jlong rv, char *msg) in handle() function
|
D | FileDispatcherImpl.c | 124 handle(JNIEnv *env, jlong rv, char *msg) in handle() function
|
/libcore/ojluni/src/main/java/java/io/ |
D | ObjectInputStream.java | 3496 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()
|
D | ObjectOutputStream.java | 1047 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/ |
D | CompletionStage.java | 716 public <U> CompletionStage<U> handle in handle() method
|
D | CompletableFuture.java | 2181 public <U> CompletableFuture<U> handle( in handle() method in CompletableFuture
|
/libcore/ojluni/annotations/mmodule/java/util/concurrent/ |
D | CompletableFuture.annotated.java | 136 public <U> java.util.concurrent.CompletableFuture<U> handle(java.util.function.BiFunction<? super T… in handle() method in CompletableFuture
|
/libcore/luni/src/main/native/ |
D | java_math_NativeBN.cpp | 71 static int isValidHandle(JNIEnv* env, jlong handle, const char* message) { in isValidHandle()
|
/libcore/luni/src/test/java/libcore/xml/ |
D | DomTest.java | 1703 public void handle(short operation, String key, Object data, Node src, Node dst) { in handle() method in DomTest.RecordingHandler
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | R.java | 1686 public static final int handle = 0; field in R
|