HomeSort by relevance Sort by last modified time
    Searched refs:Accept (Results 1 - 25 of 30) sorted by null

1 2

  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_accept.h 28 Internal implementation of Accept
39 TPVSocketEvent Accept(int32 aTimeout);
80 void Accept(OsclSocketI &aSocket);
oscl_socket_accept.cpp 59 TPVSocketEvent OsclAcceptMethod::Accept(int32 aTimeout)
79 AcceptRequest()->Accept(*iAcceptedSocket);
120 void OsclAcceptRequest::Accept(OsclSocketI &aSocket)
131 SocketI()->Accept(*Param(), *this);
oscl_tcp_socket.h 85 inline TPVSocketEvent Accept(int32 aTimeout = -1);
212 inline TPVSocketEvent OsclTCPSocketI::Accept(int32 aTimeout)
214 return (iAcceptMethod->Accept(aTimeout));
oscl_socket_imp_base.h 50 virtual void Accept(AcceptParam &, OsclSocketRequestAO&) = 0;
oscl_socket_imp_pv.h 65 void Accept(AcceptParam &, OsclSocketRequestAO&);
oscl_socket.cpp 267 OSCL_EXPORT_REF TPVSocketEvent OsclTCPSocket::Accept(int32 aTimeout)
269 return iTCPSocket->Accept(aTimeout);
oscl_socket.h 443 * Retrieve the accept socket after a successful
444 * Accept operation.
531 * Accept incoming connections.
542 OSCL_IMPORT_REF TPVSocketEvent Accept(int32 aTimeout = -1);
545 * Cancel Accept
547 * This method will cancel any pending Accept operation
548 * on the current socket, causing the Accept to complete
550 * Accept operation, this method will have no effect.
oscl_socket_imp_pv.cpp 259 inline void OsclSocketI::Accept(AcceptParam& param, OsclSocketRequestAO& ao)
  /external/v8/src/
ast.h 121 virtual void Accept(AstVisitor* v) = 0;
244 virtual void Accept(AstVisitor* v) { UNREACHABLE(); }
291 virtual void Accept(AstVisitor* v);
315 virtual void Accept(AstVisitor* v);
363 virtual void Accept(AstVisitor* v);
391 virtual void Accept(AstVisitor* v);
427 virtual void Accept(AstVisitor* v);
458 virtual void Accept(AstVisitor* v);
474 virtual void Accept(AstVisitor* v);
492 virtual void Accept(AstVisitor* v)
    [all...]
ast.cc 47 // All the Accept member functions for each syntax tree node type.
50 void type::Accept(AstVisitor* v) { \
193 void* RegExp##Name::Accept(RegExpVisitor* visitor, void* data) { \
316 that->alternatives()->at(i)->Accept(this, data);
327 that->nodes()->at(i)->Accept(this, data);
395 that->elements()->at(0).data.u_atom->Accept(this, data);
400 that->elements()->at(i).data.u_atom->Accept(this, data);
416 that->body()->Accept(this, data);
424 that->body()->Accept(this, data);
433 that->body()->Accept(this, data)
    [all...]
platform-posix.cc 209 Socket* Accept() const;
257 Socket* POSIXSocket::Accept() const {
262 int socket = accept(socket_, NULL, NULL);
jsregexp.h 570 virtual void Accept(NodeVisitor* visitor) = 0;
743 virtual void Accept(NodeVisitor* visitor);
807 virtual void Accept(NodeVisitor* visitor);
    [all...]
platform.h 476 virtual Socket* Accept() const = 0;
debug-agent.cc 67 // Accept connections on the bound port.
72 // Accept the new connection.
73 Socket* client = server_->Accept();
jsregexp.cc 699 EndNode* accept() { return accept_; } function in class:v8::internal::RegExpCompiler
749 accept_ = new EndNode(EndNode::ACCEPT);
    [all...]
platform-win32.cc     [all...]
scopes.cc 300 illegal_redecl_->Accept(visitor);
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
fonts.conf 6 Accept deprecated 'mono' alias, replacing it with 'monospace'
18 Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
30 Accept deprecated 'sans' alias, replacing it with 'sans-serif'
  /external/webkit/WebKitTools/DumpRenderTree/qt/
fonts.conf 6 Accept deprecated 'mono' alias, replacing it with 'monospace'
18 Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
30 Accept deprecated 'sans' alias, replacing it with 'sans-serif'
  /external/v8/test/cctest/
test-sockets.cc 34 Socket* server_; // Server socket used for bind/accept.
55 // Accept a connection.
56 client_ = server_->Accept();
  /bionic/libc/netbsd/isc/
eventlib_p.h 172 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
174 struct { evAccept *this; } accept; member in union:evEvent_p::__anon467
  /external/webkit/WebKit/chromium/src/mac/
WebInputEventFactory.mm 250 // VK_ACCEPT (1E) IME accept
562 // "Accept"
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/Xtrans/
Xtransint.h 310 XtransConnInfo (*Accept)(
  /external/zlib/contrib/masm686/
match.asm 339 ;/* then automatically accept it as the best possible match and leave. */
382 ;/* Accept the current string, with the maximum possible length. */
  /external/zlib/contrib/masmx64/
gvmat64.asm 432 ;;; then automatically accept it as the best possible match and leave.
470 ;;; Accept the current string, with the maximum possible length.

Completed in 251 milliseconds

1 2