/external/valgrind/memcheck/tests/ |
badjump.stderr.exp | 2 Jump to the invalid address stated on the next line 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd 9 Access not within mapped region at address 0x........
|
badjump.stderr.exp-kfail | 2 Jump to the invalid address stated on the next line 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd 8 Access not within mapped region at address 0x........
|
realloc3.stderr.exp | 3 Address 0x........ is 15 bytes after a block of size 5 alloc'd 9 Address 0x........ is 15 bytes after a block of size 5 alloc'd 15 Address 0x........ is 15 bytes after a block of size 5 alloc'd
|
writev1.stderr.exp-solaris | 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd 11 Address 0x........ is 0 bytes after the brk data segment limit 0x........ 17 Address 0x........ is 0 bytes after the brk data segment limit 0x........
|
/external/vboot_reference/futility/ |
kernel_blob.h | 19 /* Sentinel RAM address indicating that no entry address is specified */ 22 /* RAM address where the 32-bit kernel expects to be started */
|
/external/webrtc/webrtc/p2p/base/ |
relayport.cc | 26 // Handles a connection to one address/port/protocol combination for a 41 return protocol_address_->address; 74 // specific destination address so that we can avoid wrapping every 84 const rtc::SocketAddress& address() const { return ext_addr_; } function in class:cricket::RelayEntry 102 // Called when this entry becomes connected. The address given is the one 107 // Sends a packet to the given destination address using the socket of this 123 // Try a different server address 227 if ((it->address == addr.address) && (it->proto == addr.proto)) { 228 LOG(INFO) << "Redundant relay address: " << proto_nam [all...] |
/frameworks/base/core/java/android/hardware/hdmi/ |
IHdmiRecordListener.aidl | 34 * @param recorderAddress An address of recorder that reports result of one touch record 42 * @param recorderAddress An address of recorder that reports result of timer recording 50 * @param recorderAddress An address of recorder that reports result of clear timer recording
|
/frameworks/base/location/java/android/location/ |
IGeocodeProvider.aidl | 19 import android.location.Address; 30 in GeocoderParams params, out List<Address> addrs); 35 in GeocoderParams params, out List<Address> addrs);
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
ContactUtils.java | 19 import android.location.Address; 42 public void onContactInteractionsFound(Address address,
|
DistanceHelper.java | 18 import android.location.Address; 34 public float calculateDistance(Address address) {
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
BaseNode.java | 20 package org.apache.james.mime4j.field.address.parser; 22 import org.apache.james.mime4j.field.address.parser.Node; 23 import org.apache.james.mime4j.field.address.parser.Token;
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/ |
BaseNode.java | 20 package org.apache.james.mime4j.field.address.parser; 22 import org.apache.james.mime4j.field.address.parser.Node; 23 import org.apache.james.mime4j.field.address.parser.Token;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
ioctls.h | 37 #define SIOCGIFADDR 0x8915 /* get PA address */ 38 #define SIOCSIFADDR 0x8916 /* set PA address */ 39 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */ 40 #define SIOCSIFDSTADDR 0x8918 /* set remote PA address */ 41 #define SIOCGIFBRDADDR 0x8919 /* get broadcast PA address */ 42 #define SIOCSIFBRDADDR 0x891a /* set broadcast PA address */ 47 #define SIOCGIFMEM 0x891f /* get memory address (BSD) */ 48 #define SIOCSIFMEM 0x8920 /* set memory address (BSD) */ 52 #define SIOCSIFHWADDR 0x8924 /* set hardware address */ 55 #define SIOCGIFHWADDR 0x8927 /* Get hardware address */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_arp.h | 109 struct sockaddr arp_pa; /* protocol address */ 110 struct sockaddr arp_ha; /* hardware address */ 117 struct sockaddr arp_pa; /* protocol address */ 118 struct sockaddr arp_ha; /* hardware address */ 138 __be16 ar_hrd; /* format of hardware address */ 139 __be16 ar_pro; /* format of protocol address */ 140 unsigned char ar_hln; /* length of hardware address */ 141 unsigned char ar_pln; /* length of protocol address */ 148 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */ 149 unsigned char ar_sip[4]; /* sender IP address */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/ |
if.h | 47 IFF_BROADCAST = 0x2, /* Broadcast address valid. */ 59 IFF_NOARP = 0x80, /* No address resolution protocol. */ 84 /* The ifaddr structure contains information about one address of an 85 interface. They are maintained by the different address families, 86 are allocated and attached when an address is set, and are linked 91 struct sockaddr ifa_addr; /* Address of interface. */ 98 struct ifaddr *ifa_next; /* Next address for interface. */ 101 # define ifa_broadaddr ifa_ifu.ifu_broadaddr /* broadcast address */ 153 # define ifr_hwaddr ifr_ifru.ifru_hwaddr /* MAC address */ 154 # define ifr_addr ifr_ifru.ifru_addr /* address */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
ioctls.h | 37 #define SIOCGIFADDR 0x8915 /* get PA address */ 38 #define SIOCSIFADDR 0x8916 /* set PA address */ 39 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */ 40 #define SIOCSIFDSTADDR 0x8918 /* set remote PA address */ 41 #define SIOCGIFBRDADDR 0x8919 /* get broadcast PA address */ 42 #define SIOCSIFBRDADDR 0x891a /* set broadcast PA address */ 47 #define SIOCGIFMEM 0x891f /* get memory address (BSD) */ 48 #define SIOCSIFMEM 0x8920 /* set memory address (BSD) */ 52 #define SIOCSIFHWADDR 0x8924 /* set hardware address */ 55 #define SIOCGIFHWADDR 0x8927 /* Get hardware address */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
fib_rules.h | 15 /* try to find source address in routing lookups */ 34 FRA_DST, /* destination address */ 35 FRA_SRC, /* source address */
|
if_arp.h | 110 struct sockaddr arp_pa; /* protocol address */ 111 struct sockaddr arp_ha; /* hardware address */ 118 struct sockaddr arp_pa; /* protocol address */ 119 struct sockaddr arp_ha; /* hardware address */ 138 __be16 ar_hrd; /* format of hardware address */ 139 __be16 ar_pro; /* format of protocol address */ 140 unsigned char ar_hln; /* length of hardware address */ 141 unsigned char ar_pln; /* length of protocol address */ 148 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */ 149 unsigned char ar_sip[4]; /* sender IP address */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/ |
if.h | 47 IFF_BROADCAST = 0x2, /* Broadcast address valid. */ 59 IFF_NOARP = 0x80, /* No address resolution protocol. */ 84 /* The ifaddr structure contains information about one address of an 85 interface. They are maintained by the different address families, 86 are allocated and attached when an address is set, and are linked 91 struct sockaddr ifa_addr; /* Address of interface. */ 98 struct ifaddr *ifa_next; /* Next address for interface. */ 101 # define ifa_broadaddr ifa_ifu.ifu_broadaddr /* broadcast address */ 153 # define ifr_hwaddr ifr_ifru.ifru_hwaddr /* MAC address */ 154 # define ifr_addr ifr_ifru.ifru_addr /* address */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
ioctls.h | 37 #define SIOCGIFADDR 0x8915 /* get PA address */ 38 #define SIOCSIFADDR 0x8916 /* set PA address */ 39 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */ 40 #define SIOCSIFDSTADDR 0x8918 /* set remote PA address */ 41 #define SIOCGIFBRDADDR 0x8919 /* get broadcast PA address */ 42 #define SIOCSIFBRDADDR 0x891a /* set broadcast PA address */ 47 #define SIOCGIFMEM 0x891f /* get memory address (BSD) */ 48 #define SIOCSIFMEM 0x8920 /* set memory address (BSD) */ 52 #define SIOCSIFHWADDR 0x8924 /* set hardware address */ 55 #define SIOCGIFHWADDR 0x8927 /* Get hardware address */ [all...] |
/prebuilts/go/darwin-x86/src/net/ |
ip.go | 5 // IP address manipulations 8 // An IPv4 address can be converted to an IPv6 address by 15 // IP address lengths (bytes). 21 // An IP is a single IP address, a slice of bytes. 26 // IP address as an IPv4 address or an IPv6 address 27 // is a semantic property of the address, not just the 29 // be an IPv4 address [all...] |
iprawsock.go | 7 // IPAddr represents the address of an IP end point. 13 // Network returns the address's network name, "ip". 41 // ResolveIPAddr parses addr as an IP address of the form "host" or
|
unixsock.go | 7 // UnixAddr represents the address of a Unix domain socket end point. 13 // Network returns the address's network name, "unix", "unixgram" or 37 // ResolveUnixAddr parses addr as a Unix domain socket address.
|
/prebuilts/go/linux-x86/src/net/ |
ip.go | 5 // IP address manipulations 8 // An IPv4 address can be converted to an IPv6 address by 15 // IP address lengths (bytes). 21 // An IP is a single IP address, a slice of bytes. 26 // IP address as an IPv4 address or an IPv6 address 27 // is a semantic property of the address, not just the 29 // be an IPv4 address [all...] |
iprawsock.go | 7 // IPAddr represents the address of an IP end point. 13 // Network returns the address's network name, "ip". 41 // ResolveIPAddr parses addr as an IP address of the form "host" or
|