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

  /system/core/adb/
sysdeps_win32_test.cpp 148 std::vector<char> remaining_bytes; local
150 &remaining_bytes);
152 EXPECT_EQ(expected_remaining_bytes, remaining_bytes);
  /external/webrtc/webrtc/base/
filerotatingstream.cc 156 size_t remaining_bytes = max_file_size_ - current_bytes_written_; local
157 size_t write_length = std::min(data_len, remaining_bytes);
  /frameworks/ex/framesequence/jni/
FrameSequence_webp.cpp 104 void* remaining_bytes = (void*)(mData.bytes + RIFF_HEADER_SIZE); local
106 if (stream->read(remaining_bytes, remaining_size) != remaining_size) {
  /art/runtime/gc/
heap.cc 3610 size_t remaining_bytes = bytes_allocated_during_gc * gc_duration_seconds; local
    [all...]

Completed in 120 milliseconds