HomeSort by relevance Sort by last modified time
    Searched defs:file_ (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /art/compiler/linker/
file_output_stream.h 39 File* const file_; member in class:art::FINAL
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvwriter.h 43 FILE* file_; member in class:mkvmuxer::MkvWriter
  /device/google/contexthub/util/nanotool/
calibrationfile.h 48 CalibrationFile() : file_(nullptr), json_root_(nullptr) {}
53 std::unique_ptr<File> file_; member in class:android::CalibrationFile
  /external/bsdiff/
buffer_file.h 35 std::unique_ptr<FileInterface> file_ = nullptr; member in class:bsdiff::BufferFile
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.h 50 FILE* file_; member in class:sfntly::FileInputStream
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_fileutils.h 36 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/libchrome/sandbox/win/sandbox_poc/pocdll/
utils.h 18 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/libmojo/ipc/
ipc_platform_file_attachment_posix.h 16 // case. Also, |file_| is not cleared even after the ownership is taken.
28 base::PlatformFile file() const { return file_; }
34 base::PlatformFile file_; member in class:IPC::internal::PlatformFileAttachment
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_reflection_class.h 52 const FileDescriptor* file_; member in class:google::protobuf::compiler::csharp::ReflectionClassGenerator
  /external/bsdiff/include/bsdiff/
extents_file.h 70 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/
macho_walker.h 91 int file_; member in class:MacFileUtilities::MachoWalker
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.h 145 const FileDescriptor* file_; member in class:google::protobuf::compiler::cpp::FileGenerator
  /external/protobuf/src/google/protobuf/compiler/java/
java_shared_code_generator.h 89 const FileDescriptor* file_; member in class:google::protobuf::compiler::java::SharedCodeGenerator
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.h 79 const FileDescriptor* file_; member in class:google::protobuf::compiler::javamicro::FileGenerator
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.h 81 const FileDescriptor* file_; member in class:google::protobuf::compiler::javanano::FileGenerator
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.h 158 // Guards file_, printer_ and file_descriptor_serialized_.
160 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_. member in class:google::protobuf::compiler::python::Generator
  /external/webrtc/webrtc/examples/turnserver/
turnserver_main.cc 24 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/modules/audio_processing/test/
test_utils.h 56 rtc::scoped_ptr<WavReader> file_; member in class:webrtc::final
69 rtc::scoped_ptr<WavWriter> file_; member in class:webrtc::final
  /frameworks/base/tools/aapt2/io/
File.h 71 : file_(file), offset_(offset), len_(len) {}
75 const Source& GetSource() const override { return file_->GetSource(); }
80 IFile* file_; member in class:aapt::io::FileSegment
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 147 // Guards file_, printer_ and file_descriptor_serialized_.
149 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_. member in class:google::protobuf::compiler::python::Generator
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 147 // Guards file_, printer_ and file_descriptor_serialized_.
149 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_. member in class:google::protobuf::compiler::python::Generator
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/python/
python_generator.h 147 // Guards file_, printer_ and file_descriptor_serialized_.
149 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_. member in class:google::protobuf::compiler::python::Generator
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/python/
python_generator.h 158 // Guards file_, printer_ and file_descriptor_serialized_.
160 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_. member in class:google::protobuf::compiler::python::Generator
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/python/
python_generator.h 147 // Guards file_, printer_ and file_descriptor_serialized_.
149 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_. member in class:google::protobuf::compiler::python::Generator
  /external/google-breakpad/src/common/
dwarf_cfi_to_module.h 75 : file_(file), section_(section) { }
95 string file_, section_; member in class:google_breakpad::DwarfCFIToModule::Reporter

Completed in 874 milliseconds

1 2 3 4 5 6