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

1 2

  /external/chromium/net/base/
file_stream.h 22 // This explicit mapping matches both FILE_ on Windows and SEEK_ on Linux.
129 base::PlatformFile file_; member in class:net::FileStream
file_stream_posix.cc 83 const base::PlatformFile file_; member in class:net::__anon2526::BackgroundReadTask
94 : file_(file), buf_(buf), buf_len_(buf_len), callback_(callback) {}
99 int result = ReadFile(file_, buf_, buf_len_);
114 const base::PlatformFile file_; member in class:net::__anon2526::BackgroundWriteTask
125 : file_(file), buf_(buf), buf_len_(buf_len), callback_(callback) {}
130 int result = WriteFile(file_, buf_, buf_len_);
294 : file_(base::kInvalidPlatformFileValue),
300 : file_(file),
317 if (file_ != base::kInvalidPlatformFileValue) {
318 if (close(file_) != 0)
    [all...]
  /external/chromium/base/
event_recorder.h 78 file_(NULL),
91 FILE* file_; member in class:base::EventRecorder
file_util.h 525 // Is file_ a valid file handle that points to an open, memory mapped file?
539 base::PlatformFile file_; member in class:file_util::MemoryMappedFile
message_loop_unittest.cc 1185 ScopedHandle file_; member in class:TestIOHandler
    [all...]
  /external/chromium/net/disk_cache/
storage_block.h 79 MappedFile* file_; member in class:disk_cache::StorageBlock
file_win.cc 24 scoped_refptr<disk_cache::File> file_; member in struct:__anon2587::MyOverlapped
59 file_ = file;
197 data->file_ = NULL; // There is no reason to hold on to this anymore.
248 data->file_ = NULL; // There is no reason to hold on to this anymore.
file_posix.cc 34 : io_completed_(true, false), callback_(callback), file_(file), buf_(buf),
72 return file_;
84 disk_cache::File* file_; member in class:__anon2586::BackgroundIO
152 if (file_->Read(const_cast<void*>(buf_), buf_len_, offset_)) {
171 bool rv = file_->Write(buf_, buf_len_, offset_);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.h 78 const FileDescriptor* file_; member in class:google::protobuf::compiler::cpp::FileGenerator
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.h 85 const FileDescriptor* file_; member in class:google::protobuf::compiler::java::FileGenerator
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.h 81 const FileDescriptor* file_; member in class:google::protobuf::compiler::javamicro::FileGenerator
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.h 141 // Guards file_, printer_ and file_descriptor_serialized_.
143 mutable const FileDescriptor* file_; // Set in Generate(). Under mutex_. member in class:google::protobuf::compiler::python::Generator
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 200 : file_(file), line_(line), index_(index), status_fd_(status_fd) {}
215 String file() const { return file_; }
221 String file_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 196 : file_(file), line_(line), index_(index), write_fd_(write_fd) {}
203 String file() const { return file_; }
209 String file_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 112 const int file_; member in class:google::protobuf::io::FileInputStream::CopyingFileInputStream
193 const int file_; member in class:google::protobuf::io::FileOutputStream::CopyingFileOutputStream
  /external/v8/test/cctest/
cctest.h 63 const char* file() { return file_; }
69 const char* file_; member in class:CcTest
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 369 ::google::protobuf::RepeatedPtrField< ::google::protobuf::compiler::CodeGeneratorResponse_File > file_; member in class:google::protobuf::compiler::CodeGeneratorResponse
686 return file_.size();
689 file_.Clear();
692 return file_.Get(index);
695 return file_.Mutable(index);
698 return file_.Add();
702 return file_;
706 return &file_;
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 498 ForkingDeathTest(statement, regex), file_(file), line_(line) { }
502 const char* const file_; member in class:testing::internal::ExecDeathTest
617 GTEST_FLAG_PREFIX, kInternalRunDeathTestFlag, file_, line_,
gtest.h 893 const char* const file_; member in class:testing::internal::AssertHelper
    [all...]
  /external/gtest/include/gtest/
gtest.h 939 const char* const file_; member in class:testing::internal::AssertHelper
    [all...]
  /external/v8/src/
platform-macos.cc 194 : file_(file), memory_(memory), size_(size) { }
198 FILE* file_; member in class:v8::internal::PosixMemoryMappedFile
217 fclose(file_);
platform-openbsd.cc 205 : file_(file), memory_(memory), size_(size) { }
209 FILE* file_; member in class:v8::internal::PosixMemoryMappedFile
232 fclose(file_);
platform-solaris.cc 199 : file_(file), memory_(memory), size_(size) { }
203 FILE* file_; member in class:v8::internal::PosixMemoryMappedFile
226 fclose(file_);
  /external/gtest/src/
gtest-death-test.cc 403 : DeathTestImpl(statement, regex), file_(file), line_(line) {}
412 const char* const file_; member in class:testing::internal::WindowsDeathTest
583 file_, line_,
929 const char* const file_; member in class:testing::internal::ExecDeathTest
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 526 : DeathTestImpl(statement, regex), file_(file), line_(line) {}
534 const char* const file_; member in class:testing::internal::WindowsDeathTest
636 file_, line_,
787 ForkingDeathTest(statement, regex), file_(file), line_(line) { }
791 const char* const file_; member in class:testing::internal::ExecDeathTest
    [all...]

Completed in 979 milliseconds

1 2