/development/tools/emulator/system/libqemu/ |
test_util.h | 27 } Pipe; 29 int pipe_openSocket( Pipe* pipe, int port ); 30 int pipe_openQemuPipe( Pipe* pipe, const char* pipename ); 31 int pipe_send( Pipe* pipe, const void* buff, size_t bufflen ); 32 int pipe_recv( Pipe* pipe, void* buff, size_t bufflen ); 33 void pipe_close( Pipe* pipe ) [all...] |
/libcore/luni/src/main/java/java/nio/channels/ |
Pipe.java | 24 * A pipe contains two channels, forming a unidirectional pipe. One is the writable sink channel, 29 public abstract class Pipe { 31 * Writable sink channel used to write to a pipe. 57 * Readable source channel used to read from a pipe. 83 * Returns a new pipe from the default {@see java.nio.channels.spi.SelectorProvider}. 88 public static Pipe open() throws IOException { 95 protected Pipe() { 99 * Returns the sink channel of the pipe. 101 * @return a writable sink channel of the pipe [all...] |
/frameworks/base/libs/utils/tests/ |
TestHelpers.h | 24 class Pipe { 29 Pipe() { 31 ::pipe(fds); 37 ~Pipe() {
|
/external/clang/lib/Driver/ |
InputInfo.h | 33 Pipe
|
/external/llvm/include/llvm/MC/MCParser/ |
MCAsmLexer.h | 51 Pipe, PipePipe, Caret,
|
/system/extras/tests/sdcard/ |
testcase.h | 45 enum Pipe {READ_FROM_CHILD = 0, WRITE_TO_PARENT, READ_FROM_PARENT, WRITE_TO_CHILD};
|
/external/qemu/hw/ |
goldfish_pipe.c | 46 /* Set to 1 to enable the 'zero' pipe type, useful for debugging */ 49 /* Set to 1 to enable the 'pingpong' pipe type, useful for debugging */ 52 /* Set to 1 to enable the 'throttle' pipe type, useful for debugging */ 85 APANIC("Too many goldfish pipe services (%d)", count); 120 typedef struct Pipe { 121 struct Pipe* next; 122 struct Pipe* next_waked; 129 } Pipe; 132 static void* pipeConnector_new(Pipe* pipe); 137 Pipe* pipe; local 214 Pipe* pipe; member in struct:__anon9887 298 Pipe* pipe = pcon->pipe; local 491 PingPongPipe* pipe = opaque; local 555 PingPongPipe* pipe = opaque; local 599 PingPongPipe* pipe = opaque; local 614 PingPongPipe* pipe = opaque; local 657 ThrottlePipe* pipe; local 671 ThrottlePipe* pipe = opaque; local 704 ThrottlePipe* pipe = opaque; local 733 ThrottlePipe* pipe = opaque; local 752 ThrottlePipe* pipe = opaque; local 770 ThrottlePipe* pipe = opaque; local 785 ThrottlePipe* pipe = opaque; local 829 Pipe* pipe = *lookup; local 983 Pipe* pipe = dev->signaled_pipes; local 1051 Pipe* pipe = hwpipe; local 1073 Pipe* pipe = hwpipe; local [all...] |
/external/qemu/android/ |
hw-qemud.c | 582 /* Descriptor for a data buffer pending to be sent to a qemud pipe client. 598 * to the pipe yet. */ 606 * Each client has its own channel id (for the serial qemud), or pipe descriptor 607 * (for the pipe based qemud), and belongs to a given QemudService (see below). 610 * messages from the channel id (see qemud_multiplexer_serial_recv()). Pipe 616 /* Defines type of the client: pipe, or serial. 619 /* Client is communicating via pipe. */ 625 /* Descriptor for a QEMUD pipe connection. 627 * Every time a client connects to the QEMUD via pipe, an instance of this 628 * structure is created to represent a connection used by new pipe client 1853 QemudPipe* pipe = NULL; local 1911 QemudPipe* pipe = opaque; local 1928 QemudPipe* pipe = opaque; local 1969 QemudPipe* pipe = opaque; local 2020 QemudPipe* pipe = opaque; local [all...] |
/prebuilt/sdk/10/ |
android.jar | |
/prebuilt/sdk/11/ |
android.jar | |
/prebuilt/sdk/13/ |
android.jar | |
/prebuilt/sdk/4/ |
android.jar | |
/prebuilt/sdk/5/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |
/prebuilt/sdk/7/ |
android.jar | |
/prebuilt/sdk/8/ |
android.jar | |
/prebuilt/sdk/9/ |
android.jar | |
/prebuilt/common/jython/ |
jython.jar | |