HomeSort by relevance Sort by last modified time
    Searched refs:address (Results 251 - 275 of 1958) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/asm-mips/
tlb.h 14 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0)
  /external/llvm/include/llvm/CodeGen/
MachineCodeInfo.h 27 void *Address; // The address of the function in memory
30 MachineCodeInfo() : Size(0), Address(0) {}
37 Address = a;
44 void *address() const { function in class:llvm::MachineCodeInfo
45 return Address;
  /external/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.h 42 uint64_t address,
  /external/nist-sip/java/gov/nist/javax/sip/address/
ParameterNames.java 26 package gov.nist.javax.sip.address;
71 * CVS: address here. If this is your work then delete this line.
112 * CVS: address here. If this is your work then delete this line.
  /external/nist-sip/java/gov/nist/javax/sip/header/
ProxyAuthenticate.java 31 import javax.sip.address.URI;
71 * @see gov.nist.javax.sip.header.AuthenticationHeader#setURI(javax.sip.address.URI)
103 * CVS: address here. If this is your work then delete this line.
142 * CVS: address here. If this is your work then delete this line.
SipRequestLine.java 3 import javax.sip.address.URI;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 32 import gov.nist.javax.sip.address.GenericURI;
33 import gov.nist.javax.sip.address.SipUri;
34 import gov.nist.javax.sip.address.TelURLImpl;
35 import gov.nist.javax.sip.address.TelephoneNumber;
  /external/nist-sip/java/javax/sip/
ClientTransaction.java 3 import javax.sip.address.Hop;
  /external/nist-sip/java/javax/sip/address/
Router.java 1 package javax.sip.address;
  /external/nist-sip/java/javax/sip/header/
CallInfoHeader.java 3 import javax.sip.address.URI;
ErrorInfoHeader.java 4 import javax.sip.address.URI;
  /external/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 57 * <li>Server Name Indication (SNI) enables one IP address to negotiate secure
79 private final Address address; field in class:Connection
92 public Connection(Address address, Proxy proxy, InetSocketAddress inetSocketAddress,
94 if (address == null) throw new NullPointerException("address == null");
97 this.address = address;
115 if (address.sslSocketFactory != null)
    [all...]
  /external/smack/src/org/xbill/DNS/
APLRecord.java 11 * APL - Address Prefix List. See RFC 3123.
17 * Note: this currently uses the same constants as the Address class;
27 public final Object address; field in class:APLRecord.Element
30 Element(int family, boolean negative, Object address, int prefixLength)
34 this.address = address;
45 * @param address The IPv4 or IPv6 address.
50 Element(boolean negative, InetAddress address, int prefixLength) {
51 this(Address.familyOf(address), negative, address
227 InetAddress address = InetAddress.getByAddress(bytes); local
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Attachment.h 50 Attachment(void* address, mach_msg_size_t size, mach_msg_copy_options_t copyOptions, bool deallocate);
65 void* address() const { ASSERT(m_type == MachOOLMemoryType); return m_oolMemory.address; } function in class:CoreIPC::Attachment
91 void* address; member in struct:CoreIPC::Attachment::__anon18124::__anon18126
  /frameworks/base/core/java/android/hardware/usb/
UsbEndpoint.java 44 public UsbEndpoint(int address, int attributes, int maxPacketSize, int interval) {
45 mAddress = address;
52 * Returns the endpoint's address field.
53 * The address is a bitfield containing both the endpoint number
58 * @return the endpoint's address
65 * Extracts the endpoint's endpoint number from its address
140 int address = in.readInt();
144 return new UsbEndpoint(address, attributes, maxPacketSize, interval);
  /libcore/luni/src/main/java/java/net/
ProxySelector.java 124 * @param address the address of the proxy.
129 public abstract void connectFailed(URI uri, SocketAddress address, IOException failure);
SocketImpl.java 37 * The remote address this socket is connected to.
39 protected InetAddress address; field in class:SocketImpl
78 * Binds this socket to the specified local host address and port number.
80 * @param address
81 * the local machine address to bind this socket to.
87 protected abstract void bind(InetAddress address, int port) throws IOException;
110 * Connects this socket to the specified remote host address and port
113 * @param address
114 * the remote host address this socket has to be connected to.
120 protected abstract void connect(InetAddress address, int port
    [all...]
  /libcore/luni/src/main/java/java/nio/
MappedByteBuffer.java 55 long address = block.toLong(); local
63 int pageOffset = (int) (address % pageSize);
64 address -= pageOffset;
68 Libcore.os.mincore(address, size, vector);
  /packages/apps/Email/src/org/apache/james/mime4j/field/
MailboxField.java 26 import org.apache.james.mime4j.field.address.AddressList;
27 import org.apache.james.mime4j.field.address.Mailbox;
28 import org.apache.james.mime4j.field.address.MailboxList;
29 import org.apache.james.mime4j.field.address.parser.ParseException;
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
ASTaddr_spec.java 3 package org.apache.james.mime4j.field.address.parser;
ASTaddress.java 3 package org.apache.james.mime4j.field.address.parser;
ASTaddress_list.java 3 package org.apache.james.mime4j.field.address.parser;
ASTangle_addr.java 3 package org.apache.james.mime4j.field.address.parser;
ASTdomain.java 3 package org.apache.james.mime4j.field.address.parser;
ASTgroup_body.java 3 package org.apache.james.mime4j.field.address.parser;

Completed in 1150 milliseconds

<<11121314151617181920>>