/external/google-benchmark/src/ |
D | json_reporter.cc | 68 std::ostream& out = GetOutputStream(); in ReportContext() 145 std::ostream& out = GetOutputStream(); in ReportRuns() 164 GetOutputStream() << "\n ]\n}\n"; in Finalize() 169 std::ostream& out = GetOutputStream(); in PrintRunData()
|
D | console_reporter.cc | 44 if ((output_options_ & OO_Color) && &std::cout != &GetOutputStream()) { in ReportContext() 68 GetOutputStream() << line << "\n" << str << "\n" << line << "\n"; in PrintHeader() 117 auto& Out = GetOutputStream(); in PrintRunData()
|
D | csv_reporter.cc | 46 std::ostream& Out = GetOutputStream(); in ReportRuns() 91 std::ostream& Out = GetOutputStream(); in PrintRunData()
|
D | benchmark.cc | 255 std::flush(reporter->GetOutputStream()); in RunBenchmarks() 362 auto& Out = display_reporter->GetOutputStream(); in RunSpecifiedBenchmarks()
|
/external/libcxx/utils/google-benchmark/src/ |
D | json_reporter.cc | 68 std::ostream& out = GetOutputStream(); in ReportContext() 145 std::ostream& out = GetOutputStream(); in ReportRuns() 164 GetOutputStream() << "\n ]\n}\n"; in Finalize() 169 std::ostream& out = GetOutputStream(); in PrintRunData()
|
D | console_reporter.cc | 44 if ((output_options_ & OO_Color) && &std::cout != &GetOutputStream()) { in ReportContext() 69 GetOutputStream() << line << "\n" << str << line << "\n"; in PrintHeader() 118 auto& Out = GetOutputStream(); in PrintRunData()
|
D | csv_reporter.cc | 46 std::ostream& Out = GetOutputStream(); in ReportRuns() 91 std::ostream& Out = GetOutputStream(); in PrintRunData()
|
D | benchmark.cc | 255 std::flush(reporter->GetOutputStream()); in RunBenchmarks() 362 auto& Out = display_reporter->GetOutputStream(); in RunSpecifiedBenchmarks()
|
/external/swiftshader/third_party/LLVM/tools/llvm-mc/ |
D | llvm-mc.cpp | 217 static tool_output_file *GetOutputStream() { in GetOutputStream() function 260 OwningPtr<tool_output_file> Out(GetOutputStream()); in AsLexInput() 388 OwningPtr<tool_output_file> Out(GetOutputStream()); in AssembleInput() 459 OwningPtr<tool_output_file> Out(GetOutputStream()); in DisassembleInput()
|
/external/swiftshader/third_party/LLVM/tools/llc/ |
D | llc.cpp | 158 static tool_output_file *GetOutputStream(const char *TargetName, in GetOutputStream() function 326 (GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0])); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 209 static std::unique_ptr<ToolOutputFile> GetOutputStream(StringRef Path) { in GetOutputStream() function 423 std::unique_ptr<ToolOutputFile> Out = GetOutputStream(OutputFilename); in main() 433 DwoOut = GetOutputStream(SplitDwarfFile); in main()
|
/external/llvm/tools/llc/ |
D | llc.cpp | 146 GetOutputStream(const char *TargetName, Triple::OSType OS, in GetOutputStream() function 360 GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]); in compileModule()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 695 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { in GetOutputStream() function 717 raw_pwrite_stream *OS = GetOutputStream(CI, InFile, BA); in CreateASTConsumer() 789 raw_pwrite_stream *OS = GetOutputStream(CI, getCurrentFile(), BA); in ExecuteAction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/ |
D | llc.cpp | 175 static std::unique_ptr<ToolOutputFile> GetOutputStream(const char *TargetName, in GetOutputStream() function 472 GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]); in compileModule()
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 216 static std::unique_ptr<tool_output_file> GetOutputStream() { in GetOutputStream() function 481 std::unique_ptr<tool_output_file> Out = GetOutputStream(); in main()
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1429 std::ostream& GetOutputStream() const { return *output_stream_; } in GetOutputStream() function
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 1429 std::ostream& GetOutputStream() const { return *output_stream_; } in GetOutputStream() function
|