HomeSort by relevance Sort by last modified time
    Searched refs:output_file_ (Results 1 - 9 of 9) 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/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/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/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/protobuf/gtest/src/
gtest.cc 3023 const String output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp 4370 const String output_file_; member in class:testing::internal::XmlUnitTestResultPrinter
    [all...]

Completed in 66 milliseconds