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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
pipe.S 5 .type pipe, #function
6 .globl pipe
10 pipe: label
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
PipeTest.java 24 import java.nio.channels.Pipe;
25 import java.nio.channels.Pipe.SinkChannel;
26 import java.nio.channels.Pipe.SourceChannel;
30 value = Pipe.class,
34 method = "Pipe",
40 * Tests for Pipe and its default implementation
45 * @tests java.nio.channels.Pipe#open()
54 Pipe pipe = Pipe.open() local
68 Pipe pipe = Pipe.open(); local
83 Pipe pipe = Pipe.open(); local
    [all...]
SourceChannelTest.java 29 import java.nio.channels.Pipe;
31 import java.nio.channels.Pipe.SourceChannel;
36 value = java.nio.channels.Pipe.SourceChannel.class,
47 * Tests for java.nio.channels.Pipe.SourceChannel
55 private Pipe pipe; field in class:SourceChannelTest
57 private Pipe.SinkChannel sink;
59 private Pipe.SourceChannel source;
67 pipe = Pipe.open()
382 Pipe pipe = Pipe.open(); local
    [all...]
  /external/clearsilver/man/man3/
filter_create_fp.3 31 in -> pointer to return the stdin pipe, or NULL if you don't
33 want the stdin pipe
35 out -> pointer to return the stdout pipe, or NULL if you don't
37 want the stdout pipe
39 err -> pointer to return the stderr pipe, or NULL if you don't
41 want the stderr pipe
filter_create_fd.3 31 fdin -> pointer to return the stdin pipe, or NULL if you don't
33 want the stdin pipe
35 fdout -> pointer to return the stdout pipe, or NULL if you don't
37 want the stdout pipe
39 fderr -> pointer to return the stderr pipe, or NULL if you don't
41 want the stderr pipe
51 NULL value means "don't create a pipe", a pointer to an
  /bionic/libc/arch-x86/syscalls/
pipe.S 5 .type pipe, @function
6 .globl pipe
9 pipe: label
  /development/simulator/app/
