HomeSort by relevance Sort by last modified time
    Searched refs:GetOutputStream (Results 1 - 25 of 25) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
io.h 53 std::ostream* GetOutputStream(const string_piece& output_filename,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
json_reporter.cc 59 std::ostream& out = GetOutputStream();
95 std::ostream& out = GetOutputStream();
114 GetOutputStream() << "\n ]\n}\n";
119 std::ostream& out = GetOutputStream();
console_reporter.cc 43 if (color_output_ && &std::cout != &GetOutputStream()) {
62 GetOutputStream() << line << "\n" << str << line << "\n";
88 auto& Out = GetOutputStream();
csv_reporter.cc 46 std::ostream& Out = GetOutputStream();
87 std::ostream& Out = GetOutputStream();
benchmark.cc 500 std::flush(reporter->GetOutputStream());
572 auto& Out = console_reporter->GetOutputStream();
  /external/google-benchmark/src/
console_reporter.cc 44 if ((output_options_ & OO_Color) && &std::cout != &GetOutputStream()) {
69 GetOutputStream() << line << "\n" << str << line << "\n";
103 auto& Out = GetOutputStream();
csv_reporter.cc 46 std::ostream& Out = GetOutputStream();
87 std::ostream& Out = GetOutputStream();
json_reporter.cc 68 std::ostream& out = GetOutputStream();
128 std::ostream& out = GetOutputStream();
147 GetOutputStream() << "\n ]\n}\n";
152 std::ostream& out = GetOutputStream();
benchmark.cc 505 std::flush(reporter->GetOutputStream());
593 auto& Out = console_reporter->GetOutputStream();
  /external/libcxx/utils/google-benchmark/src/
console_reporter.cc 44 if ((output_options_ & OO_Color) && &std::cout != &GetOutputStream()) {
69 GetOutputStream() << line << "\n" << str << line << "\n";
103 auto& Out = GetOutputStream();
csv_reporter.cc 46 std::ostream& Out = GetOutputStream();
87 std::ostream& Out = GetOutputStream();
json_reporter.cc 68 std::ostream& out = GetOutputStream();
128 std::ostream& out = GetOutputStream();
147 GetOutputStream() << "\n ]\n}\n";
152 std::ostream& out = GetOutputStream();
benchmark.cc 505 std::flush(reporter->GetOutputStream());
593 auto& Out = console_reporter->GetOutputStream();
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp 217 static tool_output_file *GetOutputStream() {
260 OwningPtr<tool_output_file> Out(GetOutputStream());
388 OwningPtr<tool_output_file> Out(GetOutputStream());
459 OwningPtr<tool_output_file> Out(GetOutputStream());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
reporter.h 141 std::ostream& GetOutputStream() const { return *output_stream_; }
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
io.cc 92 std::ostream* GetOutputStream(const string_piece& output_filename,
  /external/swiftshader/third_party/LLVM/tools/llc/
llc.cpp 158 static tool_output_file *GetOutputStream(const char *TargetName,
326 (GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]));
  /external/llvm/tools/llc/
llc.cpp 146 GetOutputStream(const char *TargetName, Triple::OSType OS,
360 GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 216 static std::unique_ptr<tool_output_file> GetOutputStream() {
481 std::unique_ptr<tool_output_file> Out = GetOutputStream();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 695 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) {
717 raw_pwrite_stream *OS = GetOutputStream(CI, InFile, BA);
789 raw_pwrite_stream *OS = GetOutputStream(CI, getCurrentFile(), BA);
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark.h     [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sapi51.h     [all...]
sapi53.h     [all...]
sapi54.h     [all...]

Completed in 927 milliseconds