Home
last modified time | relevance | path

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

12

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DInet4AddressTest.java40 InetAddress addr = InetAddress.getByName(addrName); in test_isMulticastAddress() local
68 InetAddress addr = InetAddress.getByName(addrName); in test_isLoopbackAddress() local
96 InetAddress addr = InetAddress.getByName(addrName); in test_isLinkLocalAddress() local
111 InetAddress addr = InetAddress.getByName(addrName); in test_isSiteLocalAddress() local
128 InetAddress addr = InetAddress.getByName(addrName); in test_isMCGlobal() local
174 InetAddress addr = InetAddress.getByName(addrName); in test_isMCNodeLocal() local
200 InetAddress addr = InetAddress.getByName(addrName); in test_isMCLinkLocal() local
238 InetAddress addr = InetAddress.getByName(addrName); in test_isMCSiteLocal() local
283 InetAddress addr = InetAddress.getByName(addrName); in test_isMCOrgLocal() local
DInet6AddressTest.java34 InetAddress addr = null; in test_isMulticastAddress() local
94 InetAddress addr = null; in test_isAnyLocalAddress() local
125 InetAddress addr = InetAddress.getByName(addrName); in test_isLoopbackAddress() local
205 InetAddress addr = InetAddress.getByName(addrName); in test_isLinkLocalAddress() local
244 InetAddress addr = InetAddress.getByName(addrName); in test_isSiteLocalAddress() local
277 InetAddress addr = InetAddress.getByName(addrName); in test_isMCGlobal() local
351 InetAddress addr = InetAddress.getByName(addrName); in test_isMCNodeLocal() local
412 InetAddress addr = InetAddress.getByName(addrName); in test_isMCLinkLocal() local
495 InetAddress addr = InetAddress.getByName(addrName); in test_isMCSiteLocal() local
578 InetAddress addr = InetAddress.getByName(addrName); in test_isMCOrgLocal() local
[all …]
DDatagramSocketImplTest.java60 protected void bind(int port, InetAddress addr) throws SocketException { in bind()
89 protected void join(InetAddress addr) throws IOException { in join()
94 protected void joinGroup(SocketAddress addr, NetworkInterface netInterface) in joinGroup()
100 protected void leave(InetAddress addr) throws IOException { in leave()
105 protected void leaveGroup(SocketAddress addr, NetworkInterface netInterface) in leaveGroup()
DInetAddressTest.java274 InetAddress addr = InetAddress.getByAddress(addressStr, ipAddress); in test_getByAddressLjava_lang_String$B() local
285 InetAddress addr = InetAddress.getByAddress(addressStr, ipAddress2); in test_getByAddressLjava_lang_String$B() local
DInterfaceAddressTest.java98 InetAddress addr = interfaceAddr.getAddress(); in test_getBroadcast() local
DServerSocketTest.java264 InetAddress addr = InetAddress.getLocalHost(); in test_getInetAddress() local
608 InetAddress addr = InetAddress.getLocalHost(); in test_isBound() local
640 InetAddress addr = InetAddress.getLocalHost(); in test_isClosed() local
/libcore/luni/src/main/java/java/util/regex/
DMatcher.java616 private static native void closeImpl(long addr); in closeImpl()
617 private static native boolean findImpl(long addr, String s, int startIndex, int[] offsets); in findImpl()
618 private static native boolean findNextImpl(long addr, String s, int[] offsets); in findNextImpl()
619 private static native int groupCountImpl(long addr); in groupCountImpl()
620 private static native boolean hitEndImpl(long addr); in hitEndImpl()
621 private static native boolean lookingAtImpl(long addr, String s, int[] offsets); in lookingAtImpl()
622 private static native boolean matchesImpl(long addr, String s, int[] offsets); in matchesImpl()
624 private static native boolean requireEndImpl(long addr); in requireEndImpl()
625 private static native void setInputImpl(long addr, String s, int start, int end); in setInputImpl()
626 private static native void useAnchoringBoundsImpl(long addr, boolean value); in useAnchoringBoundsImpl()
[all …]
DPattern.java459 private static native void closeImpl(long addr); in closeImpl()
/libcore/luni/src/main/native/
Djava_util_regex_Matcher.cpp123 static jint Matcher_findImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jint startIndex, ji… in Matcher_findImpl()
132 static jint Matcher_findNextImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offse… in Matcher_findNextImpl()
144 static jint Matcher_groupCountImpl(JNIEnv* env, jclass, jlong addr) { in Matcher_groupCountImpl()
149 static jint Matcher_hitEndImpl(JNIEnv* env, jclass, jlong addr) { in Matcher_hitEndImpl()
154 static jint Matcher_lookingAtImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offs… in Matcher_lookingAtImpl()
163 static jint Matcher_matchesImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offset… in Matcher_matchesImpl()
180 static jint Matcher_requireEndImpl(JNIEnv* env, jclass, jlong addr) { in Matcher_requireEndImpl()
185 static void Matcher_setInputImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jint start, jin… in Matcher_setInputImpl()
190 static void Matcher_useAnchoringBoundsImpl(JNIEnv* env, jclass, jlong addr, jboolean value) { in Matcher_useAnchoringBoundsImpl()
195 static void Matcher_useTransparentBoundsImpl(JNIEnv* env, jclass, jlong addr, jboolean value) { in Matcher_useTransparentBoundsImpl()
Dlibcore_icu_NativeDecimalFormat.cpp42 static icu::DecimalFormat* toDecimalFormat(jlong addr) { in toDecimalFormat()
46 static UNumberFormat* toUNumberFormat(jlong addr) { in toUNumberFormat()
100 static void NativeDecimalFormat_setDecimalFormatSymbols(JNIEnv* env, jclass, jlong addr, in NativeDecimalFormat_setDecimalFormatSymbols()
139 static void NativeDecimalFormat_close(JNIEnv*, jclass, jlong addr) { in NativeDecimalFormat_close()
143 static void NativeDecimalFormat_setRoundingMode(JNIEnv*, jclass, jlong addr, jint mode, jdouble inc… in NativeDecimalFormat_setRoundingMode()
149 static void NativeDecimalFormat_setSymbol(JNIEnv* env, jclass, jlong addr, jint javaSymbol, jstring… in NativeDecimalFormat_setSymbol()
160 static void NativeDecimalFormat_setAttribute(JNIEnv*, jclass, jlong addr, jint javaAttr, jint value… in NativeDecimalFormat_setAttribute()
165 static jint NativeDecimalFormat_getAttribute(JNIEnv*, jclass, jlong addr, jint javaAttr) { in NativeDecimalFormat_getAttribute()
170 static void NativeDecimalFormat_setTextAttribute(JNIEnv* env, jclass, jlong addr, jint javaAttr, js… in NativeDecimalFormat_setTextAttribute()
181 static jstring NativeDecimalFormat_getTextAttribute(JNIEnv* env, jclass, jlong addr, jint javaAttr)… in NativeDecimalFormat_getTextAttribute()
[all …]
Djava_util_regex_Pattern.cpp30 static icu::RegexPattern* toRegexPattern(jlong addr) { in toRegexPattern()
74 static void Pattern_closeImpl(JNIEnv*, jclass, jlong addr) { in Pattern_closeImpl()
DPortability.h60 static inline int mincore(void* addr, size_t length, unsigned char* vec) { in mincore()
/libcore/luni/src/main/java/java/net/
DDatagramSocketImpl.java57 protected abstract void bind(int port, InetAddress addr) throws SocketException; in bind()
126 protected abstract void join(InetAddress addr) throws IOException; in join()
142 protected abstract void joinGroup(SocketAddress addr, in joinGroup()
154 protected abstract void leave(InetAddress addr) throws IOException; in leave()
167 protected abstract void leaveGroup(SocketAddress addr, in leaveGroup()
DPlainDatagramSocketImpl.java127 public void join(InetAddress addr) throws IOException { in join()
132 public void joinGroup(SocketAddress addr, NetworkInterface netInterface) throws IOException { in joinGroup()
140 public void leave(InetAddress addr) throws IOException { in leave()
145 public void leaveGroup(SocketAddress addr, NetworkInterface netInterface) throws IOException { in leaveGroup()
DInetSocketAddress.java32 private final InetAddress addr; field in InetSocketAddress
97 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.java95 public DatagramSocket(int aPort, InetAddress addr) throws SocketException { in DatagramSocket()
154 synchronized void createSocket(int aPort, InetAddress addr) throws SocketException { in createSocket()
467 InetAddress addr; in bind() local
DServerSocket.java101 InetAddress addr = (localAddress == null) ? Inet6Address.ANY : localAddress; in ServerSocket() local
317 InetAddress addr; in bind() local
DSocket.java274 public Socket(InetAddress addr, int port, boolean streaming) throws IOException { in Socket()
582 InetAddress addr = localAddress == null ? Inet6Address.ANY : localAddress; in startupSocket() local
774 InetAddress addr; in bind() local
865 InetAddress addr; in connect() local
DAuthenticator.java37 private InetAddress addr; field in Authenticator
DMulticastSocket.java329 synchronized void createSocket(int aPort, InetAddress addr) throws SocketException { in createSocket()
DDatagramPacket.java173 public synchronized void setAddress(InetAddress addr) { in setAddress()
DPlainSocketImpl.java69 public PlainSocketImpl(FileDescriptor fd, int localport, InetAddress addr, int port) { in PlainSocketImpl()
296 InetSocketAddress addr = (InetSocketAddress) proxy.address(); in socksGetServerPort() local
/libcore/luni/src/main/java/libcore/icu/
DNativeDecimalFormat.java549 private static void applyPattern(long addr, boolean localized, String pattern) { in applyPattern()
618 private static native void applyPatternImpl(long addr, boolean localized, String pattern); in applyPatternImpl()
619 private static native long cloneImpl(long addr); in cloneImpl()
620 private static native void close(long addr); in close()
621 private static native char[] formatLong(long addr, long value, FieldPositionIterator iter); in formatLong()
622 private static native char[] formatDouble(long addr, double value, FieldPositionIterator iter); in formatDouble()
623 … private static native char[] formatDigitList(long addr, String value, FieldPositionIterator iter); in formatDigitList()
624 private static native int getAttribute(long addr, int symbol); in getAttribute()
625 private static native String getTextAttribute(long addr, int symbol); in getTextAttribute()
631 …private static native Number parse(long addr, String string, ParsePosition position, boolean parse… in parse()
[all …]
/libcore/luni/src/test/java/libcore/java/net/
DOldAuthenticatorTest.java29 InetAddress addr = InetAddress.getLocalHost(); in test_setDefault() local

12