HomeSort by relevance Sort by last modified time
    Searched full:accept (Results 726 - 750 of 6772) sorted by null

<<21222324252627282930>>

  /art/runtime/jdwp/
jdwp_socket.cc 54 virtual bool Accept();
179 /* "shutdown" dislodges blocking read() and accept() calls */
205 * Accept a connection. This will block waiting for somebody to show up.
209 bool JdwpSocketState::Accept() {
225 sock = accept(listenSock, &addr.addrPlain, &addrlen);
227 // When we call shutdown() on the socket, accept() returns with
231 PLOG(ERROR) << "accept failed";
234 PLOG(ERROR) << "accept failed";
398 * and accept(), but not select()).
431 tmpSock = accept(listenSock, &addr.addrPlain, &addrlen)
    [all...]
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 59 /** The HTTP {@code Accept} header field name. */
60 public static final String ACCEPT = "Accept";
61 /** The HTTP {@code Accept-Charset} header field name. */
62 public static final String ACCEPT_CHARSET = "Accept-Charset";
63 /** The HTTP {@code Accept-Encoding} header field name. */
64 public static final String ACCEPT_ENCODING = "Accept-Encoding";
65 /** The HTTP {@code Accept-Language} header field name. */
66 public static final String ACCEPT_LANGUAGE = "Accept-Language";
121 /** The HTTP {@code Accept-Ranges} header field name. *
    [all...]
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java     [all...]
  /bionic/libc/kernel/uapi/linux/
bpqether.h 30 unsigned char accept[ETH_ALEN]; member in struct:bpq_ethaddr
  /development/ndk/platforms/android-21/include/linux/
bpqether.h 30 unsigned char accept[ETH_ALEN]; member in struct:bpq_ethaddr
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
GroupOwnerSocketHandler.java 50 pool.execute(new ChatManager(socket.accept(), handler));
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
SocketStream.h 30 virtual SocketStream *accept() = 0;
Win32PipeStream.cpp 65 * time a client connects with accept().
71 * So listen() is a no-op, and accept() really creates the pipe handle.
78 // just save the port number for accept()
83 SocketStream * Win32PipeStream::accept() function in class:Win32PipeStream
Win32PipeStream.h 27 virtual SocketStream *accept();
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ServerSocket.java 27 public Support_Socket accept() throws IOException; method in interface:Support_ServerSocket
  /external/clang/test/CodeGen/
mips-constraints-mem.c 4 // This checks that the frontend will accept inline asm memory constraints.
  /external/clang/test/CodeGenCXX/
pr13396.cpp 21 // older clangs accept:
  /external/clang/test/SemaCXX/
attr-weak.cpp 26 // to parts of a template that have explicit default visibility, so we accept
  /external/clang/test/SemaTemplate/
lookup-dependent-bases.cpp 40 // We actually accept this because the inner class has a dependent base even
operator-template.cpp 3 // Make sure we accept this
  /external/compiler-rt/test/tsan/
fd_socket_connect_norace.cc 36 int c = accept(s, 0, 0);
fd_socket_norace.cc 40 int c = accept(s, 0, 0);
  /external/doclava/res/assets/templates/components/
search_box.cs 5 <form accept-charset="utf-8" class="gsc-search-box"
  /external/freetype/include/internal/services/
svcid.h 14 /* understand and accept it fully. */
svgldict.h 14 /* understand and accept it fully. */
svmm.h 14 /* understand and accept it fully. */
svpostnm.h 14 /* understand and accept it fully. */
svpsinfo.h 14 /* understand and accept it fully. */
svsfnt.h 14 /* understand and accept it fully. */
  /external/freetype/include/
ttunpat.h 16 /* understand and accept it fully. */

Completed in 489 milliseconds

<<21222324252627282930>>