/external/dbus/test/data/invalid-config-files/ |
D | truncated-file.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
D | badselinux-2.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
D | badselinux-1.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
/external/dbus/test/data/valid-config-files/ |
D | check-own-rules.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
D | entities.conf | 6 <listen>unix:path=/foo/<bar></listen> 7 <listen>tcp:port=1234</listen>
|
D | basic.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
D | many-rules.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
/external/dbus/test/data/valid-config-files/basic.d/ |
D | basic.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
/external/dbus/test/data/equiv-config-files/basic/basic.d/ |
D | basic.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
/external/dbus/test/data/equiv-config-files/entities/basic.d/ |
D | basic.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
/external/dbus/test/data/equiv-config-files/entities/ |
D | entities-1.conf | 6 <listen>unix:path=/foo/<bar></listen> 7 <listen>tcp:port=1234</listen>
|
/external/dbus/test/data/equiv-config-files/basic/ |
D | basic-1.conf | 5 <listen>unix:path=/foo/bar</listen> 6 <listen>tcp:port=1234</listen>
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | TelephonyManagerFacade.java | 228 mTelephonyManager.listen( in telephonyStartTrackingCallStateForSubscription() 250 mTelephonyManager.listen( in telephonyStartTrackingCellInfoChangeForSubscription() 259 Boolean listen) { in telephonyAdjustPreciseCallStateListenLevel() argument 260 return telephonyAdjustPreciseCallStateListenLevelForSubscription(type, listen, in telephonyAdjustPreciseCallStateListenLevel() 267 Boolean listen, in telephonyAdjustPreciseCallStateListenLevelForSubscription() argument 276 listener.mCallStateChangeListener.listenForeground = listen; in telephonyAdjustPreciseCallStateListenLevelForSubscription() 278 listener.mCallStateChangeListener.listenRinging = listen; in telephonyAdjustPreciseCallStateListenLevelForSubscription() 280 listener.mCallStateChangeListener.listenBackground = listen; in telephonyAdjustPreciseCallStateListenLevelForSubscription() 304 mTelephonyManager.listen( in telephonyStopTrackingCellInfoChangeForSubscription() 325 mTelephonyManager.listen( in telephonyStopTrackingCallStateChangeForSubscription() [all …]
|
/external/selinux/sepolgen/tests/ |
D | perm_map | 287 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/sepolgen/src/share/ |
D | perm_map | 294 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/dnsmasq/src/ |
D | forward.c | 574 void receive_query(struct listener *listen, time_t now) in receive_query() argument 606 if (listen->family == AF_INET && (daemon->options & OPT_NOWILD)) in receive_query() 608 dst_addr_4 = listen->iface->addr.in.sin_addr; in receive_query() 609 netmask = listen->iface->netmask; in receive_query() 628 if ((n = recvmsg(listen->fd, &msg, 0)) == -1) in receive_query() 636 source_addr.sa.sa_family = listen->family; in receive_query() 638 if (listen->family == AF_INET6) in receive_query() 650 if (listen->family == AF_INET) in receive_query() 658 if (listen->family == AF_INET) in receive_query() 673 if (listen->family == AF_INET6) in receive_query() [all …]
|
D | tftp.c | 41 void tftp_request(struct listener *listen, time_t now) in tftp_request() argument 83 if ((len = recvmsg(listen->tftpfd, &msg, 0)) < 2) in tftp_request() 88 addr = listen->iface->addr.in; in tftp_request() 89 mtu = listen->iface->mtu; in tftp_request() 123 if (!indextoname(listen->tftpfd, if_index, name) || in tftp_request() 134 if (ioctl(listen->tftpfd, SIOCGIFMTU, &ifr) != -1) in tftp_request()
|
/external/webrtc/webrtc/base/ |
D | asynctcpsocket.cc | 51 AsyncTCPSocketBase::AsyncTCPSocketBase(AsyncSocket* socket, bool listen, in AsyncTCPSocketBase() argument 54 listen_(listen), in AsyncTCPSocketBase() 245 AsyncTCPSocket::AsyncTCPSocket(AsyncSocket* socket, bool listen) in AsyncTCPSocket() argument 246 : AsyncTCPSocketBase(socket, listen, kBufSize) { in AsyncTCPSocket()
|
D | asynctcpsocket.h | 25 AsyncTCPSocketBase(AsyncSocket* socket, bool listen, size_t max_packet_size); 88 AsyncTCPSocket(AsyncSocket* socket, bool listen);
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_socket_acceptor.hpp | 148 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/ |
D | racoon.conf.in | 30 # if no listen directive is specified, racoon will listen on all 32 listen
|
/external/fio/engines/ |
D | net.c | 42 unsigned int listen; member 148 .off1 = offsetof(struct netio_options, listen), 235 rcv = o->listen || o->pingpong; in set_window_size() 236 snd = !o->listen || o->pingpong; in set_window_size() 339 if ((o->listen && io_u->ddir == DDIR_WRITE) || in fio_netio_prep() 340 (!o->listen && io_u->ddir == DDIR_READ)) { in fio_netio_prep() 598 if (o->listen) { in fio_netio_recv() 981 if (o->listen) in fio_netio_open_file() 1285 if (listen(nd->listenfd, 10) < 0) { in fio_netio_setup_listen() 1320 if (o->listen) { in fio_netio_init() [all …]
|
/external/dbus/doc/ |
D | busconfig.dtd | 5 listen | 17 <!ELEMENT listen (#PCDATA)> element
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/ |
D | tcp-server.js | 43 listen: null, // Called when socket is connected. property 84 TcpServer.prototype.listen = function(callback) { method in TcpServer 127 socket.listen(this.serverSocketId, this.addr, this.port, 50,
|
/external/webrtc/webrtc/p2p/base/ |
D | asyncstuntcpsocket.cc | 47 rtc::AsyncSocket* socket, bool listen) in AsyncStunTCPSocket() argument 48 : rtc::AsyncTCPSocketBase(socket, listen, kBufSize) { in AsyncStunTCPSocket()
|