Home
last modified time | relevance | path

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

12

/external/okhttp/okio/okio/src/test/java/okio/
DBufferedSourceTest.java41 @Override public Pipe pipe() {
43 Pipe result = new Pipe();
55 @Override public Pipe pipe() {
57 Pipe result = new Pipe();
69 @Override public Pipe pipe() {
71 Pipe result = new Pipe();
87 Pipe pipe(); in pipe()
90 private static class Pipe { class in BufferedSourceTest
117 Pipe pipe = factory.pipe(); in setUp()
/external/autotest/client/tests/unixbench5/
Dcontrol15 - Pipe throughput
16 - Pipe-based context switching
/external/autotest/client/tests/unixbench/
Dcontrol17 - Pipe throughput
18 - Pipe-based context switching
/external/clang/lib/Basic/
DDiagnostic.cpp742 const char *Pipe = ScanFormat(Argument, Argument + ArgumentLen, '|'); in FormatDiagnostic() local
743 const char *FirstDollar = ScanFormat(Argument, Pipe, '$'); in FormatDiagnostic()
744 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic()
751 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
873 const char *Pipe = ScanFormat(Argument, ArgumentEnd, '|'); in FormatDiagnostic() local
887 FormatDiagnostic(Pipe + 1, ArgumentEnd, OutStr); in FormatDiagnostic()
927 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
/external/markdown/tests/extensions-x-tables/
Dtables.txt18 | Pipe | $1 |
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
Dparallel.py65 (pipe_recv, pipe_send) = mp.Pipe(duplex=False)
/external/skia/resources/
Dslides_content.lua11 - Pipe
/external/clang/lib/Driver/
DInputInfo.h33 Pipe enumerator
/external/libchrome/sandbox/mac/
Dxpc_private_stubs.sig16 // Pipe methods.
/external/llvm/lib/Target/X86/
DX86ScheduleBtVer2.td44 // Integer Pipe Scheduler
49 // AGU Pipe Scheduler
54 // Fpu Pipe Scheduler
/external/autotest/site_utils/tester_feedback/
Drequest_multiplexer.py164 reply_pipe_send, reply_pipe_recv = multiprocessing.Pipe()
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h49 Pipe, PipePipe, Caret, enumerator
/external/llvm/lib/Target/Mips/
DMipsScheduleP5600.td250 // Short Pipe
274 // Long Pipe
302 // Load Pipe
/external/autotest/client/cros/audio/
Dcras_dbus_utils.py143 self._parent_conn, self._child_conn = multiprocessing.Pipe()
/external/mesa3d/src/gallium/docs/source/
Ddistro.rst162 Pipe Buffer Managers
/external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/
Dnetwork_WiFi_RoamOnLowPower.py110 self._pipe_reader, pipe_writer = multiprocessing.Pipe()
/external/clang/include/clang/Basic/
DOperatorKinds.def70 OVERLOADED_OPERATOR(Pipe , "|" , pipe , false, true , false)
/external/mesa3d/doxygen/
Dgallium.doc34 - Pipe drivers:
86 the window system. Pipe drivers use the winsys interface to handle these
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp566 return AsmToken(AsmToken::Pipe, StringRef(TokStart, 1)); in LexToken()
DAsmParser.cpp1125 case AsmToken::Pipe: in getDarwinBinOpPrecedence()
1232 case AsmToken::Pipe: in getGNUBinOpPrecedence()
2037 case AsmToken::Pipe: in isOperator()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp303 case AsmToken::Pipe: OS << "Pipe"; break; in AsLexInput()
/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1116 if (getLexer().getKind() == AsmToken::Pipe) { in parseOperand()
1164 if (getLexer().getKind() != AsmToken::Pipe) in parseOperand()
/external/libmtp/
DREADME195 Pipe Handle: 0x863ce234 (Endpoint Address: 0x2)
205 Pipe Handle: 0x863ce214 (Endpoint Address: 0x81)
214 Pipe Handle: 0x863ce214 (Endpoint Address: 0x81)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/wpa_supplicant_8/wpa_supplicant/
Dandroid.config179 # named_pipe = Windows Named Pipe (default for Windows)

12