/third_party/ninja/src/ |
D | subprocess_test.cc | 54 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()
|
D | subprocess.h | 51 const std::string& GetOutput() const;
|
D | subprocess-win32.cc | 210 const string& Subprocess::GetOutput() const { in GetOutput() function in Subprocess
|
D | subprocess-posix.cc | 183 const string& Subprocess::GetOutput() const { in GetOutput() function in Subprocess
|
D | build.cc | 503 result->output = subproc->GetOutput(); in WaitForCommand()
|
/third_party/vixl/test/aarch64/ |
D | test-disasm-aarch64.h | 75 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/ |
D | java_service.cc | 186 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()
|
D | java_service.h | 127 std::string GetOutput(const MethodDescriptor* method);
|
/third_party/gn/misc/ |
D | help_as_html.py | 19 def GetOutput(*args): function 97 commands, output = ParseTopLevel(GetOutput('help')) 99 output += ParseCommand(command, GetOutput('help', command))
|
/third_party/vixl/examples/aarch64/ |
D | custom-disassembler.cc | 181 disasm.GetOutput()); in TestCustomDisassembler() 192 custom_disasm.GetOutput()); in TestCustomDisassembler()
|
/third_party/vixl/benchmarks/aarch64/ |
D | bench-mixed-sim.cc | 51 generated_chars_ += strlen(GetOutput()); in ProcessOutput()
|
D | bench-mixed-disasm.cc | 48 generated_chars_ += strlen(GetOutput()); in ProcessOutput()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
D | disasm-arm64.h | 21 char* GetOutput();
|
D | disasm-arm64.cc | 46 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/ |
D | dxcapi.h | 578 virtual HRESULT STDMETHODCALLTYPE GetOutput(_In_ DXC_OUT_KIND dxcOutKind, 595 virtual HRESULT STDMETHODCALLTYPE GetOutput(_In_ UINT32 uIndex,
|
/third_party/vixl/src/aarch64/ |
D | disasm-aarch64.h | 56 char* GetOutput();
|
D | disasm-aarch64.cc | 677 char *Disassembler::GetOutput() { return buffer_; } in Disassembler() function in vixl::aarch64::Disassembler 10667 GetOutput()); in Disassembler()
|
/third_party/mindspore/patches/ |
D | 0006-remove-lite-expression-fix-double-loadso.patch | 709 - auto id = GetOutput(in); 713 - auto id = GetOutput(out); 776 - int GetOutput(EXPR *expr) { return output_tensors_.at(expr); } 1795 - uint32_t id = session->GetOutput(ex);
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 42775 +- TfLiteTensor* output_values = GetOutput(context, node, kOutputValues); 42796 +- GetOutput(context, node, kOutputRowSplitsStart + i); 42817 +- TfLiteTensor* output_values = GetOutput(context, node, kOutputValues); 42828 +- GetOutput(context, node, kOutputRowSplitsStart + i); 43529 - TfLiteTensor* output_values = GetOutput(context, node, kOutputValues); 43550 - GetOutput(context, node, kOutputRowSplitsStart + i); 43571 - TfLiteTensor* output_values = GetOutput(context, node, kOutputValues); 43582 - GetOutput(context, node, kOutputRowSplitsStart + i);
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 544 <!-- vtkSurfaceLICPainter::GetOutput() --> 20629 <!-- vtkDataObject* vtkPainter::GetOutput() --> 20630 …<function-decl name='GetOutput' mangled-name='_ZN10vtkPainter9GetOutputEv' filepath='/tmp/legendre… 21904 <!-- vtkDataObject* vtkSurfaceLICPainter::GetOutput() --> 21905 …<function-decl name='GetOutput' mangled-name='_ZN20vtkSurfaceLICPainter9GetOutputEv' filepath='/tm… 24718 <!-- vtkDataObject* vtkSurfaceLICPainter::GetOutput() --> 24719 …<function-decl name='GetOutput' mangled-name='_ZN20vtkSurfaceLICPainter9GetOutputEv' filepath='/tm…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 12522 …<function-decl name='GetOutput' mangled-name='_ZN10vtkPainter9GetOutputEv' filepath='/tmp/legendre… 13373 …<function-decl name='GetOutput' mangled-name='_ZN20vtkSurfaceLICPainter9GetOutputEv' filepath='/tm… 15214 …<function-decl name='GetOutput' mangled-name='_ZN20vtkSurfaceLICPainter9GetOutputEv' filepath='/tm…
|