HomeSort by relevance Sort by last modified time
    Searched full:socket (Results 601 - 625 of 4983) sorted by null

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 26 import errno, logging, socket, os, cPickle, struct, time, re namespace
435 a streaming socket. The socket is kept open across logging calls.
450 a socket error occurs, the socket is silently closed and then
469 type of socket they want.
471 s = socket.socket(socket.AF_INET, socket.SOCK_STREAM
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 26 import errno, logging, socket, os, cPickle, struct, time, re namespace
435 a streaming socket. The socket is kept open across logging calls.
450 a socket error occurs, the socket is silently closed and then
469 type of socket they want.
471 s = socket.socket(socket.AF_INET, socket.SOCK_STREAM
    [all...]
  /bionic/libc/bionic/
accept.cpp 17 #include <sys/socket.h>
accept4.cpp 19 #include <sys/socket.h>
connect.cpp 19 #include <sys/socket.h>
  /bionic/libc/kernel/uapi/linux/
un.h 21 #include <linux/socket.h>
  /build/target/board/generic/sepolicy/
file_contexts 6 /dev/socket/qemud u:object_r:qemud_socket:s0
  /development/ndk/platforms/android-21/include/linux/
un.h 21 #include <linux/socket.h>
  /development/ndk/platforms/android-3/include/linux/
net.h 16 #include <asm/socket.h>
  /device/asus/flo/sepolicy/
bluetooth_loader.te 23 # Talk to init over the property socket
camera.te 23 # Connect to sensor socket (/data/app/sensor_ctl_socket)
rmt.te 21 allow rmt self:socket create_socket_perms;
  /device/generic/goldfish/libqemu/
test_host_2.c 23 #include <sys/socket.h>
45 /* Close a socket, preserving the value of errno */
54 /* Create a server socket bound to a loopback port */
60 int sock = socket(AF_INET, type, 0);
test_util.h 26 int socket; member in struct:__anon3144
  /device/lge/hammerhead/sepolicy/
camera.te 23 # Connect to sensor socket (/data/app/sensor_ctl_socket)
rmt.te 25 allow rmt self:socket create_socket_perms;
  /device/moto/shamu/sepolicy/
camera.te 13 # Connect to sensor socket (/dev/sensor/sensor_ctl_socket)
file.te 13 # Socket node needed by ims_data daemon
sensors.te 38 allow sensors self:socket *;
  /docs/source.android.com/src/devices/tech/datausage/
kernel-overview.jd 21 kernel (<code>kernel/net/netfilter/xt_qtaguid</code>). The socket tagging
36 per-socket basis for every application using the unique UID of the
38 socket in the system. The first is the UID which uniquely identifies
40 allows the ability to ascribe the ownership of each network socket to
  /external/clang/test/Sema/
darwin-align-cast.c 12 sys/socket.h:#define CMSG_SPACE(l) (__DARWIN_ALIGN(sizeof(struct
  /external/compiler-rt/test/msan/
getaddrinfo.cc 4 #include <sys/socket.h>
ioctl_sound.cc 10 #include <sys/socket.h>
  /external/compiler-rt/test/tsan/
fd_socketpair_norace.cc 6 #include <sys/socket.h>
  /external/deqp/execserver/
xsExecutionServer.hpp 51 ConnectionHandler* createHandler (de::Socket* socket, const de::SocketAddress& clientAddress);
88 ExecutionRequestHandler (ExecutionServer* server, de::Socket* socket);

Completed in 456 milliseconds

<<21222324252627282930>>