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

1 2 3 4 5 6 78 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
tlb.h 30 #define tlb_remove_tlb_entry(tlb, ptep, address) do { tlb->need_flush = 1; __tlb_remove_tlb_entry(tlb, ptep, address); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
tlb.h 30 #define tlb_remove_tlb_entry(tlb, ptep, address) do { tlb->need_flush = 1; __tlb_remove_tlb_entry(tlb, ptep, address); } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
tlb.h 30 #define tlb_remove_tlb_entry(tlb, ptep, address) do { tlb->need_flush = 1; __tlb_remove_tlb_entry(tlb, ptep, address); } while (0)
  /bionic/libc/kernel/arch-sh/asm/
io_trapped.h 31 #define handle_trapped_io(tiop, address) 0
tlb.h 21 #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while (0)
  /bionic/libc/netbsd/resolv/
res_debug.h 26 # define Aerror(statp, file, string, error, address) /*empty*/
  /external/dbus/dbus/
dbus-address.h 2 /* dbus-address.h Server address parser.
40 /** Opaque type representing one of the semicolon-separated items in an address */
43 dbus_bool_t dbus_parse_address (const char *address,
dbus-server-socket.h 32 const DBusString *address);
  /external/dbus/tools/
dbus-launch.h 54 int x11_save_address (char *address, pid_t pid, long *wid);
  /external/nist-sip/java/gov/nist/javax/sip/
ClientTransactionExt.java 9 import javax.sip.address.Hop;
SIPConstants.java 40 gov.nist.javax.sip.address.ParameterNames,
  /external/nist-sip/java/gov/nist/javax/sip/header/
WWWAuthenticate.java 33 import javax.sip.address.URI;
73 * @see gov.nist.javax.sip.header.AuthenticationHeader#setURI(javax.sip.address.URI)
CallInfo.java 30 import gov.nist.javax.sip.address.*;
92 public javax.sip.address.URI getInfo() {
113 public void setInfo(javax.sip.address.URI info) {
ErrorInfo.java 31 import gov.nist.javax.sip.address.*;
33 import javax.sip.address.*;
93 public void setErrorInfo(javax.sip.address.URI errorInfo) {
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssociatedURIHeader.java 34 import javax.sip.address.URI;
41 * has allocated to a user for his own usage (address-of-record). </p>
72 * <p>Set the URI on this address</p>
73 * @param associatedURI - GenericURI to be set in the address of this header
79 * <p>Get the address's URI</p>
80 * @return URI set in the address of this header
  /external/nist-sip/java/javax/sip/address/
Address.java 1 package javax.sip.address;
6 public interface Address extends Cloneable, Serializable {
TelURL.java 1 package javax.sip.address;
  /external/v8/test/cctest/
test-platform-win32.cc 18 void* block_addr = vm->address();
  /libcore/luni/src/main/java/java/nio/
ReadOnlyDirectByteBuffer.java 46 protected ReadOnlyDirectByteBuffer(SafeAddress address, int capacity, int offset) {
47 super(address, capacity, offset);
50 protected ReadOnlyDirectByteBuffer(PlatformAddress address, int capacity, int offset) {
51 super(new SafeAddress(address), capacity, offset);
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSocket.java 62 * Creates a TCP socket connection to the specified address at the specified
65 * @param address
66 * the address to connect to.
72 protected SSLSocket(InetAddress address, int port) throws IOException {
73 super(address, port);
80 * port with the client side bound to the specified address and port.
87 * the client address to bind to
103 * Creates a TCP socket connection to the specified address at the specified
104 * port with the client side bound to the specified address and port.
106 * @param address
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
wspi.h 88 int WSPI_ReadAsync (TI_HANDLE hWSPI, UINT32 address, UINT8* data, UINT32 length, WSPI_CB_T* CB, BOOL bMore, BOOL bSpaceReserved);
89 int WSPI_WriteAsync (TI_HANDLE hWSPI, UINT32 address, UINT8* data, UINT32 length, WSPI_CB_T* CB, BOOL bMore, BOOL bSpaceReserved);
92 int WSPI_ReadSync (TI_HANDLE hWSPI, UINT32 address, UINT8* data, UINT32 length);
93 int WSPI_WriteSync (TI_HANDLE hWSPI, UINT32 address, UINT8* data, UINT32 length);
121 BOOL bFixedAddr; /* use fixed address */
  /external/apache-http/src/org/apache/http/protocol/
RequestTargetHost.java 78 // inet address of the target host
79 InetAddress address = ((HttpInetConnection) conn).getRemoteAddress(); local
81 if (address != null) {
82 targethost = new HttpHost(address.getHostName(), port);
  /external/bluetooth/bluez/test/
test-serial 29 print "Usage: %s <address> [service]" % (sys.argv[0])
32 address = sys.argv[0] variable
39 path = adapter.FindDevice(address)
46 print "Connected %s to %s" % (node, address)
  /external/nist-sip/java/gov/nist/javax/sip/address/
GenericURI.java 26 package gov.nist.javax.sip.address;
29 import javax.sip.address.URI;
39 public class GenericURI extends NetObject implements javax.sip.address.URI {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContactParser.java 26 import gov.nist.javax.sip.address.AddressImpl;
27 import gov.nist.javax.sip.address.SipUri;
32 import javax.sip.address.URI;

Completed in 1320 milliseconds

1 2 3 4 5 6 78 91011>>