HomeSort by relevance Sort by last modified time
    Searched full:pipe (Results 176 - 200 of 1632) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/linux-tools-perf/bench/
sched-messaging.c 67 if (pipe(fds) == 0)
74 barf(use_pipes ? "pipe()" : "socketpair()");
225 /* Create the pipe between client and server */
260 OPT_BOOLEAN('p', "pipe", &use_pipes,
261 "Use pipe() instead of socketpair()"),
  /libcore/luni/src/main/native/
java_lang_ProcessManager.cpp 74 // Create 4 pipes: stdin, stdout, stderr, and an exec() status pipe.
77 if (pipe(pipes + i * 2) == -1) {
155 // Close child's pipe ends.
161 // Check status pipe for an error code. If execvp() succeeds, the other
162 // end of the pipe should automatically close, in which case, we'll read
  /external/llvm/utils/lit/lit/
TestRunner.py 78 stdin=subprocess.PIPE,
79 stdout=subprocess.PIPE,
80 stderr=subprocess.PIPE,
118 input = subprocess.PIPE
158 result = subprocess.PIPE
164 result = subprocess.PIPE
183 # If stderr wants to come from stdout, but stdout isn't a pipe, then put
184 # stderr on a pipe and treat it as stdout.
185 if (stderr == subprocess.STDOUT and stdout != subprocess.PIPE):
186 stderr = subprocess.PIPE
    [all...]
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 267 for (UCHAR pipe = 0; pipe < intr_desc.bNumEndpoints; pipe++) {
268 if (AdbGetEndpointInformation(interface_handle, pipe, &pipe_info)) {
269 printf("\n PIPE %u info:", pipe);
277 printf("\n--- AdbGetEndpointInformation(%u) failure %u", pipe, GetLastError());
284 printf("\n Default Bulk Read Pipe info:");
298 printf("\n Default Bulk Write Pipe info:");
  /external/libnfc-nxp/src/
phHciNfc_NfcIPMgmt.c 250 *ppipe_id = p_init_info->p_init_pipe_info->pipe.pipe_id ;
283 p_init_info->p_init_pipe_info->pipe.pipe_id = pipeID;
332 pipeid = p_pipe_info->pipe.pipe_id;
513 *ppipe_id = p_target_info->p_tgt_pipe_info->pipe.pipe_id;
546 p_target_info->p_tgt_pipe_info->pipe.pipe_id = pipeID;
684 HCI_PRINT("NFCIP-1 NFCIP open pipe complete\n");
690 HCI_PRINT("NFCIP-1 NFCIP close pipe complete\n");
    [all...]
phHciNfc_CE_A.c 144 1. Open Pipe,
196 ps_pipe_info->pipe.pipe_id,
212 ps_pipe_info->pipe.pipe_id,
249 1. Close pipe
288 /* HOST Card Emulation A pipe close sequence */
300 /* HOST Card Emulation A pipe delete sequence */
473 HCI_PRINT("CE A open pipe complete\n");
478 HCI_PRINT("CE A close pipe complete\n");
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
HandshakeIODataStream.java 32 * The first data pipe is a pipe of income data: append method
33 * places the data at the beginning of the pipe, and read methods
34 * consume the data from the pipe. The second pipe is an outcoming
35 * data pipe: write operations plases the data into the pipe,
37 * It is important to note that work with pipe cound not be
38 * started if there is unconsumed data in another pipe. It is
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 87 unsigned int references; /* an output pipe may be used for monitoring and/or playback */
88 struct vx_pipe *monitoring_pipe; /* pointer to the monitoring pipe (capture pipe only)*/
117 struct vx_pipe *pipe, int count);
119 struct vx_pipe *pipe, int count);
305 struct vx_pipe *pipe, int count)
308 chip->ops->dma_write(chip, runtime, pipe, count);
312 struct vx_pipe *pipe, int count)
315 chip->ops->dma_read(chip, runtime, pipe, count);
  /development/scripts/
