OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pipe
(Results
226 - 250
of
1632
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/core/fastboot/
usb_windows.c
55
/// Handle to USB read
pipe
(endpoint)
58
/// Handle to USB write
pipe
(endpoint)
106
// Open read
pipe
(endpoint)
112
// Open write
pipe
(endpoint)
/development/host/windows/usb/api/
adb_api_legacy.h
35
/// Name for the default bulk read
pipe
38
/// Name for the default bulk write
pipe
41
/// Prefix for an index-based
pipe
name
/device/moto/stingray/sensors/
nusensors.cpp
114
int result =
pipe
(wakeFds);
115
ALOGE_IF(result<0, "error creating wake
pipe
(%s)", strerror(errno));
189
ALOGE_IF(result<0, "error reading from wake
pipe
(%s)", strerror(errno));
/external/bison/lib/
subpipe.c
116
if (
pipe
(child_fd) != 0
119
||
pipe
(pipe_fd) != 0
123
"
pipe
");
/external/chromium/net/test/
test_server_posix.cc
103
if (
pipe
(pipefd) != 0) {
104
PLOG(ERROR) << "Could not create
pipe
.";
115
python_command.AppendSwitchASCII("startup-
pipe
",
/external/chromium/net/tools/dump_cache/
dump_cache.cc
32
int CopyCache(const std::wstring& output_path, HANDLE
pipe
, bool copy_to_text);
61
const char kPipe[] = "
pipe
";
162
printf("Unable to create the server
pipe
\n");
/external/libnfc-nxp/src/
phHciNfc_Jewel.h
86
/* Pointer to the Jewel
pipe
information */
119
* The phHciNfc_Jewel_Get_PipeID function gives the
pipe
id of the Jewel
149
* \param[in] pPipeInfo Update the
pipe
Information of the reader
phHciNfc_RFReaderB.h
85
/* Pointer to the reader B
pipe
information */
118
* The phHciNfc_ReaderB_Get_PipeID function gives the
pipe
id of the reader B
148
* \param[in] pPipeInfo Update the
pipe
Information of the reader
/external/linux-tools-perf/util/
run-command.c
30
if (
pipe
(fdin) < 0) {
42
if (
pipe
(fdout) < 0) {
54
if (
pipe
(fderr) < 0) {
/external/openssh/regress/
README.regress
61
broken-
pipe
.sh: broken
pipe
test
80
yes-head.sh: yes
pipe
head
/frameworks/base/core/java/com/android/internal/os/
WrapperInit.java
49
* The first argument specifies the file descriptor for a
pipe
that should receive
74
Slog.d(TAG, "Could not write pid of wrapped process to Zygote
pipe
.", ex);
97
* @param pipeFd The
pipe
to which the application's pid should be written, or null if none.
/frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp
33
// Number of events to read at a time from the DisplayEventReceiver
pipe
.
34
// The value should be large enough that we can quickly drain the
pipe
125
ALOGE("Display event receiver
pipe
was closed or an error occurred. "
/frameworks/base/services/java/com/android/server/am/
TransferPipe.java
33
* Helper for transferring data through a
pipe
from a client app.
187
if (DEBUG) Slog.i(TAG, "Ready to read
pipe
...");
225
if (DEBUG) Slog.i(TAG, "End of
pipe
: size=" + size);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_ComponentThread.c
126
G711DEC_DPRINT ("%d :: DATA
pipe
is set in Component Thread\n",__LINE__);
130
G711DEC_DPRINT ("%d :: Error while reading from the
pipe
\n",__LINE__);
142
G711DEC_DPRINT ("%d :: CMD
pipe
is set in Component Thread\n",__LINE__);
/system/core/libcutils/
selector.c
94
// Set up wake-up
pipe
.
95
if (
pipe
(selector->wakeupPipe) < 0) {
96
LOG_ALWAYS_FATAL("
pipe
() error: %s", strerror(errno));
/system/core/libsysutils/src/
SocketListener.cpp
92
if (
pipe
(mCtrlPipe)) {
93
SLOGE("
pipe
failed (%s)", strerror(errno));
111
SLOGE("Error writing to control
pipe
(%s)", strerror(errno));
/system/netd/
TetherController.cpp
111
if (
pipe
(pipefd) < 0) {
112
ALOGE("
pipe
failed (%s)", strerror(errno));
144
// TODO:
pipe
through metered status from ConnService
/prebuilt/common/jython/
jython.jar
/external/chromium/base/
message_pump_libevent.cc
299
if (
pipe
(fds)) {
300
DLOG(ERROR) << "
pipe
() failed, errno: " << errno;
304
DLOG(ERROR) << "SetNonBlocking for
pipe
fd[0] failed, errno: " << errno;
308
DLOG(ERROR) << "SetNonBlocking for
pipe
fd[1] failed, errno: " << errno;
340
// Called if a byte is received on the wakeup
pipe
.
/external/dropbear/
common-session.c
64
if (
pipe
(ses.signal_pipe) < 0) {
65
dropbear_exit("signal
pipe
failed");
141
/* We get woken up when signal handlers write to this
pipe
.
168
/* We'll just empty out the
pipe
if required. We don't do
169
any thing with the data, since the
pipe
's purpose is purely to
/external/iproute2/tc/
m_police.c
43
fprintf(stderr, "Where: *EXCEEDACT :=
pipe
| ok | reclassify | drop | continue \n");
44
fprintf(stderr, "Where:
pipe
is only valid for new syntax \n");
68
return "
pipe
";
91
else if (matches(arg, "
pipe
") == 0)
231
} else if (matches(*argv, "
pipe
") == 0) {
/external/skia/gyp/
SampleApp.gyp
14
'../include/
pipe
', # To pull in SkGPipe.h for
pipe
reader/writer
116
# Dependencies for the
pipe
code in SampleApp
117
'../src/
pipe
/SkGPipeRead.cpp',
118
'../src/
pipe
/SkGPipeWrite.cpp',
iOSSampleApp.gyp
16
'../include/
pipe
', # To pull in SkGPipe.h for
pipe
reader/writer
120
# Dependencies for the
pipe
code in SampleApp
121
'../src/
pipe
/SkGPipeRead.cpp',
122
'../src/
pipe
/SkGPipeWrite.cpp',
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_CompThread.c
164
OMX_PRCOMM2(pComponentPrivate->dbg, "DATA
pipe
is set in Component Thread\n");
169
OMX_ERROR4(pComponentPrivate->dbg, "Error while reading from the
pipe
\n");
181
OMX_PRINT1(pComponentPrivate->dbg, "CMD
pipe
is set in Component Thread\n");
185
OMX_ERROR4(pComponentPrivate->dbg, "Error in Reading from the Data
pipe
\n");
193
OMX_ERROR4(pComponentPrivate->dbg, "Error in Reading from the Data
pipe
\n");
/system/core/sh/
redir.c
71
# define PIPESIZE 4096 /* amount of buffering in a
pipe
*/
253
* data to a
pipe
. If the document is short, we can stuff the data in
254
* the
pipe
without forking.
263
if (
pipe
(pip) < 0)
264
error("
Pipe
call failed");
Completed in 607 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>