OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sockets
(Results
126 - 150
of
1483
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/experimental/Networking/
SkSockets.h
52
* For blocking
sockets
, write will block indefinitely if the socket at the
66
* nonblocking
sockets
, read will return 0 if there's nothing to read. For
67
* blocking
sockets
, read will block indefinitely if the socket doesn't
159
* at a time. Returns -1 on error. For blocking
sockets
, this method will
183
* or reconnect to the server. For blocking
sockets
, this method will block
/system/core/libcutils/tests/
sockets_test.cpp
21
#include <cutils/
sockets
.h>
27
// Makes sure the passed
sockets
are valid, sends data between them, and closes
30
// On Mac recvfrom() will not fill in the address for TCP
sockets
, so we need
158
// Tests setting a receive timeout for UDP
sockets
.
168
// Tests setting a receive timeout for TCP
sockets
.
/development/ndk/platforms/android-23/include/android/
multinetwork.h
69
* Binds the current process to |network|. All
sockets
created in the future
73
*
sockets
created in this way will cease to work and all host name
75
* accidentally use
sockets
it thinks are still bound to a particular network.
/external/tcpdump/
appletalk.h
60
#define ddpWKS 128 /* boundary of DDP well known
sockets
*/
159
* for client
sockets
(128-255) and 200-327 for server
sockets
/frameworks/native/include/android/
multinetwork.h
69
* Binds the current process to |network|. All
sockets
created in the future
73
*
sockets
created in this way will cease to work and all host name
75
* accidentally use
sockets
it thinks are still bound to a particular network.
/libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSocketPair.java
60
SSLSocket[]
sockets
= connect(c, null, null);
local
61
return new TestSSLSocketPair(c,
sockets
[0],
sockets
[1]);
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/android/
multinetwork.h
69
* Binds the current process to |network|. All
sockets
created in the future
73
*
sockets
created in this way will cease to work and all host name
75
* accidentally use
sockets
it thinks are still bound to a particular network.
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/android/
multinetwork.h
69
* Binds the current process to |network|. All
sockets
created in the future
73
*
sockets
created in this way will cease to work and all host name
75
* accidentally use
sockets
it thinks are still bound to a particular network.
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/android/
multinetwork.h
69
* Binds the current process to |network|. All
sockets
created in the future
73
*
sockets
created in this way will cease to work and all host name
75
* accidentally use
sockets
it thinks are still bound to a particular network.
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/android/
multinetwork.h
69
* Binds the current process to |network|. All
sockets
created in the future
73
*
sockets
created in this way will cease to work and all host name
75
* accidentally use
sockets
it thinks are still bound to a particular network.
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/android/
multinetwork.h
69
* Binds the current process to |network|. All
sockets
created in the future
73
*
sockets
created in this way will cease to work and all host name
75
* accidentally use
sockets
it thinks are still bound to a particular network.
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/android/
multinetwork.h
69
* Binds the current process to |network|. All
sockets
created in the future
73
*
sockets
created in this way will cease to work and all host name
75
* accidentally use
sockets
it thinks are still bound to a particular network.
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/android/
multinetwork.h
69
* Binds the current process to |network|. All
sockets
created in the future
73
*
sockets
created in this way will cease to work and all host name
75
* accidentally use
sockets
it thinks are still bound to a particular network.
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/android/
multinetwork.h
69
* Binds the current process to |network|. All
sockets
created in the future
73
*
sockets
created in this way will cease to work and all host name
75
* accidentally use
sockets
it thinks are still bound to a particular network.
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/android/
multinetwork.h
69
* Binds the current process to |network|. All
sockets
created in the future
73
*
sockets
created in this way will cease to work and all host name
75
* accidentally use
sockets
it thinks are still bound to a particular network.
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/android/
multinetwork.h
69
* Binds the current process to |network|. All
sockets
created in the future
73
*
sockets
created in this way will cease to work and all host name
75
* accidentally use
sockets
it thinks are still bound to a particular network.
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/android/
multinetwork.h
69
* Binds the current process to |network|. All
sockets
created in the future
73
*
sockets
created in this way will cease to work and all host name
75
* accidentally use
sockets
it thinks are still bound to a particular network.
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/android/
multinetwork.h
69
* Binds the current process to |network|. All
sockets
created in the future
73
*
sockets
created in this way will cease to work and all host name
75
* accidentally use
sockets
it thinks are still bound to a particular network.
/system/bt/btif/src/
btif_sock.c
69
LOG_ERROR(LOG_TAG, "%s error initializing RFCOMM
sockets
: %d", __func__, status);
75
LOG_ERROR(LOG_TAG, "%s error initializing L2CAP
sockets
: %d", __func__, status);
88
LOG_ERROR(LOG_TAG, "%s error initializing SCO
sockets
: %d", __func__, status);
/system/bt/hci/src/
btsnoop_net.c
50
return; // Disable using network
sockets
for security reasons
63
return; // Disable using network
sockets
for security reasons
76
return; // Disable using network
sockets
for security reasons
/system/core/adb/
sysdeps_test.cpp
222
std::vector<int>
sockets
;
local
224
sockets
.resize(num_sockets * 2);
226
ASSERT_EQ(0, adb_socketpair(&
sockets
[i * 2])) << strerror(errno);
227
ASSERT_TRUE(WriteFdExactly(
sockets
[i * 2], &i, sizeof(i)));
230
pfd.fd =
sockets
[i * 2 + 1];
243
for (int fd :
sockets
) {
/docs/source.android.com/src/devices/tech/datausage/
tags-explained.jd
26
tag which is then used with
sockets
: all data belonging to that
36
<p><code>a, b, c?</code> represent explicit tags associated with specific
sockets
.</p>
/external/chromium-trace/catapult/telemetry/telemetry/internal/forwarders/
android_forwarder.py
35
logging.warning('Device tcp
sockets
in use:')
41
logging.warning('Exception raised while listing tcp
sockets
.')
/external/curl/lib/
multiif.h
51
* allow easier tracking of the internal handle's state and what
sockets
83
*
sockets
we were using is about to be closed. This function will then
/external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h
43
#define F_SETOWN 24 /* for
sockets
. */
44
#define F_GETOWN 23 /* for
sockets
. */
Completed in 3599 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>