/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/ |
D | ExpatAttributes.java | 84 int pointer = getPointer(); in getIndex() local 95 int pointer = getPointer(); in getIndex() local 123 int pointer = getPointer(); in getValue() local 134 int pointer = getPointer(); in getValue() local 141 static native String getURI(int pointer, int attributePointer, int index); in getURI() 142 static native String getLocalName(int pointer, int attributePointer, in getLocalName() 144 static native String getQName(int pointer, int attributePointer, in getQName() 153 static native void freeAttributes(int pointer); in freeAttributes()
|
D | ExpatParser.java | 49 private int pointer; field in ExpatParser 105 private ExpatParser(String encoding, ExpatReader xmlReader, int pointer, in ExpatParser() 294 int pointer = createEntityParser(this.pointer, context, encoding); in handleExternalEntity() local 405 private native void append(int pointer, String xml, boolean isFinal) in append() 426 private native void append(int pointer, char[] xml, int offset, in append() 458 private native void append(int pointer, byte[] xml, int offset, in append() 554 private native void release(int pointer); in release() 559 private static native void releaseParser(int pointer); in releaseParser() 577 private static native int line(int pointer); in line() 586 private static native int column(int pointer); in column() [all …]
|
/dalvik/libcore/luni/src/main/native/ |
D | org_apache_harmony_luni_platform_OSMemory.cpp | 70 static void harmony_nio_freeImpl(JNIEnv *_env, jobject _this, jint pointer) { in harmony_nio_freeImpl() 101 jint pointer) { in harmony_nio_getByteImpl() 111 static void harmony_nio_getBytesImpl(JNIEnv *_env, jobject _this, jint pointer, in harmony_nio_getBytesImpl() 123 static void harmony_nio_putByteImpl(JNIEnv *_env, jobject _this, jint pointer, in harmony_nio_putByteImpl() 134 jint pointer, jbyteArray src, jint offset, jint length) { in harmony_nio_putBytesImpl() 177 jint pointer, jshortArray src, jint offset, jint length, jboolean swap) { in harmony_nio_putShortsImpl() 200 jint pointer, jintArray src, jint offset, jint length, jboolean swap) { in harmony_nio_putIntsImpl() 223 jint pointer) { in harmony_nio_getShortImpl() 243 static void harmony_nio_putShortImpl(JNIEnv *_env, jobject _this, jint pointer, in harmony_nio_putShortImpl() 261 static jint harmony_nio_getIntImpl(JNIEnv *_env, jobject _this, jint pointer) { in harmony_nio_getIntImpl() [all …]
|
/dalvik/libcore/xml/src/main/native/ |
D | org_apache_harmony_xml_ExpatParser.cpp | 482 char* pointer = strchr(s, '|'); in findSeparator() local 1001 static void appendString(JNIEnv* env, jobject object, jint pointer, jstring xml, in appendString() 1042 static void appendCharacters(JNIEnv* env, jobject object, jint pointer, in appendCharacters() 1082 static void appendBytes(JNIEnv* env, jobject object, jint pointer, in appendBytes() 1146 static int line(JNIEnv* env, jobject clazz, jint pointer) { in line() 1158 static int column(JNIEnv* env, jobject clazz, jint pointer) { in column() 1172 static jstring getAttributeURI(JNIEnv* env, jobject clazz, jint pointer, in getAttributeURI() 1197 static jstring getAttributeLocalName(JNIEnv* env, jobject clazz, jint pointer, in getAttributeLocalName() 1222 static jstring getAttributeQName(JNIEnv* env, jobject clazz, jint pointer, in getAttributeQName() 1414 jint pointer, jint count) { in cloneAttributes() [all …]
|
/dalvik/libcore/archive/src/main/native/ |
D | hy2sie.h | 109 #define hymem_free_memory(pointer) sieb_free(privatePortLibrary, pointer) argument
|
D | zipsup.h | 151 I_32 pointer; member 177 #define jclmem_free_memory(env, pointer) sieb_free(env, pointer) argument
|
D | java_util_zip_Inflater.c | 23 #define jclmem_free_memory(env, pointer) sieb_free(env, pointer) argument
|
D | zipsup.c | 1377 IDATA pointer; in zip_getNextZipEntry() local
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
D | ReadWriteDirectByteBuffer.java | 55 ReadWriteDirectByteBuffer(int pointer, int capacity) { in ReadWriteDirectByteBuffer()
|