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

  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 15 #define READ 0
  /external/giflib/
dgif_lib.c 46 #define READ(_gif,_buf,_len) \
47 (((GifFilePrivateType*)_gif->Private)->Read ? \
48 ((GifFilePrivateType*)_gif->Private)->Read(_gif,_buf,_len) : \
62 * Open a new gif file for read, given by its name.
128 Private->Read = 0; /* don't use alternate input method (TVT) */
132 if (READ(GifFile, Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) {
196 Private->Read = readFunc; /* TVT */
200 if (READ(GifFile, Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) {
250 if (READ(GifFile, Buf, 3) != 3) {
267 if (READ(GifFile, Buf, 3) != 3)
    [all...]
  /libcore/luni/src/main/java/javax/security/auth/
PrivateCredentialPermission.java 30 * only one action which is "read". The target name of this permission has a
42 * following file may define permission to read the private credentials of a
55 private static final String READ = "read";
68 * {@code "read"}.
73 * the action {@code "read"}.
77 if (READ.equalsIgnoreCase(action)) {
80 throw new IllegalArgumentException("Action must be \"read\"");
225 return READ;
  /external/chromium/net/http/
http_cache_transaction.h 36 virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
47 // o If the mode of the transaction is only READ, then it may only read from
59 // respond using the entry read from the cache.
64 READ = READ_META | READ_DATA,
66 READ_WRITE = READ | WRITE,
  /frameworks/base/core/java/android/net/http/
Connection.java 51 private static final int READ = 1;
54 private static final String[] states = {"SEND", "READ", "DRAIN", "DONE"};
186 state = READ;
260 if (!mCanPersist) state = READ;
265 case READ: {
  /system/extras/tests/sdcard/
testcase.h 44 enum Type {UNKNOWN_TEST, WRITE, READ, OPEN_CREATE, READ_WRITE};
49 // approximation of how much longer the read tasks must run to
147 // 0: read from child closed
149 // 2: closed read from parent
155 StopWatch *mReadTimer; // Used to time the read calls.
  /external/bluetooth/hcidump/src/
hcidump.c 75 READ,
139 if ((w = read(fd, buf, len)) < 0) {
276 perror("Connection read failure");
469 perror("Read failed");
493 if (mode == READ) {
494 len = read(fd, buf, BTSNOOP_HDR_SIZE);
934 " -r, --read-dump=file Read dump from a file\n"
966 { "read-dump", 1, 0, 'r' },
1030 mode = READ;
    [all...]
  /bionic/libc/kernel/common/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /development/ndk/platforms/android-3/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 40 Threads.SNIPPET, Threads.SNIPPET_CHARSET, Threads.READ, Threads.ERROR,
46 Threads.READ
49 private static final String UNREAD_SELECTION = "(read=0 OR seen=0)";
61 private static final int READ = 6;
246 mReadContentValues.put("read", 1);
252 * Marks all messages in this conversation as read and updates
274 // Check the read flag first. It's much faster to do a query than
291 LogTag.debug("markAsRead: update read/seen for thread uri: " +
301 // Always update notifications regardless of the read state.
541 // read, error, has_attachment FROM threads ORDER BY date DES
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fs.h 59 #define READ 0
64 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
  /frameworks/base/core/java/android/provider/
Telephony.java 98 * Has the message been read
101 public static final String READ = "read";
209 * @param read true if the message has been read, false if not
215 Long date, boolean read, boolean deliveryReport) {
217 date, read, deliveryReport, -1L);
229 * @param read true if the message has been read, false if not
236 Long date, boolean read, boolean deliveryReport, long threadId)
    [all...]
  /external/kernel-headers/original/linux/
fs.h 36 int nr_files; /* read only */
37 int nr_free_files; /* read only */
78 #define READ 0
80 #define READA 2 /* read-ahead - don't block if no resources */
83 #define READ_SYNC (READ | (1 << BIO_RW_SYNC))
101 #define MS_RDONLY 1 /* Mount read-only */
181 /* the read-only stuff doesn't really belong here, but any other place is
184 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */
185 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) *
1057 ssize_t (*read) (struct file *, char __user *, size_t, loff_t *); member in struct:file_operations
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailContent.java 93 // Read the Content from a ContentCursor
401 // Boolean, unread = 0, read = 1 [INDEX]
564 public static final int READ = 1;
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 667 milliseconds