Searched refs:tbytes (Results 1 - 10 of 10) sorted by relevance

/external/libcups/cups/
H A Dstring.c539 tbytes, /* Total string bytes */ local
550 for (count = 0, abytes = 0, tbytes = 0,
562 tbytes += item->ref_count * len;
575 *total_bytes = tbytes;
H A Dfile.c2427 ssize_t tbytes = 0; /* Number of bytes */ local
2432 tbytes = (ssize_t)sizeof(trailer);
2434 tbytes = (ssize_t)fp->stream.avail_in;
2436 memcpy(trailer, fp->stream.next_in, (size_t)tbytes);
2437 fp->stream.next_in += tbytes;
2438 fp->stream.avail_in -= (size_t)tbytes;
2441 if (tbytes < (ssize_t)sizeof(trailer))
2443 if (read(fp->fd, trailer + tbytes, sizeof(trailer) - (size_t)tbytes) < ((ssize_t)sizeof(trailer) - tbytes))
[all...]
H A Dhttp.c4642 ssize_t tbytes, /* Total bytes sent */ local
4648 tbytes = 0;
4766 tbytes += bytes;
4771 http_debug_hex("http_write", buffer - tbytes, (int)tbytes);
4774 DEBUG_printf(("3http_write: Returning " CUPS_LLFMT ".", CUPS_LLCAST tbytes));
4776 return (tbytes);
H A Dipp.c6792 ssize_t tbytes, /* Total bytes read */ local
6802 for (tbytes = 0, bytes = 0;
6803 tbytes < (int)length;
6804 tbytes += bytes, buffer += bytes)
6806 DEBUG_printf(("9ipp_read_http: tbytes=" CUPS_LLFMT ", http->state=%d", CUPS_LLCAST tbytes, http->state));
6844 if ((bytes = httpRead2(http, (char *)buffer, length - (size_t)tbytes)) < 0)
6863 if (tbytes == 0 && bytes < 0)
6864 tbytes = -1;
6866 DEBUG_printf(("8ipp_read_http: Returning " CUPS_LLFMT " bytes", CUPS_LLCAST tbytes));
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 179 milliseconds