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

  /external/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;
53 if (output_file_ == NULL) {
58 output_file_);
frame_writer.h 64 FILE* output_file_; member in class:webrtc::test::FrameWriterImpl
  /external/chromium_org/base/test/
gtest_xml_util.cc 29 XmlUnitTestResultPrinter::XmlUnitTestResultPrinter() : output_file_(NULL) {
33 if (output_file_) {
34 fprintf(output_file_, "</testsuites>\n");
35 fflush(output_file_);
36 base::CloseFile(output_file_);
41 DCHECK(!output_file_);
42 output_file_ = OpenFile(output_file_path, "w");
43 if (!output_file_)
46 fprintf(output_file_,
48 fflush(output_file_);
    [all...]
gtest_xml_util.h 36 FILE* output_file_; member in class:base::XmlUnitTestResultPrinter
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_main.cc 124 // If successful, output_file_ will be valid.
132 &output_file_,
142 // Writes the contents of output to output_file_. If successful, returns
146 // Reads a number of bytes from output_file_ equal to the size of output,
169 // When encoding, input_file_ is the target file and output_file_ is the delta
173 FILE* output_file_; member in class:open_vcdiff::VCDiffFileBasedCoder
196 output_file_(NULL) { }
203 if (output_file_ && (output_file_ != stdout)) {
204 fclose(output_file_);
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
vcdiff_main.cc 125 // If successful, output_file_ will be valid.
133 &output_file_,
143 // Writes the contents of output to output_file_. If successful, returns
147 // Reads a number of bytes from output_file_ equal to the size of output,
170 // When encoding, input_file_ is the target file and output_file_ is the delta
174 FILE* output_file_; member in class:open_vcdiff::VCDiffFileBasedCoder
197 output_file_(NULL) { }
204 if (output_file_ && (output_file_ != stdout)) {
205 fclose(output_file_);
    [all...]
  /external/open-vcdiff/src/
vcdiff_main.cc 125 // If successful, output_file_ will be valid.
133 &output_file_,
143 // Writes the contents of output to output_file_. If successful, returns
147 // Reads a number of bytes from output_file_ equal to the size of output,
170 // When encoding, input_file_ is the target file and output_file_ is the delta
174 FILE* output_file_; member in class:open_vcdiff::VCDiffFileBasedCoder
197 output_file_(NULL) { }
204 if (output_file_ && (output_file_ != stdout)) {
205 fclose(output_file_);
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 2571 const internal::String output_file_; member in class:testing::XmlUnitTestResultPrinter
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 3066 const String output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc 2963 const std::string output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc 3066 const String output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/gtest/src/
gtest.cc 3066 const String output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/llvm/utils/unittest/googletest/
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/open-vcdiff/gtest/src/
gtest.cc 3053 const String output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 3023 const 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/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 4563 const std::string output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]

Completed in 91 milliseconds