Home
last modified time | relevance | path

Searched refs:listen (Results 1 – 25 of 718) sorted by relevance

12345678910>>...29

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java258 mTelephonyManager.createForSubscriptionId(subId).listen( in telephonyStartTrackingCallStateForSubscription()
280 mTelephonyManager.createForSubscriptionId(subId).listen( in telephonyStartTrackingCellInfoChangeForSubscription()
302 mTelephonyManager.createForSubscriptionId(subId).listen( in telephonyStartTrackingActiveDataChangeForSubscription()
324 mTelephonyManager.createForSubscriptionId(subId).listen( in telephonyStartTrackingDisplayInfoChangeForSubscription()
334 @RpcParameter(name = "listen") Boolean listen) { in telephonyAdjustPreciseCallStateListenLevel()
335 return telephonyAdjustPreciseCallStateListenLevelForSubscription(type, listen, in telephonyAdjustPreciseCallStateListenLevel()
343 @RpcParameter(name = "listen") Boolean listen, in telephonyAdjustPreciseCallStateListenLevelForSubscription()
352 listener.mCallStateChangeListener.listenForeground = listen; in telephonyAdjustPreciseCallStateListenLevelForSubscription()
354 listener.mCallStateChangeListener.listenRinging = listen; in telephonyAdjustPreciseCallStateListenLevelForSubscription()
356 listener.mCallStateChangeListener.listenBackground = listen; in telephonyAdjustPreciseCallStateListenLevelForSubscription()
[all …]
/external/libwebsockets/READMEs/
DREADME.http-fallback.md37 "listen-accept-role": "the-role-name",
38 "listen-accept-protocol": "the-protocol-name",
39 "fallback-listen-accept": "1"
46 a valid tls packet if connection to an https vhost, this allows the one listen
54 vhost, actually their effect is global for a given listen port. If enabled,
55 all vhosts on the same listen port will do the fallback action.
69 |`LWS_SERVER_OPTION_FALLBACK_TO_APPLY_LISTEN_ACCEPT_CONFIG`|`"fallback-listen-accept": "1"`|Enable …
80 |`LWS_SERVER_OPTION_FALLBACK_TO_APPLY_LISTEN_ACCEPT_CONFIG`|`"fallback-listen-accept": "1"`|Enable …
95 …N_ADOPT_APPLY_LISTEN_ACCEPT_CONFIG|`"apply-listen-accept": "1"`|Force vhost to use listen-accept-r…
155 "listen-accept-role": "raw-proxy",
[all …]
/external/cros/system_api/dbus/seneschal/
Dseneschal_service.proto34 // Defines the vsock address on which a server should listen for requests.
37 // The port number on which the server should listen for requests.
44 // Defines the unix address on which a server should listen for requests.
46 // The path on the system where the server should listen for requests.
50 // Defines the network address on which a server should listen for requests.
53 // The port on which the server should listen for requests.
58 // should listen for requests.
63 // The address on which the server should listen for requests.
/external/selinux/python/sepolgen/tests/
Dperm_map287 listen r 1
315 listen r 1
341 listen r 1
366 listen r 1
407 listen r 1
431 listen r 1
455 listen r 1
482 listen r 1
506 listen r 1
698 listen r 1
[all …]
/external/selinux/python/sepolgen/src/share/
Dperm_map294 listen r 1
322 listen r 1
348 listen r 1
373 listen r 1
414 listen r 1
438 listen r 1
462 listen r 1
489 listen r 1
513 listen r 1
705 listen r 1
[all …]
/external/rust/crates/tokio/tests/
Dtcp_socket.rs14 let srv = assert_ok!(srv.listen(128)); in basic_usage_v4()
32 let srv = assert_ok!(srv.listen(128)); in basic_usage_v6()
50 let srv = assert_ok!(srv.listen(128)); in bind_before_connect()
/external/libwebsockets/plugins/raw-proxy/
DREADME.md18 header to resolve amongst multiple vhosts on the same listen port. So the
60 "apply-listen-accept": "1",
61 "listen-accept-role": "raw-proxy",
62 "listen-accept-protocol": "raw-proxy"
/external/dnsmasq/src/
Dforward.c497 void receive_query(struct listener* listen, time_t now) { in receive_query() argument
524 if (listen->family == AF_INET && (daemon->options & OPT_NOWILD)) { in receive_query()
525 dst_addr_4 = listen->iface->addr.in.sin_addr; in receive_query()
526 netmask = listen->iface->netmask; in receive_query()
543 if ((n = recvmsg(listen->fd, &msg, 0)) == -1) return; in receive_query()
547 source_addr.sa.sa_family = listen->family; in receive_query()
549 if (listen->family == AF_INET6) source_addr.in6.sin6_flowinfo = 0; in receive_query()
558 if (listen->family == AF_INET) in receive_query()
566 if (listen->family == AF_INET) { in receive_query()
576 if (listen->family == AF_INET6) { in receive_query()
[all …]
/external/grpc-grpc/test/http2_test/
Dhttp2_test_server.py82 def listen(endpoint, test_case): function
83 deferred = endpoint.listen(H2Factory(test_case))
103 twisted.internet.reactor.callWhenRunning(listen, endpoint, test_case)
/external/rust/crates/grpcio-sys/grpc/test/http2_test/
Dhttp2_test_server.py87 def listen(endpoint, test_case): function
88 deferred = endpoint.listen(H2Factory(test_case))
111 twisted.internet.reactor.callWhenRunning(listen, endpoint, test_case)
/external/mesa3d/.gitlab-ci/bare-metal/
Dnginx-default-site2 listen 80 default_server;
3 listen [::]:80 default_server;
/external/openssh/
DPROTOCOL.mux5 master. This will cause ssh(1) to listen on a Unix domain socket for
167 string listen host
168 uint32 listen port
174 If listen port is (unsigned int) -2, then the listen host is treated as
183 For dynamically allocated listen port the server replies with
187 uint32 allocated remote listen port
198 string listen host
199 uint32 listen port
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/resources/
Djdi.properties6 raw.address = Address from which to listen for a connection after the raw command is run
28 generic_listening.address = Address to listen for VM connections
41 socket_listening.port = Port number at which to listen for VM connections
47 memory_listening.name = Name of the shared memory area at which to listen for VM connection
/external/bcc/tools/
Dsolisten_example.txt4 This tool traces the kernel function called when a program wants to listen
23 This output show the listen event from 3 programs. Netcat was started twice as
36 The overhead of this tool is negligeable as it traces listen() calls which are
/external/crosvm/integration_tests/guest_under_test/
Ddelegate.rs25 fn listen(input: Box<dyn io::Read>, mut output: Box<dyn io::Write>) -> io::Result<()> { in listen() function
50 listen( in main()
/external/oss-fuzz/docs/
DGemfile.lock194 listen (~> 3.0)
204 listen (3.4.0)
236 sass-listen (~> 4.0.0)
237 sass-listen (4.0.0)
/external/swiftshader/src/System/
DSocket.cpp66 void Socket::listen(int backlog) in listen() function in sw::Socket
68 ::listen(socket, backlog); in listen()
/external/swiftshader/src/Common/
DSocket.cpp65 void Socket::listen(int backlog) in listen() function in sw::Socket
67 ::listen(socket, backlog); in listen()
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket_acceptor.hpp148 this->get_service().listen(this->get_implementation(), in basic_socket_acceptor()
413 void listen(int backlog = socket_base::max_connections) in listen() function in asio::basic_socket_acceptor
416 this->get_service().listen(this->get_implementation(), backlog, ec); in listen()
442 asio::error_code listen(int backlog, asio::error_code& ec) in listen() function in asio::basic_socket_acceptor
444 return this->get_service().listen(this->get_implementation(), backlog, ec); in listen()
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.in30 # if no listen directive is specified, racoon will listen on all
32 listen
/external/webrtc/rtc_base/
Dasync_tcp_socket.cc65 bool listen, in AsyncTCPSocketBase() argument
68 listen_(listen), in AsyncTCPSocketBase()
290 AsyncTCPSocket::AsyncTCPSocket(AsyncSocket* socket, bool listen) in AsyncTCPSocket() argument
291 : AsyncTCPSocketBase(socket, listen, kBufSize) {} in AsyncTCPSocket()
Dasync_tcp_socket.h32 AsyncTCPSocketBase(AsyncSocket* socket, bool listen, size_t max_packet_size);
97 AsyncTCPSocket(AsyncSocket* socket, bool listen);
/external/python/cpython3/Lib/test/
Dtest_timeout.py245 self.sock.listen()
252 serv.listen()
261 serv.listen()
271 serv.listen()
/external/ltp/utils/sctp/func_tests/
Dtest_1_to_1_socket_bind_listen.c253 error = listen(-1, 3); in main()
266 error = listen(fd, 3); in main()
278 error = listen(sk, 3); in main()
/external/libcap/goapps/web/
Dweb.go69 func listen(network, address string) (net.Listener, error) { func
124 ls, err := listen("tcp", fmt.Sprintf(":%d", *port))

12345678910>>...29