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

1 2 3 4 5 6 7 8 9

  /external/dbus/test/data/invalid-config-files/
truncated-file.conf 5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
badselinux-1.conf 5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
badselinux-2.conf 5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
  /external/dbus/test/data/equiv-config-files/basic/basic.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/
basic.conf 5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
  /external/dbus/test/data/valid-config-files/basic.d/
basic.conf 5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
  /bionic/libc/arch-arm/syscalls/
listen.S 5 .type listen, #function
6 .globl listen
10 listen: label
  /external/dbus/test/data/equiv-config-files/basic/
basic-1.conf 5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
  /external/dbus/test/data/equiv-config-files/entities/
entities-1.conf 6 <listen>unix:path=/foo/&lt;bar&gt;</listen>
7 <listen>tcp:port=1234</listen>
  /external/dbus/test/data/valid-config-files/
basic.conf 5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
debug-allow-all-sha1.conf 6 <listen>debug-pipe:name=test-server</listen>
7 <listen>unix:tmpdir=/tmp</listen>
entities.conf 6 <listen>unix:path=/foo/&lt;bar&gt;</listen>
7 <listen>tcp:port=1234</listen>
many-rules.conf 5 <listen>unix:path=/foo/bar</listen>
6 <listen>tcp:port=1234</listen>
  /external/webkit/WebKitTools/Scripts/
run-webkit-httpd 68 my $listen = "127.0.0.1:$httpdPort";
69 $listen = "$httpdPort" if ($allInterfaces);
74 print "Starting httpd on <http://$listen/>...\n";
80 "-C", "Listen $listen",
run-webkit-websocketserver 84 my $listen = "http://127.0.0.1:$webSocketPort";
86 while (system("/usr/bin/curl -k -q --silent --stderr - --output /dev/null $listen") && $retryCount) {
run-mangleme-tests 142 my $listen = "127.0.0.1:$httpdPort";
147 "-C", "Listen $listen",
156 while (system("/usr/bin/curl -q --silent --stderr - --output " . File::Spec->devnull() . " $listen") && $retryCount) {
  /bionic/libc/arch-x86/syscalls/
listen.S 5 .type listen, @function
6 .globl listen
9 listen: label
  /system/core/include/sysutils/
SocketListener.h 33 SocketListener(const char *socketNames, bool listen);
34 SocketListener(int socketFd, bool listen);
  /frameworks/base/core/java/android/net/
LocalServerSocket.java 54 impl.listen(LISTEN_BACKLOG);
59 * been created and bound. listen() will be called immediately on it.
69 impl.listen(LISTEN_BACKLOG);
  /system/core/rootdir/etc/
dbus.conf 11 <!-- Only listen on a local socket. (abstract=/path/to/socket
15 <listen>unix:path=/dev/socket/dbus</listen>
  /development/simulator/app/
LocalBiChannel.h 32 /* create the "listen" side */
36 * Listen for a connection. When we get one, we create unidirectional
39 bool listen(Pipe** ppReadPipe, Pipe** ppWritePipe);
  /frameworks/base/obex/javax/obex/
ObexTransport.java 60 void listen() throws IOException; method in interface:ObexTransport
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneStateListenerTest.java 64 mTelephonyManager.listen(mListener, PhoneStateListener.LISTEN_NONE);
107 mTelephonyManager.listen(mListener, PhoneStateListener.LISTEN_SERVICE_STATE);
154 mTelephonyManager.listen(mListener, PhoneStateListener.LISTEN_SIGNAL_STRENGTH);
196 mTelephonyManager.listen(
239 mTelephonyManager.listen(
282 mTelephonyManager.listen(mListener, PhoneStateListener.LISTEN_CELL_LOCATION);
324 mTelephonyManager.listen(mListener, PhoneStateListener.LISTEN_CALL_STATE);
366 mTelephonyManager.listen(
409 mTelephonyManager.listen(mListener, PhoneStateListener.LISTEN_DATA_ACTIVITY);
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 4 listen {
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 3 listen {

Completed in 270 milliseconds

1 2 3 4 5 6 7 8 9