HomeSort by relevance Sort by last modified time
    Searched full:total_bytes_ (Results 1 - 18 of 18) 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
TestAllCodecs.cc 48 total_bytes_(0),
91 total_bytes_ += payload_size;
TestStereo.cc 33 total_bytes_(0),
85 total_bytes_ += payload_size;
  /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...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 589 total_bytes_(0),
652 total_bytes_ -= buffer_size_;
657 total_bytes_ += size;
853 total_bytes_ += buffer_size_;
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/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...]
  /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/misc/darwin-x86_64/protobuf2.5/lib/
libprotobuf-lite.a     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/lib/
libprotobuf-lite.a     [all...]
  /prebuilts/misc/windows/protobuf2.5/lib/
libprotobuf-lite.a     [all...]
libprotobuf.a     [all...]
libprotoc.a     [all...]
  /prebuilts/tools/linux-x86_64/protoc/lib/
libprotobuf-lite.a     [all...]

Completed in 903 milliseconds