/dalvik/libcore/luni/src/main/java/java/net/ |
ProxySelector.java | 97 * <li>socket:://ip:port URI stands for tcp client sockets connection.</li>
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/ |
PlainDatagramSocketImpl.java | 41 * The default, concrete instance of datagram sockets. This class does not 64 * for datagram and multicast sockets we have to set REUSEADDR and REUSEPORT 65 * when REUSEADDR is set for other types of sockets we need to just set 289 * for datagram sockets on some platforms we have to set both the
|
/development/simulator/app/ |
ported.cpp | 80 // You can't use select() either, since that only works on sockets. The
|
/device/htc/dream/ |
init.trout.rc | 40 mkdir /data/misc/wifi/sockets 0770 wifi wifi
|
/device/htc/passion/ |
init.mahimahi.rc | 8 mkdir /data/misc/wifi/sockets 0770 wifi wifi
|
/device/htc/sapphire/ |
init.sapphire.rc | 40 mkdir /data/misc/wifi/sockets 0770 wifi wifi
|
/external/bluetooth/glib/glib/ |
gpoll.h | 47 * from CreateFile, SOCKETs, nor pipe handles. (But you can use
|
/external/dbus/dbus/ |
dbus-misc.c | 48 * able to use shared memory, UNIX domain sockets, process IDs, and other
|
/external/dbus/tools/ |
dbus-uuidgen.1 | 42 sockets, local X displays, localhost.localdomain resolution, process
|
/external/netperf/ |
nettest_sctp.h | 6 /* sockets tests */
|
/external/qemu/slirp/ |
socket.h | 21 struct socket *so_next,*so_prev; /* For a linked list of sockets */
|
/external/qemu/slirp-android/ |
socket.h | 21 struct socket *so_next,*so_prev; /* For a linked list of sockets */
|
/external/v8/test/cctest/ |
SConscript | 58 'test-sockets.cc',
|
cctest.status | 70 test-sockets: SKIP
|
test-sockets.cc | 19 // Close both sockets.
|
/frameworks/base/core/jni/ |
android_bluetooth_BluetoothAudioGateway.cpp | 324 LOGE("Neither HF nor HS listening sockets are open!"); 350 LOGE("listening select() on RFCOMM sockets: %s (%d)", 390 LOGE("Neither HF nor HS listening sockets are open!"); 396 LOGE("listening poll() on RFCOMM sockets: %s (%d)",
|
/hardware/libhardware/include/hardware/ |
qemud.h | 20 #include <cutils/sockets.h>
|
/hardware/ril/rild/ |
radiooptions.c | 21 #include <cutils/sockets.h>
|
/system/core/libcutils/ |
socket_local_client.c | 17 #include <cutils/sockets.h>
|
/system/core/nexus/ |
nexctl.c | 31 #include <cutils/sockets.h>
|
/system/core/toolbox/ |
log.c | 38 #include <cutils/sockets.h>
|
/system/netd/ |
ndc.c | 31 #include <cutils/sockets.h>
|
/system/vold/ |
vdc.c | 31 #include <cutils/sockets.h>
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
INetworkSystem.java | 184 * all sockets interested in read and accept 186 * all sockets interested in write and connect
|
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
SSLContext.java | 232 * that can be used for handshake of server-side SSL sockets. 244 * that can be used for handshake of client-side SSL sockets.
|