Searched defs:address (Results 26 - 50 of 467) sorted by relevance

1234567891011>>

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpConnector.java30 public void open(String address) throws IOException; argument
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/
H A DSocketFactoryTest.java102 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) argument
/external/apache-http/src/org/apache/http/conn/params/
H A DConnRouteParamBean.java63 public void setLocalAddress (final InetAddress address) { argument
64 params.setParameter(ConnRoutePNames.LOCAL_ADDRESS, address);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DIPAddress.java6 * Validate the given IPv4 or IPv6 address.
8 * @param address the IP address as a String.
10 * @return true if a valid address, false otherwise
13 String address)
15 return isValidIPv4(address) || isValidIPv6(address);
19 * Validate the given IPv4 or IPv6 address and netmask.
21 * @param address the IP address a
12 isValid( String address) argument
25 isValidWithNetMask( String address) argument
38 isValidIPv4( String address) argument
79 isValidIPv4WithNetmask( String address) argument
89 isValidIPv6WithNetmask( String address) argument
120 isValidIPv6( String address) argument
[all...]
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLSocketFactoryImpl.java82 public Socket createSocket(InetAddress address, int port) throws IOException { argument
83 return new OpenSSLSocketImpl(address, port, (SSLParametersImpl) sslParameters.clone());
87 public Socket createSocket(InetAddress address, argument
92 return new OpenSSLSocketImpl(address,
/external/elfutils/src/tests/
H A Ddwfl-addr-sect.c33 handle_address (Dwfl *dwfl, Dwarf_Addr address) argument
35 Dwfl_Module *mod = dwfl_addrmodule (dwfl, address);
36 Dwarf_Addr adjusted = address;
42 address, dwfl_errmsg (-1));
45 printf ("address %#" PRIx64 " => module \"%s\" section %zu + %#" PRIx64 "\n",
46 address,
H A Ddwfl-bug-fd-leak.c35 elfutils_open (pid_t pid, Dwarf_Addr address) argument
59 Dwarf *dbg = dwfl_addrdwarf (dwfl, address, &bias);
68 Elf *elf = dwfl_module_getelf (dwfl_addrmodule (dwfl, address), &bias);
/external/google-breakpad/src/client/windows/unittests/
H A Ddump_analysis.h62 bool HasMemory(ULONG64 address) const {
63 return HasMemory<BYTE>(address, NULL);
66 bool HasMemory(const void* address) const {
67 return HasMemory<BYTE>(address, NULL);
71 bool HasMemory(ULONG64 address, StructureType** structure = NULL) const { argument
73 if (address > 0xFFFFFFFFUL)
76 return HasMemory(reinterpret_cast<void*>(address), structure);
/external/google-breakpad/src/common/dwarf/
H A Dline_state_machine.h41 address = 0;
50 uint64 address; member in struct:dwarf2reader::LineStateMachine
/external/google-breakpad/src/processor/
H A Dexploitability.cc99 bool Exploitability::AddressIsAscii(uint64_t address) { argument
101 uint8_t byte = (address >> (8*i)) & 0xff;
H A Dstatic_range_map-inl.h46 const AddressType &address, const EntryType *&entry,
48 MapConstIterator iterator = map_.lower_bound(address);
52 // The map is keyed by the high address of each range, so |address| is
53 // guaranteed to be lower than the range's high address. If |range| is
54 // not directly preceded by another range, it's possible for address to
55 // be below the range's low address, though. When that happens, address
62 if (address < range->base())
77 const AddressType &address, cons
45 RetrieveRange( const AddressType &address, const EntryType *&entry, AddressType *entry_base, AddressType *entry_size) const argument
76 RetrieveNearestRange( const AddressType &address, const EntryType *&entry, AddressType *entry_base, AddressType *entry_size) const argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DParameterNames.java26 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.
H A DSipURIExt.java1 package gov.nist.javax.sip.address;
3 import javax.sip.address.SipURI;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAddressParametersHeader.java26 import javax.sip.address.*;
31 import gov.nist.javax.sip.address.*;
33 /** An abstract class for headers that take an address and parameters.
47 protected AddressImpl address; field in class:AddressParametersHeader
53 return address;
57 * @see gov.nist.javax.sip.header.AddressParameters#setAddress(javax.sip.address.Address)
59 public void setAddress(Address address) { argument
60 this.address = (AddressImpl) address;
86 if (this.address !
[all...]
H A DReplyTo.java32 import gov.nist.javax.sip.address.*;
61 /** Default constructor given an address.
63 *@param address -- address of this header.
66 public ReplyTo(AddressImpl address) { argument
68 this.address = address;
85 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
88 retval += address.encode();
89 if (address
[all...]
H A DRoute.java31 import gov.nist.javax.sip.address.AddressImpl;
59 /** Default constructor given an address.
61 *@param address -- address of this header.
65 public Route(AddressImpl address) { argument
67 this.address = address;
73 *@return the hashcode of the encoded address.
76 return this.address.getHostPort().encode().toLowerCase().hashCode();
91 boolean addrFlag = address
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DAddressHeaderIms.java33 import javax.sip.address.Address;
35 import gov.nist.javax.sip.address.AddressImpl;
45 protected AddressImpl address; field in class:AddressHeaderIms
52 return address;
57 * @param address Address to set
59 public void setAddress(Address address) { argument
60 this.address = (AddressImpl) address;
77 if (this.address != null)
78 retval.address
[all...]
H A DPAssertedIdentity.java37 import gov.nist.javax.sip.address.AddressImpl;
57 * @param address address to set
59 public PAssertedIdentity(AddressImpl address) { argument
61 this.address = address;
77 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
80 retval.append(address.encode());
81 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
H A DPAssociatedURI.java37 import gov.nist.javax.sip.address.AddressImpl;
38 import gov.nist.javax.sip.address.GenericURI;
39 import javax.sip.address.URI;
48 * has allocated to a user for his own usage (address-of-record). </p>
81 * @param address to be set in the header
83 public PAssociatedURI(AddressImpl address) argument
86 this.address = address;
91 * @param associatedURI - GenericURI to be set in the address of this header
96 this.address
[all...]
H A DPCalledPartyID.java37 import gov.nist.javax.sip.address.AddressImpl;
52 * @param address address to set
54 public PCalledPartyID(AddressImpl address) { argument
56 this.address = address;
72 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
75 retval.append(address.encode());
76 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
H A DPPreferredIdentity.java36 import gov.nist.javax.sip.address.AddressImpl;
57 * @param address address to set
59 public PPreferredIdentity(AddressImpl address) { argument
61 this.address = address;
76 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
79 retval.append(address.encode());
80 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
H A DPProfileKey.java29 import gov.nist.javax.sip.address.AddressImpl;
46 public PProfileKey(AddressImpl address) argument
49 this.address = address;
57 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
60 retval.append(address.encode());
61 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
H A DPath.java36 import gov.nist.javax.sip.address.AddressImpl;
49 * @param address address to set
51 public Path(AddressImpl address) { argument
53 this.address = address;
71 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
74 retval.append(address.encode());
75 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
H A DServiceRoute.java35 import gov.nist.javax.sip.address.AddressImpl;
53 * @param address address to set
55 public ServiceRoute(AddressImpl address) { argument
57 this.address = address;
72 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
75 retval.append(address.encode());
76 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DRoute.java28 * <li><strong>IP address:</strong> whether connecting directly to an origin
29 * server or a proxy, opening a socket requires an IP address. The DNS
35 final Address address; field in class:Route
39 public Route(Address address, Proxy proxy, InetSocketAddress inetSocketAddress) { argument
40 if (address == null) {
41 throw new NullPointerException("address == null");
49 this.address = address;
55 return address;
62 * when it is null. When the address'
[all...]

Completed in 507 milliseconds

1234567891011>>