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

<<21222324252627282930>>

  /external/webrtc/webrtc/base/
ipaddress.h 39 // Temporary address is dynamic by nature and will not carry MAC
40 // address.
43 // Temporary address could become deprecated once the preferred
49 // Version-agnostic IP address class, wraps a union of in_addr and in6_addr.
92 // Returns the number of bytes needed to store the raw address.
101 // Returns an unmapped address from a possibly-mapped address.
102 // Returns the same address if this isn't a mapped address.
105 // Returns this address as an IPv6 address
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSmsAddress.java 33 * New GsmSmsAddress from TS 23.040 9.1.2.5 Address Field
35 * @param offset the offset of the Address-Length byte
58 // An alphanumeric address
61 address = GsmAlphabet.gsm7BitPackedToString(origBytes,
74 address = PhoneNumberUtils.calledPartyBCDToString(origBytes,
84 return address;
88 * Returns true if this is an alphanumeric address
102 * address
110 // - Originating address should be 4 bytes long and alphanumeric
122 // Remember, since the alpha address is stored in 7-bit compact form
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
sockios.h 38 #define SIOCGIFADDR 0x8915 /* get PA address */
39 #define SIOCSIFADDR 0x8916 /* set PA address */
40 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */
41 #define SIOCSIFDSTADDR 0x8918 /* set remote PA address */
42 #define SIOCGIFBRDADDR 0x8919 /* get broadcast PA address */
43 #define SIOCSIFBRDADDR 0x891a /* set broadcast PA address */
48 #define SIOCGIFMEM 0x891f /* get memory address (BSD) */
49 #define SIOCSIFMEM 0x8920 /* set memory address (BSD) */
53 #define SIOCSIFHWADDR 0x8924 /* set hardware address */
56 #define SIOCGIFHWADDR 0x8927 /* Get hardware address */
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
sockios.h 38 #define SIOCGIFADDR 0x8915 /* get PA address */
39 #define SIOCSIFADDR 0x8916 /* set PA address */
40 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */
41 #define SIOCSIFDSTADDR 0x8918 /* set remote PA address */
42 #define SIOCGIFBRDADDR 0x8919 /* get broadcast PA address */
43 #define SIOCSIFBRDADDR 0x891a /* set broadcast PA address */
48 #define SIOCGIFMEM 0x891f /* get memory address (BSD) */
49 #define SIOCSIFMEM 0x8920 /* set memory address (BSD) */
53 #define SIOCSIFHWADDR 0x8924 /* set hardware address */
56 #define SIOCGIFHWADDR 0x8927 /* Get hardware address */
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
sockios.h 38 #define SIOCGIFADDR 0x8915 /* get PA address */
39 #define SIOCSIFADDR 0x8916 /* set PA address */
40 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */
41 #define SIOCSIFDSTADDR 0x8918 /* set remote PA address */
42 #define SIOCGIFBRDADDR 0x8919 /* get broadcast PA address */
43 #define SIOCSIFBRDADDR 0x891a /* set broadcast PA address */
48 #define SIOCGIFMEM 0x891f /* get memory address (BSD) */
49 #define SIOCSIFMEM 0x8920 /* set memory address (BSD) */
53 #define SIOCSIFHWADDR 0x8924 /* set hardware address */
56 #define SIOCGIFHWADDR 0x8927 /* Get hardware address */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
sockios.h 38 #define SIOCGIFADDR 0x8915 /* get PA address */
39 #define SIOCSIFADDR 0x8916 /* set PA address */
40 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */
41 #define SIOCSIFDSTADDR 0x8918 /* set remote PA address */
42 #define SIOCGIFBRDADDR 0x8919 /* get broadcast PA address */
43 #define SIOCSIFBRDADDR 0x891a /* set broadcast PA address */
48 #define SIOCGIFMEM 0x891f /* get memory address (BSD) */
49 #define SIOCSIFMEM 0x8920 /* set memory address (BSD) */
53 #define SIOCSIFHWADDR 0x8924 /* set hardware address */
56 #define SIOCGIFHWADDR 0x8927 /* Get hardware address */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sockios.h 38 #define SIOCGIFADDR 0x8915 /* get PA address */
39 #define SIOCSIFADDR 0x8916 /* set PA address */
40 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */
41 #define SIOCSIFDSTADDR 0x8918 /* set remote PA address */
42 #define SIOCGIFBRDADDR 0x8919 /* get broadcast PA address */
43 #define SIOCSIFBRDADDR 0x891a /* set broadcast PA address */
48 #define SIOCGIFMEM 0x891f /* get memory address (BSD) */
49 #define SIOCSIFMEM 0x8920 /* set memory address (BSD) */
53 #define SIOCSIFHWADDR 0x8924 /* set hardware address */
56 #define SIOCGIFHWADDR 0x8927 /* Get hardware address */
    [all...]
  /external/google-breakpad/src/common/
dwarf_cfi_to_module.cc 145 bool DwarfCFIToModule::Entry(size_t offset, uint64 address, uint64 length,
156 entry_->address = address;
162 // may not establish any rule for .ra if the return address column
164 // address on entry to the function. So establish an initial .ra
165 // rule citing the return address register.
192 void DwarfCFIToModule::Record(Module::Address address, int reg,
205 if (address == entry_->address)
    [all...]
  /external/google-breakpad/src/processor/
fast_source_line_resolver.cc 65 MemAddr address = frame->instruction - frame->module->base_address(); local
67 // First, look for a FUNC record that covers address. Use
71 // need to check that address indeed falls within the function we
81 if (functions_.RetrieveNearestRange(address, func_ptr,
83 address >= function_base && address - function_base < function_size) {
91 if (func->lines.RetrieveRange(address, line_ptr, &line_base, NULL)) {
101 } else if (public_symbols_.Retrieve(address,
190 MemAddr address = frame->instruction - frame->module->base_address(); local
201 .RetrieveRange(address, frame_info_ptr)
243 MemAddr address = frame->instruction - frame->module->base_address(); local
    [all...]
  /external/autotest/server/
kvm.py 163 address may be a hostname or an IPv6 instead.
168 will be assigned the specified mac address and
169 autoserv will use the specified ip address to
190 {"mac" : address["mac"],
191 "ip" : address["ip"],
192 "is_used" : False} for address in addresses]
284 for address in self.addresses:
285 if address["is_used"]:
286 self.delete_guest(address["ip"])
304 for address in self.addresses
    [all...]
  /external/v8/src/mips/
assembler-mips-inl.h 65 imm32_ = reinterpret_cast<int32_t>(f.address());
100 Address RelocInfo::target_address() {
106 Address RelocInfo::target_address_address() {
111 // Read the address of the word containing the target_address in an
123 // that is the address of the instruction that follows J/JAL/JR/JALR
125 return reinterpret_cast<Address>(
130 Address RelocInfo::constant_pool_entry_address() {
141 void RelocInfo::set_target_address(Address target,
156 Address Assembler::target_address_from_return_address(Address pc)
269 Address address = Memory::Address_at(pc_); local
284 Address address = cell->address() + Cell::kValueOffset; local
    [all...]
  /libcore/ojluni/src/main/java/java/net/
InetSocketAddress.java 37 * This class implements an IP Socket Address (IP address + port number)
39 * will be made to resolve the hostname. If resolution fails then the address
46 * The <i>wildcard</i> is a special local IP address. It usually means "any"
58 // The hostname of the Socket Address
60 // The IP address of the Socket Address
62 // The port number of the Socket Address
163 * Creates a socket address where the IP address is the wildcard addres
    [all...]
DatagramSocket.java 51 * broadcast packets a DatagramSocket should be bound to the wildcard address.
53 * a DatagramSocket is bound to a more specific address.
105 * Connected address & port
115 * Connects this socket to a remote socket address (IP address + port number).
118 * @param addr The remote address.
122 private synchronized void connectInternal(InetAddress address, int port) throws SocketException {
126 if (address == null) {
127 throw new IllegalArgumentException("connect: null address");
129 checkAddress (address, "connect")
    [all...]
  /docs/source.android.com/
hal_footer.html 14 <hr class="footer"/><address class="footer"><small>
19 </small></address>
  /external/autotest/client/deps/lansim/src/py/
host.py 12 # An initial set of Protocol to Hardware address mappings.
14 # Broadcast address:
27 a single IPv4 address.
33 @param hw_addr: Hex or binary representation of the Ethernet address.
34 @param ip_addr: The IPv4 address. For example: "10.0.0.1".
41 # arp cache: Protocol to Hardware address resolution cache.
62 """Returns the host IPv4 address."""
83 tpa = pkt.arp.spa, # Target Protocol Address.
84 tha = pkt.arp.sha, # Target Hardware Address.
85 spa = self._bin_ip_addr, # Source Protocol Address
    [all...]
  /external/autotest/client/site_tests/logging_AsanCrash/
control 7 PURPOSE = "Verify Address Sanitizer does catch memory errors."
17 This is a positive test for Address Sanitizer.
  /external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
control 11 Tests that we can negotiate a lease on an IPv4 address via DHCP from
14 client IP address and prefix. This test verifies that the client
  /external/autotest/client/site_tests/network_Dhcpv6Basic/
control 10 non-temporary address and prefix delegation via DHCPv6 server.
19 Tests that we can acquire an DHCPv6 non-temporary address and prefix
  /external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
control 10 globally scoped address and obtain IPv6 DNS server addresses through
21 Tests that we can acquire an IPv6 globally scoped address and IPv6 DNS
  /external/autotest/server/site_tests/bluetooth_Sanity_ValidAddress/
control 15 Verify that the device's Bluetooth adapter has a valid address.
17 This is a useful sanity check because an address of 00:00:00:00:00:00 often
  /external/autotest/site_utils/docgen/
footer.html 1 <hr size="1"><address style="text-align: right;"><small>
12 <p>Generated on $datetime for $projectname by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion</small></address>
  /external/avahi/avahi-sharp/en/Avahi/
AddressResolver.xml 17 <MemberSignature Language="C#" Value="public AddressResolver (Avahi.Client client, System.Net.IPAddress address);" />
21 <Parameter Name="address" Type="System.Net.IPAddress" />
25 <param name="address">To be added.</param>
64 <Member MemberName="Address">
65 <MemberSignature Language="C#" Value="public System.Net.IPAddress Address { get; };" />
89 <MemberSignature Language="C#" Value="public AddressResolver (Avahi.Client client, int iface, Avahi.Protocol proto, System.Net.IPAddress address, Avahi.LookupFlags flags);" />
95 <Parameter Name="address" Type="System.Net.IPAddress" />
102 <param name="address">To be added.</param>
  /external/clang/test/Rewriter/
method-encoding-1.m 10 - (id) address:(void *)location with:(unsigned **)arg2;
17 - (id) address:(void *)location with:(unsigned **)arg2{ return 0; }
  /external/clang/test/Sema/
complex-imag.c 7 int *d = &__imag a; // expected-error {{cannot take the address of an rvalue of type 'int'}}
21 double *d = &__imag a; // expected-error {{cannot take the address of an rvalue of type 'double'}}
deref.c 21 void* y = &*x; /* expected-warning{{address of an expression of type 'void'}} */
34 return &cv2; /* expected-warning{{address of an expression of type 'void'}} */

Completed in 1470 milliseconds

<<21222324252627282930>>