Pipe.cpp 18 // Unidirectional pipe.
21 #include "Pipe.h"
45 Pipe::Pipe(void)
54 Pipe::~Pipe(void)
59 LOG(LOG_WARN, "pipe", "failed closing read handle (%ld)\n",
65 LOG(LOG_WARN, "pipe", "failed closing write handle (%ld)\n",
71 LOG(LOG_WARN, "pipe", "failed closing read fd (%d)\n",
76 LOG(LOG_WARN, "pipe", "failed closing write fd (%d)\n"
    [all...]
LocalBiChannel.h 13 #include "Pipe.h"
23 * The name for the pipe should be a short filename made up of alphanumeric
39 bool listen(Pipe** ppReadPipe, Pipe** ppWritePipe);
44 bool attach(const char* name, Pipe** ppReadPipe, Pipe** ppWritePipe);
UserEventMessage.h 58 void CreateExternalRuntime(android::Pipe* reader, android::Pipe* writer) {
70 android::Pipe* GetReader(void) const { return mReader; }
71 android::Pipe* GetWriter(void) const { return mWriter; }
80 android::Pipe* mReader; // for kExternalRuntime
81 android::Pipe* mWriter; // for kExternalRuntime
LocalBiChannel.cpp 50 * the file handles into a Pipe, which uses HANDLE under Win32.
72 static const char* kBasePath = "\\\\.\\pipe\\android-";
85 * Create a named pipe, so the client has something to connect to.
96 mFileName, // unique pipe name
99 0, // pipe mode (byte, blocking)
119 * Attach to an existing named pipe.
121 bool LocalBiChannel::attach(const char* name, Pipe** ppReadPipe,
122 Pipe** ppWritePipe)
139 "CreateFile on pipe '%s' failed (err=%ld)\n", name, GetLastError());
149 *ppReadPipe = new Pipe();
    [all...]
Pipe.h 30 * Simple anonymous unidirectional pipe.
38 class Pipe {
40 Pipe(void);
41 virtual ~Pipe(void);
43 /* Create the pipe */
46 /* Create a read-only pipe, using the supplied handle as read handle */
48 /* Create a write-only pipe, using the supplied handle as write handle */
55 * Read "count" bytes from the pipe. Returns the amount of data read,
62 * Write "count" bytes into the pipe. Returns number of bytes written,
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
Pipe.java 24 * A pipe contains two channels. One is the writable sink channel and the other
29 public abstract class Pipe {
32 * Writable sink channel used to write to a pipe.
59 * Readable source channel used to read from a pipe.
88 * Initializes a pipe.
90 * @return a new instance of pipe.
95 public static Pipe open() throws IOException {
102 protected Pipe() {
107 * Returns the sink channel of the pipe.
109 * @return a writable sink channel of the pipe
    [all...]
  /external/oprofile/daemon/
opd_pipe.h 18 * Creates the Oprofile daemon fifo pipe to enable communication between
19 * the daemon and the 'opcontrol --dump' command. Failure to create the pipe
32 * Closes the Oprofile daemon fifo pipe.
39 * Checks the Oprofile daemon fifo pipe for do_jitconv request.
  /external/clearsilver/util/
filter.h 47 * NULL value means "don't create a pipe", a pointer to an
53 * fdin -> pointer to return the stdin pipe, or NULL if you don't
54 * want the stdin pipe
55 * fdout -> pointer to return the stdout pipe, or NULL if you don't
56 * want the stdout pipe
57 * fderr -> pointer to return the stderr pipe, or NULL if you don't
58 * want the stderr pipe
75 * in -> pointer to return the stdin pipe, or NULL if you don't
76 * want the stdin pipe
77 * out -> pointer to return the stdout pipe, or NULL if you don'
    [all...]
  /system/core/libacc/tests/
accarm 11 proc = subprocess.Popen(["acc"] + args, stderr=subprocess.PIPE, stdout=subprocess.PIPE)
16 proc = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
58 proc = subprocess.Popen(remoteCmdLine, stdout=subprocess.PIPE)
  /external/bison/m4/
unistd-safer.m4 9 AC_LIBSOURCES([dup-safer.c, fd-safer.c, pipe-safer.c, unistd-safer.h, unistd--.h])
12 AC_LIBOBJ([pipe-safer])
  /external/dbus/test/data/valid-config-files/
debug-allow-all-sha1.conf 1 <!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
6 <listen>debug-pipe:name=test-server</listen>
debug-allow-all-sha1.conf.in 1 <!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
6 <listen>debug-pipe:name=test-server</listen>
debug-allow-all.conf 1 <!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
6 <listen>debug-pipe:name=test-server</listen>
debug-allow-all.conf.in 1 <!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
6 <listen>debug-pipe:name=test-server</listen>
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h 105 CP_CheckBytesNotReady, /**< The pipe is still retrieving bytes
109 CP_CheckBytesInsufficientBytes , /**< The pipe has retrieved all bytes
112 CP_CheckBytesAtEndOfStream, /**< The pipe has reached the end of stream
120 /** enumeration of content pipe events sent to the client callback.
125 CP_Overflow, /** enumeration of content pipe events sent to the client callback*/
126 CP_PipeDisconnected , /** enumeration of content pipe events sent to the client callback*/
132 /** content pipe definition
156 Note: pipe client provides pointer. This function is appropriate for small high frequency reads. */
159 /** Retrieve a buffer allocated by the pipe that contains the requested number of bytes.
162 Note: pipe provides pointer. This function is appropriate for large reads. The client must call
    [all...]
  /external/dbus/dbus/
dbus-server-debug-pipe.c 2 /* dbus-server-debug-pipe.c In-proc debug server implementation
26 #include "dbus-server-debug-pipe.h"
38 * @brief In-process pipe debug server used in unit tests.
125 * Creates a new debug server using an in-process pipe
159 if (!_dbus_string_append (&address, "debug-pipe:name=") ||
178 /* server keeps the pipe hash ref */
198 * a debug-pipe connection connected to the
199 * given debug-pipe server name.
239 if (!_dbus_string_append (&address, "debug-pipe:name=") ||
250 _dbus_verbose ("failed to create full duplex pipe\n")
    [all...]
  /development/host/windows/usb/legacy/driver/
android_usb_pipe_file_object.h 21 encapsulates a common extension for pipe file objects.
27 object that represents opened pipe. Instances of this class must be
37 @param wdf_pipe_obj[in] KMDF pipe for this file
49 /** \brief Initializes the pipe file object extension
53 @param pipe_info[in] Pipe information
136 /** \brief Performs common bulk read / write on the pipe
138 This method is called from bulk and interrupt pipe file extensions to
139 perform read to / write from the pipe this file represents. Typicaly,
193 /** \brief Resets pipe associated with this file
195 After reseting the pipe this object might be destroyed.
    [all...]
  /external/bison/lib/
unistd--.h 27 #undef pipe macro
28 #define pipe pipe_safer macro
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_ContentPipe.h 122 CP_CheckBytesNotReady, /**< The pipe is still retrieving bytes
126 CP_CheckBytesInsufficientBytes , /**< The pipe has retrieved all bytes
129 CP_CheckBytesAtEndOfStream, /**< The pipe has reached the end of stream
137 /** enumeration of content pipe events sent to the client callback.
142 CP_Overflow, /** enumeration of content pipe events sent to the client callback*/
143 CP_PipeDisconnected , /** enumeration of content pipe events sent to the client callback*/
149 /** content pipe definition
173 Note: pipe client provides pointer. This function is appropriate for small high frequency reads. */
176 /** Retrieve a buffer allocated by the pipe that contains the requested number of bytes.
179 Note: pipe provides pointer. This function is appropriate for large reads. The client must call
    [all...]

Completed in 1104 milliseconds

1 2 3 4 5 6 7 8 91011>>