HomeSort by relevance Sort by last modified time
    Searched defs:read_length (Results 1 - 7 of 7) 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;
  /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 434 int read_length; local
437 while ((read_length = fread(buf, 1, sizeof(buf), pfin)) > 0) {
439 for (int i = 0; i < read_length; i++) {
    [all...]
  /system/core/debuggerd/
debuggerd_test.cpp 252 constexpr size_t read_length = PAGE_SIZE; local
258 ssize_t rc = TEMP_FAILURE_RETRY(read(fd.get(), &result[offset], read_length));
  /external/libpng/
pngrutil.c 1399 uInt read_length, keyword_length; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngrutil.c 1397 uInt read_length, keyword_length; local
    [all...]
  /external/skia/third_party/libpng/
pngrutil.c 1397 uInt read_length, keyword_length; local
    [all...]

Completed in 201 milliseconds