HomeSort by relevance Sort by last modified time
    Searched defs:total_bytes_ (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/test/
TestAllCodecs.h 48 uint64_t total_bytes_; member in class:webrtc::TestPack
TestStereo.h 56 uint64_t total_bytes_; member in class:webrtc::TestPackStereo
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 757 int total_bytes_; \/\/ Sum of sizes of all buffers seen so far. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 726 int total_bytes_; \/\/ Sum of sizes of all buffers seen so far. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 726 int total_bytes_; \/\/ Sum of sizes of all buffers seen so far. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 726 int total_bytes_; \/\/ Sum of sizes of all buffers seen so far. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 809 int total_bytes_; \/\/ Sum of sizes of all buffers seen so far. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 726 int total_bytes_; \/\/ Sum of sizes of all buffers seen so far. member in class:google::protobuf::io::CodedOutputStream
    [all...]
  /system/core/adb/
file_sync_client.cpp 100 : total_bytes_(0),
202 total_bytes_ += data_length;
245 total_bytes_ += bytes_read;
301 if (total_bytes_ == 0 || ms == 0) return "";
304 double rate = (static_cast<double>(total_bytes_) / s) / (1024*1024);
306 rate, total_bytes_, s);
312 int overall_percentage = static_cast<int>(total_bytes_ * 100 / expected_total_bytes_);
386 uint64_t total_bytes_; member in class:SyncConnection
574 sc.total_bytes_ += msg.data.size;
    [all...]

Completed in 3184 milliseconds