Home
last modified time | relevance | path

Searched refs:GetOutput (Results 1 - 17 of 17) sorted by relevance

/third_party/ninja/src/
H A Dsubprocess_test.cc54 EXPECT_NE("", subproc->GetOutput()); in TEST_F()
68 EXPECT_NE("", subproc->GetOutput()); in TEST_F()
71 "specified.\n", subproc->GetOutput()); in TEST_F()
174 ASSERT_NE("", subproc->GetOutput()); in TEST_F()
200 ASSERT_EQ("", processes[i]->GetOutput()); in TEST_F()
214 ASSERT_NE("", processes[i]->GetOutput()); in TEST_F()
244 ASSERT_NE("", procs[i]->GetOutput()); in TEST_F()
H A Dsubprocess.h51 const std::string& GetOutput() const;
H A Dsubprocess-win32.cc210 const string& Subprocess::GetOutput() const { in GetOutput() function in Subprocess
H A Dsubprocess-posix.cc183 const string& Subprocess::GetOutput() const { in GetOutput() function in Subprocess
H A Dbuild.cc531 result->output = subproc->GetOutput(); in WaitForCommand()
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.h75 if (strcmp(disasm.GetOutput(), EXP) != 0) { \
79 disasm.GetOutput()); \
97 if (strncmp(disasm.GetOutput(), EXP, strlen(EXP)) != 0) { \
101 disasm.GetOutput()); \
118 res.append(disasm.GetOutput()); \
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.cc186 std::string ImmutableServiceGenerator::GetOutput( in GetOutput() function in google::protobuf::compiler::java::ImmutableServiceGenerator
215 vars["output"] = GetOutput(method); in GenerateCallMethod()
262 vars["output"] = GetOutput(method); in GenerateCallBlockingMethod()
308 : GetOutput(method); in GenerateGetPrototype()
360 vars["output"] = GetOutput(method); in GenerateStub()
424 vars["output"] = GetOutput(method); in GenerateBlockingStub()
448 vars["output"] = GetOutput(method); in GenerateMethodSignature()
462 vars["output"] = GetOutput(method); in GenerateBlockingMethodSignature()
H A Djava_service.h127 std::string GetOutput(const MethodDescriptor* method);
/third_party/gn/misc/
H A Dhelp_as_html.py19 def GetOutput(*args): function
97 commands, output = ParseTopLevel(GetOutput('help'))
99 output += ParseCommand(command, GetOutput('help', command))
/third_party/vixl/examples/aarch64/
H A Dcustom-disassembler.cc182 disasm.GetOutput()); in TestCustomDisassembler()
193 custom_disasm.GetOutput()); in TestCustomDisassembler()
/third_party/vixl/benchmarks/aarch64/
H A Dbench-mixed-disasm.cc47 generated_chars_ += strlen(GetOutput());
H A Dbench-mixed-sim.cc50 generated_chars_ += strlen(GetOutput());
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.h21 char* GetOutput();
H A Ddisasm-arm64.cc46 char* DisassemblingDecoder::GetOutput() { return buffer_; } in GetOutput() function in v8::internal::DisassemblingDecoder
4310 GetOutput()); in ProcessOutput()
4364 instr->InstructionBits(), GetOutput()); in ProcessOutput()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxcapi.h578 virtual HRESULT STDMETHODCALLTYPE GetOutput(_In_ DXC_OUT_KIND dxcOutKind,
595 virtual HRESULT STDMETHODCALLTYPE GetOutput(_In_ UINT32 uIndex,
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.h56 char* GetOutput();
H A Ddisasm-aarch64.cc786 char *Disassembler::GetOutput() { return buffer_; } in Disassembler() function in vixl::aarch64::Disassembler
7572 GetOutput()); in Disassembler()

Completed in 39 milliseconds