Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/security/auth/callback/
DCallbackHandler.java151 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/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/luni/src/main/java/org/w3c/dom/
DUserDataHandler.java66 public void handle(short operation, in handle() method
/libcore/ojluni/src/main/native/
DFileChannelImpl.c65 handle(JNIEnv *env, jlong rv, char *msg) in handle() function
DFileDispatcherImpl.c118 handle(JNIEnv *env, jlong rv, char *msg) in handle() function
/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java3340 void markException(int handle, ClassNotFoundException ex) { in markException()
3370 void finish(int handle) { in finish()
3408 void setObject(int handle, Object obj) { in setObject()
3428 Object lookupObject(int handle) { in lookupObject()
3439 ClassNotFoundException lookupException(int handle) { in lookupException()
3492 public void add(int handle) { in add()
DObjectOutputStream.java1037 int handle; in writeTypeString() local
1243 private void writeHandle(int handle) throws IOException { in writeHandle()
1263 int handle; in writeClassDesc() local
2393 private void insert(Object obj, int handle) { in insert()
/libcore/luni/src/main/java/java/util/concurrent/
DCompletionStage.java687 public <U> CompletionStage<U> handle in handle() method
DCompletableFuture.java2150 public <U> CompletableFuture<U> handle( in handle() method in CompletableFuture
/libcore/luni/src/main/native/
Dlibcore_icu_NativeConverter.cpp505 static jfloat NativeConverter_getAveCharsPerByte(JNIEnv* env, jclass, jlong handle) { in NativeConverter_getAveCharsPerByte()
Djava_math_NativeBN.cpp74 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