/external/chromium/net/tools/flip_server/ |
acceptor_thread.cc | 23 SMAcceptorThread::SMAcceptorThread(FlipAcceptor *acceptor, 26 acceptor_(acceptor), 29 idle_socket_timeout_s_(acceptor->idle_socket_timeout_s_), 32 if (!acceptor->ssl_cert_filename_.empty() && 33 !acceptor->ssl_key_filename_.empty()) { 65 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "Acceptor: Making new server."; 75 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "Acceptor: Reusing server."; 99 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Acceptor: Closing fd " << server_fd; 122 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Acceptor: accept fail(" 138 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Acceptor: accept fail( [all...] |
sm_connection.h | 52 FlipAcceptor *acceptor, 126 FlipAcceptor* acceptor,
|
acceptor_thread.h | 48 SMAcceptorThread(FlipAcceptor *acceptor, MemoryCache* memory_cache);
|
flip_in_mem_edsm_server.cc | 331 // Spdy Server Acceptor 350 // Spdy Server Acceptor 372 net::FlipAcceptor *acceptor = g_proxy_config.acceptors_[i]; local 375 new net::SMAcceptorThread(acceptor, 376 (net::MemoryCache *)acceptor->memory_cache_)); 383 // a separate thread for each http and spdy server acceptor.
|
streamer_interface.cc | 21 FlipAcceptor* acceptor) 25 acceptor_(acceptor),
|
http_interface.h | 31 FlipAcceptor* acceptor);
|
sm_connection.cc | 29 FlipAcceptor* acceptor, 42 acceptor_(acceptor), 655 FlipAcceptor *acceptor, 658 acceptor, log_prefix);
|
spdy_interface.h | 33 FlipAcceptor* acceptor);
|
streamer_interface.h | 28 FlipAcceptor* acceptor);
|
http_interface.cc | 19 FlipAcceptor* acceptor) 29 acceptor_(acceptor) {
|
spdy_interface.cc | 66 FlipAcceptor* acceptor) 75 acceptor_(acceptor),
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
difference.h | 36 // The first argument must be an acceptor; the second argument must be 37 // an unweighted, epsilon-free, deterministic acceptor. One of the 58 LOG(FATAL) << "DifferenceFst: 1st argument not an acceptor"; 72 LOG(FATAL) << "DifferenceFst: 1st argument not an acceptor"; 120 // The first argument must be an acceptor; the second argument must be 121 // an unweighted, epsilon-free, deterministic acceptor. One of the
|
equivalent.h | 39 // the first acceptor are mapped on odd numbers (s -> 2s + 1), and 73 // in acceptor 'fa'. 119 << " epsilon-free deterministic acceptor"; 123 << " epsilon-free deterministic acceptor"; 160 // Data structure for the (partial) acceptor transition function of
|
epsnormalize.h | 37 // Returns an equivalent FST that is epsilon-normalized. An acceptor is
|
determinize.h | 115 // common to the variants that implement acceptor and transducer 230 LOG(FATAL) << "DeterminizeFst: argument not an acceptor"; 469 // the Gallic semiring as an acceptor whose weights contain the output 470 // strings and using acceptor determinization above to determinize 471 // that acceptor. 629 // Mapper to an acceptor. 632 // Determinize acceptor.
|
fstlib.h | 21 // finite-state acceptor is represented as a transducer with each
|
minimize.h | 16 // \file Functions and classes to minimize a finite state acceptor 477 LOG(FATAL) << "Input Fst is not an unweighted acceptor"; 544 } else if (props & kWeighted) { // weighted acceptor 551 } else { // unweighted acceptor
|
properties.cpp | 323 "acceptor", "not acceptor",
|
complement.h | 123 << " epsilon-free deterministic acceptor";
|
/external/dropbear/ |
listener.h | 38 void (*acceptor)(struct Listener*, int sock); member in struct:Listener 55 void (*acceptor)(struct Listener* listener, int sock),
|
listener.c | 69 listener->acceptor(listener, sock); 77 /* acceptor(int fd, void* typedata) is a function to accept connections, 81 void (*acceptor)(struct Listener* listener, int sock), 126 newlisten->acceptor = acceptor;
|
/external/chromium/third_party/libevent/ |
evutil.c | 79 int acceptor = -1; 125 acceptor = accept(listener, (struct sockaddr *) &listen_addr, &size); 126 if (acceptor < 0) 141 fd[1] = acceptor; 154 if (acceptor != -1) 155 EVUTIL_CLOSESOCKET(acceptor);
|
/development/pdk/docs/porting/ |
bluetooth.jd | 150 <li>AVDTP 1.2 in Acceptor and Initiator roles</li> 151 <li>GAVDTP 1.0 in Acceptor and Initiator roles</li> 185 <li>AVDTP 1.2 in Acceptor and Initiator roles</li> 186 <li>GAVDTP 1.0 in Acceptor and Initiator roles</li>
|
/external/bluetooth/bluez/health/ |
mcap_internal.h | 96 MCLRole role; /* Initiator or acceptor of this MCL */
|
/external/srec/tools/grxmlcompile/ |
fst-io.h | 141 bool accep_; // print as acceptor when possible
|