HomeSort by relevance Sort by last modified time
    Searched refs:Pipe (Results 26 - 47 of 47) sorted by null

12

  /external/qemu/android/
hw-qemud.c 583 /* Descriptor for a data buffer pending to be sent to a qemud pipe client.
599 * to the pipe yet. */
607 * Each client has its own channel id (for the serial qemud), or pipe descriptor
608 * (for the pipe based qemud), and belongs to a given QemudService (see below).
611 * messages from the channel id (see qemud_multiplexer_serial_recv()). Pipe
617 /* Defines type of the client: pipe, or serial.
620 /* Client is communicating via pipe. */
626 /* Descriptor for a QEMUD pipe connection.
628 * Every time a client connects to the QEMUD via pipe, an instance of this
629 * structure is created to represent a connection used by new pipe client
1903 QemudPipe* pipe = NULL; local
1961 QemudPipe* pipe = opaque; local
1978 QemudPipe* pipe = opaque; local
2019 QemudPipe* pipe = opaque; local
2070 QemudPipe* pipe = opaque; local
    [all...]
  /development/tools/emulator/system/libqemu/
test_guest_2.c 17 /* This program benchmarks a QEMUD pipe to exchange data with a test
40 " -pipe <name> Use pipe name (default: " PIPE_NAME ")\n"
50 Pipe pipe[1]; local
77 } else if (!strcmp(arg, "-pipe")) {
79 fprintf(stderr, "-pipe option needs an argument! See --help for details.\n");
111 fprintf(stderr, "You can't use both -pipe and -tcp at the same time\n");
122 /* Use default pipe name */
135 /* Open the pipe */
    [all...]
  /frameworks/base/libs/androidfw/tests/
InputChannel_test.cpp 40 // of a pipe and to check for EPIPE on the other end after the channel is destroyed.
41 Pipe pipe; local
43 sp<InputChannel> inputChannel = new InputChannel(String8("channel name"), pipe.sendFd);
47 EXPECT_EQ(pipe.sendFd, inputChannel->getFd())
52 EXPECT_EQ(-EPIPE, pipe.readSignal())
55 // clean up fds of Pipe endpoints that were closed so we don't try to close them again
56 pipe.sendFd = -1;
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineTest.java 23 import java.nio.channels.Pipe;
24 import java.nio.channels.Pipe.SinkChannel;
25 import java.nio.channels.Pipe.SourceChannel;
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SelectorTest.java 25 import java.nio.channels.Pipe;
374 final Pipe pipe = Pipe.open(); local
375 pipe.source().configureBlocking(false);
376 final SelectionKey key = pipe.source().register(selector, SelectionKey.OP_READ);
385 pipe.sink().write(ByteBuffer.allocate(4)); // unblock select()
FileChannelTest.java 39 import java.nio.channels.Pipe;
103 private Pipe pipe; field in class:FileChannelTest
212 if (null != pipe) {
213 if (null != pipe.source()) {
215 pipe.source().close();
220 if (null != pipe.sink()) {
222 pipe.sink().close();
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 427 return AsmToken(AsmToken::Pipe, StringRef(TokStart, 1));
AsmParser.cpp 895 case AsmToken::Pipe:
    [all...]
  /external/oprofile/events/mips/74K/
events 30 event:0xc counters:0,2 um:zero minimum:500 name:IFU_IDU_CLOGED_DOWNSTREAM_CYCLES : 12-0 Cycles IFU-IDU gate is closed (waiting for downstream to unclog) due to MTC0/MFC0 sequence in pipe, EHB, or blocked DD, DR, or DS
48 event:0x1e counters:0,2 um:zero minimum:500 name:FSB_FULL_STALLS : 30-0 Pipe stall cycles due to FSB full
49 event:0x1f counters:0,2 um:zero minimum:500 name:LDQ_FULL_STALLS : 31-0 Pipe stall cycles due to LDQ full
50 event:0x20 counters:0,2 um:zero minimum:500 name:WBB_FULL_STALLS : 32-0 Pipe stall cycles due to WBB full
72 event:0x38 counters:0,2 um:zero minimum:500 name:MISPREDICTION_STALLS : 56-0 Cycles from the time of a pipe kill due to mispredict until the first new instruction graduates
121 event:0x41b counters:1,3 um:zero minimum:500 name:LOAD_STORE_NO_FILL_REQUESTS : 27-1 Load/store graduations not resulting in a bus request because misses at integer pipe graduation turn into hit or merge with outstanding fill request
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 307 case AsmToken::Pipe: Out->os() << "Pipe"; break;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 82 #include "Pipe.h"
1832 MonoPipe *pipe = (MonoPipe *)mPipeSink.get(); local
2741 MonoPipe *pipe = (MonoPipe *)mPipeSink.get(); local
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 584 milliseconds

12