HomeSort by relevance Sort by last modified time
    Searched full:pipes (Results 1 - 25 of 276) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clearsilver/man/man3/
filter_create_fd.3 15 requested pipes
47 and have pipes to all their input/output. The concept
49 with popen3/popen4. You control which pipes the
52 int will cause the pipes to be created and the value
filter_create_fp.3 45 except each of the pipes is wrapped in a buffered stdio FILE
  /development/simulator/app/
LocalBiChannel.h 20 * and then extract the unidirectional read/write Pipes. These can
37 * read/write pipes and return them.
42 * Attach to a channel created by somebody else. Returns pipes.
MessageStream.h 4 // High-level message stream that sits on top of a pair of Pipes. Useful
135 * Does not take ownership of the pipes passed in to init().
164 * Close communication pipes. Further attempts to send or receive
165 * will fail. Note this doesn't actually "close" the pipes, because
183 /* communication pipes; note we don't own these */
LocalBiChannel.cpp 47 * Implementation for Win32, using named pipes.
146 * Set up the pipes. Use the new handle for one, and a duplicate
207 * Create the pipes. Give one a duplicated handle so that,
ported.cpp 79 // It appears that unnamed pipes can't do non-blocking ("overlapped") I/O.
  /libcore/luni/src/main/native/
java_lang_ProcessManager.cpp 155 #define PIPE_COUNT (4) // number of pipes used to communicate with child proc
157 /** Closes all pipes in the given array. */
158 static void closePipes(int pipes[], int skipFd) {
161 int fd = pipes[i];
166 close(pipes[i]);
178 // Create 4 pipes: stdin, stdout, stderr, and an exec() status pipe.
179 int pipes[PIPE_COUNT * 2] = { -1, -1, -1, -1, -1, -1, -1, -1 }; local
181 if (pipe(pipes + i * 2) == -1) {
183 closePipes(pipes, -1);
187 int stdinIn = pipes[0]
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Pipe.h 87 /* Pipes for Configuring the RF Readers */
93 /* Pipes for configuring the Card Emulation */
100 /* Pipes for Peer to Peer Communication */
109 /* Clearing all the created Pipes */
124 * \brief Creates the Pipes of all the Supported Gates .
126 * This function Creates the pipes for all the supported gates
138 * \brief Deletes the Pipes of all the Supported Gates .
140 * This function Deletes the pipes for all the supported gates
151 * \brief Updates the Information of Pipes of all the Supported Gates .
249 * \brief Creates and Update the Pipes during the Sessio
    [all...]
phHciNfc_LinkMgmt.h 99 * The phHciNfc_LinkMgmt_Release function closes the opened pipes between
  /external/clearsilver/util/
filter.h 40 * requested pipes
43 * and have pipes to all their input/output. The concept
45 * with popen3/popen4. You control which pipes the
48 * int will cause the pipes to be created and the value
72 * except each of the pipes is wrapped in a buffered stdio FILE
  /external/chromium/third_party/libevent/test/
bench.c 62 static int *pipes; variable
76 write(pipes[2 * widx + 1], "e", 1);
89 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
101 write(pipes[i * space + 1], "e", 1);
160 pipes = calloc(num_pipes * 2, sizeof(int));
161 if (events == NULL || pipes == NULL) {
168 for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
  /external/bluetooth/glib/glib/
gspawn.h 38 G_SPAWN_ERROR_READ, /* read or select on pipes failed */
96 /* Opens pipes for non-NULL standard_output, standard_input, standard_error,
97 * and returns the parent's end of the pipes.
  /external/bison/djgpp/
subpipe.h 1 /* Subprocesses with pipes.
  /external/bison/lib/
subpipe.h 1 /* Subprocesses with pipes.
  /external/protobuf/src/google/protobuf/compiler/
subprocess.h 87 // The file handles for our end of the child's pipes. We close each and
95 // The file descriptors for our end of the child's pipes. We close each and
  /device/samsung/crespo/alsa-utils/alsactl/
init_utils_run.c 71 /* prepare pipes from child to parent */
95 /* child closes parent ends of pipes */
134 /* parent closes child ends of pipes */
  /external/bluetooth/glib/tests/
spawn-test.c 201 printf ("Now talking to it through pipes.\n");
206 fprintf (stderr, "Could not create pipes\n");
210 if (!g_shell_parse_argv (g_strdup_printf ("'.\\spawn-test-win32-gui.exe' pipes %d %d",
spawn-test-win32-gui.c 43 else if (__argc == 4 && strcmp (__argv[1], "pipes") == 0)
  /development/tools/
make_key 36 # Use named pipes to connect get the raw RSA private key to the cert-
  /external/blktrace/doc/
btrace.8 17 and pipes the output through \fIblkparse\fR for formatting. See blktrace (8)
  /external/chromium/third_party/libevent/sample/
event-test.c 106 /* Linux pipes are broken, we need O_RDWR instead of O_RDONLY */
  /external/bluetooth/glib/docs/reference/glib/tmpl/
iochannels.sgml 5 portable support for using files, pipes and sockets
10 descriptors, pipes, and sockets, and integrating them into the
17 This works for plain file descriptors, pipes and sockets.
80 On UNIX systems this works for plain files, pipes, and sockets.
437 @G_IO_HUP: Hung up (the connection has been broken, usually for pipes
  /external/chromium/base/
sync_socket_win.cc 17 // This prefix used to be appended to pipe names for pipes
  /external/dropbear/
channel.h 95 int sepfds; /* Whether this channel has seperate pipes for in/out or not */
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
PipeImpl.java 38 // Which fd is used for which channel is important. Unix pipes are only guaranteed to be

Completed in 1822 milliseconds

1 2 3 4 5 6 7 8 91011>>