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

  /external/webrtc/webrtc/test/testsupport/
frame_writer.cc 22 output_file_(NULL) {
35 output_file_ = fopen(output_filename_.c_str(), "wb");
36 if (output_file_ == NULL) {
45 if (output_file_ != NULL) {
46 fclose(output_file_);
47 output_file_ = NULL;
55 if (output_file_ == NULL) {
60 output_file_);
frame_writer.h 64 FILE* output_file_; member in class:webrtc::test::FrameWriterImpl
  /external/webrtc/webrtc/modules/utility/source/
file_player_unittests.cc 36 output_file_(NULL) {}
42 output_file_ = fopen(output_file.c_str(), "wb");
43 ASSERT_TRUE(output_file_ != NULL);
48 if (output_file_)
49 fclose(output_file_); variable
70 fwrite(out, sizeof(out[0]), num_samples, output_file_));
81 FILE* output_file_; member in class:webrtc::FilePlayerTest
  /external/webrtc/webrtc/base/
event_tracer.cc 104 RTC_DCHECK(output_file_);
106 fprintf(output_file_, "{ \"traceEvents\": [\n");
116 fprintf(output_file_,
135 fprintf(output_file_, "]}\n");
137 fclose(output_file_);
138 output_file_ = nullptr;
143 RTC_DCHECK(!output_file_);
144 output_file_ = file;
189 FILE* output_file_ = nullptr; member in class:rtc::tracing::__anon38678::final
  /external/libbrillo/brillo/
process_unittest.cc 110 output_file_ = temp_dir_.path().Append("fork_out").value();
111 process_.RedirectOutput(output_file_);
127 std::string output_file_; member in class:brillo::ProcessTest
135 ExpectFileEquals("hello world\n", output_file_.c_str());
143 ExpectFileEquals("--hello world\n", output_file_.c_str());
150 ExpectFileEquals("--answer 42\n", output_file_.c_str());
156 ExpectFileEquals("", output_file_.c_str());
177 EXPECT_TRUE(base::ReadFileToString(FilePath(output_file_), &contents));
248 process_.RedirectOutput(output_file_);
255 ExpectFileEquals(kMessage, output_file_.c_str())
    [all...]
process.cc 68 output_file_ = output_file;
260 if (!output_file_.empty()) {
262 output_file_.c_str(), O_CREAT | O_WRONLY | O_TRUNC | O_NOFOLLOW,
265 PLOG(ERROR) << "Could not create " << output_file_;
process.h 215 std::string output_file_; member in class:brillo::ProcessImpl
  /external/v8/tools/
perf-to-html.py 156 self.output_file_ = output_file
164 if self.output_file_:
166 with open(self.output_file_, "w") as text_file:
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 726 output_file_(NULL), sections_(NULL)
747 Dwp_output_file* output_file_; member in class:gold::Unit_reader
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 3063 const String output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/googletest/googletest/src/
gtest.cc 3414 const std::string output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 3416 const std::string output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 3038 const String output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 3079 const std::string output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 3050 const String output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest.cc 3037 const String output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/v8/testing/gtest/src/
gtest.cc 3414 const std::string output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 3079 const std::string output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest.cc 3053 const std::string output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest.cc 3053 const std::string output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 4390 const String output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc 4563 const std::string output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 4563 const std::string output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]

Completed in 2864 milliseconds