Home
last modified time | relevance | path

Searched refs:Pipe (Results 1 – 25 of 31) sorted by relevance

12

/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DPipeTest.java21 import java.nio.channels.Pipe;
22 import java.nio.channels.Pipe.SinkChannel;
23 import java.nio.channels.Pipe.SourceChannel;
37 Pipe pipe = Pipe.open(); in test_open()
45 Pipe pipe = Pipe.open(); in test_sink()
54 Pipe pipe = Pipe.open(); in test_source()
DSourceChannelTest.java22 import java.nio.channels.Pipe;
36 private Pipe pipe;
38 private Pipe.SinkChannel sink;
40 private Pipe.SourceChannel source;
48 pipe = Pipe.open(); in setUp()
159 pipe = Pipe.open(); in test_read_$LByteBuffer()
301 Pipe pipe = Pipe.open(); in test_read_$LByteBufferII()
DSinkChannelTest.java24 import java.nio.channels.Pipe;
40 private Pipe pipe;
42 private Pipe.SinkChannel sink;
44 private Pipe.SourceChannel source;
52 pipe = Pipe.open(); in setUp()
DSelectorTest.java25 import java.nio.channels.Pipe;
374 final Pipe pipe = Pipe.open(); in test_cancelledKeys()
DFileChannelTest.java39 import java.nio.channels.Pipe;
103 private Pipe pipe;
2576 pipe = Pipe.open(); in test_transferFromLReadableByteChannelJJ_Pipe()
2947 pipe = Pipe.open(); in test_transferToJJLWritableByteChannel_Pipe()
/external/qemu/hw/
Dgoldfish_pipe.c129 typedef struct Pipe { struct
130 struct Pipe* next; argument
131 struct Pipe* next_waked; argument
140 } Pipe; argument
143 static void* pipeConnector_new(Pipe* pipe);
145 static Pipe*
148 Pipe* pipe; in pipe_new0()
154 static Pipe*
157 Pipe* pipe = pipe_new0(dev); in pipe_new()
163 static Pipe**
[all …]
/external/qemu/android/
Dhw-qemud.c677 } Pipe; member
810 QemudPipeMessage** msg_list = &c->ProtocolSelector.Pipe.messages; in _qemud_client_free()
865 c->ProtocolSelector.Pipe.qemud_pipe->client = NULL; in qemud_client_disconnect()
912 c->ProtocolSelector.Pipe.messages = NULL; in qemud_client_alloc()
913 c->ProtocolSelector.Pipe.qemud_pipe = NULL; in qemud_client_alloc()
1612 QemudPipeMessage** ins_at = &client->ProtocolSelector.Pipe.messages; in _qemud_pipe_cache_buffer()
1628 goldfish_pipe_wake(client->ProtocolSelector.Pipe.qemud_pipe->hwpipe, in _qemud_pipe_cache_buffer()
1950 client->ProtocolSelector.Pipe.qemud_pipe = pipe; in _qemudPipe_init()
2032 msg_list = &client->ProtocolSelector.Pipe.messages; in _qemudPipe_recvBuffers()
2076 if (client->ProtocolSelector.Pipe.messages != NULL) { in _qemudPipe_poll()
[all …]
/external/markdown/tests/extensions-x-tables/
Dtables.txt18 | Pipe | $1 |
/external/libnfc-nci/src/
Dstack-info.txt3 # reset nv data on Clear All Pipe CMD Ntf
/external/clang/lib/Driver/
DInputInfo.h33 Pipe enumerator
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h49 Pipe, PipePipe, Caret, enumerator
/external/clang/lib/Basic/
DDiagnostic.cpp850 const char *Pipe = ScanFormat(Argument, ArgumentEnd, '|'); in FormatDiagnostic() local
865 FormatDiagnostic(Pipe + 1, ArgumentEnd, OutStr); in FormatDiagnostic()
905 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
/external/oprofile/events/mips/74K/
Devents48 event:0x1e counters:0,2 um:zero minimum:500 name:FSB_FULL_STALLS : 30-0 Pipe stall cycles due to FS…
49 event:0x1f counters:0,2 um:zero minimum:500 name:LDQ_FULL_STALLS : 31-0 Pipe stall cycles due to LD…
50 event:0x20 counters:0,2 um:zero minimum:500 name:WBB_FULL_STALLS : 32-0 Pipe stall cycles due to WB…
/external/clang/include/clang/Basic/
DOperatorKinds.def70 OVERLOADED_OPERATOR(Pipe , "|" , pipe , false, true , false)
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp427 return AsmToken(AsmToken::Pipe, StringRef(TokStart, 1)); in LexToken()
DAsmParser.cpp934 case AsmToken::Pipe: in getBinOpPrecedence()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp285 case AsmToken::Pipe: Out->os() << "Pipe"; break; in AsLexInput()
/external/libmtp/
DREADME195 Pipe Handle: 0x863ce234 (Endpoint Address: 0x2)
205 Pipe Handle: 0x863ce214 (Endpoint Address: 0x81)
214 Pipe Handle: 0x863ce214 (Endpoint Address: 0x81)
/external/wpa_supplicant_6/wpa_supplicant/
Dandroid.config207 # named_pipe = Windows Named Pipe (default for Windows)
Ddefconfig210 # named_pipe = Windows Named Pipe (default for Windows)
Dwpa_supplicant.conf.orig66 # For Windows Named Pipe: This value can be used to set the security descriptor
DChangeLog298 Named Pipe (CONFIG_CTRL_IFACE=named_pipe); this is now the default
/external/wpa_supplicant_8/wpa_supplicant/
Dandroid.config233 # named_pipe = Windows Named Pipe (default for Windows)
Ddefconfig234 # named_pipe = Windows Named Pipe (default for Windows)
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-162041 Pipe the policy client through the bundle to allow setting user data.
3509 Pipe the notification up to the WKUIClient.
3633 Pipe paintCustomOverhangArea to the InjectedBundlePageUIClient.
3776 Pipe the call from WKPrintingView down to WKView.
5397 Pipe gesture events down to WebCore.
5596 Pipe a timestamp down into the PlatformWheelEvent for the Mac.
8978 Pipe geolocation positions/errors from the UIProcess to the WebProcess.
11178 Pipe through some more preferences.
12922 Pipe through file choosing.
13326 Pipe through user agent.
[all …]

12