Home
last modified time | relevance | path

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

12

/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()
DConstantBootstraps.java259 MethodHandle handle, Object... args) throws Throwable { in invoke()
/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/java/lang/constant/
DAsTypeMethodHandleDesc.java61 MethodHandle handle = (MethodHandle) underlying.resolveConstantDesc(lookup); in resolveConstantDesc() local
/libcore/luni/src/main/java/org/w3c/dom/
DUserDataHandler.java66 public void handle(short operation, in handle() method
/libcore/ojluni/src/main/java/jdk/internal/access/
DJavaIOFileDescriptorAccess.java44 public void setHandle(FileDescriptor fdo, long handle); in setHandle()
/libcore/ojluni/src/test/java/lang/StackWalker/
DVerifyStackTrace.java225 MethodHandle handle = null; in run() local
301 final Handle handle = new Handle(run); in test() local
DEmbeddedStackWalkTest.java114 MethodHandle handle = null; in run() local
DDumpStackTest.java201 MethodHandle handle = lookup.findStatic(DumpStackTest.class, "methodHandle", in testMethodHandle() local
DReflectionFrames.java865 public static StackInspector handle(How how) throws Exception { in handle() method in ReflectionFrames.StackInspector.Caller
/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DVarHandleTestReflection.java52 static VarHandle handle() throws Exception { in handle() method in VarHandleTestReflection
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandlesTest.java113 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/
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()
/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
DSignaturesCollector.java214 public boolean contains(Handle handle) { in contains()
352 private Method(Handle handle) { in Method()
/libcore/ojluni/src/test/java/security/KeyStore/
DProbeKeystores.java204 public void handle(Callback[] callbacks) in handle() method in ProbeKeystores.DummyHandler
DKeyStoreBuilder.java101 public void handle(Callback[] callbacks) in handle() method in KeyStoreBuilder.DummyHandler
/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.java3718 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()
DObjectOutputStream.java1047 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/
DCompletionStage.java716 public <U> CompletionStage<U> handle in handle() method

12