/device/moto/shamu/sepolicy/ |
atfwd.te | 7 # Creates/Talks to qmuxd via the qmux_radio socket.
|
time.te | 16 allow time self:socket *;
|
/external/boringssl/src/crypto/bio/ |
CMakeLists.txt | 17 socket.c
|
/external/clang/utils/CIndex/ |
completion_logger_server.py | 3 from socket import * 17 # Create socket and bind to address 18 UDPSock = socket(AF_INET,SOCK_DGRAM) 40 # Close socket
|
/external/kernel-headers/original/uapi/asm-generic/ |
sockios.h | 4 /* Socket-level I/O control calls. */
|
/external/nist-sip/java/gov/nist/core/net/ |
package.html | 3 wraps the java.net. Socket classes and allows users low level monitoring
|
/external/sepolicy/ |
mtp.te | 9 allow mtp self:socket create_socket_perms;
|
/external/skia/experimental/Networking/ |
SkSockets.h | 11 #include <sys/socket.h> 45 * Write data to the socket. Data is a pointer to the beginning of the data 49 * socket's open connections until all the bytes have been successfully sent 52 * For blocking sockets, write will block indefinitely if the socket at the 61 * Read a logical packet from socket. The data read will be stored 67 * blocking sockets, read will block indefinitely if the socket doesn't 101 * Create a socket and return its file descriptor. Returns -1 on failure 106 * Close the socket specified by the socket file descriptor argument. Will 113 * the socket file descriptor and removes it from the master set by default [all...] |
/external/strace/tests/ |
inet-accept-connect-send-recv.c | 7 #include <sys/socket.h> 26 if (socket(PF_INET, SOCK_STREAM, 0)) { 27 perror("socket"); 53 assert(socket(PF_INET, SOCK_STREAM, 0) == 0);
|
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeLlcpServiceSocket.cpp | 92 /* Get server socket */ 95 /* Set socket options with the socket options of the service */ 112 /* Accept the incomming socket */ 124 // NOTE: This may happen if link went down since incoming socket detected, then 141 ALOGD("Failed to accept incoming socket 0x%04x[%s]", cb_data.status, nfc_jni_get_status_name(cb_data.status)); 148 ALOGD("LLCP Socket creation error"); 156 ALOGD("LLCP Socket get class object error"); 160 /* Set socket handle */ 164 /* Set socket MIU * [all...] |
/packages/apps/Nfc/src/com/android/nfc/snep/ |
SnepClient.java | 98 throw new IOException("Socket not connected."); 117 throw new IOException("Socket not connected."); 135 throw new IOException("Socket already in use."); 140 LlcpSocket socket = null; local 143 if (DBG) Log.d(TAG, "about to create socket"); 145 socket = NfcService.getInstance().createLlcpSocket(0, mMiu, mRwSize, 1024); 146 if (socket == null) { 147 throw new IOException("Could not connect to socket."); 151 socket.connectToService(mServiceName); 154 socket.connectToSap(mPort) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/ |
sockios.h | 4 /* Socket-level I/O control calls. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/ |
sockios.h | 4 /* Socket-level I/O control calls. */
|
/system/bt/btif/include/ |
btif_sock_l2cap.h | 2 * L2CAP Socket Interface
|
/system/core/rootdir/ |
init.zygote32.rc | 3 socket zygote stream 660 root system
|
init.zygote64.rc | 3 socket zygote stream 660 root system
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
X509ExtendedKeyManagerTest.java | 20 import java.net.Socket; 55 * java.security.Principal[], java.net.Socket) 58 Socket socket) { 64 * java.security.Principal[], java.net.Socket) 67 Socket socket) {
|
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ |
SocketFactoryTest.java | 26 import java.net.Socket; 39 * Class under test for java.net.Socket createSocket() 57 Socket s; 86 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { 91 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) 97 public Socket createSocket(InetAddress host, int port) throws IOException { 102 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort)
|
/frameworks/base/core/java/android/net/ |
LocalServerSocket.java | 23 * Non-standard class for creating an inbound UNIX-domain socket 34 * Creates a new server socket listening at specified name. 38 * @param name address for socket 70 * Obtains the socket's local address 80 * Accepts a new connection to the socket. Blocks until a new 83 * @return a socket representing the new connection. 105 * Closes server socket.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_pppol2tp.h | 2 * Linux PPP over L2TP (PPPoL2TP) Socket Implementation (RFC 2661) 21 /* Structure used to connect() the socket to a particular tunnel UDP 22 * socket. 27 int fd; /* FD of UDP socket to use */ 41 int fd; /* FD of UDP or IP socket to use */ 49 /* Socket options: 67 /* Debug message categories for the DEBUG socket option */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 5 import socket namespace 35 self.socket = dummysocket() 38 self.socket.close() 70 except socket.timeout: 195 self.assertEqual(c.socket.closed, False) 211 self.assertEqual(c.socket.closed, True) 314 d = asyncore.dispatcher(socket.socket()) 315 # make sure the error message no longer refers to the socket 319 # cheap inheritance with the underlying socket is suppose [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 5 import socket namespace 35 self.socket = dummysocket() 38 self.socket.close() 70 except socket.timeout: 195 self.assertEqual(c.socket.closed, False) 211 self.assertEqual(c.socket.closed, True) 314 d = asyncore.dispatcher(socket.socket()) 315 # make sure the error message no longer refers to the socket 319 # cheap inheritance with the underlying socket is suppose [all...] |
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/socket/ |
StubSocket.java | 16 package org.mockftpserver.core.socket;
22 import java.net.Socket;
25 * Test (fake) subclass of Socket that performs no network access and allows setting the
26 * inputStream and OutputStream for the socket.
32 public final class StubSocket extends Socket {
50 * @param inetAddress - the InetAddress for this socket
63 * @see java.net.Socket#getInetAddress()
72 * @see java.net.Socket#getLocalAddress()
80 * @see java.net.Socket#getInputStream()
88 * @see java.net.Socket#getOutputStream() [all...] |
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/socket/ |
StubSocket.java | 16 package org.mockftpserver.core.socket;
22 import java.net.Socket;
25 * Test (fake) subclass of Socket that performs no network access and allows setting the
26 * inputStream and OutputStream for the socket.
32 public final class StubSocket extends Socket {
50 * @param inetAddress - the InetAddress for this socket
63 * @see java.net.Socket#getInetAddress()
72 * @see java.net.Socket#getLocalAddress()
80 * @see java.net.Socket#getInputStream()
88 * @see java.net.Socket#getOutputStream() [all...] |
/external/kernel-headers/original/uapi/linux/ |
net.h | 2 * NET An implementation of the SOCKET network access protocol. 21 #include <linux/socket.h> 22 #include <asm/socket.h> 49 SS_UNCONNECTED, /* unconnected to any socket */ 51 SS_CONNECTED, /* connected to socket */
|