HomeSort by relevance Sort by last modified time
    Searched full:read (Results 776 - 800 of 23242) sorted by null

<<31323334353637383940>>

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
Connection.h 79 * Read bytes from the connection.
82 * @param len Number of bytes to read.
84 * @return Number of bytes read.
91 * Read bytes from the connection.
94 * @param len Number of bytes to read.
95 * @return Number of bytes read.
103 * @param len Number of bytes to read.
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterInputStreamTest.java 37 while ((b = in.read()) != -1) {
57 while ((count = in.read(buffer)) != -1) {
70 while ((count = in.read(buffer, 0, 5)) != -1) {
91 in.read(buffer, 0, 10);
96 in.read(null, 0, 5);
101 in.read(buffer, -1, 5);
107 in.read(buffer, 0, 5);
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java 45 iRead = is.read(buf, 0, buf.length);
58 final String forbidenPermissionAction = "read";
64 // for a PropertyPermission with action"read" to get system props.
143 while ((result = in.read(buf)) != -1) {
171 is1.read();
172 is2.read();
177 is1.read();
184 is2.read();
242 r = in.read();
250 r = in.read(buf)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
read.pass.cpp 14 // basic_istream<charT,traits>& read(char_type* s, streamsize n);
49 is.read(s, 5);
54 is.read(s, 5);
59 is.read(s, 5);
68 is.read(s, 5);
73 is.read(s, 5);
78 is.read(s, 5);
  /packages/apps/Camera2/src/com/android/camera/exif/
CountedDataInputStream.java 44 public int read(byte[] b) throws IOException { method in class:CountedDataInputStream
45 int r = in.read(b);
51 public int read(byte[] b, int off, int len) throws IOException { method in class:CountedDataInputStream
52 int r = in.read(b, off, len);
58 public int read() throws IOException { method in class:CountedDataInputStream
59 int r = in.read();
83 int r = read(b, off, len);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
CountedDataInputStream.java 44 public int read(byte[] b) throws IOException { method in class:CountedDataInputStream
45 int r = in.read(b);
51 public int read(byte[] b, int off, int len) throws IOException { method in class:CountedDataInputStream
52 int r = in.read(b, off, len);
58 public int read() throws IOException { method in class:CountedDataInputStream
59 int r = in.read();
83 int r = read(b, off, len);
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
CountedDataInputStream.java 44 public int read(byte[] b) throws IOException { method in class:CountedDataInputStream
45 int r = in.read(b);
51 public int read(byte[] b, int off, int len) throws IOException { method in class:CountedDataInputStream
52 int r = in.read(b, off, len);
58 public int read() throws IOException { method in class:CountedDataInputStream
59 int r = in.read();
83 int r = read(b, off, len);
  /packages/apps/Mms/src/com/android/mms/exif/
CountedDataInputStream.java 44 public int read(byte[] b) throws IOException { method in class:CountedDataInputStream
45 int r = in.read(b);
51 public int read(byte[] b, int off, int len) throws IOException { method in class:CountedDataInputStream
52 int r = in.read(b, off, len);
58 public int read() throws IOException { method in class:CountedDataInputStream
59 int r = in.read();
83 int r = read(b, off, len);
  /packages/apps/Mms/src/com/android/mms/transaction/
ReadRecTransaction.java 35 * The ReadRecTransaction is responsible for sending read report
36 * notifications (M-read-rec.ind) to clients that have requested them.
40 * <li>Loads the read report indication from storage (Outbox).
41 * <li>Packs M-read-rec.ind and sends it.
79 // Load M-read-rec.ind from outbox
86 // Pack M-read-rec.ind and send it
95 Log.v(TAG, "Failed to send M-Read-Rec.Ind.", e);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
mount.h 39 #define MS_RDONLY 1 /* Mount read-only */
79 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
81 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */

Completed in 1332 milliseconds

<<31323334353637383940>>