Home
last modified time | relevance | path

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

123456

/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand_posix.cc73 class Pipe { class
76 Pipe() { in Pipe() function in tint::utils::__anonce5a44a80111::Pipe
150 Pipe stdin_pipe; in Exec()
151 Pipe stdout_pipe; in Exec()
152 Pipe stderr_pipe; in Exec()
Dcommand_windows.cc69 class Pipe { class
72 explicit Pipe(bool for_read) { in Pipe() function in tint::utils::__anon016389400111::Pipe
151 Pipe stdout_pipe(true); in Exec()
152 Pipe stderr_pipe(true); in Exec()
153 Pipe stdin_pipe(false); in Exec()
/third_party/css-what/src/
Dparse.ts32 Pipe = 124, enumerator
56 [CharCode.Pipe, AttributeAction.Hyphen],
335 if (selector.charCodeAt(selectorIndex) === CharCode.Pipe) {
345 selector.charCodeAt(selectorIndex) === CharCode.Pipe &&
560 } else if (firstChar === CharCode.Pipe) {
564 selector.charCodeAt(selectorIndex + 1) === CharCode.Pipe
577 selector.charCodeAt(selectorIndex) === CharCode.Pipe &&
578 selector.charCodeAt(selectorIndex + 1) !== CharCode.Pipe
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.h50 class Pipe; variable
104 DeclareCastMethod(Pipe);
336 class Pipe : public Type {
338 Pipe(SpvAccessQualifier access_qualifier) in Pipe() function
340 Pipe(const Pipe&) = default;
345 Pipe* AsPipe() override { return this; } in AsPipe()
346 const Pipe* AsPipe() const override { return this; } in AsPipe()
/third_party/boost/libs/range/doc/reference/adaptors/
Dformatted.qbk10 [[Pipe] [`rng | boost::adaptors::formatted()`]]
11 [[Pipe] [`rng | boost::adaptors::formatted(sep)`]]
12 [[Pipe] [`rng | boost::adaptors::formatted(sep, prefix)`]]
13 [[Pipe] [`rng | boost::adaptors::formatted(sep, prefix, postfix)`]]
Dindexed.qbk10 [[Pipe] [`rng | boost::adaptors::indexed()`]]
11 [[Pipe] [`rng | boost::adaptors::indexed(start_index)`]]
/third_party/boost/boost/winapi/
Dpipes.hpp103 boost::winapi::HANDLE_ Pipe,
109 boost::winapi::HANDLE_ Pipe,
302 BOOST_FORCEINLINE BOOL_ get_named_pipe_client_computer_name(HANDLE_ Pipe, LPSTR_ ClientComputerName… in get_named_pipe_client_computer_name() argument
304 return ::GetNamedPipeClientComputerNameA(Pipe, ClientComputerName, ClientComputerNameLength); in get_named_pipe_client_computer_name()
308 BOOST_FORCEINLINE BOOL_ get_named_pipe_client_computer_name(HANDLE_ Pipe, LPWSTR_ ClientComputerNam… in get_named_pipe_client_computer_name() argument
310 return ::GetNamedPipeClientComputerNameW(Pipe, ClientComputerName, ClientComputerNameLength); in get_named_pipe_client_computer_name()
/third_party/node/test/parallel/
Dtest-process-wrap.js28 const { Pipe, constants: PipeConstants } = internalBinding('pipe_wrap');
29 const pipe = new Pipe(PipeConstants.SOCKET);
Dtest-handle-wrap-isrefed.js70 const { Pipe, constants: PipeConstants } = internalBinding('pipe_wrap');
71 const handle = new Pipe(PipeConstants.SOCKET);
Dtest-net-connect-options-fd.js11 const { Pipe, constants: PipeConstants } = internalBinding('pipe_wrap');
77 const handle = new Pipe(PipeConstants.SOCKET);
Dtest-net-server-listen-handle.js11 const { Pipe, constants: PipeConstants } = internalBinding('pipe_wrap');
47 handle = new Pipe(PipeConstants.SOCKET);
/third_party/boost/boost/process/detail/posix/
Dpipe_in.hpp76 template<typename Pipe, typename Executor>
77 static void close(Pipe & pipe, Executor &) in close()
Dpipe_out.hpp97 template<typename Pipe, typename Executor>
98 static void close(Pipe & pipe, Executor &) in close()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.h56 class Pipe; variable
198 DeclareCastMethod(Pipe)
554 class Pipe : public Type {
556 Pipe(SpvAccessQualifier qualifier) in Pipe() function
558 Pipe(const Pipe&) = default;
562 Pipe* AsPipe() override { return this; } in AsPipe()
563 const Pipe* AsPipe() const override { return this; } in AsPipe()
Dtypes.cpp125 DeclareKindCase(Pipe); in Clone()
171 DeclareKindCase(Pipe); in operator ==()
222 DeclareKindCase(Pipe); in GetHashWords()
619 bool Pipe::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl()
620 const Pipe* pt = that->AsPipe(); in IsSameImpl()
625 std::string Pipe::str() const { in str()
631 void Pipe::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords()
/third_party/spirv-tools/source/opt/
Dtypes.h56 class Pipe; variable
198 DeclareCastMethod(Pipe)
554 class Pipe : public Type {
556 Pipe(SpvAccessQualifier qualifier) in Pipe() function
558 Pipe(const Pipe&) = default;
562 Pipe* AsPipe() override { return this; } in AsPipe()
563 const Pipe* AsPipe() const override { return this; } in AsPipe()
Dtypes.cpp125 DeclareKindCase(Pipe); in Clone()
171 DeclareKindCase(Pipe); in operator ==()
222 DeclareKindCase(Pipe); in GetHashWords()
619 bool Pipe::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl()
620 const Pipe* pt = that->AsPipe(); in IsSameImpl()
625 std::string Pipe::str() const { in str()
631 void Pipe::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h56 class Pipe; variable
198 DeclareCastMethod(Pipe)
554 class Pipe : public Type {
556 Pipe(SpvAccessQualifier qualifier) in Pipe() function
558 Pipe(const Pipe&) = default;
562 Pipe* AsPipe() override { return this; } in AsPipe()
563 const Pipe* AsPipe() const override { return this; } in AsPipe()
Dtypes.cpp125 DeclareKindCase(Pipe); in Clone()
171 DeclareKindCase(Pipe); in operator ==()
222 DeclareKindCase(Pipe); in GetHashWords()
619 bool Pipe::IsSameImpl(const Type* that, IsSameCache*) const { in IsSameImpl()
620 const Pipe* pt = that->AsPipe(); in IsSameImpl()
625 std::string Pipe::str() const { in str()
631 void Pipe::GetExtraHashWords(std::vector<uint32_t>* words, in GetExtraHashWords()
/third_party/boost/boost/process/detail/windows/
Dpipe_in.hpp69 template<typename Pipe, typename Executor>
70 static void close(Pipe & pipe, Executor &) in close()
Dpipe_out.hpp103 template<typename Pipe, typename Executor>
104 static void close(Pipe & pipe, Executor &) in close()
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerUtil.cpp209 FILE *Pipe = OpenProcessPipe(Command.c_str(), "r"); in ExecuteCommandAndReadOutput() local
210 if (!Pipe) return false; in ExecuteCommandAndReadOutput()
213 while ((N = fread(Buff, 1, sizeof(Buff), Pipe)) > 0) in ExecuteCommandAndReadOutput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DResourceManager.cpp309 ResourceRef Pipe = selectPipe(R.first); in issueInstruction() local
310 use(Pipe); in issueInstruction()
311 BusyResources[Pipe] += CS.size(); in issueInstruction()
313 Pipe, ResourceCycles(CS.size()))); in issueInstruction()
/third_party/python/Lib/multiprocessing/
Dcontext.py60 def Pipe(self, duplex=True): member in BaseContext
62 from .connection import Pipe
63 return Pipe(duplex)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsResource/
DResourceScriptTokenList.h30 SHORT_TOKEN(Pipe, '|') // Bitwise-OR operator.

123456