HomeSort by relevance Sort by last modified time
    Searched defs:fd_ (Results 26 - 50 of 52) sorted by null

12 3

  /external/chromium_org/net/tools/quic/
quic_dispatcher.h 85 int fd() { return fd_; }
86 void set_fd(int fd) { fd_ = fd; }
135 int fd_; member in class:net::tools::QuicDispatcher
quic_client.h 93 // |fd_| can be unregistered without the client being disconnected. This
94 // happens in b3m QuicProber where we unregister |fd_| to feed in events to
123 int fd() { return fd_; }
180 int fd_; member in class:net::tools::QuicClient
end_to_end_test.cc 602 explicit WrongAddressWriter(int fd) : fd_(fd) {
613 return QuicSocketUtils::WritePacket(fd_, buffer, buf_len,
619 int fd_; member in class:net::tools::test::__anon11577::WrongAddressWriter
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.h 215 int fd_; member in class:ProcMapsIterator
218 int fd_; // filehandle on /proc/*/maps member in class:ProcMapsIterator
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.h 215 int fd_; member in class:ProcMapsIterator
218 int fd_; // filehandle on /proc/*/maps member in class:ProcMapsIterator
  /external/chromium_org/ui/base/ozone/evdev/
touch_event_converter_ozone.h 49 int fd_; member in class:ui::TouchEventConverterOzone
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_dev.cc 45 int fd_; member in class:nacl_io::__anon10872::RealNode
100 RealNode::RealNode(Mount* mount, int fd) : MountNode(mount), fd_(fd) {
108 int err = _real_read(fd_, buf, count, &readcnt);
123 int err = _real_write(fd_, buf, count, &writecnt);
131 Error RealNode::GetStat(struct stat* stat) { return _real_fstat(fd_, stat); }
  /art/runtime/
zip_archive.h 122 explicit ZipArchive(int fd) : fd_(fd), num_entries_(0), dir_offset_(0) {}
128 int fd_; member in class:art::ZipArchive
  /external/chromium/net/tools/flip_server/
sm_connection.h 66 int fd() const { return fd_; }
128 int fd_; member in class:net::SMConnection
epoll_server.h 824 fd_(fd), mask_(mask), function_(function) {}
832 int fd_; member in class:net::EpollServer::EventRecorder::FDMaskOutput
    [all...]
  /external/chromium_org/chrome/renderer/pepper/
ppb_pdf_impl.cc 52 fd_(fd) {
60 fd_, table, 0 /* offset */, static_cast<uint8_t*>(output), &temp_size);
69 int fd_; member in class:__anon9325::PrivateFontFile
  /external/chromium_org/net/tools/flip_server/
sm_connection.h 64 int fd() const { return fd_; }
128 int fd_; member in class:net::SMConnection
epoll_server.h 814 fd_(fd), mask_(mask), function_(function) {}
817 << "\tfd: " << fd_;
822 int fd_; member in class:net::EpollServer::EventRecorder::FDMaskOutput
    [all...]
  /external/chromium_org/sandbox/linux/services/
broker_process_unittest.cc 33 : fd_(-1) {
42 fd_ = mkstemp(full_file_name_);
43 CHECK_LE(0, fd_);
47 CHECK_EQ(0, HANDLE_EINTR(close(fd_)));
50 int fd() const { return fd_; }
54 int fd_; member in class:sandbox::__anon12278::ScopedTemporaryFile
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 96 const int fd_; member in struct:__anon16270::FileDescriptor
97 explicit FileDescriptor(int fd) : fd_(fd) {}
99 if (fd_ >= 0) {
100 NO_INTR(close(fd_));
103 int get() { return fd_; }
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiledata_unittest.cc 96 const int fd_; member in struct:__anon16313::FileDescriptor
97 explicit FileDescriptor(int fd) : fd_(fd) {}
99 if (fd_ >= 0) {
100 NO_INTR(close(fd_));
103 int get() { return fd_; }
  /system/extras/memtrack/
memtrack.h 42 int fd_; member in class:FileData
  /bionic/libc/bionic/
libc_logging.cpp 99 FdOutputStream(int fd) : total(0), fd_(fd) {
108 int rc = TEMP_FAILURE_RETRY(write(fd_, data, len));
121 int fd_; member in struct:FdOutputStream
  /external/chromium_org/base/third_party/symbolize/
symbolize.cc 365 const int fd_; member in struct:__anon6357::FileDescriptor
366 explicit FileDescriptor(int fd) : fd_(fd) {}
368 if (fd_ >= 0) {
369 NO_INTR(close(fd_));
372 int get() { return fd_; }
386 explicit LineReader(int fd, char *buf, int buf_len) : fd_(fd),
397 const ssize_t num_bytes = ReadPersistent(fd_, buf_, buf_len_);
413 const ssize_t num_bytes = ReadPersistent(fd_, append_pos,
459 const int fd_; member in class:__anon6357::LineReader
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.h 118 fd_(fd) {
141 RawFD fd_; member in class:DeepHeapProfile::TextBuffer
  /external/chromium/chrome/browser/
process_singleton_linux.cc 373 ScopedSocket() : fd_(-1) { Reset(); }
375 int fd() { return fd_; }
378 fd_ = SetupSocketOnly();
381 if (fd_ >= 0)
382 CloseSocket(fd_);
383 fd_ = -1;
386 int fd_; member in class:__anon4780::ScopedSocket
467 fd_(fd),
477 CloseSocket(fd_);
507 const int fd_; member in class:ProcessSingleton::LinuxWatcher::SocketReader
    [all...]
  /external/chromium_org/chrome/browser/
process_singleton_linux.cc 326 ScopedSocket() : fd_(-1) { Reset(); }
328 int fd() { return fd_; }
331 fd_ = SetupSocketOnly();
334 if (fd_ >= 0)
335 CloseSocket(fd_);
336 fd_ = -1;
339 int fd_; member in class:__anon7987::ScopedSocket
421 fd_(fd),
433 CloseSocket(fd_);
464 const int fd_; member in class:ProcessSingleton::LinuxWatcher::SocketReader
    [all...]
  /external/chromium_org/v8/src/
d8-posix.cc 176 explicit OpenFDCloser(int fd): fd_(fd) { }
177 ~OpenFDCloser() { close(fd_); }
179 int fd_; member in class:v8::OpenFDCloser
  /external/v8/src/
d8-posix.cc 176 explicit OpenFDCloser(int fd): fd_(fd) { }
177 ~OpenFDCloser() { close(fd_); }
179 int fd_; member in class:v8::OpenFDCloser
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 75 int fd_; member in class:leveldb::__anon13680::PosixRandomAccessFile
79 : filename_(fname), fd_(fd) { }
80 virtual ~PosixRandomAccessFile() { close(fd_); }
85 ssize_t r = pread(fd_, scratch, n, static_cast<off_t>(offset));
185 int fd_; member in class:leveldb::__anon13680::PosixMmapFile
234 if (ftruncate(fd_, file_offset_ + map_size_) < 0) {
238 fd_, file_offset_);
252 fd_(fd),
266 if (fd_ >= 0) {
301 if (ftruncate(fd_, file_offset_ - unused) < 0)
361 int fd_; member in class:leveldb::__anon13680::PosixFileLock
    [all...]

Completed in 1101 milliseconds

12 3