HomeSort by relevance Sort by last modified time
    Searched refs:address (Results 751 - 775 of 1981) sorted by null

<<31323334353637383940>>

  /external/chromium/third_party/libjingle/source/talk/base/
sslsocketfactory.cc 59 LOG_F(LS_ERROR) << "Empty address";
144 proxy_socket = new AsyncSocksProxySocket(socket, proxy.address,
149 new AsyncHttpsProxySocket(socket, agent_, proxy.address,
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
tcpport.h 65 virtual Connection* CreateConnection(const Candidate& address,
102 const talk_base::SocketAddress& address);
  /external/kernel-headers/original/asm-x86/
mpspec_32.h 29 extern void mp_register_lapic_address (u64 address);
30 extern void mp_register_ioapic (u8 id, u32 address, u32 gsi_base);
  /external/libvpx/libvpx/vp8/common/
textblit.c 14 void vp8_blit_text(const char *msg, unsigned char *address, const int pitch)
17 unsigned char *output_pos = address;
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 59 address return ADDRESS;
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 135 public synchronized String generateCallIdentifier(String address) {
142 return cidString + "@" + address;
  /external/nist-sip/java/gov/nist/javax/sip/header/
RequestLine.java 31 import javax.sip.address.URI;
33 import gov.nist.javax.sip.address.*;
120 * @see gov.nist.javax.sip.header.SipRequestLine#setUri(gov.nist.javax.sip.address.GenericURI)
245 * CVS: address here. If this is your work then delete this line.
283 * CVS: address here. If this is your work then delete this line.
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 28 import gov.nist.javax.sip.address.*;
43 gov.nist.javax.sip.address.ParameterNames {
123 * CVS: address here. If this is your work then delete this line.
170 * CVS: address here. If this is your work then delete this line.
  /external/v8/src/ia32/
assembler-ia32-inl.h 76 Address RelocInfo::target_address() {
82 Address RelocInfo::target_address_address() {
86 return reinterpret_cast<Address>(pc_);
95 void RelocInfo::set_target_address(Address target, WriteBarrierMode mode) {
127 CPU::FlushICache(pc_, sizeof(Address));
137 Address* RelocInfo::target_reference_address() {
139 return reinterpret_cast<Address*>(pc_);
145 Address address = Memory::Address_at(pc_); local
147 reinterpret_cast<JSGlobalPropertyCell**>(address));
153 Address address = Memory::Address_at(pc_); local
163 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset; local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSocketFactoryImpl.java 152 public Socket createSocket(InetAddress address, int port,
157 return new SSLSocketImpl(address, port, localAddress, localPort,
  /libcore/luni/src/test/java/libcore/java/net/
InetSocketAddressTest.java 154 InetAddress address = InetAddress.getByAddress(new byte[] { 127, 0, 0, 1 }); local
155 InetSocketAddress noHostname = new InetSocketAddress(address, 1234);
OldAndroidDatagramTest.java 84 * Creates a new Relfector object for the given local address and port.
86 public Reflector(int port, InetAddress address) {
89 socket = new DatagramSocket(port, address);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/
test_allocator.h 47 pointer address(reference x) const {return &x;} function in class:test_allocator
48 const_pointer address(const_reference x) const {return &x;} function in class:test_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/re/
test_allocator.h 47 pointer address(reference x) const {return &x;} function in class:test_allocator
48 const_pointer address(const_reference x) const {return &x;} function in class:test_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/
test_allocator.h 47 pointer address(reference x) const {return &x;} function in class:test_allocator
48 const_pointer address(const_reference x) const {return &x;} function in class:test_allocator
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Message.java 67 public abstract Address[] getRecipients(RecipientType type) throws MessagingException;
69 public abstract void setRecipients(RecipientType type, Address[] addresses)
72 public void setRecipient(RecipientType type, Address address) throws MessagingException {
73 setRecipients(type, new Address[] {
74 address
78 public abstract Address[] getFrom() throws MessagingException;
80 public abstract void setFrom(Address from) throws MessagingException;
82 public abstract Address[] getReplyTo() throws MessagingException;
84 public abstract void setReplyTo(Address[] from) throws MessagingException
    [all...]
  /prebuilts/devtools/tools/
lint 58 java_debug=-agentlib:jdwp=transport=dt_socket,server=y,address=8050,suspend=y
screenshot2 59 java_debug=-agentlib:jdwp=transport=dt_socket,server=y,address=8050,suspend=y
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
array_allocator.h 58 address(reference __x) const { return &__x; } function in class:array_allocator_base
61 address(const_reference __x) const { return &__x; } function in class:array_allocator_base
extptr_allocator.h 84 pointer address(reference __x) const function in class:_ExtPtr_allocator
87 const_pointer address(const_reference __x) const function in class:_ExtPtr_allocator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
array_allocator.h 60 address(reference __x) const { return std::__addressof(__x); } function in class:array_allocator_base
63 address(const_reference __x) const { return std::__addressof(__x); } function in class:array_allocator_base
extptr_allocator.h 88 pointer address(reference __x) const function in class:_ExtPtr_allocator
91 const_pointer address(const_reference __x) const function in class:_ExtPtr_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
array_allocator.h 60 address(reference __x) const { return std::__addressof(__x); } function in class:array_allocator_base
63 address(const_reference __x) const { return std::__addressof(__x); } function in class:array_allocator_base
extptr_allocator.h 88 pointer address(reference __x) const function in class:_ExtPtr_allocator
91 const_pointer address(const_reference __x) const function in class:_ExtPtr_allocator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 58 address(reference __x) const { return &__x; } function in class:array_allocator_base
61 address(const_reference __x) const { return &__x; } function in class:array_allocator_base

Completed in 600 milliseconds

<<31323334353637383940>>