| /libcore/luni/src/main/java/libcore/icu/ |
| D | NativeCollation.java | 23 public static native void closeCollator(int address); in closeCollator() 24 public static native int compare(int address, String source, String target); in compare() 25 public static native int getAttribute(int address, int type); in getAttribute() 26 public static native int getCollationElementIterator(int address, String source); in getCollationElementIterator() 27 public static native String getRules(int address); in getRules() 28 public static native byte[] getSortKey(int address, String source); in getSortKey() 31 public static native int safeClone(int address); in safeClone() 32 public static native void setAttribute(int address, int type, int value); in setAttribute() 35 public static native void closeElements(int address); in closeElements() 36 public static native int getMaxExpansion(int address, int order); in getMaxExpansion() [all …]
|
| D | NativeBreakIterator.java | 30 private final int address; field in NativeBreakIterator 34 private NativeBreakIterator(int address, int type) { in NativeBreakIterator() 154 private static native void closeBreakIteratorImpl(int address); in closeBreakIteratorImpl() 155 private static native void setTextImpl(int address, String text); in setTextImpl() 156 private static native int cloneImpl(int address); in cloneImpl() 157 private static native int precedingImpl(int address, int offset); in precedingImpl() 158 private static native boolean isBoundaryImpl(int address, int offset); in isBoundaryImpl() 159 private static native int nextImpl(int address, int n); in nextImpl() 160 private static native int previousImpl(int address); in previousImpl() 161 private static native int currentImpl(int address); in currentImpl() [all …]
|
| D | NativePluralRules.java | 35 private final int address; field in NativePluralRules 37 private NativePluralRules(int address) { in NativePluralRules() 61 private static native void finalizeImpl(int address); in finalizeImpl() 63 private static native int quantityForIntImpl(int address, int value); in quantityForIntImpl()
|
| D | CollationElementIteratorICU.java | 163 private CollationElementIteratorICU(int address) { in CollationElementIteratorICU() 187 private int address; field in CollationElementIteratorICU
|
| /libcore/luni/src/main/native/ |
| D | libcore_icu_NativeCollation.cpp | 22 static UCollator* toCollator(jint address) { in toCollator() 26 static UCollationElements* toCollationElements(jint address) { in toCollationElements() 30 static void NativeCollation_closeCollator(JNIEnv*, jclass, jint address) { in NativeCollation_closeCollator() 34 static void NativeCollation_closeElements(JNIEnv*, jclass, jint address) { in NativeCollation_closeElements() 38 static jint NativeCollation_compare(JNIEnv* env, jclass, jint address, jstring javaLhs, jstring jav… in NativeCollation_compare() 50 static jint NativeCollation_getAttribute(JNIEnv* env, jclass, jint address, jint type) { in NativeCollation_getAttribute() 57 static jint NativeCollation_getCollationElementIterator(JNIEnv* env, jclass, jint address, jstring … in NativeCollation_getCollationElementIterator() 68 static jint NativeCollation_getMaxExpansion(JNIEnv*, jclass, jint address, jint order) { in NativeCollation_getMaxExpansion() 72 static jint NativeCollation_getOffset(JNIEnv*, jclass, jint address) { in NativeCollation_getOffset() 76 static jstring NativeCollation_getRules(JNIEnv* env, jclass, jint address) { in NativeCollation_getRules() [all …]
|
| D | libcore_icu_NativeBreakIterator.cpp | 35 static BreakIteratorPeer* fromAddress(jint address) { in fromAddress() 112 static UBreakIterator* breakIterator(jint address) { in breakIterator() 145 static void NativeBreakIterator_closeBreakIteratorImpl(JNIEnv* env, jclass, jint address) { in NativeBreakIterator_closeBreakIteratorImpl() 151 static jint NativeBreakIterator_cloneImpl(JNIEnv* env, jclass, jint address) { in NativeBreakIterator_cloneImpl() 155 static void NativeBreakIterator_setTextImpl(JNIEnv* env, jclass, jint address, jstring javaText) { in NativeBreakIterator_setTextImpl() 160 static jboolean NativeBreakIterator_isBoundaryImpl(JNIEnv*, jclass, jint address, jint offset) { in NativeBreakIterator_isBoundaryImpl() 164 static jint NativeBreakIterator_nextImpl(JNIEnv*, jclass, jint address, jint n) { in NativeBreakIterator_nextImpl() 182 static jint NativeBreakIterator_precedingImpl(JNIEnv*, jclass, jint address, jint offset) { in NativeBreakIterator_precedingImpl() 186 static jint NativeBreakIterator_firstImpl(JNIEnv*, jclass, jint address) { in NativeBreakIterator_firstImpl() 190 static jint NativeBreakIterator_followingImpl(JNIEnv*, jclass, jint address, jint offset) { in NativeBreakIterator_followingImpl() [all …]
|
| D | libcore_icu_NativePluralRules.cpp | 25 static PluralRules* toPluralRules(jint address) { in toPluralRules() 29 static void NativePluralRules_finalizeImpl(JNIEnv*, jclass, jint address) { in NativePluralRules_finalizeImpl() 41 static jint NativePluralRules_quantityForIntImpl(JNIEnv*, jclass, jint address, jint value) { in NativePluralRules_quantityForIntImpl()
|
| D | libcore_icu_NativeConverter.cpp | 66 static UConverter* toUConverter(jlong address) { in toUConverter() 81 static void NativeConverter_closeConverter(JNIEnv*, jclass, jlong address) { in NativeConverter_closeConverter() 85 static jint NativeConverter_encode(JNIEnv* env, jclass, jlong address, in NativeConverter_encode() 131 static jint NativeConverter_decode(JNIEnv* env, jclass, jlong address, in NativeConverter_decode() 178 static void NativeConverter_resetByteToChar(JNIEnv*, jclass, jlong address) { in NativeConverter_resetByteToChar() 185 static void NativeConverter_resetCharToByte(JNIEnv*, jclass, jlong address) { in NativeConverter_resetCharToByte() 192 static jint NativeConverter_getMaxBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getMaxBytesPerChar() 197 static jint NativeConverter_getMinBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getMinBytesPerChar() 202 static jfloat NativeConverter_getAveBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getAveBytesPerChar() 207 static jboolean NativeConverter_canEncode(JNIEnv*, jclass, jlong address, jint codeUnit) { in NativeConverter_canEncode() [all …]
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | Memory.java | 153 public static native byte peekByte(int address); in peekByte() 154 public static native int peekInt(int address, boolean swap); in peekInt() 155 public static native long peekLong(int address, boolean swap); in peekLong() 156 public static native short peekShort(int address, boolean swap); in peekShort() 158 public static native void peekByteArray(int address, byte[] dst, int dstOffset, int byteCount); in peekByteArray() 159 …public static native void peekCharArray(int address, char[] dst, int dstOffset, int charCount, boo… in peekCharArray() 160 …public static native void peekDoubleArray(int address, double[] dst, int dstOffset, int doubleCoun… in peekDoubleArray() 161 …public static native void peekFloatArray(int address, float[] dst, int dstOffset, int floatCount, … in peekFloatArray() 162 …public static native void peekIntArray(int address, int[] dst, int dstOffset, int intCount, boolea… in peekIntArray() 163 …public static native void peekLongArray(int address, long[] dst, int dstOffset, int longCount, boo… in peekLongArray() [all …]
|
| D | MemoryMappedFile.java | 36 private long address; field in MemoryMappedFile 42 public MemoryMappedFile(long address, long size) { in MemoryMappedFile() 53 long address = Libcore.os.mmap(0L, size, PROT_READ, MAP_SHARED, fd, 0); in mmapRO() local
|
| D | NioBufferIterator.java | 28 private final int address; field in NioBufferIterator 34 NioBufferIterator(int address, int size, boolean swap) { in NioBufferIterator()
|
| /libcore/luni/src/main/java/java/net/ |
| D | InterfaceAddress.java | 30 private final InetAddress address; field in InterfaceAddress 42 InterfaceAddress(Inet4Address address, Inet4Address broadcastAddress, Inet4Address mask) { in InterfaceAddress() 51 InterfaceAddress(Inet6Address address, short prefixLength) { in InterfaceAddress()
|
| D | Proxy.java | 38 private SocketAddress address; field in Proxy 92 public SocketAddress address() { in address() method in Proxy
|
| D | SocketImpl.java | 39 protected InetAddress address; field in SocketImpl 87 protected abstract void bind(InetAddress address, int port) throws IOException; in bind() 120 protected abstract void connect(InetAddress address, int port) in connect()
|
| D | ProxySelector.java | 129 public abstract void connectFailed(URI uri, SocketAddress address, IOException failure); in connectFailed()
|
| /libcore/luni/src/main/java/libcore/net/http/ |
| D | HttpConnectionPool.java | 63 public HttpConnection get(HttpConnection.Address address, int connectTimeout) in get() 102 HttpConnection.Address address = connection.getAddress(); in recycle() local
|
| /libcore/luni/src/main/java/java/nio/ |
| D | NIOAccess.java | 36 int address = b.effectiveDirectAddress; in getBasePointer() local
|
| D | MemoryBlock.java | 34 private MemoryMappedBlock(int address, long byteCount) { in MemoryMappedBlock() 66 private NonMovableHeapBlock(byte[] array, int address, long byteCount) { in NonMovableHeapBlock() 86 private UnmanagedBlock(int address, long byteCount) { in UnmanagedBlock() 92 protected int address; field in MemoryBlock 117 int address = (int) Libcore.os.mmap(0L, size, prot, flags, fd, offset); in mmap() local 127 int address = (int) runtime.addressOf(array); in allocate() local 131 public static MemoryBlock wrapFromJni(int address, long byteCount) { in wrapFromJni() 135 private MemoryBlock(int address, long size) { in MemoryBlock()
|
| /libcore/luni/src/main/java/java/nio/channels/ |
| D | SocketChannel.java | 107 public static SocketChannel open(SocketAddress address) throws IOException { in open() 190 public abstract boolean connect(SocketAddress address) throws IOException; in connect()
|
| D | DatagramChannel.java | 127 public abstract DatagramChannel connect(SocketAddress address) in connect() 216 public abstract int send(ByteBuffer source, SocketAddress address) throws IOException; in send()
|
| /libcore/luni/src/main/java/java/nio/charset/ |
| D | CharsetEncoderICU.java | 69 long address = 0; in newInstance() local 85 private static byte[] makeReplacement(String icuCanonicalName, long address) { in makeReplacement() 95 …U(Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] replacement, long address) { in CharsetEncoderICU()
|
| /libcore/dom/src/test/resources/ |
| D | staff.dtd | 5 <!ELEMENT address (#PCDATA)> element
|
| /libcore/luni/src/test/resources/systemid/ |
| D | staff.dtd | 5 <!ELEMENT address (#PCDATA)> element
|
| /libcore/luni/src/test/resources/nwf/ |
| D | staff.dtd | 5 <!ELEMENT address (#PCDATA)> element
|
| /libcore/luni/src/test/resources/wf/ |
| D | staff.dtd | 5 <!ELEMENT address (#PCDATA)> element
|