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

  /system/core/adb/
shell_service_protocol.cpp 45 size_t read_length = std::min(bytes_left_, data_capacity()); local
46 if (read_length && !ReadFdExactly(fd_, data(), read_length)) {
50 bytes_left_ -= read_length;
51 data_length_ = read_length;
  /system/keymaster/
serializable.cpp 130 bool Buffer::read(uint8_t* dest, size_t read_length) {
131 if (available_read() < read_length)
133 memcpy(dest, buffer_.get() + read_position_, read_length);
134 read_position_ += read_length;
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 186 int read_length; local
189 while ((read_length = fread(buff, 1, SEG_SIZE, pfin)) > 0) {
190 GenerateSegmentMethod(buff, read_length, bitwidth, seg_num, out);
192 total_length += read_length;
slang_rs_reflection_cpp.cpp 432 int read_length; local
435 while ((read_length = fread(buf, 1, sizeof(buf), pfin)) > 0) {
437 for (int i = 0; i < read_length; i++) {
    [all...]
  /system/keymaster/include/keymaster/
serializable.h 228 bool read(uint8_t* dest, size_t read_length);
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
gcs_json_media.py 240 read_length = len(data)
242 self.callback_processor.Progress(read_length)
  /external/libpng/
pngrutil.c 1397 uInt read_length, keyword_length; local
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngrutil.c 1341 uInt read_length, keyword_length; local
    [all...]

Completed in 180 milliseconds