HomeSort by relevance Sort by last modified time
    Searched refs:output_file_ (Results 1 - 24 of 24) 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::__anon26273::final
  /system/connectivity/shill/
certificate_file.cc 56 if (!output_file_.empty()) {
57 base::DeleteFile(output_file_, false);
132 if (!output_file_.empty()) {
133 base::DeleteFile(output_file_, false);
134 output_file_ = FilePath();
156 output_file_ = output_file;
157 return output_file_;
certificate_file.h 71 base::FilePath output_file_; member in class:shill::CertificateFile
certificate_file_unittest.cc 57 const FilePath& GetOutputFile() { return certificate_file_.output_file_; }
  /external/libbrillo/brillo/
process_unittest.cc 86 output_file_ = temp_dir_.path().Append("fork_out").value();
87 process_.RedirectOutput(output_file_);
103 std::string output_file_; member in class:brillo::ProcessTest
111 ExpectFileEquals("hello world\n", output_file_.c_str());
119 ExpectFileEquals("--hello world\n", output_file_.c_str());
126 ExpectFileEquals("--answer 42\n", output_file_.c_str());
132 ExpectFileEquals("", output_file_.c_str());
153 EXPECT_TRUE(base::ReadFileToString(FilePath(output_file_), &contents));
224 process_.RedirectOutput(output_file_);
231 ExpectFileEquals(kMessage, output_file_.c_str())
    [all...]
process.cc 66 output_file_ = output_file;
250 if (!output_file_.empty()) {
252 output_file_.c_str(), O_CREAT | O_WRONLY | O_TRUNC | O_NOFOLLOW,
255 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 722 output_file_(NULL), sections_(NULL)
743 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/gtest/src/
gtest.cc 3079 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 3066 const 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/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 3079 const std::string output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /ndk/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/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 4563 const std::string output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp 4587 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 4563 const std::string output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]

Completed in 215 milliseconds