Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 79) sorted by relevance

1234

/libcore/luni/src/main/java/libcore/icu/
DNativeCollation.java23 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 …]
DNativeBreakIterator.java32 private final int address; field in NativeBreakIterator
38 private NativeBreakIterator(int address, int type) { in NativeBreakIterator()
164 private static synchronized native int cloneImpl(int address); in cloneImpl()
166 private static synchronized native void closeImpl(int address); in closeImpl()
168 private static synchronized native void setTextImpl(int address, String text); in setTextImpl()
169 private static synchronized native int precedingImpl(int address, String text, int offset); in precedingImpl()
170 private static synchronized native boolean isBoundaryImpl(int address, String text, int offset); in isBoundaryImpl()
171 private static synchronized native int nextImpl(int address, String text, int n); in nextImpl()
172 private static synchronized native int previousImpl(int address, String text); in previousImpl()
173 private static synchronized native int currentImpl(int address, String text); in currentImpl()
[all …]
DNativePluralRules.java35 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()
DCollationElementIteratorICU.java163 private CollationElementIteratorICU(int address) { in CollationElementIteratorICU()
187 private int address; field in CollationElementIteratorICU
/libcore/luni/src/main/native/
Dlibcore_icu_NativeCollation.cpp23 static UCollator* toCollator(jint address) { in toCollator()
27 static UCollationElements* toCollationElements(jint address) { in toCollationElements()
31 static void NativeCollation_closeCollator(JNIEnv*, jclass, jint address) { in NativeCollation_closeCollator()
35 static void NativeCollation_closeElements(JNIEnv*, jclass, jint address) { in NativeCollation_closeElements()
39 static jint NativeCollation_compare(JNIEnv* env, jclass, jint address, jstring javaLhs, jstring jav… in NativeCollation_compare()
51 static jint NativeCollation_getAttribute(JNIEnv* env, jclass, jint address, jint type) { in NativeCollation_getAttribute()
58 static jint NativeCollation_getCollationElementIterator(JNIEnv* env, jclass, jint address, jstring … in NativeCollation_getCollationElementIterator()
69 static jint NativeCollation_getMaxExpansion(JNIEnv*, jclass, jint address, jint order) { in NativeCollation_getMaxExpansion()
73 static jint NativeCollation_getOffset(JNIEnv*, jclass, jint address) { in NativeCollation_getOffset()
77 static jstring NativeCollation_getRules(JNIEnv* env, jclass, jint address) { in NativeCollation_getRules()
[all …]
Dlibcore_icu_NativeBreakIterator.cpp30 static BreakIterator* toBreakIterator(jint address) { in toBreakIterator()
42 BreakIteratorAccessor(JNIEnv* env, jint address, jstring javaInput, bool reset) { in BreakIteratorAccessor()
67 BreakIteratorAccessor(JNIEnv* env, jint address) { in BreakIteratorAccessor()
88 void init(JNIEnv* env, jint address) { in init()
122 static jint NativeBreakIterator_cloneImpl(JNIEnv* env, jclass, jint address) { in NativeBreakIterator_cloneImpl()
127 static void NativeBreakIterator_closeImpl(JNIEnv*, jclass, jint address) { in NativeBreakIterator_closeImpl()
131 static jint NativeBreakIterator_currentImpl(JNIEnv* env, jclass, jint address, jstring javaInput) { in NativeBreakIterator_currentImpl()
136 static jint NativeBreakIterator_firstImpl(JNIEnv* env, jclass, jint address, jstring javaInput) { in NativeBreakIterator_firstImpl()
141 static jint NativeBreakIterator_followingImpl(JNIEnv* env, jclass, jint address, jstring javaInput,… in NativeBreakIterator_followingImpl()
162 static jboolean NativeBreakIterator_isBoundaryImpl(JNIEnv* env, jclass, jint address, jstring javaI… in NativeBreakIterator_isBoundaryImpl()
[all …]
Dlibcore_icu_NativePluralRules.cpp28 static PluralRules* toPluralRules(jint address) { in toPluralRules()
32 static void NativePluralRules_finalizeImpl(JNIEnv*, jclass, jint address) { in NativePluralRules_finalizeImpl()
58 static jint NativePluralRules_quantityForIntImpl(JNIEnv*, jclass, jint address, jint value) { in NativePluralRules_quantityForIntImpl()
Dlibcore_icu_NativeConverter.cpp67 static UConverter* toUConverter(jlong address) { in toUConverter()
82 static void NativeConverter_closeConverter(JNIEnv*, jclass, jlong address) { in NativeConverter_closeConverter()
94 static jint NativeConverter_encode(JNIEnv* env, jclass, jlong address, in NativeConverter_encode()
149 static jint NativeConverter_decode(JNIEnv* env, jclass, jlong address, in NativeConverter_decode()
204 static void NativeConverter_resetByteToChar(JNIEnv*, jclass, jlong address) { in NativeConverter_resetByteToChar()
211 static void NativeConverter_resetCharToByte(JNIEnv*, jclass, jlong address) { in NativeConverter_resetCharToByte()
218 static jint NativeConverter_getMaxBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getMaxBytesPerChar()
223 static jint NativeConverter_getMinBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getMinBytesPerChar()
228 static jfloat NativeConverter_getAveBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getAveBytesPerChar()
233 static jboolean NativeConverter_canEncode(JNIEnv*, jclass, jlong address, jint codeUnit) { in NativeConverter_canEncode()
[all …]
Djava_util_regex_Matcher.cpp33 static RegexMatcher* toRegexMatcher(jlong address) { in toRegexMatcher()
45 MatcherAccessor(JNIEnv* env, jlong address, jstring javaInput, bool reset) { in MatcherAccessor()
66 MatcherAccessor(JNIEnv* env, jlong address) { in MatcherAccessor()
99 void init(JNIEnv* env, jlong address) { in init()
120 static void Matcher_closeImpl(JNIEnv*, jclass, jlong address) { in Matcher_closeImpl()
/libcore/luni/src/main/java/libcore/io/
DMemory.java153 public static native byte peekByte(long address); in peekByte()
154 public static native int peekInt(long address, boolean swap); in peekInt()
155 public static native long peekLong(long address, boolean swap); in peekLong()
156 public static native short peekShort(long address, boolean swap); in peekShort()
158 public static native void peekByteArray(long address, byte[] dst, int dstOffset, int byteCount); in peekByteArray()
159 …public static native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, bo… in peekCharArray()
160 …public static native void peekDoubleArray(long address, double[] dst, int dstOffset, int doubleCou… in peekDoubleArray()
161 …public static native void peekFloatArray(long address, float[] dst, int dstOffset, int floatCount,… in peekFloatArray()
162 …public static native void peekIntArray(long address, int[] dst, int dstOffset, int intCount, boole… in peekIntArray()
163 …public static native void peekLongArray(long address, long[] dst, int dstOffset, int longCount, bo… in peekLongArray()
[all …]
DMemoryMappedFile.java36 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
DNioBufferIterator.java28 private final long address; field in NioBufferIterator
34 NioBufferIterator(long address, int size, boolean swap) { in NioBufferIterator()
/libcore/luni/src/main/java/java/net/
DInterfaceAddress.java30 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()
DProxy.java38 private SocketAddress address; field in Proxy
92 public SocketAddress address() { in address() method in Proxy
DSocketImpl.java39 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()
DProxySelector.java129 public abstract void connectFailed(URI uri, SocketAddress address, IOException failure); in connectFailed()
/libcore/luni/src/main/java/libcore/net/http/
DHttpConnectionPool.java63 public HttpConnection get(HttpConnection.Address address, int connectTimeout) in get()
102 HttpConnection.Address address = connection.getAddress(); in recycle() local
/libcore/luni/src/test/java/libcore/io/
DOsTest.java56 …private void checkUnixDomainSocket(final InetUnixAddress address, final boolean isAbstract) throws… in checkUnixDomainSocket()
111 …private void checkSockName(FileDescriptor fd, boolean isAbstract, InetAddress address) throws Exce… in checkSockName()
/libcore/luni/src/main/java/java/nio/
DNIOAccess.java36 long address = b.effectiveDirectAddress; in getBasePointer() local
DMemoryBlock.java34 private MemoryMappedBlock(long address, long byteCount) { in MemoryMappedBlock()
66 private NonMovableHeapBlock(byte[] array, long address, long byteCount) { in NonMovableHeapBlock()
86 private UnmanagedBlock(long address, long byteCount) { in UnmanagedBlock()
91 protected long address; field in MemoryBlock
116 long address = Libcore.os.mmap(0L, size, prot, flags, fd, offset); in mmap() local
126 long address = runtime.addressOf(array); in allocate() local
130 public static MemoryBlock wrapFromJni(long address, long byteCount) { in wrapFromJni()
134 private MemoryBlock(long address, long size) { in MemoryBlock()
/libcore/luni/src/main/java/java/nio/channels/
DSocketChannel.java107 public static SocketChannel open(SocketAddress address) throws IOException { in open()
190 public abstract boolean connect(SocketAddress address) throws IOException; in connect()
DDatagramChannel.java127 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/
DCharsetEncoderICU.java68 long address = 0; in newInstance() local
84 private static byte[] makeReplacement(String icuCanonicalName, long address) { in makeReplacement()
94 …U(Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] replacement, long address) { in CharsetEncoderICU()
/libcore/support/src/test/java/tests/net/
DStuckServer.java33 private InetSocketAddress address; field in StuckServer
/libcore/luni/src/test/resources/nwf/
Dstaff.dtd5 <!ELEMENT address (#PCDATA)> element

1234