Home
last modified time | relevance | path

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

123

/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DInet4AddressTest.java53 InetAddress addr = Inet4Address.getByName(addrName); in test_isMulticastAddress() local
86 InetAddress addr = Inet4Address.getByName(addrName); in test_isAnyLocalAddress() local
109 InetAddress addr = Inet4Address.getByName(addrName); in test_isLoopbackAddress() local
149 InetAddress addr = Inet4Address.getByName(addrName); in test_isLinkLocalAddress() local
174 InetAddress addr = Inet4Address.getByName(addrName); in test_isSiteLocalAddress() local
201 InetAddress addr = Inet4Address.getByName(addrName); in test_isMCGlobal() local
258 InetAddress addr = Inet4Address.getByName(addrName); in test_isMCNodeLocal() local
295 InetAddress addr = Inet4Address.getByName(addrName); in test_isMCLinkLocal() local
344 InetAddress addr = Inet4Address.getByName(addrName); in test_isMCSiteLocal() local
400 InetAddress addr = Inet4Address.getByName(addrName); in test_isMCOrgLocal() local
[all …]
DInet6AddressTest.java51 InetAddress addr = null; in test_isMulticastAddress() local
125 InetAddress addr = null; in test_isAnyLocalAddress() local
173 InetAddress addr = Inet6Address.getByName(addrName); in test_isLoopbackAddress() local
267 InetAddress addr = Inet6Address.getByName(addrName); in test_isLinkLocalAddress() local
319 InetAddress addr = Inet6Address.getByName(addrName); in test_isSiteLocalAddress() local
366 InetAddress addr = Inet6Address.getByName(addrName); in test_isMCGlobal() local
454 InetAddress addr = Inet6Address.getByName(addrName); in test_isMCNodeLocal() local
529 InetAddress addr = Inet6Address.getByName(addrName); in test_isMCLinkLocal() local
626 InetAddress addr = Inet6Address.getByName(addrName); in test_isMCSiteLocal() local
723 InetAddress addr = Inet6Address.getByName(addrName); in test_isMCOrgLocal() local
[all …]
DInetAddressTest.java529 InetAddress addr = InetAddress.getByName("localhost"); in test_toString() local
549 InetAddress addr = InetAddress.getByAddress(addressStr, ipAddress); in test_getByAddressLjava_lang_String$B() local
560 InetAddress addr = InetAddress.getByAddress(addressStr, ipAddress2); in test_getByAddressLjava_lang_String$B() local
568 InetAddress addr = InetAddress.getByAddress(addressStr, in test_getByAddressLjava_lang_String$B() local
833 InetAddress addr = InetAddress.getByName(addrName); in test_isLinkLocalAddress() local
865 InetAddress addr = InetAddress.getByName(addrName); in test_isLoopbackAddress() local
901 InetAddress addr = InetAddress.getByName(addrName); in test_isMCGlobal() local
932 InetAddress addr = InetAddress.getByName(addrName); in test_isMCLinkLocal() local
969 InetAddress addr = InetAddress.getByName(addrName); in test_isMCNodeLocal() local
997 InetAddress addr = InetAddress.getByName(addrName); in test_isMCOrgLocal() local
[all …]
/dalvik/vm/analysis/
DCodeVerify.h117 INLINE bool dvmInsnIsOpcode(const InsnFlags* insnFlags, int addr) { in dvmInsnIsOpcode()
124 INLINE int dvmInsnGetWidth(const InsnFlags* insnFlags, int addr) { in dvmInsnGetWidth()
131 INLINE bool dvmInsnIsChanged(const InsnFlags* insnFlags, int addr) { in dvmInsnIsChanged()
134 INLINE void dvmInsnSetChanged(InsnFlags* insnFlags, int addr, bool changed) in dvmInsnSetChanged()
145 INLINE bool dvmInsnIsVisited(const InsnFlags* insnFlags, int addr) { in dvmInsnIsVisited()
148 INLINE void dvmInsnSetVisited(InsnFlags* insnFlags, int addr, bool changed) in dvmInsnSetVisited()
159 INLINE bool dvmInsnIsVisitedOrChanged(const InsnFlags* insnFlags, int addr) { in dvmInsnIsVisitedOrChanged()
166 INLINE bool dvmInsnIsInTry(const InsnFlags* insnFlags, int addr) { in dvmInsnIsInTry()
169 INLINE void dvmInsnSetInTry(InsnFlags* insnFlags, int addr, bool inTry) in dvmInsnSetInTry()
181 INLINE bool dvmInsnIsBranchTarget(const InsnFlags* insnFlags, int addr) { in dvmInsnIsBranchTarget()
[all …]
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
DNativeDecimalFormat.java82 static native void closeDecimalFormatImpl(int addr); in closeDecimalFormatImpl()
84 static native int cloneImpl(int addr); in cloneImpl()
86 static native void setSymbol(int addr, int symbol, String str); in setSymbol()
88 static native String getSymbol(int addr, int symbol); in getSymbol()
90 static native void setAttribute(int addr, int symbol, int i); in setAttribute()
92 static native int getAttribute(int addr, int symbol); in getAttribute()
94 static native void setTextAttribute(int addr, int symbol, String str); in setTextAttribute()
96 static native String getTextAttribute(int addr, int symbol); in getTextAttribute()
98 static native void applyPatternImpl(int addr, boolean localized, String pattern); in applyPatternImpl()
100 static native String toPatternImpl(int addr, boolean localized); in toPatternImpl()
[all …]
DRuleBasedNumberFormat.java67 private int addr = 0; field in RuleBasedNumberFormat
139 private static native void closeRBNFImpl(int addr); in closeRBNFImpl()
162 private static native String formatRBNFImpl(int addr, long value, in formatRBNFImpl()
186 private static native String formatRBNFImpl(int addr, double value, in formatRBNFImpl()
216 …static native Number parseRBNFImpl(int addr, String string, ParsePosition position, boolean lenien… in parseRBNFImpl()
DDecimalFormatSymbols.java29 private int addr; field in DecimalFormatSymbols
33 private DecimalFormatSymbols(int addr, Locale loc) { in DecimalFormatSymbols()
106 int addr = NativeDecimalFormat.cloneImpl(this.addr); in clone() local
/dalvik/libcore/luni/src/main/java/java/net/
DDatagramSocketImpl.java69 protected abstract void bind(int port, InetAddress addr) in bind()
172 protected abstract void join(InetAddress addr) throws IOException; in join()
189 protected abstract void joinGroup(SocketAddress addr, in joinGroup()
202 protected abstract void leave(InetAddress addr) throws IOException; in leave()
216 protected abstract void leaveGroup(SocketAddress addr, in leaveGroup()
DSocket.java119 InetAddress addr = address.getAddress(); in Socket() local
299 public Socket(InetAddress addr, int port, boolean streaming) in Socket()
724 InetAddress addr = localAddress == null ? InetAddress.ANY in startupSocket() local
921 InetAddress addr = InetAddress.ANY; in bind() local
1000 InetAddress addr; in connect() local
DDatagramSocket.java104 public DatagramSocket(int aPort, InetAddress addr) throws SocketException { in DatagramSocket()
205 synchronized void createSocket(int aPort, InetAddress addr) in createSocket()
644 InetAddress addr = InetAddress.ANY; in bind() local
DInet6Address.java109 public static Inet6Address getByAddress(String host, byte[] addr, in getByAddress()
140 public static Inet6Address getByAddress(String host, byte[] addr, in getByAddress()
DMulticastSocket.java395 public void setInterface(InetAddress addr) throws SocketException { in setInterface()
568 synchronized void createSocket(int aPort, InetAddress addr) in createSocket()
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
DGenericIPMreq.java50 GenericIPMreq(InetAddress addr) { in GenericIPMreq()
64 GenericIPMreq(InetAddress addr, NetworkInterface netInterface) { in GenericIPMreq()
DPlainDatagramSocketImpl.java116 public void bind(int port, InetAddress addr) throws SocketException { in bind()
201 public void join(InetAddress addr) throws IOException { in join()
206 public void joinGroup(SocketAddress addr, NetworkInterface netInterface) throws IOException { in joinGroup()
214 public void leave(InetAddress addr) throws IOException { in leave()
219 public void leaveGroup(SocketAddress addr, NetworkInterface netInterface) in leaveGroup()
DPlainSocketImpl2.java35 public PlainSocketImpl2(FileDescriptor fd, int localport, InetAddress addr, int port) { in PlainSocketImpl2()
DSocketImplProvider.java37 public static SocketImpl getSocketImpl(FileDescriptor fd, int localport, InetAddress addr, in getSocketImpl()
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
DDatagramSocketImplTest.java249 public void bind(int port, InetAddress addr) throws SocketException { in bind()
275 public void join(InetAddress addr) throws IOException { in join()
280 public void joinGroup(SocketAddress addr, NetworkInterface netInterface) in joinGroup()
286 public void leave(InetAddress addr) throws IOException { in leave()
291 public void leaveGroup(SocketAddress addr, NetworkInterface netInterface) in leaveGroup()
DAuthenticatorTest.java135 InetAddress addr = InetAddress.getLocalHost(); in test_requestPasswordAuthentication_InetAddress_int_String_String_String() local
176 InetAddress addr = InetAddress.getLocalHost(); in test_requestPasswordAuthentication_String_InetAddress_int_String_String_String() local
289 InetAddress addr; in test_setDefault() local
/dalvik/libcore/icu/src/main/native/
DDecimalFormatInterface.cpp89 static void closeDecimalFormatImpl(JNIEnv *env, jclass clazz, jint addr) { in closeDecimalFormatImpl()
98 static void setSymbol(JNIEnv *env, jclass clazz, jint addr, jint symbol, in setSymbol()
122 static jstring getSymbol(JNIEnv *env, jclass clazz, jint addr, jint symbol) { in getSymbol()
158 static void setAttribute(JNIEnv *env, jclass clazz, jint addr, jint symbol, in setAttribute()
166 static jint getAttribute(JNIEnv *env, jclass clazz, jint addr, jint symbol) { in getAttribute()
175 static void setTextAttribute(JNIEnv *env, jclass clazz, jint addr, jint symbol, in setTextAttribute()
195 static jstring getTextAttribute(JNIEnv *env, jclass clazz, jint addr, in getTextAttribute()
233 static void applyPatternImpl(JNIEnv *env, jclass clazz, jint addr, in applyPatternImpl()
252 static jstring toPatternImpl(JNIEnv *env, jclass clazz, jint addr, in toPatternImpl()
288 static jstring formatLong(JNIEnv *env, jclass clazz, jint addr, jlong value, in formatLong()
[all …]
DRBNFInterface.cpp129 static void closeRBNFImpl(JNIEnv *env, jclass clazz, jint addr) { in closeRBNFImpl()
140 static jstring formatLongRBNFImpl(JNIEnv *env, jclass clazz, jint addr, jlong value, in formatLongRBNFImpl()
202 static jstring formatDoubleRBNFImpl(JNIEnv *env, jclass clazz, jint addr, jdouble value, in formatDoubleRBNFImpl()
264 static jobject parseRBNFImpl(JNIEnv *env, jclass clazz, jint addr, jstring text, in parseRBNFImpl()
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
DMappedByteBufferFactory.java52 static MappedByteBuffer getBuffer(PlatformAddress addr, int mapmode, in getBuffer()
/dalvik/libdex/
DSysUtil.h28 void* addr; /* start of data */ member
/dalvik/libcore/nio/src/main/java/java/nio/
DMappedByteBuffer.java58 MappedByteBuffer(PlatformAddress addr, int capa, int offset, int mode) { in MappedByteBuffer()
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
DIMemorySystem.java495 public void unmap(int addr, long size); in unmap()
500 public void load(int addr, long size); in load()
505 public boolean isLoaded(int addr, long size); in isLoaded()
510 public void flush(int addr, long size); in flush()
DOSMemory.java622 private native void unmapImpl(int addr, long size); in unmapImpl()
624 public void unmap(int addr, long size) { in unmap()
628 public void load(int addr, long size) { in load()
634 public boolean isLoaded(int addr, long size) { in isLoaded()
640 public void flush(int addr, long size) { in flush()

123