/dalvik/libcore/archive/src/main/java/java/util/zip/ |
D | Inflater.java | 82 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()
|
D | Deflater.java | 217 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/ |
D | java_util_zip_Deflater.c | 37 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()
|
D | java_util_zip_Inflater.c | 117 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/ |
D | tmpCallbackHandler.java | 37 public void handle(Callback[] callback) throws IOException, in handle() method in tmpCallbackHandler
|
/dalvik/libcore/auth/src/main/java/javax/security/auth/callback/ |
D | CallbackHandler.java | 54 void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException; in handle() method
|
/dalvik/libcore/icu/src/main/native/ |
D | ConverterInterface.c | 72 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/ |
D | CallbackHandlerTest.java | 55 public void handle(Callback[] callbacks) { in handle() method in CallbackHandlerTest.CallbackHandlerImpl
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KSCallbackHandlerProtectionTest.java | 68 public void handle(Callback[] callbacks) throws IOException, in testCallbackHandlerProtection() method in KSCallbackHandlerProtectionTest.TestCallbackHandler
|
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/ |
D | ReadWriteFileChannel.java | 32 public ReadWriteFileChannel(Object stream, int handle) { in ReadWriteFileChannel()
|
D | WriteOnlyFileChannel.java | 38 public WriteOnlyFileChannel(Object stream, int handle) { in WriteOnlyFileChannel() 42 public WriteOnlyFileChannel(Object stream, int handle, boolean isAppend) { in WriteOnlyFileChannel()
|
D | ReadOnlyFileChannel.java | 38 public ReadOnlyFileChannel(Object stream, int handle) { in ReadOnlyFileChannel()
|
D | FileChannelImpl.java | 71 private final int handle; field in FileChannelImpl 86 public FileChannelImpl(Object stream, int handle) { in FileChannelImpl()
|
/dalvik/libcore/sql/src/main/java/SQLite/ |
D | Vm.java | 13 private long handle = 0; field in Vm
|
D | FunctionContext.java | 15 private long handle = 0; field in FunctionContext
|
D | Stmt.java | 18 private long handle = 0; field in Stmt
|
D | Blob.java | 253 private long handle = 0; field in Blob
|
D | Database.java | 13 protected long handle = 0; field in Database
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/ |
D | UserDataMonitor.java | 50 public void handle( in handle() method in UserDataMonitor
|
/dalvik/libcore/luni/src/main/native/ |
D | org_apache_harmony_luni_platform_OSNetworkSystem.cpp | 643 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 …]
|
D | org_apache_harmony_luni_platform_OSFileSystem.cpp | 101 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/ |
D | ObjectOutputStream.java | 480 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/ |
D | UserDataHandler.java | 59 public void handle(short operation, in handle() method
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
D | OpenSSLSignature.java | 183 int handle = (rsa != 0) ? rsa : dsa; in engineVerify() local
|
/dalvik/vm/ |
D | Native.c | 151 void* handle; /* from dlopen */ member 443 void* handle; in dvmLoadNativeCode() local
|