symbol.py 25 stream = subprocess.Popen(cmd, stdout=subprocess.PIPE, shell=True).stdout
171 child = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
237 stream = subprocess.Popen(cmd, stdout=subprocess.PIPE).stdout
276 process = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /external/dbus/cmake/dbus/
CMakeLists.txt 52 ${DBUS_DIR}/dbus-server-debug-pipe.c
95 ${DBUS_DIR}/dbus-server-debug-pipe.h
134 ${DBUS_DIR}/dbus-pipe.c
147 ${DBUS_DIR}/dbus-pipe.h
190 ${DBUS_DIR}/dbus-pipe-win.c
212 ${DBUS_DIR}/dbus-pipe-unix.c
  /external/dbus/dbus/
Makefile.am 64 dbus-pipe-win.c \
84 dbus-pipe-unix.c \
160 dbus-server-debug-pipe.c \
161 dbus-server-debug-pipe.h \
204 dbus-pipe.c \
205 dbus-pipe.h \
  /external/oprofile/events/x86-64/family11h/
unit_masks 39 0x01 Add pipe ops
40 0x02 Multiply pipe
41 0x04 Store pipe ops
42 0x08 Add pipe load ops
43 0x10 Multiply pipe load ops
44 0x20 Store pipe load ops
  /external/oprofile/events/x86-64/hammer/
unit_masks 33 0x01 Add pipe ops
34 0x02 Multiply pipe
35 0x04 Store pipe ops
36 0x08 Add pipe load ops
37 0x10 Multiply pipe load ops
38 0x20 Store pipe load ops
  /development/ndk/platforms/android-9/arch-mips/include/sys/
_sigdefs.h 62 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /external/bluetooth/glib/tests/
timeloop-basic.c 26 if (pipe(fds) < 0)
28 fprintf (stderr, "Cannot create pipe %s\n", strerror (errno));
timeloop-closure.c 24 if (pipe(fds) < 0)
26 fprintf (stderr, "Cannot create pipe %s\n", g_strerror (errno));
timeloop.c 23 if (pipe(fds) < 0)
25 fprintf (stderr, "Cannot create pipe %s\n", g_strerror (errno));
  /external/chromium/base/
message_pump_glib.cc 19 // We send a byte across a pipe to wakeup the event loop.
138 // work to be done. Since we eat the message on the wake up pipe as soon as
147 // Create our wakeup pipe, which is used to flag when work was scheduled.
149 CHECK_EQ(pipe(fds), 0);
256 // We should only ever have a single message on the wakeup pipe, since we
262 NOTREACHED() << "Error reading from the wakeup pipe.";
287 // instead of posting a message on the wakeup pipe, we can avoid the
335 NOTREACHED() << "Could not write to the UI message loop wakeup pipe!";
  /external/chromium/chrome/common/
service_process_util_posix.cc 151 if (pipe(state_->sockets_) < 0) {
152 PLOG(ERROR) << "pipe";
  /external/dhcpcd/
signals.c 62 /* Read a signal from the signal pipe. Returns 0 if there is
84 if (pipe(signal_pipe) == -1)
  /external/dropbear/
cli-authpasswd.c 62 if (pipe(p) < 0) {
63 TRACE(("error creating child pipe"))
  /external/e2fsprogs/lib/ss/
pager.c 78 if (pipe(filedes) != 0)
93 * Parent: close "read" side of pipe, return
  /external/libvpx/examples/includes/geshi/geshi/
smalltalk.php 125 GESHI_SEARCH => '<PIPE>([a-zA-Z0-9_\s]+)<PIPE>', //temporary variables
  /external/ppp/pppd/plugins/
winbind.c 13 * (pipe read code from passpromt.c)
287 if (pipe(child_out) == -1) {
288 error("pipe creation failed for child OUT!");
292 if (pipe(child_in) == -1) {
293 error("pipe creation failed for child IN!");
323 /* Need to write the User's info onto the pipe */
441 notice("error closing pipe?!? for child OUT[0]");
447 notice("error closing pipe?!? for child IN[1]");
  /external/protobuf/src/google/protobuf/compiler/
subprocess.h 69 // Serialize the input message and pipe it to the subprocess's stdin, then
70 // close the pipe. Meanwhile, read from the subprocess's stdout and parse

Completed in 667 milliseconds

1 2 3 4 5 6 78 91011>>