HomeSort by relevance Sort by last modified time
    Searched refs:address (Results 101 - 125 of 1727) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/server/
BluetoothService.java 180 public String address; field in class:BluetoothService.RemoteService
182 public RemoteService(String address, ParcelUuid uuid) {
183 this.address = address;
190 return address.equals(service.address) && uuid.equals(service.uuid);
198 hash = hash * 31 + (address == null ? 0 : address.hashCode());
259 byte[] address = new byte[17];
260 file.read(address);
2052 String address = objectPath.substring(adapterObjectPath.length()); local
2236 String address = device.getAddress(); local
2474 String address = getAddressFromObjectPath(path); local
2492 String address = getAddressFromObjectPath(path); local
    [all...]
BluetoothBondState.java 72 // If this is an outgoing connection, store the address.
96 synchronized void setPendingOutgoingBonding(String address) {
97 mPendingOutgoingBonding = address;
130 public synchronized void setBondState(String address, int state) {
131 setBondState(address, state, 0);
135 public synchronized void setBondState(String address, int state, int reason) {
136 if (DBG) Log.d(TAG, "setBondState " + "address" + " " + state + "reason: " + reason);
138 int oldState = getBondState(address);
146 if (address.equals(mPendingOutgoingBonding)) {
153 if (mPairingRequestRcvd.contains(address)) setTrust = true
    [all...]
  /bionic/libc/kernel/common/asm-generic/
4level-fixup.h 29 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
30 #define pud_alloc(mm, pgd, address) (pgd)
  /development/ndk/platforms/android-3/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
26 #define pud_alloc(mm, pgd, address) (pgd)
  /external/chromium/googleurl/src/
url_canon_ip.h 40 // Searches the host name for the portions of the IPv4 address. On success,
42 // It will return false if the host can not be separated as an IPv4 address
44 // be in an IP address. (This is important so we fail as early as possible for
52 // address. IE6 is included in this. We do NOT handle this case. In many cases,
56 // notice these spaces and escape them, which will make IP address finding
65 // Converts an IPv4 address to a 32-bit number (network byte order).
68 // IPV4 - IPv4 address was successfully parsed.
69 // BROKEN - Input was formatted like an IPv4 address, but overflow occurred
71 // NEUTRAL - Input couldn't possibly be interpreted as an IPv4 address.
72 // It might be an IPv6 address, or a hostname
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
addrcache.cc 16 // Implementation of the Address Cache and Address Encoding
105 // This method will be called whenever an address is calculated for an
114 // address: This must be a valid address between 0 and
118 void VCDiffAddressCache::UpdateCache(VCDAddress address) {
120 near_addresses_[next_slot_] = address;
124 same_addresses_[address % (same_cache_size_ * 256)] = address;
128 // Determines the address mode that yields the most compact encodin
    [all...]
  /external/kernel-headers/original/asm-generic/
4level-fixup.h 13 #define pmd_alloc(mm, pud, address) \
14 ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? \
15 NULL: pmd_offset(pud, address))
17 #define pud_alloc(mm, pgd, address) (pgd)
  /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/nist-sip/java/javax/sip/address/
URI.java 1 package javax.sip.address;
  /external/nist-sip/java/javax/sip/header/
AlertInfoHeader.java 3 import javax.sip.address.URI;
WWWAuthenticateHeader.java 3 import javax.sip.address.URI;
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
Address.java 20 package org.apache.james.mime4j.field.address;
32 public abstract class Address {
35 * Adds any mailboxes represented by this address
41 final void addMailboxesTo(ArrayList<Address> results) {
46 * Adds any mailboxes represented by this address
50 protected abstract void doAddMailboxesTo(ArrayList<Address> results);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
26 #define pud_alloc(mm, pgd, address) (pgd)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
26 #define pud_alloc(mm, pgd, address) (pgd)
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
26 #define pud_alloc(mm, pgd, address) (pgd)
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
26 #define pud_alloc(mm, pgd, address) (pgd)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
26 #define pud_alloc(mm, pgd, address) (pgd)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
26 #define pud_alloc(mm, pgd, address) (pgd)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
26 #define pud_alloc(mm, pgd, address) (pgd)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
26 #define pud_alloc(mm, pgd, address) (pgd)
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
26 #define pud_alloc(mm, pgd, address) (pgd)
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
26 #define pud_alloc(mm, pgd, address) (pgd)
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
26 #define pud_alloc(mm, pgd, address) (pgd)
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
26 #define pud_alloc(mm, pgd, address) (pgd)
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm-generic/
4level-fixup.h 24 #define pmd_alloc(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
26 #define pud_alloc(mm, pgd, address) (pgd)

Completed in 684 milliseconds

1 2 3 45 6 7 8 91011>>