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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 50 void clientConnect(in int clientIf, in String address, in boolean isDirect, in int transport);
51 void clientDisconnect(in int clientIf, in String address);
52 void refreshDevice(in int clientIf, in String address);
53 void discoverServices(in int clientIf, in String address);
54 void readCharacteristic(in int clientIf, in String address, in int handle, in int authReq);
55 void writeCharacteristic(in int clientIf, in String address, in int handle,
57 void readDescriptor(in int clientIf, in String address, in int handle, in int authReq);
58 void writeDescriptor(in int clientIf, in String address, in int handle,
60 void registerForNotification(in int clientIf, in String address, in int handle, in boolean enable);
61 void beginReliableWrite(in int clientIf, in String address);
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
AddressList.java 20 package org.apache.james.mime4j.field.address;
22 import org.apache.james.mime4j.field.address.parser.AddressListParser;
23 import org.apache.james.mime4j.field.address.parser.ParseException;
29 * An immutable, random-access list of Address objects.
35 private ArrayList<Address> addresses;
38 * @param addresses An ArrayList that contains only Address objects.
41 public AddressList(ArrayList<Address> addresses, boolean dontCopy) {
43 this.addresses = (dontCopy ? addresses : new ArrayList<Address>(addresses));
45 this.addresses = new ArrayList<Address>(0);
56 * Gets an address
    [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/
AddressList.java 20 package org.apache.james.mime4j.field.address;
22 import org.apache.james.mime4j.field.address.parser.AddressListParser;
23 import org.apache.james.mime4j.field.address.parser.ParseException;
29 * An immutable, random-access list of Address objects.
35 private ArrayList<Address> addresses;
38 * @param addresses An ArrayList that contains only Address objects.
41 public AddressList(ArrayList<Address> addresses, boolean dontCopy) {
43 this.addresses = (dontCopy ? addresses : new ArrayList<Address>(addresses));
45 this.addresses = new ArrayList<Address>(0);
56 * Gets an address
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
pgtable-32.h 55 #define __pgd_offset(address) pgd_index(address)
56 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
57 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1))
59 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
pgtable-32.h 55 #define __pgd_offset(address) pgd_index(address)
56 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
57 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1))
59 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
pgtable-32.h 55 #define __pgd_offset(address) pgd_index(address)
56 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
57 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1))
59 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
pgtable-32.h 55 #define __pgd_offset(address) pgd_index(address)
56 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
57 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1))
59 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
pgtable-32.h 55 #define __pgd_offset(address) pgd_index(address)
56 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
57 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1))
59 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
pgtable-32.h 55 #define __pgd_offset(address) pgd_index(address)
56 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
57 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1))
59 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
pgtable-32.h 55 #define __pgd_offset(address) pgd_index(address)
56 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
57 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1))
59 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)
    [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
pgtable-32.h 55 #define __pgd_offset(address) pgd_index(address)
56 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
57 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1))
59 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h 55 #define __pgd_offset(address) pgd_index(address)
56 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
57 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1))
59 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ses/
exceptions.py 19 Raised when a "Reply-To" address has not been validated in SES yet.
26 Raised when an identity (domain or address) has not been verified in SES yet.
39 After you attempt to send mail to an address, and delivery repeatedly
40 fails, said address is blacklisted for at least 24 hours. The blacklisting
64 Recipient's email address' domain ends with a period/dot.
71 An address contained a control or whitespace character.
78 Raised when an illegal address is encountered.
  /external/clang/test/SemaCXX/
attr-no-sanitize.cpp 5 int v1 __attribute__((no_sanitize("address"))); // expected-error{{'no_sanitize' attribute only applies to functions and methods}}
12 // DUMP: NoSanitizeAttr {{.*}} address
13 // PRINT: int f3() __attribute__((no_sanitize("address")))
14 int f3() __attribute__((no_sanitize("address")));
22 // DUMP: NoSanitizeAttr {{.*}} address thread
23 // PRINT: int f5() __attribute__((no_sanitize("address", "thread")))
24 int f5() __attribute__((no_sanitize("address", "thread")));
  /external/lzma/C/
7zAlloc.c 35 void SzFree(void *p, void *address)
39 if (address != 0)
45 free(address);
63 void SzFreeTemp(void *p, void *address)
67 if (address != 0)
73 HeapFree(GetProcessHeap(), 0, address); local
77 free(address);
  /external/v8/src/ic/
