HomeSort by relevance Sort by last modified time
    Searched refs:address (Results 451 - 475 of 1393) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 33 #define pud_alloc_one(mm, address) NULL
  /frameworks/base/core/java/android/server/
BluetoothPanProfileHandler.java 330 String address = BLUETOOTH_IFACE_ADDR_START; local
332 if (mBluetoothIfaceAddresses.contains(address)) {
333 String[] addr = address.split("\\.");
335 address = address.replace(addr[2], newIp.toString());
340 mBluetoothIfaceAddresses.add(address);
341 return address;
373 String address = createNewTetheringAddressLocked();
374 if (address == null) return null;
384 addr = NetworkUtils.numericToInetAddress(address);
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_FLOAT.S 38 mov r11, lr @ save return address
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketImplTest.java 92 protected void bind(InetAddress address, int port) throws IOException {
101 protected void connect(InetAddress address, int port)
  /external/chromium/net/socket/
socks5_client_socket.h 77 virtual int GetPeerAddress(AddressList* address) const;
78 virtual int GetLocalAddress(IPEndPoint* address) const;
socks_client_socket.h 74 virtual int GetPeerAddress(AddressList* address) const;
75 virtual int GetLocalAddress(IPEndPoint* address) const;
  /external/chromium/third_party/libjingle/source/talk/base/
asyncudpsocket.cc 40 const SocketAddress& address) {
44 if (socket->Bind(address)) {
115 // send datagram, indicating the remote address was unreachable.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.cc 102 const talk_base::SocketAddress& address) {
104 SignalRouteChange(this, address);
  /external/dbus/tools/
dbus-launch-x11.c 274 /* create the address property atom */
289 * Gets the daemon address from the X11 display.
291 * TRUE does not mean the address exists.
312 /* get the bus address */
338 * Saves the address in the X11 display. Returns 0 on success.
343 set_address_in_x11(char *address, pid_t pid)
360 /* someone saved the address in the meantime */
373 (unsigned char *)address, strlen (address));
392 * Saves the session address in session file. Returns TRUE o
    [all...]
  /external/kernel-headers/original/asm-arm/
processor.h 32 u32 address; member in struct:debug_entry
43 unsigned long address; member in struct:thread_struct
  /external/kernel-headers/original/asm-generic/
tlb.h 120 #define tlb_remove_tlb_entry(tlb, ptep, address) \
123 __tlb_remove_tlb_entry(tlb, ptep, address); \
  /external/libnfc-nxp/src/
phHciNfc_DevMgmt.h 72 /* Address Definitions for GPIO Register Configuration */
77 /* Address Definitions for SWP Configuration */
81 /* Address Definitions for UICC Host Configuration */
89 /* Address Definitions for SE Configuration */
91 /* Address Definitions for HW Configuration */
97 /* Address Definitions for RF Configuration */
100 /* Address Definitions for Interframe Character Timeout Configuration */
107 /* Address Definitions for LLC Configuration */
115 /* The Address Definition for the TYPE B Tuning */
124 /* The Address Definition for the Enabling the EVT_HOT_PLUG *
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
TelURLImpl.java 26 package gov.nist.javax.sip.address;
43 implements javax.sip.address.TelURL {
203 * @see javax.sip.address.TelURL#setPhoneContext(java.lang.String)
216 * @see javax.sip.address.TelURL#getPhoneContext()
  /external/nist-sip/java/javax/sip/
SipFactory.java 7 import javax.sip.address.AddressFactory;
22 // name-to-SipStack map; name could be IP address for backward compatibility
67 return new gov.nist.javax.sip.address.AddressFactoryImpl();
  /external/v8/src/arm/
assembler-arm-inl.h 60 Address RelocInfo::target_address() {
66 Address RelocInfo::target_address_address() {
68 return reinterpret_cast<Address>(Assembler::target_address_address_at(pc_));
77 void RelocInfo::set_target_address(Address target) {
103 Assembler::set_target_address_at(pc_, reinterpret_cast<Address>(target));
107 Address* RelocInfo::target_reference_address() {
109 return reinterpret_cast<Address*>(Assembler::target_address_address_at(pc_));
115 Address address = Memory::Address_at(pc_); local
117 reinterpret_cast<JSGlobalPropertyCell**>(address));
123 Address address = Memory::Address_at(pc_); local
132 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset; local
    [all...]
  /external/valgrind/main/memcheck/tests/
supp_unknown.stderr.exp 3 Access not within mapped region at address 0x........
  /external/valgrind/main/none/tests/linux/
blockfault.stderr.exp 4 Access not within mapped region at address 0x........
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv6.js 11 // Regular IP address is invalid without bounding '[' and ']'.
29 // The same address can be written with different contractions, but should
62 // Too many components means not an IP address. Similarly with too few if using IPv4 compat or mapped addresses.
100 // Two dots in a row means not an IP address.
  /libcore/luni/src/main/java/java/net/
NetworkInterface.java 39 * interface is defined by its address and a platform dependent name. The class
126 // 1. IPv6 address
164 InetAddress address = Libcore.os.ioctlInetAddress(fd, SIOCGIFADDR, interfaceName); local
171 addresses.add(address);
172 interfaceAddresses.add(new InterfaceAddress((Inet4Address) address,
176 // EADDRNOTAVAIL just means no IPv4 address for this interface.
218 * Returns the {@code NetworkInterface} corresponding to the given address, or null if no
219 * interface has this address.
222 * @throws NullPointerException if {@code address == null}.
224 public static NetworkInterface getByInetAddress(InetAddress address) throws SocketException
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSocketFactoryImpl.java 80 public Socket createSocket(InetAddress address,
85 return new OpenSSLSocketImpl(address,

Completed in 6007 milliseconds

<<11121314151617181920>>