/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 | ConstantBootstraps.java | 259 MethodHandle handle, Object... args) throws Throwable { in invoke()
|
/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/java/lang/constant/ |
D | AsTypeMethodHandleDesc.java | 61 MethodHandle handle = (MethodHandle) underlying.resolveConstantDesc(lookup); in resolveConstantDesc() local
|
/libcore/luni/src/main/java/org/w3c/dom/ |
D | UserDataHandler.java | 66 public void handle(short operation, in handle() method
|
/libcore/ojluni/src/main/java/jdk/internal/access/ |
D | JavaIOFileDescriptorAccess.java | 44 public void setHandle(FileDescriptor fdo, long handle); in setHandle()
|
/libcore/ojluni/src/test/java/lang/StackWalker/ |
D | VerifyStackTrace.java | 225 MethodHandle handle = null; in run() local 301 final Handle handle = new Handle(run); in test() local
|
D | EmbeddedStackWalkTest.java | 114 MethodHandle handle = null; in run() local
|
D | DumpStackTest.java | 201 MethodHandle handle = lookup.findStatic(DumpStackTest.class, "methodHandle", in testMethodHandle() local
|
D | ReflectionFrames.java | 865 public static StackInspector handle(How how) throws Exception { in handle() method in ReflectionFrames.StackInspector.Caller
|
/libcore/ojluni/src/test/java/lang/invoke/VarHandles/ |
D | VarHandleTestReflection.java | 52 static VarHandle handle() throws Exception { in handle() method in VarHandleTestReflection
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandlesTest.java | 113 MethodHandle handle = privateLookup.findVirtual(MethodHandlesTest.D.class, in test_privateLookupIn() local 126 MethodHandle handle = defaultLookup.findStatic(String.class, "valueOf", in test_findStatic() local 184 MethodHandle handle = defaultLookup.findConstructor(String.class, in test_findConstructor() local 241 MethodHandle handle = defaultLookup.findVirtual(String.class, "replaceAll", in test_findVirtual() local 477 MethodHandle handle = MethodHandles.lookup().findVirtual(String.class, "concat", in testExceptionDetailMessages() local 492 MethodHandle handle = MethodHandles.lookup().findVirtual(String.class, "concat", in test_filterArgument_returnsTargetWhenAllFiltersAreNulls() local 510 MethodHandle handle = MethodHandles.lookup().findVirtual(String.class, "concat", in test_filterArguments_nullFiltersAreTreatedAsIdentity() local 1909 MethodHandle handle = MethodHandles.lookup().findVirtual( in testRevealDirect() local 2022 MethodHandle handle = MethodHandles.lookup().findVirtual( in testReflectAs() local
|
/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()
|
/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/ |
D | SignaturesCollector.java | 214 public boolean contains(Handle handle) { in contains() 352 private Method(Handle handle) { in Method()
|
/libcore/ojluni/src/test/java/security/KeyStore/ |
D | ProbeKeystores.java | 204 public void handle(Callback[] callbacks) in handle() method in ProbeKeystores.DummyHandler
|
D | KeyStoreBuilder.java | 101 public void handle(Callback[] callbacks) in handle() method in KeyStoreBuilder.DummyHandler
|
/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 | 3718 void markException(int handle, ClassNotFoundException ex) { in markException() 3748 void finish(int handle) { in finish() 3786 void setObject(int handle, Object obj) { in setObject() 3806 Object lookupObject(int handle) { in lookupObject() 3817 ClassNotFoundException lookupException(int handle) { in lookupException() 3870 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 2438 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
|