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

<<21222324252627282930>>

  /system/connectivity/shill/doc/
ipconfig-api.txt 39 Properties string Address [readonly]
41 The Layer 3 address expressed in the dotted-quad format
47 The Layer 3 broadcast address specified as per Address.
55 The Layer 3 address gateway address specified as
56 per Address.
83 The Layer 3 address associated with the destination
85 specified as per Address.
89 The number of bits in a Layer 3 address that ar
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 35 import javax.sip.address.*;
39 import gov.nist.javax.sip.address.*;
59 * Determines whether or not we should tolerate and strip address scope
60 * zones from IPv6 addresses. Address scope zones are sometimes returned
292 * Creates a new ContactHeader based on the newly supplied address value.
294 * @param address - the new Address value of the address.
297 public ContactHeader createContactHeader(Address address) {
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
address.py 26 class Address(EC2Object):
28 Represents an EC2 Elastic IP Address
30 :ivar public_ip: The Elastic IP address.
31 :ivar instance_id: The instance the address is associated with (if any).
32 :ivar domain: Indicates whether the address is a EC2 address or a VPC address (standard|vpc).
33 :ivar allocation_id: The allocation ID for the address (VPC addresses only).
34 :ivar association_id: The association ID for the address (VPC addresses only).
35 :ivar network_interface_id: The network interface (if any) that the address is associated with (VPC addresses only)
    [all...]
  /external/google-breakpad/src/common/dwarf/
cfi_assembler.cc 102 // initial location, but ignores the base address (selected by the upper
103 // nybble of the encoding), as it's a length, not an address that can be
120 CFISection &CFISection::EncodedPointer(uint64_t address,
128 // that ADDRESS is the address at which the pointer is stored --- in
132 // Find the base address to which this pointer is relative. The upper
145 // Make ADDRESS relative. Yes, this is appropriate even for "absptr"
147 address -= base;
153 // Append ADDRESS to this section in the appropriate form. For the
155 // unsigned encodings, because ADDRESS has already been extended to 6
    [all...]
  /external/google-breakpad/src/processor/
stackwalker_unittest_utils.h 56 // Set this region's address and contents. If we have placed an
67 bool GetMemoryAtAddress(uint64_t address, uint8_t *value) const {
68 return GetMemoryLittleEndian(address, value);
70 bool GetMemoryAtAddress(uint64_t address, uint16_t *value) const {
71 return GetMemoryLittleEndian(address, value);
73 bool GetMemoryAtAddress(uint64_t address, uint32_t *value) const {
74 return GetMemoryLittleEndian(address, value);
76 bool GetMemoryAtAddress(uint64_t address, uint64_t *value) const {
77 return GetMemoryLittleEndian(address, value);
84 // Fetch a little-endian value from ADDRESS in contents_ whose siz
    [all...]
  /external/llvm/tools/lli/
RemoteTargetExternal.h 41 /// Allocate space in the remote target address space.
45 /// @param[out] Address Remote address of the allocated memory.
50 uint64_t &Address) override;
52 /// Load data into the target address space.
54 /// @param Address Destination address in the target process.
55 /// @param Data Source address in the host process.
60 bool loadData(uint64_t Address, const void *Data, size_t Size) override;
62 /// Load code into the target address space and prepare it for execution
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
residu_asm_neon.s 41 ADD r9, r1, r7, LSL #1 @copy the address
47 SUB r8, r9, #2 @get the x[i-1] address
51 SUB r8, r9, #4 @load the x[i-2] address
55 SUB r8, r9, #6 @load the x[i-3] address
59 SUB r8, r9, #8 @load the x[i-4] address
63 SUB r8, r9, #10 @load the x[i-5] address
67 SUB r8, r9, #12 @load the x[i-6] address
71 SUB r8, r9, #14 @load the x[i-7] address
75 SUB r8, r9, #16 @load the x[i-8] address
79 SUB r8, r9, #18 @load the x[i-9] address
    [all...]
  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
InCallContactInteractionsTest.java 19 import android.location.Address;
36 * and US locale address formatting unless otherwise specified.
242 assertEquals("Test address, Test locality", info.detail);
252 assertEquals("Test address, Test locality", info.detail);
256 Address address = getAddressForTest(); local
257 address.setLocality(null);
261 address,
264 assertEquals("Test address", info.detail);
285 private Address getAddressForTest()
286 Address address = new Address(Locale.US); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
in.h 55 /* Internet address. */
123 struct in_addr imr_multiaddr; /* IP multicast address of group */
124 struct in_addr imr_interface; /* local IP address of interface */
129 struct in_addr imr_multiaddr; /* IP multicast address of group */
130 struct in_addr imr_address; /* local IP address of interface */
155 struct __kernel_sockaddr_storage gr_group; /* group address */
161 struct __kernel_sockaddr_storage gsr_group; /* group address */
162 struct __kernel_sockaddr_storage gsr_source; /* source address */
168 struct __kernel_sockaddr_storage gf_group; /* multicast address */
185 /* Structure describing an Internet (IP) socket address. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in.h 55 /* Internet address. */
125 struct in_addr imr_multiaddr; /* IP multicast address of group */
126 struct in_addr imr_interface; /* local IP address of interface */
130 struct in_addr imr_multiaddr; /* IP multicast address of group */
131 struct in_addr imr_address; /* local IP address of interface */
155 struct __kernel_sockaddr_storage gr_group; /* group address */
160 struct __kernel_sockaddr_storage gsr_group; /* group address */
161 struct __kernel_sockaddr_storage gsr_source; /* source address */
166 struct __kernel_sockaddr_storage gf_group; /* multicast address */
182 /* Structure describing an Internet (IP) socket address. *
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/
ipaddr.py 34 """A Value Error related to the address."""
41 def IPAddress(address, version=None):
45 address: A string or integer, the IP address. Either IPv4 or
49 determine what the IP address type is. important for things
58 address.
63 return IPv4Address(address)
65 return IPv6Address(address)
68 return IPv4Address(address)
73 return IPv6Address(address)
    [all...]
  /external/clang/test/CodeGenCXX/
vtable-layout-extreme.cpp 89 // CHECK-NEXT: -- (Test1::C2, 0) vtable address --
90 // CHECK-NEXT: -- (Test1::C9, 0) vtable address --
97 // CHECK-NEXT: -- (Test1::C2, 16) vtable address --
98 // CHECK-NEXT: -- (Test1::C4, 16) vtable address --
105 // CHECK-NEXT: -- (Test1::C2, 48) vtable address --
106 // CHECK-NEXT: -- (Test1::C5, 48) vtable address --
107 // CHECK-NEXT: -- (Test1::C6, 48) vtable address --
111 // CHECK-NEXT: -- (Test1::C1, 64) vtable address --
117 // CHECK-NEXT: -- (Test1::C2, 88) vtable address --
118 // CHECK-NEXT: -- (Test1::C4, 88) vtable address -
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 127 static void jstr2bdaddr(JNIEnv* env, bt_bdaddr_t *bda, jstring address)
129 const char* c_bda = env->GetStringUTFChars(address, NULL);
132 bd_addr_str_to_addr(c_bda, bda->address);
133 env->ReleaseStringUTFChars(address, c_bda);
231 bda->address[0], bda->address[1], bda->address[2],
232 bda->address[3], bda->address[4], bda->address[5])
234 jstring address = sCallbackEnv->NewStringUTF(c_address); local
255 jstring address = sCallbackEnv->NewStringUTF(c_address); local
270 jstring address = sCallbackEnv->NewStringUTF(c_address); local
302 jstring address = sCallbackEnv->NewStringUTF(c_address); local
389 jstring address = sCallbackEnv->NewStringUTF(c_address); local
517 jstring address = sCallbackEnv->NewStringUTF(c_address); local
672 jstring address = sCallbackEnv->NewStringUTF(c_address); local
754 jstring address = sCallbackEnv->NewStringUTF(c_address); local
774 jstring address = sCallbackEnv->NewStringUTF(c_address); local
796 jstring address = sCallbackEnv->NewStringUTF(c_address); local
    [all...]
  /external/dbus/dbus/
dbus-server-debug-pipe.c 129 * @param error address where an error can be returned.
137 DBusString address; local
156 if (!_dbus_string_init (&address))
160 if (!_dbus_string_append (&address, "debug-pipe:name=") ||
161 !_dbus_address_append_escaped (&address, &name_str))
169 &debug_vtable, &address))
177 _dbus_string_free (&address);
189 _dbus_string_free (&address);
204 * @param error address where an error can be returned.
216 DBusString address; local
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetElementsByTagNameNS.java 109 expectedResult.add("address");
115 expectedResult.add("emp:address");
116 expectedResult.add("address");
135 expectedResult.add("address");
136 expectedResult.add("address");
137 expectedResult.add("address");
138 expectedResult.add("emp:address");
139 expectedResult.add("address");
142 elementList = doc.getElementsByTagNameNS("*", "address");
164 "address");
    [all...]
  /external/elfutils/tests/
run-readelf-line.sh 63 [ 35] extended opcode 2: set address to 0x80482f0 <main>
66 [ 3f] special opcode 159: address+10 = 0x80482fa <main+0xa>, line+1 = 17
67 [ 40] special opcode 117: address+7 = 0x8048301 <main+0x11>, line+1 = 18
69 [ 43] special opcode 200: address+13 = 0x804830e <main+0x1e>, line+0 = 9
70 [ 44] special opcode 48: address+2 = 0x8048310 <main+0x20>, line+2 = 11
71 [ 45] special opcode 58: address+3 = 0x8048313 <main+0x23>, line-2 = 9
72 [ 46] special opcode 48: address+2 = 0x8048315 <main+0x25>, line+2 = 11
73 [ 47] special opcode 44: address+2 = 0x8048317 <main+0x27>, line-2 = 9
75 [ 4a] special opcode 46: address+2 = 0x8048319 <main+0x29>, line+0 = 22
77 [ 4d] special opcode 60: address+3 = 0x804831c <main+0x2c>, line+0 =
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 40 // (1) Work out the address that each block would have if no branches
44 // (2) Work out the address that each block would have if all branches
47 // (3) Walk through the block calculating the final address of each instruction
49 // this check uses the final address of the target block, as calculated
51 // address of the target block that was calculated in (2). Both checks
76 // The address that we currently assume the block has.
77 uint64_t Address;
91 : Address(0), Size(0), Alignment(0), NumTerminators(0) {}
100 // The address that we currently assume the terminator has.
101 uint64_t Address;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 20 import android.location.Address;
76 private static Address sCurrentAddress; // last known address
101 Address addr1 = lookupAddress(setMinLatitude, setMinLongitude, true);
102 Address addr2 = lookupAddress(setMaxLatitude, setMaxLongitude, true);
127 Address currentAddress = lookupAddress(
182 // Compare thoroughfare (street address) next.
231 // valid address.
284 private String getLocalityAdminForAddress(final Address addr, final boolean approxLocation) {
305 public Address lookupAddress(final double latitude, final double longitude
314 Address address = null; local
    [all...]
  /frameworks/base/docs/html/training/location/
display-address.jd 1 page.title=Displaying a Location Address
11 <li><a href="#fetch-address">Define an Intent Service to Fetch the
12 Address</a></li>
45 distance or displaying a map position, in many cases the address of the
47 they are or what is close by, a street address is more meaningful than the
51 location APIs, you can convert an address to the corresponding geographic
53 convert a geographic location to an address. The address lookup feature is
58 convert a geographic location to an address. The method returns an estimated
59 street address corresponding to a given latitude and longitude.</p
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 47 void X86_64Assembler::call(const Address& address) {
49 EmitOptionalRex32(address);
51 EmitOperand(2, address);
70 void X86_64Assembler::pushq(const Address& address) {
72 EmitOptionalRex32(address);
74 EmitOperand(6, address);
98 void X86_64Assembler::popq(const Address& address) {
    [all...]
  /external/avahi/avahi-autoipd/
iface-linux.c 56 typedef struct Address Address;
58 struct Address {
59 uint32_t address; member in struct:Address
60 AVAHI_LLIST_FIELDS(Address, addresses);
63 AVAHI_LLIST_HEAD(Address, addresses) = NULL;
130 /* An address was added or removed */
135 uint32_t address = 0; local
136 Address *i;
152 memcpy(&address, RTA_DATA(a), sizeof(uint32_t))
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ProxyTest.java 26 private SocketAddress address = new InetSocketAddress("127.0.0.1", 1234); field in class:ProxyTest
33 Proxy proxy = new Proxy(Proxy.Type.HTTP, address);
35 assertEquals(address, proxy.address());
38 proxy = new Proxy(Proxy.Type.SOCKS, address);
40 assertEquals(address, proxy.address());
45 assertNull(proxy.address());
74 // test DIRECT type proxy, any address is illegal
76 proxy = new Proxy(Proxy.Type.DIRECT, address);
    [all...]
  /system/bt/stack/btm/
btm_ble_addr.c 21 * This file contains functions for BLE address management.
45 ** Description This is callback functioin when resolvable private address
78 /* random address set failure */
79 BTM_TRACE_DEBUG("set random address failed");
86 ** Description This function is called when random address has generate the
87 ** random number base for low 3 byte bd address.
124 ** Description This function generate a resolvable private address.
180 ** Description This function generate a non-resolvable private address.
206 ** Utility functions for Random address resolving
212 ** Description This function compares the X with random address 3 MSO byte
    [all...]
  /art/runtime/jit/
debugger_interface.h 39 // The address is used only to uniquely identify the entry.
41 void CreateJITCodeEntryForAddress(uintptr_t address, std::vector<uint8_t> symfile);
44 // Returns false if entry for the given address was not found.
45 bool DeleteJITCodeEntryForAddress(uintptr_t address);
  /dalvik/dx/src/com/android/dx/io/instructions/
AddressMap.java 37 * Gets the value address corresponding to the given key address. Returns
46 * Sets the value address associated with the given key address.

Completed in 1342 milliseconds

<<21222324252627282930>>