Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 25 of 26) sorted by relevance

12

/libcore/luni/src/main/native/
Djava_util_regex_Matcher.cpp32 static RegexMatcher* toRegexMatcher(jint addr) { in toRegexMatcher()
44 MatcherAccessor(JNIEnv* env, jint addr, jstring javaInput, bool reset) { in MatcherAccessor()
65 MatcherAccessor(JNIEnv* env, jint addr) { in MatcherAccessor()
98 void init(JNIEnv* env, jint addr) { in init()
119 static void Matcher_closeImpl(JNIEnv*, jclass, jint addr) { in Matcher_closeImpl()
123 static jint Matcher_findImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jint startIndex, jin… in Matcher_findImpl()
132 static jint Matcher_findNextImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jintArray offset… in Matcher_findNextImpl()
144 static jint Matcher_groupCountImpl(JNIEnv* env, jclass, jint addr) { in Matcher_groupCountImpl()
149 static jint Matcher_hitEndImpl(JNIEnv* env, jclass, jint addr) { in Matcher_hitEndImpl()
154 static jint Matcher_lookingAtImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jintArray offse… in Matcher_lookingAtImpl()
[all …]
Dlibcore_icu_NativeDecimalFormat.cpp38 static DecimalFormat* toDecimalFormat(jint addr) { in toDecimalFormat()
42 static UNumberFormat* toUNumberFormat(jint addr) { in toUNumberFormat()
89 static void NativeDecimalFormat_setDecimalFormatSymbols(JNIEnv* env, jclass, jint addr, in NativeDecimalFormat_setDecimalFormatSymbols()
129 static void NativeDecimalFormat_close(JNIEnv*, jclass, jint addr) { in NativeDecimalFormat_close()
133 static void NativeDecimalFormat_setRoundingMode(JNIEnv*, jclass, jint addr, jint mode, jdouble incr… in NativeDecimalFormat_setRoundingMode()
139 static void NativeDecimalFormat_setSymbol(JNIEnv* env, jclass, jint addr, jint javaSymbol, jstring … in NativeDecimalFormat_setSymbol()
150 static void NativeDecimalFormat_setAttribute(JNIEnv*, jclass, jint addr, jint javaAttr, jint value)… in NativeDecimalFormat_setAttribute()
155 static jint NativeDecimalFormat_getAttribute(JNIEnv*, jclass, jint addr, jint javaAttr) { in NativeDecimalFormat_getAttribute()
160 static void NativeDecimalFormat_setTextAttribute(JNIEnv* env, jclass, jint addr, jint javaAttr, jst… in NativeDecimalFormat_setTextAttribute()
171 static jstring NativeDecimalFormat_getTextAttribute(JNIEnv* env, jclass, jint addr, jint javaAttr) { in NativeDecimalFormat_getTextAttribute()
[all …]
Djava_util_regex_Pattern.cpp30 static RegexPattern* toRegexPattern(jint addr) { in toRegexPattern()
74 static void Pattern_closeImpl(JNIEnv*, jclass, jint addr) { in Pattern_closeImpl()
/libcore/luni/src/main/java/java/net/
DDatagramSocketImpl.java58 protected abstract void bind(int port, InetAddress addr) throws SocketException; in bind()
134 protected abstract void join(InetAddress addr) throws IOException; in join()
150 protected abstract void joinGroup(SocketAddress addr, in joinGroup()
162 protected abstract void leave(InetAddress addr) throws IOException; in leave()
175 protected abstract void leaveGroup(SocketAddress addr, in leaveGroup()
DPlainDatagramSocketImpl.java125 public void join(InetAddress addr) throws IOException { in join()
130 public void joinGroup(SocketAddress addr, NetworkInterface netInterface) throws IOException { in joinGroup()
138 public void leave(InetAddress addr) throws IOException { in leave()
143 public void leaveGroup(SocketAddress addr, NetworkInterface netInterface) throws IOException { in leaveGroup()
DInetSocketAddress.java32 private final InetAddress addr; field in InetSocketAddress
102 InetAddress addr = null; in InetSocketAddress() local
DInet6Address.java85 public static Inet6Address getByAddress(String host, byte[] addr, int scope_id) in getByAddress()
115 public static Inet6Address getByAddress(String host, byte[] addr, in getByAddress()
DDatagramSocket.java93 public DatagramSocket(int aPort, InetAddress addr) throws SocketException { in DatagramSocket()
128 synchronized void createSocket(int aPort, InetAddress addr) throws SocketException { in createSocket()
446 InetAddress addr = Inet4Address.ANY; in bind() local
DServerSocket.java95 InetAddress addr = (localAddress == null) ? Inet4Address.ANY : localAddress; in ServerSocket() local
303 InetAddress addr = Inet4Address.ANY; in bind() local
DSocket.java271 public Socket(InetAddress addr, int port, boolean streaming) throws IOException { in Socket()
557 InetAddress addr = localAddress == null ? Inet4Address.ANY : localAddress; in startupSocket() local
747 InetAddress addr = Inet4Address.ANY; in bind() local
823 InetAddress addr; in connect() local
DPlainSocketImpl.java78 public PlainSocketImpl(FileDescriptor fd, int localport, InetAddress addr, int port) { in PlainSocketImpl()
299 InetSocketAddress addr = (InetSocketAddress) proxy.address(); in socksGetServerPort() local
311 InetSocketAddress addr = (InetSocketAddress) proxy.address(); in socksGetServerAddress() local
DAuthenticator.java37 private InetAddress addr; field in Authenticator
DMulticastSocket.java326 synchronized void createSocket(int aPort, InetAddress addr) throws SocketException { in createSocket()
DDatagramPacket.java173 public synchronized void setAddress(InetAddress addr) { in setAddress()
DInetAddress.java842 int addr = fields.get("address", 0); in readObject() local
/libcore/luni/src/main/java/java/util/regex/
DMatcher.java671 private static native void closeImpl(int addr); in closeImpl()
672 private static native boolean findImpl(int addr, String s, int startIndex, int[] offsets); in findImpl()
673 private static native boolean findNextImpl(int addr, String s, int[] offsets); in findNextImpl()
674 private static native int groupCountImpl(int addr); in groupCountImpl()
675 private static native boolean hitEndImpl(int addr); in hitEndImpl()
676 private static native boolean lookingAtImpl(int addr, String s, int[] offsets); in lookingAtImpl()
677 private static native boolean matchesImpl(int addr, String s, int[] offsets); in matchesImpl()
679 private static native boolean requireEndImpl(int addr); in requireEndImpl()
680 private static native void setInputImpl(int addr, String s, int start, int end); in setInputImpl()
681 private static native void useAnchoringBoundsImpl(int addr, boolean value); in useAnchoringBoundsImpl()
[all …]
DPattern.java448 private static native void closeImpl(int addr); in closeImpl()
/libcore/luni/src/main/java/libcore/icu/
DNativeDecimalFormat.java479 private static void applyPattern(int addr, boolean localized, String pattern) { in applyPattern()
618 private static native void applyPatternImpl(int addr, boolean localized, String pattern); in applyPatternImpl()
619 private static native int cloneImpl(int addr); in cloneImpl()
620 private static native void close(int addr); in close()
621 private static native char[] formatLong(int addr, long value, FieldPositionIterator iter); in formatLong()
622 private static native char[] formatDouble(int addr, double value, FieldPositionIterator iter); in formatDouble()
623 … private static native char[] formatDigitList(int addr, String value, FieldPositionIterator iter); in formatDigitList()
624 private static native int getAttribute(int addr, int symbol); in getAttribute()
625 private static native String getTextAttribute(int addr, int symbol); in getTextAttribute()
631 …private static native Number parse(int addr, String string, ParsePosition position, boolean parseB… in parse()
[all …]
/libcore/luni/src/test/java/libcore/java/net/
DOldAuthenticatorTest.java29 InetAddress addr = InetAddress.getLocalHost(); in test_setDefault() local
DInetAddressTest.java180 InetAddress addr = InetAddress.getByName("239.191.255.255"); in test_equals() local
DOldSocketTest.java622 InetAddress addr = InetAddress.getLocalHost(); in test_shutdownInput() local
659 InetAddress addr = InetAddress.getLocalHost(); in test_shutdownOutput() local
784 InetAddress addr = InetAddress.getLocalHost(); in test_isBound() local
825 InetAddress addr = InetAddress.getLocalHost(); in test_isConnected() local
852 InetAddress addr = InetAddress.getLocalHost(); in test_isClosed() local
DSocketTest.java101 InetSocketAddress addr = new InetSocketAddress(host, ssc.socket().getLocalPort()); in checkSocketLocalAndRemoteAddresses() local
/libcore/luni/src/main/java/libcore/net/url/
DFtpURLConnection.java219 InetSocketAddress addr = new InetSocketAddress(hostName, port); in connectInternal() local
/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldSocketChannelTest.java350 InetSocketAddress addr = new InetSocketAddress(InetAddress in run() local
/libcore/luni/src/main/java/java/nio/
DSocketChannelImpl.java113 InetAddress addr = null; in socket() local

12