Home
last modified time | relevance | path

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

12

/dalvik/libcore/archive/src/main/java/java/util/zip/
DInflater.java82 private native synchronized void endImpl(long handle); in endImpl()
118 private native synchronized int getAdlerImpl(long handle); in getAdlerImpl()
147 private synchronized native long getTotalInImpl(long handle); in getTotalInImpl()
165 private native synchronized long getTotalOutImpl(long handle); in getTotalOutImpl()
229 int nbytes, long handle); in inflateImpl()
300 private native synchronized void resetImpl(long handle); in resetImpl()
343 int nbytes, long handle); in setDictionaryImpl()
462 int nbytes, long handle); in setInputImpl()
466 int nbytes, long handle); in setFileInputImpl()
DDeflater.java217 int nbytes, long handle, int flushParm1); in deflateImpl()
219 private synchronized native void endImpl(long handle); in endImpl()
284 private synchronized native int getAdlerImpl(long handle); in getAdlerImpl()
300 private synchronized native long getTotalInImpl(long handle); in getTotalInImpl()
316 private synchronized native long getTotalOutImpl(long handle); in getTotalOutImpl()
359 private synchronized native void resetImpl(long handle); in resetImpl()
405 int nbytes, long handle); in setDictionaryImpl()
452 long handle); in setLevelsImpl()
455 int nbytes, long handle); in setInputImpl()
/dalvik/libcore/archive/src/main/native/
Djava_util_zip_Deflater.c37 int len, jlong handle) in Java_java_util_zip_Deflater_setDictionaryImpl()
63 jlong handle) in Java_java_util_zip_Deflater_getTotalInImpl()
73 jlong handle) in Java_java_util_zip_Deflater_getTotalOutImpl()
83 jlong handle) in Java_java_util_zip_Deflater_getAdlerImpl()
156 jlong handle) in Java_java_util_zip_Deflater_setInputImpl()
186 jlong handle, int flushParm) in Java_java_util_zip_Deflater_deflateImpl()
234 Java_java_util_zip_Deflater_endImpl (JNIEnv * env, jobject recv, jlong handle) in Java_java_util_zip_Deflater_endImpl()
252 jlong handle) in Java_java_util_zip_Deflater_resetImpl()
263 jlong handle) in Java_java_util_zip_Deflater_setLevelsImpl()
Djava_util_zip_Inflater.c117 jlong handle) in Java_java_util_zip_Inflater_setInputImpl()
146 jobject javaFileDescriptor, jlong off, jint len, jlong handle) in Java_java_util_zip_Inflater_setFileInputImpl()
177 jlong handle) in Java_java_util_zip_Inflater_inflateImpl()
237 jlong handle) in Java_java_util_zip_Inflater_getAdlerImpl()
247 Java_java_util_zip_Inflater_endImpl (JNIEnv * env, jobject recv, jlong handle) in Java_java_util_zip_Inflater_endImpl()
265 int len, jlong handle) in Java_java_util_zip_Inflater_setDictionaryImpl()
291 jlong handle) in Java_java_util_zip_Inflater_resetImpl()
308 jlong handle) in Java_java_util_zip_Inflater_getTotalOutImpl()
318 jlong handle) in Java_java_util_zip_Inflater_getTotalInImpl()
/dalvik/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
/dalvik/libcore/auth/src/main/java/javax/security/auth/callback/
DCallbackHandler.java54 void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException; in handle() method
/dalvik/libcore/icu/src/main/native/
DConverterInterface.c72 static void closeConverter (JNIEnv *env, jclass jClass, jlong handle) { in closeConverter()
105 static jint setSubstitutionModeCharToByte (JNIEnv *env, jclass jClass, jlong handle, jboolean mode)… in setSubstitutionModeCharToByte()
148 static jint setSubstitutionModeByteToChar (JNIEnv *env, jclass jClass, jlong handle, jboolean mode)… in setSubstitutionModeByteToChar()
195 static jint convertCharToByte(JNIEnv *env, jclass jClass, jlong handle, jcharArray source, jint s… in convertCharToByte()
243 static jint encode(JNIEnv *env, jclass jClass, jlong handle, jcharArray source, jint sourceEnd, jby… in encode()
280 static jint convertByteToChar(JNIEnv *env, jclass jClass, jlong handle, jbyteArray source, jint sou… in convertByteToChar()
328 static jint decode(JNIEnv *env, jclass jClass, jlong handle, jbyteArray source, jint sourceEnd, jch… in decode()
352 static void resetByteToChar(JNIEnv *env, jclass jClass, jlong handle) { in resetByteToChar()
360 static void resetCharToByte(JNIEnv *env, jclass jClass, jlong handle) { in resetCharToByte()
369 static jint countInvalidBytes (JNIEnv *env, jclass jClass, jlong handle, jintArray length) { in countInvalidBytes()
[all …]
/dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/
DCallbackHandlerTest.java55 public void handle(Callback[] callbacks) { in handle() method in CallbackHandlerTest.CallbackHandlerImpl
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
DKSCallbackHandlerProtectionTest.java68 public void handle(Callback[] callbacks) throws IOException, in testCallbackHandlerProtection() method in KSCallbackHandlerProtectionTest.TestCallbackHandler
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
DReadWriteFileChannel.java32 public ReadWriteFileChannel(Object stream, int handle) { in ReadWriteFileChannel()
DWriteOnlyFileChannel.java38 public WriteOnlyFileChannel(Object stream, int handle) { in WriteOnlyFileChannel()
42 public WriteOnlyFileChannel(Object stream, int handle, boolean isAppend) { in WriteOnlyFileChannel()
DReadOnlyFileChannel.java38 public ReadOnlyFileChannel(Object stream, int handle) { in ReadOnlyFileChannel()
DFileChannelImpl.java71 private final int handle; field in FileChannelImpl
86 public FileChannelImpl(Object stream, int handle) { in FileChannelImpl()
/dalvik/libcore/sql/src/main/java/SQLite/
DVm.java13 private long handle = 0; field in Vm
DFunctionContext.java15 private long handle = 0; field in FunctionContext
DStmt.java18 private long handle = 0; field in Stmt
DBlob.java253 private long handle = 0; field in Blob
DDatabase.java13 protected long handle = 0; field in Database
/dalvik/libcore/dom/src/test/java/org/w3c/domts/
DUserDataMonitor.java50 public void handle( in handle() method in UserDataMonitor
/dalvik/libcore/luni/src/main/native/
Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp643 static int selectWait(int handle, int uSecTime, int type) { in selectWait()
680 int handle; in pollSelectWait() local
826 static int sockConnectWithTimeout(int handle, struct sockaddr_in addr, in sockConnectWithTimeout()
995 static void mcastAddDropMembership (JNIEnv * env, int handle, jobject optVal, in mcastAddDropMembership()
1381 int handle; in osNetworkSystem_readSocketDirectImpl() local
1457 int handle; in osNetworkSystem_writeSocketDirectImpl() local
1555 int handle; in osNetworkSystem_setNonBlockingImpl() local
1582 int handle; in osNetworkSystem_connectWithTimeoutSocketImpl() local
1653 int handle; in osNetworkSystem_connectStreamWithTimeoutSocketImpl() local
1812 int handle; in osNetworkSystem_connectSocketImpl() local
[all …]
Dorg_apache_harmony_luni_platform_OSFileSystem.cpp101 static jint harmony_io_lockImpl(JNIEnv * env, jobject thiz, jint handle, in harmony_io_lockImpl()
138 static jint harmony_io_unlockImpl(JNIEnv * env, jobject thiz, jint handle, in harmony_io_unlockImpl()
/dalvik/libcore/luni/src/main/java/java/io/
DObjectOutputStream.java480 Integer handle = registeredObjectHandleFor(obj); in dumpCycle() local
785 Integer handle = Integer.valueOf(nextHandle()); in registerObjectWritten() local
818 private void registerObjectWritten(Object obj, Integer handle) { in registerObjectWritten()
1063 Integer handle = null; in writeClassDesc() local
1144 private void writeCyclicReference(Integer handle) throws IOException { in writeCyclicReference()
1520 Integer handle = registerObjectWritten(array); in writeNewArray() local
1628 Integer handle = registerObjectWritten(object); in writeNewClass() local
1760 Integer handle = registerObjectWritten(object); in writeNewObject() local
1832 Integer handle = registerObjectWritten(object); in writeNewString() local
1948 Integer handle = null; in writeObjectInternal() local
[all …]
/dalvik/libcore/dom/src/test/java/org/w3c/dom/
DUserDataHandler.java59 public void handle(short operation, in handle() method
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
DOpenSSLSignature.java183 int handle = (rsa != 0) ? rsa : dsa; in engineVerify() local
/dalvik/vm/
DNative.c151 void* handle; /* from dlopen */ member
443 void* handle; in dvmLoadNativeCode() local

12