ic-inl.h 19 Address IC::address() const { function in class:v8::internal::IC
20 // Get the address of the call.
25 Address IC::constant_pool() const {
34 Address IC::raw_constant_pool() const {
43 Code* IC::GetTargetAtAddress(Address address, Address constant_pool) {
44 // Get the target address of the IC.
45 Address target = Assembler::target_address_at(address, constant_pool)
    [all...]
  /libcore/ojluni/src/main/java/java/util/zip/
ZStreamRef.java 34 private long address; field in class:ZStreamRef
35 ZStreamRef (long address) {
36 this.address = address;
39 long address() { method in class:ZStreamRef
40 return address;
44 address = 0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
CallbackInfo.java 28 String address; field in class:CallbackInfo
32 CallbackInfo(String address, int status, int handle) {
33 this.address = address;
38 CallbackInfo(String address, int status) {
39 this.address = address;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
RouteSelectorTest.java 18 import com.squareup.okhttp.Address;
110 Address address = httpAddress(); local
111 RouteSelector routeSelector = RouteSelector.get(address, httpRequest, client);
115 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort); local
127 Address address = httpAddress(); local
128 RouteSelector routeSelector = RouteSelector.get(address, httpRequest, client);
134 routeSelector = RouteSelector.get(address, httpRequest, client);
135 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort) local
145 Address address = new Address(uriHost, uriPort, socketFactory, null, null, null, authenticator, local
152 assertRoute(routeSelector.next(), address, proxyA, dns.inetAddresses[0], proxyAPort); local
153 assertRoute(routeSelector.next(), address, proxyA, dns.inetAddresses[1], proxyAPort); local
161 Address address = new Address(uriHost, uriPort, socketFactory, null, null, null, authenticator, local
168 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort); local
169 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[1], uriPort); local
177 Address address = httpAddress(); local
185 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort); local
192 Address address = httpAddress(); local
197 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort); local
198 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[1], uriPort); local
206 Address address = httpAddress(); local
216 assertRoute(routeSelector.next(), address, proxyA, dns.inetAddresses[0], proxyAPort); local
217 assertRoute(routeSelector.next(), address, proxyA, dns.inetAddresses[1], proxyAPort); local
223 assertRoute(routeSelector.next(), address, proxyB, dns.inetAddresses[0], proxyBPort); local
229 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort); local
236 Address address = httpAddress(); local
245 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort); local
252 Address address = httpAddress(); local
262 assertRoute(routeSelector.next(), address, proxyA, dns.inetAddresses[0], proxyAPort); local
276 assertRoute(routeSelector.next(), address, proxyA, dns.inetAddresses[0], proxyAPort); local
281 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort); local
288 Address address = httpsAddress(); local
295 assertRoute(routeSelector.next(), address, proxyA, dns.inetAddresses[0], proxyAPort); local
297 assertRoute(routeSelector.next(), address, proxyA, dns.inetAddresses[1], proxyAPort); local
301 assertRoute(routeSelector.next(), address, proxyB, dns.inetAddresses[0], proxyBPort); local
303 assertRoute(routeSelector.next(), address, proxyB, dns.inetAddresses[1], proxyBPort); local
307 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort); local
309 assertRoute(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[1], uriPort); local
315 Address address = httpsAddress(); local
    [all...]
  /external/autotest/server/cros/bluetooth/
bluetooth_device.py 144 ( address, bluetooth_version, manufacturer_id,
152 def add_device(self, address, address_type, action):
155 @param address: Address of the device to add.
156 @param address_type: Type of device in @address.
159 @return tuple of ( address, address_type ) on success,
163 return json.loads(self._proxy.add_device(address, address_type, action))
166 def remove_device(self, address, address_type):
169 @param address: Address of the device to remove
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryExt.java 31 import javax.sip.address.Address;
60 * @param address --
61 * address for the header.
64 public ReferredByHeader createReferredByHeader(Address address);
91 * @param address -
92 * Address
97 public PAssertedIdentityHeader createPAssertedIdentityHeader(Address address)
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RouteSelector.java 18 import com.squareup.okhttp.Address;
39 * choice of proxy server, IP address, and TLS mode. Connections may also be
43 private final Address address; field in class:RouteSelector
57 /* State for negotiating the next socket address to use. */
64 private RouteSelector(Address address, HttpUrl url, OkHttpClient client) {
65 this.address = address;
71 resetNextProxy(url, address.getProxy())
200 InetAddress address = socketAddress.getAddress(); local
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
GeocoderTest.java 4 import android.location.Address;
39 Address address = geocoder.getFromLocationName("731 Market St, San Francisco, CA 94103", 1).get(0); local
40 assertTrue(address.hasLatitude());
41 assertTrue(address.hasLongitude());
43 address = geocoder.getFromLocationName("731 Market St, San Francisco, CA 94103", 1).get(0);
44 assertFalse(address.hasLatitude());
45 assertFalse(address.hasLongitude());
51 List<Address> result = geocoder.getFromLocationName("731 Market St, San Francisco, CA 94103", 1);
  /frameworks/opt/net/voip/src/jni/rtp/
util.cpp 28 jniThrowNullPointerException(env, "address");
35 const char *address = env->GetStringUTFChars(jAddress, NULL); local
36 if (!address) {
43 if (inet_pton(AF_INET, address, &(sin->sin_addr)) > 0) {
46 env->ReleaseStringUTFChars(jAddress, address);
51 if (inet_pton(AF_INET6, address, &(sin6->sin6_addr)) > 0) {
54 env->ReleaseStringUTFChars(jAddress, address);
58 env->ReleaseStringUTFChars(jAddress, address);
59 jniThrowException(env, "java/lang/IllegalArgumentException", "address");
  /libcore/luni/src/main/java/libcore/io/
NioBufferIterator.java 28 private final long address; field in class:NioBufferIterator
34 NioBufferIterator(long address, int size, boolean swap) {
35 this.address = address;
49 Memory.peekByteArray(address + position, dst, dstOffset, byteCount);
54 byte result = Memory.peekByte(address + position);
60 int result = Memory.peekInt(address + position, swap);
66 Memory.peekIntArray(address + position, dst, dstOffset, intCount, swap);
71 short result = Memory.peekShort(address + position, swap);

Completed in 2834 milliseconds

1 2 3 4 5 6 78 91011>>