HomeSort by relevance Sort by last modified time
    Searched full:address (Results 676 - 700 of 19436) sorted by null

<<21222324252627282930>>

  /external/google-breakpad/src/processor/
range_map.h 34 // address space. The range map makes it simple to determine which object is
35 // associated with a specific address, which may be any address within the
64 // Locates the range encompassing the supplied address. If there is
67 bool RetrieveRange(const AddressType &address, EntryType *entry,
70 // Locates the range encompassing the supplied address, if one exists.
71 // If no range encompasses the supplied address, locates the nearest range
72 // to the supplied address that is lower than the address. Returns false
75 bool RetrieveNearestRange(const AddressType &address, EntryType *entry
    [all...]
range_map-inl.h 110 // Store the range in the map by its high address, so that lower_bound can
111 // be used to quickly locate a range by address.
119 const AddressType &address, EntryType *entry,
124 MapConstIterator iterator = map_.lower_bound(address);
128 // The map is keyed by the high address of each range, so |address| is
129 // guaranteed to be lower than the range's high address. If |range| is
130 // not directly preceded by another range, it's possible for address to
131 // be below the range's low address, though. When that happens, address
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 145 Address = 0;
159 OS << format("0x%16.16" PRIx64 " %6u %6u", Address, Line, Column)
190 OS << "Address Line Column File ISA Discriminator Flags\n"
219 Sequence.LowPC = Row.Address;
226 Sequence.HighPC = Row.Address;
292 // address is that of the byte after the last target machine instruction
300 // Takes a single relocatable address as an operand. The size of the
301 // operand is the size appropriate to hold an address on the target
302 // machine. Set the address register to the value given by the
303 // relocatable address. All of the other statement program opcode
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingFunctionAddressesHeader.java 91 * <p>Set the Charging Collection Function (CCF) Address</p>
92 * @param ccfAddress - the address to set in the CCF parameter
98 * <p>Add another Charging Collection Function (CCF) Address to this header</p>
99 * @param ccfAddress - the address to set in the CCF parameter
105 * <p>Remove a Charging Collection Function (CCF) Address set in this header</p>
106 * @param ccfAddress - the address in the CCF parameter to remove
107 * @throws ParseException if the address was not removed
118 * <p>Set the Event Charging Function (ECF) Address</p>
119 * @param ecfAddress - the address to set in the ECF parameter
125 * <p>Add another Event Charging Function (ECF) Address to this header</p
    [all...]
PAssociatedURIHeader.java 34 import javax.sip.address.URI;
41 * has allocated to a user for his own usage (address-of-record). </p>
72 * <p>Set the URI on this address</p>
73 * @param associatedURI - GenericURI to be set in the address of this header
79 * <p>Get the address's URI</p>
80 * @return URI set in the address of this header
  /libcore/ojluni/src/main/java/java/net/
Proxy.java 30 * a socket address.
90 * @throws IllegalArgumentException when the type and the address are
95 throw new IllegalArgumentException("type " + type + " is not compatible with address " + sa);
110 * Returns the socket address of the proxy, or
116 public SocketAddress address() { method in class:Proxy
123 * and concatenating " @ " and the toString() result from its address
131 return type() + " @ " + address();
141 * address if both the SocketAddresses and type are equal.
153 if (address() == null) {
154 return (p.address() == null)
    [all...]
DatagramPacket.java 61 InetAddress address; field in class:DatagramPacket
79 this.address = null;
107 * @param address the destination address.
114 InetAddress address, int port) {
116 setAddress(address);
130 * @param address the destination socket address.
131 * @throws IllegalArgumentException if address type is not supported
137 SocketAddress address) throws SocketException
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/compat/
TelephonyThreadsCompat.java 142 * Is the specified address an email address?
144 * @param address the input address to test
145 * @return true if address is an email address; false otherwise.
147 private static boolean isEmailAddress(String address) {
148 if (TextUtils.isEmpty(address)) {
152 String s = extractAddrSpec(address);
158 * Helper method to extract email address from address string
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsSmsUtils.java 78 public static String extractAddrSpec(final String address) {
79 final Matcher match = NAME_ADDR_EMAIL_PATTERN.matcher(address);
84 return address;
88 * Returns true if the address is an email address
90 * @param address the input address to be tested
91 * @return true if address is an email address
93 public static boolean isEmailAddress(final String address) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Macintosh_Connectivity_Clas.py 19 """ADB address - Addresses a device connected via Apple Desktop Bus """
33 """address specification - Unique designation of a device or service connected to this computer """
51 """AppleTalk address - Addresses a device or service connected via the AppleTalk protocol """
54 """AppleTalk machine - the machine name part of the address """
58 """AppleTalk type - the type part of the AppleTalk address """
62 """AppleTalk zone - the zone part of the address """
78 """device address - the address of the device """
89 """Ethernet address - Addresses a device by its Ethernet address """
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Macintosh_Connectivity_Clas.py 19 """ADB address - Addresses a device connected via Apple Desktop Bus """
33 """address specification - Unique designation of a device or service connected to this computer """
51 """AppleTalk address - Addresses a device or service connected via the AppleTalk protocol """
54 """AppleTalk machine - the machine name part of the address """
58 """AppleTalk type - the type part of the AppleTalk address """
62 """AppleTalk zone - the zone part of the address """
78 """device address - the address of the device """
89 """Ethernet address - Addresses a device by its Ethernet address """
    [all...]
  /system/connectivity/shill/net/
ip_address.cc 54 IPAddress::IPAddress(Family family, const ByteString& address)
56 address_(address),
60 const ByteString& address,
63 address_(address),
137 LOG(ERROR) << "Invalid IPv4 address class";
157 LOG(WARNING) << "Unexpected address family: " << family;
178 // We are guaranteed to be before the end of the address data since even
205 ByteString address(address_length);
206 if (inet_pton(family_, address_string.c_str(), address.GetData()) <= 0) {
209 address_ = address;
    [all...]
  /art/runtime/entrypoints/
runtime_asm_entrypoints.h 31 // Return the address of quick stub code for handling IMT conflicts.
37 // Return the address of quick stub code for bridging from quick code to the interpreter.
43 // Return the address of quick stub code for handling JNI calls.
49 // Return the address of quick stub code for handling transitions into the proxy invoke handler.
55 // Return the address of quick stub code for resolving a method at first call.
67 // Return address of instrumentation entry point used by non-interpreter based tracing.
  /external/avahi/avahi-sharp/
Utility.cs 37 private static extern IntPtr avahi_address_snprint (IntPtr buf, int size, IntPtr address);
88 public static IntPtr AddressToPtr (IPAddress address)
90 IntPtr straddr = Utility.StringToPtr (address.ToString ());
100 IPAddress address = null;
105 address = IPAddress.Parse (Utility.PtrToString (addrPtr));
109 return address;
  /external/curl/lib/
if2ip.h 26 /* IPv6 address scopes. */
38 IF2IP_AF_NOT_SUPPORTED = 1, /* Int. exists but has no address for this af */
39 IF2IP_FOUND = 2 /* The address has been stored in "buf" */
71 #define ifr_addr ifr_ifru.ifru_addr /* address */
72 #define ifr_broadaddr ifr_ifru.ifru_broadaddr /* broadcast address */
75 #define ifr_hwaddr ifr_ifru.ifru_hwaddr /* MAC address */
  /external/elfutils/tests/
dwfl-addr-sect.c 33 handle_address (Dwfl *dwfl, Dwarf_Addr address)
35 Dwfl_Module *mod = dwfl_addrmodule (dwfl, address);
36 Dwarf_Addr adjusted = address;
42 address, dwfl_errmsg (-1));
45 printf ("address %#" PRIx64 " => module \"%s\" section %zu + %#" PRIx64 "\n",
46 address,
  /external/google-breakpad/src/common/dwarf/
cfi_assembler.h 62 // to various base address: the start of the .text section, the
63 // location holding the address itself, and so on. These allow the
80 // The starting address of this CFI section in memory, for
82 // that has is loaded into the program's address space.
85 // The starting address of this file's .text section, for DW_EH_PE_textrel.
88 // The starting address of this file's .got or .eh_frame_hdr section,
108 // Return this CFISection's address size.
172 // Append ADDRESS to this section, in the appropriate size and
174 CFISection &Address(uint64_t address) {
175 Section::Append(endianness(), address_size_, address); local
179 Section::Append(endianness(), address_size_, address); local
    [all...]
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module_unittest.cc 130 EXPECT_EQ((Module::Address)kFuncAddr, extern1->address);
154 EXPECT_EQ((Module::Address)kFuncAddr, extern1->address);
183 EXPECT_EQ((Module::Address)kFuncAddr, extern1->address);
215 EXPECT_EQ((Module::Address)kFuncAddr1, extern1->address);
218 EXPECT_EQ((Module::Address)kFuncAddr2, extern2->address);
    [all...]
  /external/iptables/extensions/
libxt_HMARK.man 11 meaning source address (IPv4, IPv6 address),
13 meaning destination address (IPv4, IPv6 address),
33 The source address mask in CIDR notation.
36 The destination address mask in CIDR notation.
  /external/kernel-headers/original/uapi/linux/
x25.h 7 * apr/02/05 Shaun Pereira Selective sub address matching with
50 * An X.121 address, it is held as ASCII text, null terminated, up to 15
58 * Linux X.25 Address structure, used for bind, and connect mostly.
62 struct x25_address sx25_addr; /* X.121 Address */
94 struct x25_address address; member in struct:x25_route_struct
111 * Only the called and calling address
  /external/nist-sip/java/gov/nist/core/net/
AddressResolver.java 31 import javax.sip.address.Hop;
34 * An interface that allows you to customize address lookup.
37 * The default implementation of the address resolver does nothing more than just return back
53 * Do a name lookup and resolve the given IP address.
57 * @param hop - an incoming Hop containing a potenitally unresolved address.
58 * @return a new hop ( if the address is recomputed ) or the original hop
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
SimpleServer.java 153 for (InetAddress address : Collections.list(addresses)) {
154 if (address instanceof Inet4Address) {
155 Log.d("local address " + address);
156 return address; // Prefer ipv4
158 candidate = address; // Probably an ipv6
162 return candidate; // return ipv6 address if no suitable ipv6
176 for (InetAddress address : Collections.list(addresses)) {
177 if (address instanceof Inet4Address) {
178 return address; // Prefer ipv
199 InetAddress address; local
230 InetAddress address; local
    [all...]
  /external/tcpdump/
print-arp.c 40 * Address Resolution Protocol.
50 u_short ar_hrd; /* format of hardware address */
58 u_short ar_pro; /* format of protocol address */
59 u_char ar_hln; /* length of hardware address */
60 u_char ar_pln; /* length of protocol address */
62 #define ARPOP_REQUEST 1 /* request to resolve address */
64 #define ARPOP_REVREQUEST 3 /* request protocol address given hardware */
65 #define ARPOP_REVREPLY 4 /* response giving protocol address */
75 u_char ar_sha[]; /* sender hardware address */
76 u_char ar_spa[]; /* sender protocol address */
    [all...]
  /external/v8/src/
identity-map.h 21 // Allow Tester to access internals, including changing the address of objects
42 int LookupIndex(Object* address);
43 int InsertIndex(Object* address);
48 int Hash(Object* address);
71 // Searches this map for the given key using the object's address
78 // Searches this map for the given key using the object's address
  /external/valgrind/memcheck/tests/solaris/
name_service_door.stderr.exp-x86 6 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
12 Address 0x........ is 12 bytes after a block of size 4 alloc'd
18 Address 0x........ is 8 bytes before an unallocated block of size 4,194,128 in arena "client"
22 Address 0x........ is 0 bytes inside an unallocated block of size 4,194,128 in arena "client"
26 Address 0x........ is 8 bytes inside an unallocated block of size 4,194,128 in arena "client"
30 Address 0x........ is 16 bytes inside an unallocated block of size 4,194,128 in arena "client"
34 Address 0x........ is 24 bytes inside an unallocated block of size 4,194,128 in arena "client"
38 Address 0x........ is 32 bytes inside an unallocated block of size 4,194,128 in arena "client"
42 Address 0x........ is 16 bytes before an unallocated block of size 4,194,128 in arena "client"
49 Address 0x........ is 0 bytes inside a block of size 144 alloc'
    [all...]

Completed in 445 milliseconds

<<21222324252627282930>>