Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 25 of 70) 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.java549 InetAddress addr = InetAddress.getByName("localhost"); in test_toString() local
569 InetAddress addr = InetAddress.getByAddress(addressStr, ipAddress); in test_getByAddressLjava_lang_String$B() local
580 InetAddress addr = InetAddress.getByAddress(addressStr, ipAddress2); in test_getByAddressLjava_lang_String$B() local
588 InetAddress addr = InetAddress.getByAddress(addressStr, in test_getByAddressLjava_lang_String$B() local
853 InetAddress addr = InetAddress.getByName(addrName); in test_isLinkLocalAddress() local
885 InetAddress addr = InetAddress.getByName(addrName); in test_isLoopbackAddress() local
921 InetAddress addr = InetAddress.getByName(addrName); in test_isMCGlobal() local
952 InetAddress addr = InetAddress.getByName(addrName); in test_isMCLinkLocal() local
989 InetAddress addr = InetAddress.getByName(addrName); in test_isMCNodeLocal() local
1017 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.java60 protected abstract void bind(int port, InetAddress addr) in bind()
153 protected abstract void join(InetAddress addr) throws IOException; in join()
169 protected abstract void joinGroup(SocketAddress addr, in joinGroup()
181 protected abstract void leave(InetAddress addr) throws IOException; in leave()
194 protected abstract void leaveGroup(SocketAddress addr, in leaveGroup()
DSocket.java127 InetAddress addr = address.getAddress(); in Socket() local
366 public Socket(InetAddress addr, int port, boolean streaming) in Socket()
770 InetAddress addr = localAddress == null ? Inet4Address.ANY in startupSocket() local
958 InetAddress addr = Inet4Address.ANY; in bind() local
1035 InetAddress addr; in connect() local
DDatagramSocket.java99 public DatagramSocket(int aPort, InetAddress addr) throws SocketException { in DatagramSocket()
194 synchronized void createSocket(int aPort, InetAddress addr) in createSocket()
627 InetAddress addr = Inet4Address.ANY; in bind() local
DInet6Address.java102 public static Inet6Address getByAddress(String host, byte[] addr, in getByAddress()
132 public static Inet6Address getByAddress(String host, byte[] addr, in getByAddress()
DMulticastSocket.java382 public void setInterface(InetAddress addr) throws SocketException { in setInterface()
553 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.java117 public void bind(int port, InetAddress addr) throws SocketException { in bind()
202 public void join(InetAddress addr) throws IOException { in join()
207 public void joinGroup(SocketAddress addr, NetworkInterface netInterface) throws IOException { in joinGroup()
215 public void leave(InetAddress addr) throws IOException { in leave()
220 public void leaveGroup(SocketAddress addr, NetworkInterface netInterface) in leaveGroup()
/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.h29 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.java540 public void unmap(int addr, long size); in unmap()
545 public void load(int addr, long size); in load()
550 public boolean isLoaded(int addr, long size); in isLoaded()
555 public void flush(int addr, long size); in flush()
DOSMemory.java630 private native void unmapImpl(int addr, long size); in unmapImpl()
632 public void unmap(int addr, long size) { in unmap()
636 public void load(int addr, long size) { in load()
642 public boolean isLoaded(int addr, long size) { in isLoaded()
648 public void flush(int addr, long size) { in flush()
/dalvik/vm/jdwp/
DJdwpSocket.c164 } addr; in netStartup() local
340 } addr; in acceptConnection() local
391 } addr; in establishConnection() local
736 } addr; in processIncoming() local
/dalvik/vm/
DDvmDex.c167 int dvmDexFileOpenPartial(const void* addr, int len, DvmDex** ppDvmDex) in dvmDexFileOpenPartial()

123