HomeSort by relevance Sort by last modified time
    Searched refs:byte_count_ (Results 1 - 14 of 14) sorted by null

  /external/chromium/net/socket/
client_socket.cc 25 const int byte_count_; member in class:net::__anon5600::NetLogBytesTransferredParameter
32 : byte_count_(byte_count),
42 dict->SetInteger("byte_count", byte_count_);
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
tote.h 20 void AddBytes(int ibytes) {byte_count_ += ibytes;}
26 int GetByteCount() const {return byte_count_;}
39 int byte_count_; // Bytes of text scored member in class:Tote
tote.cc 16 byte_count_ = 0;
27 byte_count_ = 0;
134 fprintf(f, "%d %d %d\n", gram_count_, incr_count_, byte_count_);
  /art/runtime/base/
logging.cc 162 : address_(address), byte_count_(byte_count), show_actual_addresses_(show_actual_addresses) {
166 if (byte_count_ == 0) {
189 size_t byte_count = byte_count_;
logging.h 222 size_t byte_count_; member in class:art::HexDump
  /art/runtime/jdwp/
jdwp_request.cc 27 byte_count_ = Read4BE();
28 end_ = bytes + byte_count_;
29 CHECK_LE(byte_count_, available);
jdwp.h 396 size_t GetLength() { return byte_count_; }
417 uint32_t byte_count_; member in class:art::JDWP::Request
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h 258 int byte_count_; // Number of bytes read/written lately. member in class:disk_cache::BackendImpl
backend_impl_v3.cc 380 byte_count_ += bytes;
381 if (byte_count_ < 0)
382 byte_count_ = kint32max;
409 CACHE_UMA(COUNTS, "ByteIORate", 0, byte_count_ / 1024);
412 user_load_ = (entry_count_ > 300 || byte_count_ > 7 * 1024 * 1024);
414 byte_count_ = 0;
    [all...]
backend_worker.cc 147 entry_count_ = byte_count_ = 0;
  /external/chromium/net/disk_cache/
backend_impl.h 356 int byte_count_; // Number of bytes read/written lately. member in class:disk_cache::BackendImpl
backend_impl.cc 442 entry_count_ = byte_count_ = 0;
    [all...]
  /external/chromium_org/net/disk_cache/
backend_impl.h 369 int byte_count_; // Number of bytes read/written lately. member in class:disk_cache::BackendImpl
backend_impl.cc 205 entry_count_ = byte_count_ = 0;
990 byte_count_ += bytes;
991 if (byte_count_ < 0)
992 byte_count_ = kint32max;
1019 CACHE_UMA(COUNTS, "ByteIORate", 0, byte_count_ / 1024);
1022 user_load_ = (entry_count_ > 300 || byte_count_ > 7 * 1024 * 1024);
1024 byte_count_ = 0;
    [all...]

Completed in 84 milliseconds