Searched defs:file_ (Results 1 - 25 of 69) sorted by relevance

123

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvwriter.hpp43 FILE* file_; member in class:mkvmuxer::MkvWriter
/external/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.h50 FILE* file_; member in class:sfntly::FileInputStream
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_shared_code_generator.h80 const FileDescriptor* file_; member in class:google::protobuf::compiler::java::SharedCodeGenerator
H A Djava_file.h95 const FileDescriptor* file_; member in class:google::protobuf::compiler::java::FileGenerator
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_fileutils.h36 explicit ResourceFileReader(FILE* file) : file_(file) {}
37 FILE* file_; member in class:webrtc::testing::bwe::ResourceFileReader
51 explicit OutputFileWriter(FILE* file) : file_(file) {}
52 FILE* file_; member in class:webrtc::testing::bwe::OutputFileWriter
/external/bsdiff/
H A Dextents_file.h70 std::unique_ptr<FileInterface> file_; member in class:bsdiff::ExtentsFile
72 // The list of extents mapping this instance to |file_|.
/external/google-breakpad/src/common/mac/
H A Dmacho_walker.h91 int file_; member in class:MacFileUtilities::MachoWalker
/external/libchrome/base/files/
H A Dmemory_mapped_file.h67 // Is file_ a valid file handle that points to an open, memory mapped file?
90 File file_; member in class:base::MemoryMappedFile
H A Dimportant_file_writer_unittest.cc90 file_ = temp_dir_.path().AppendASCII("test-file");
95 FilePath file_; member in class:base::ImportantFileWriterTest
103 ImportantFileWriter writer(file_, ThreadTaskRunnerHandle::Get());
115 ImportantFileWriter writer(file_, ThreadTaskRunnerHandle::Get());
149 ImportantFileWriter writer(file_,
166 ImportantFileWriter writer(file_, ThreadTaskRunnerHandle::Get());
182 ImportantFileWriter writer(file_,
/external/libchrome/sandbox/win/sandbox_poc/pocdll/
H A Dutils.h18 file_ = NULL;
23 if (file_) {
24 fflush(file_);
25 fclose(file_);
32 if (file_) {
56 file_ = _fdopen(c_file_handle, mode);
57 return file_;
61 FILE* file_; member in class:HandleToFile
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_file.h80 const FileDescriptor* file_; member in class:google::protobuf::compiler::cpp::FileGenerator
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.h79 const FileDescriptor* file_; member in class:google::protobuf::compiler::javamicro::FileGenerator
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_file.h79 const FileDescriptor* file_; member in class:google::protobuf::compiler::javanano::FileGenerator
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.h152 // Guards file_, printer_ and file_descriptor_serialized_.
154 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_. member in class:google::protobuf::compiler::python::Generator
/external/boringssl/src/crypto/test/
H A Dfile_test.h75 bool is_open() const { return file_ != nullptr; }
135 FILE *file_ = nullptr; member in class:FileTest
/external/webrtc/webrtc/examples/turnserver/
H A Dturnserver_main.cc24 explicit TurnFileAuth(const std::string& path) : file_(path) {
25 file_.Load();
32 bool ret = file_.GetStringValue(username, &hex);
41 rtc::OptionsFile file_; member in class:TurnFileAuth
/external/webrtc/webrtc/test/
H A Drtp_file_writer.cc30 explicit RtpDumpWriter(FILE* file) : file_(file) {
31 RTC_CHECK(file_ != NULL);
35 if (file_ != NULL) {
36 fclose(file_);
37 file_ = NULL;
48 return fwrite(packet->data, sizeof(uint8_t), packet->length, file_) ==
54 fprintf(file_, "%s", kFirstLine);
69 if (fwrite(&tmp, sizeof(uint8_t), 1, file_) != 1)
78 if (fwrite(&tmp, sizeof(uint8_t), 1, file_) != 1)
82 if (fwrite(&tmp, sizeof(uint8_t), 1, file_) !
87 FILE* file_; member in class:webrtc::test::RtpDumpWriter
[all...]
/external/google-breakpad/src/client/
H A Dminidump_file_writer.h128 int file_; member in class:google_breakpad::MinidumpFileWriter
130 // Whether |file_| should be closed when the instance is destroyed.
/external/google-breakpad/src/common/
H A Ddwarf_cfi_to_module.h75 : file_(file), section_(section) { }
95 string file_, section_; member in class:google_breakpad::DwarfCFIToModule::Reporter
/external/google-breakpad/src/processor/
H A Dsource_line_resolver_base_types.h59 explicit AutoFileCloser(FILE *file) : file_(file) {}
61 if (file_)
62 fclose(file_);
66 FILE *file_; member in class:google_breakpad::SourceLineResolverBase::AutoFileCloser
/external/webrtc/webrtc/modules/audio_processing/test/
H A Dtest_utils.h56 rtc::scoped_ptr<WavReader> file_; member in class:webrtc::final
69 rtc::scoped_ptr<WavWriter> file_; member in class:webrtc::final
/external/gmock/include/gmock/
H A Dgmock-spec-builders.h249 : file_(a_file), line_(a_line), last_clause_(kNone) {}
252 const char* file() const { return file_; }
267 Assert(property, file_, line_, failure_message);
272 Expect(property, file_, line_, failure_message);
275 const char* file_; member in class:testing::internal::UntypedOnCallSpecBase
350 // source file that contains the statement => file_
698 const char* file() const { return file_; }
742 Assert(property, file_, line_, failure_message);
747 Expect(property, file_, line_, failure_message);
846 const char* file_; // Th
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h245 : file_(a_file), line_(a_line), last_clause_(kNone) {}
248 const char* file() const { return file_; }
263 Assert(property, file_, line_, failure_message);
268 Expect(property, file_, line_, failure_message);
271 const char* file_; member in class:testing::internal::UntypedOnCallSpecBase
346 // source file that contains the statement => file_
690 const char* file() const { return file_; }
734 Assert(property, file_, line_, failure_message);
739 Expect(property, file_, line_, failure_message);
838 const char* file_; // Th
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h112 const int file_; member in class:google::protobuf::io::FileInputStream::CopyingFileInputStream
193 const int file_; member in class:google::protobuf::io::FileOutputStream::CopyingFileOutputStream
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h240 : file_(a_file), line_(a_line), index_(an_index),
248 String file() const { return file_; }
254 String file_; member in class:testing::internal::InternalRunDeathTestFlag

Completed in 1099 milliseconds

123