/external/elfutils/tests/ |
line2addr.c | 41 print_address (Dwfl_Module *mod, Dwarf_Addr address) 48 int i = dwfl_module_relocate_address (mod, &address); 57 printf ("%s(%s)+%#" PRIx64, modname, secname, address); 59 printf ("%s+%#" PRIx64, modname, address); 64 printf ("%#" PRIx64, address);
|
/external/valgrind/main/drd/tests/ |
thread_name.stderr.exp | 6 The object at address 0x........ is not a mutex. 15 The object at address 0x........ is not a mutex. 24 The object at address 0x........ is not a mutex. 33 The object at address 0x........ is not a mutex. 42 The object at address 0x........ is not a mutex. 51 The object at address 0x........ is not a mutex. 60 The object at address 0x........ is not a mutex. 69 The object at address 0x........ is not a mutex. 78 The object at address 0x........ is not a mutex. 87 The object at address 0x........ is not a mutex [all...] |
/frameworks/native/cmds/ip-up-vpn/ |
ip-up-vpn.c | 41 static int set_address(struct sockaddr *sa, const char *address) { 44 return inet_pton(AF_INET, address, &((struct sockaddr_in *)sa)->sin_addr); 61 * is to have an interface configured with the given address and netmask 84 const char *address = env("INTERNAL_ADDR4"); local 120 /* Set the address. */ 121 if (!set_address(&ifr.ifr_addr, address) || 123 ALOGE("Cannot set address: %s", strerror(errno)); 138 fprintf(state, "%s/%s\n", address, env("INTERNAL_CIDR4"));
|
/libcore/luni/src/main/java/java/net/ |
DatagramPacket.java | 44 private InetAddress address; field in class:DatagramPacket 80 * {@code aPort} of the address {@code host}. The {@code length} must be 91 * the address of the target host. 98 address = host; 103 * {@code aPort} of the address {@code host}. The {@code length} must be 112 * the address of the target host. 121 * Gets the sender or destination IP address of this datagram packet. 123 * @return the address from where the datagram was received or to which it 127 return address; 168 * Sets the IP address of the target host [all...] |
DatagramSocket.java | 39 InetAddress address; field in class:DatagramSocket 83 * address {@code addr} on port {@code aPort}. Valid values for {@code 89 * the address to bind on the localhost. 123 address = null; 142 * Gets the {@code InetAddress} instance representing the remote address to 145 * @return the remote address this socket is connected to or {@code null} if 149 return address; 154 * address of this UDP datagram socket. 156 * @return the local address to which this socket is bound to or {@code 269 if (address != null) { // The socket is connecte [all...] |
InetAddress.java | 45 * An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and 53 * <h4>IPv4 numeric address formats</h4> 59 * <h4>IPv6 numeric address formats</h4> 65 * hexadecimal values of the eight 16-bit pieces of the address. 79 * The "::" can only appear once in an address. The "::" can also be 80 * used to compress the leading and/or trailing zeros in an address. 84 * 1080:0:0:0:8:800:200C:417A a unicast address 85 * FF01:0:0:0:0:0:0:101 a multicast address [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
DalvInsn.java | 31 * the actual output address of this instance, if known, or 34 private int address; field in class:DalvInsn 77 * Constructs an instance. The output address of this instance is initially 106 this.address = -1; 143 * Gets whether the address of this instruction is known. 149 return (address >= 0); 153 * Gets the output address of this instruction, if it is known. This throws 158 * @return {@code >= 0;} the output address 161 if (address < 0) { 162 throw new RuntimeException("address not yet known") [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
DalvInsn.java | 33 * the actual output address of this instance, if known, or 36 private int address; field in class:DalvInsn 79 * Constructs an instance. The output address of this instance is initially 108 this.address = -1; 145 * Gets whether the address of this instruction is known. 151 return (address >= 0); 155 * Gets the output address of this instruction, if it is known. This throws 160 * @return {@code >= 0;} the output address 163 if (address < 0) { 164 throw new RuntimeException("address not yet known") [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
DalvInsn.java | 33 * the actual output address of this instance, if known, or 36 private int address; field in class:DalvInsn 79 * Constructs an instance. The output address of this instance is initially 108 this.address = -1; 145 * Gets whether the address of this instruction is known. 151 return (address >= 0); 155 * Gets the output address of this instruction, if it is known. This throws 160 * @return {@code >= 0;} the output address 163 if (address < 0) { 164 throw new RuntimeException("address not yet known") [all...] |
/external/v8/src/ |
frames-inl.h | 51 inline Address StackHandler::address() const { function in class:v8::internal::StackHandler 52 return reinterpret_cast<Address>(const_cast<StackHandler*>(this)); 58 return FromAddress(Memory::Address_at(address() + offset)); 62 inline bool StackHandler::includes(Address address) const { 63 Address start = this->address(); 64 Address end = start + StackHandlerConstants::kSize; 65 return start <= address && address <= end [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGatt.java | 159 boolean connected, String address) { 161 + " clientIf=" + clientIf + " device=" + address); 162 if (!address.equals(mDevice.getAddress())) { 186 public void onScanResult(String address, int rssi, byte[] advData) { 196 public void onGetService(String address, int srvcType, 198 if (DBG) Log.d(TAG, "onGetService() - Device=" + address + " UUID=" + srvcUuid); 199 if (!address.equals(mDevice.getAddress())) { 211 public void onGetIncludedService(String address, int srvcType, 215 if (DBG) Log.d(TAG, "onGetIncludedService() - Device=" + address 218 if (!address.equals(mDevice.getAddress())) [all...] |
/external/guava/guava-tests/test/com/google/common/net/ |
InetAddressesTest.java | 362 * from an "IPv4 mapped" IPv6 address. Our String-based method can 486 "2001:0:102:203:200:5efe:506:708", // Teredo address; not ISATAP 511 // Test regular global unicast address. 515 // Test ISATAP address. 519 // Test compat address. 525 // Test 6to4 address. 531 // Test Teredo address. 540 // Check that a coerced IPv4 address is unaltered. 555 // test compat address (should be hashed) 560 // test 6to4 address (should be hashed 648 InetAddress address = InetAddress.getByName("255.255.255.254"); local 666 InetAddress address = address_66_0; local 688 InetAddress address = addressV6_66_0; local [all...] |
/external/qemu/ |
sockets.h | 164 /* Generic socket address structure. Note that for Unix 173 uint32_t address; member in struct:__anon13877::__anon13878::__anon13879 177 uint8_t address[16]; member in struct:__anon13877::__anon13878::__anon13880 189 /* initialize a new IPv4 socket address, the IP address and port are 194 /* Initialize an IPv6 socket address, the address is in network order 201 /* Intialize a Unix socket address, this will copy the 'path' string into the 208 /* Finalize a socket address, only needed for now for Unix addresses */ 213 /* return a static string describing the address */ [all...] |
/libcore/luni/src/test/java/libcore/io/ |
OsTest.java | 56 private void checkUnixDomainSocket(final InetUnixAddress address, final boolean isAbstract) throws Exception { 58 Libcore.os.bind(serverFd, address, 0); 61 checkSockName(serverFd, isAbstract, address); 68 checkSockName(clientFd, isAbstract, address); 95 Libcore.os.connect(clientFd, address, 0); 111 private void checkSockName(FileDescriptor fd, boolean isAbstract, InetAddress address) throws Exception { 116 assertEquals(address, isa.getAddress());
|
/sdk/emulator/opengl/tests/event_injector/ |
sockets.h | 172 /* Generic socket address structure. Note that for Unix 181 uint32_t address; member in struct:__anon43520::__anon43521::__anon43522 185 uint8_t address[16]; member in struct:__anon43520::__anon43521::__anon43523 197 /* initialize a new IPv4 socket address, the IP address and port are 202 /* Initialize an IPv6 socket address, the address is in network order 209 /* Intialize a Unix socket address, this will copy the 'path' string into the 216 /* Finalize a socket address, only needed for now for Unix addresses */ 221 /* return a static string describing the address */ [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compat.h | 81 : address(addr), doc_string(doc), type_name(type), default_value(val) {} 83 T *address; member in struct:FlagDescription 108 bool SetFlag(const string &val, bool *address) const { 110 *address = true; 113 *address = false; 120 bool SetFlag(const string &val, string *address) const { 121 *address = val; 124 bool SetFlag(const string &val, int32 *address) const { 126 *address = strtol(val.c_str(), &p, 0); 129 bool SetFlag(const string &val, int64 *address) const [all...] |
/libcore/luni/src/main/native/ |
libcore_icu_NativeConverter.cpp | 67 static UConverter* toUConverter(jlong address) { 68 return reinterpret_cast<UConverter*>(static_cast<uintptr_t>(address)); 82 static void NativeConverter_closeConverter(JNIEnv*, jclass, jlong address) { 83 ucnv_close(toUConverter(address)); 94 static jint NativeConverter_encode(JNIEnv* env, jclass, jlong address, 98 UConverter* cnv = toUConverter(address); 149 static jint NativeConverter_decode(JNIEnv* env, jclass, jlong address, 153 UConverter* cnv = toUConverter(address); 204 static void NativeConverter_resetByteToChar(JNIEnv*, jclass, jlong address) { 205 UConverter* cnv = toUConverter(address); [all...] |
java_util_regex_Matcher.cpp | 33 static RegexMatcher* toRegexMatcher(jlong address) { 34 return reinterpret_cast<RegexMatcher*>(static_cast<uintptr_t>(address)); 45 MatcherAccessor(JNIEnv* env, jlong address, jstring javaInput, bool reset) { 46 init(env, address); 66 MatcherAccessor(JNIEnv* env, jlong address) { 67 init(env, address); 99 void init(JNIEnv* env, jlong address) { 102 mMatcher = toRegexMatcher(address); 120 static void Matcher_closeImpl(JNIEnv*, jclass, jlong address) { 121 delete toRegexMatcher(address); [all...] |
/external/chromium/base/third_party/dynamic_annotations/ |
dynamic_annotations.h | 36 instruction and/or to a particular object (address) in the program. 127 /* Report that wait on the condition variable at address "cv" has succeeded 128 and the lock at address "lock" is held. */ 137 /* Report that we are about to signal on the condition variable at address 142 /* Report that we are about to signal_all on the condition variable at address 194 /* Report that a new memory at "address" of size "size" has been allocated. 198 #define ANNOTATE_NEW_MEMORY(address, size) \ 199 DYNAMIC_ANNOTATIONS_NAME(AnnotateNewMemory)(__FILE__, __LINE__, address, \ 207 address "pcq" has been created. The ANNOTATE_PCQ_* annotations 213 /* Report that the queue at address "pcq" is about to be destroyed. * [all...] |
/external/stressapptest/src/ |
disk_blocks.cc | 70 int64 address = block->GetAddress(); local 77 pos_to_addr_.insert(pos_to_addr_.end(), address); 79 pos_to_addr_[nelems_] = address; 81 addr_to_block_.insert(std::make_pair(address, sd)); 90 int64 address = block->GetAddress(); local 91 AddrToBlockMap::iterator it = addr_to_block_.find(address); 153 int64 address = pos_to_addr_[random_pos]; local 154 AddrToBlockMap::const_iterator it = addr_to_block_.find(address); 269 void BlockData::SetParameters(int64 address, int64 size) { 270 addr_ = address; [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
JmmDNSImpl.java | 37 * This class enable multihomming mDNS. It will open a mDNS per IP address of the machine. 491 InetAddress address = event.getInetAddress(); local 494 if (!_knownMDNS.containsKey(address)) { 495 _knownMDNS.put(address, JmDNS.create(address)); 496 final NetworkTopologyEvent jmdnsEvent = new NetworkTopologyEventImpl(_knownMDNS.get(address), address); 521 InetAddress address = event.getInetAddress(); local 524 if (_knownMDNS.containsKey(address)) { 525 JmDNS mDNS = _knownMDNS.remove(address); [all...] |
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SimpleSessionDescription.java | 63 * unicast address. The address is used in the origin field ("o=") and the 67 public SimpleSessionDescription(long sessionId, String address) { 68 address = (address.indexOf(':') < 0 ? "IN IP4 " : "IN IP6 ") + address; 71 System.currentTimeMillis(), address)); 74 mFields.parse("c=" + address); 147 * Returns the connection address or {@code null} if it is not present. 154 * Sets the connection address. The field will be removed if the addres 402 String address = get("c", '='); local [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
autodetectproxy.cc | 55 Url<char> url(proxy_.address.IPAsString()); 58 proxy_.address.SetIP(url.host()); 60 LOG(LS_INFO) << "AutoDetectProxy found proxy at " << proxy_.address; 89 << proxy_.address.ToString(); 102 socket_->Connect(proxy_.address); 114 LOG_V(sev) << "AutoDetectProxy detected " << proxy_.address.ToString()
|
/external/nist-sip/java/gov/nist/javax/sip/ |
ListeningPointImpl.java | 33 import javax.sip.address.SipURI; 40 import gov.nist.javax.sip.address.AddressImpl; 41 import gov.nist.javax.sip.address.SipUri; 234 AddressImpl address = new AddressImpl(); local 235 address.setURI(sipURI); 236 contact.setAddress(address);
|
/external/qemu/proxy/ |
proxy_http.c | 34 SockAddress* address ) 41 if (sock_address_equal( address, &service->server_addr )) 45 __FUNCTION__, sock_address_to_string(address)); 47 if (sock_address_get_port(address) == 80) { 50 return http_rewriter_connect(service, address); 53 return http_connector_connect(service, address); 79 /* resolve server address */
|