HomeSort by relevance Sort by last modified time
    Searched refs:READ (Results 1 - 25 of 407) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
FieldUsageTypeTest.java 73 3, UsageType.READ,
74 4, UsageType.READ,
75 5, UsageType.READ,
76 6, UsageType.READ,
77 7, UsageType.READ,
78 8, UsageType.READ,
79 9, UsageType.READ,
80 10, UsageType.READ,
81 11, UsageType.READ,
82 12, UsageType.READ,
    [all...]
  /libcore/ojluni/src/main/java/java/nio/file/
AccessMode.java 36 * Test read access.
38 READ,
StandardOpenOption.java 36 * Open for read access.
38 READ,
57 * if the file is opened only for {@link #READ} access.
  /external/ltp/testcases/kernel/ipc/ipc_stress/
pipe_test_01.c 30 | o Spawn another child, redirect the read end of the |
87 enum { READ, WRITE }; /* Constants */
106 * Close the read end of the pipe and dup the stdout to the write
116 close(fd[READ]);
135 * Close the write end of the pipe and dup the read end of the pipe
146 if (fd[READ] != STDIN_FILENO) {
147 if (dup2(fd[READ], STDIN_FILENO) != STDIN_FILENO)
150 close(fd[READ]);
161 close(fd[READ]);
206 error("wrote to pipe with closed read end", __LINE__)
    [all...]
message_queue_test_01.c 96 enum { READ, WRITE };
141 close(fd[READ]);
147 * Read the data from the message queue
190 * Read the message queue identifier from the parent through
194 if (read(fd[READ], &msqid, sizeof(key_tt)) < 0)
195 sys_error("read failed", __LINE__);
196 close(fd[READ]);
pipe_test_02.c 27 | o Make write & read end of pipe non-blocking |
137 enum { READ, WRITE }; /* Pipe read & write end indices */
217 if (fcntl(p2child[i][READ], F_SETFL, O_NONBLOCK) < 0)
232 * Then close the READ end of the p2child pipe, since the parent
251 if (close(p2child[i][READ]) < 0)
310 * Finally, close READ end of p2parent pipe as we have finished
328 if (read(p2parent[READ], &packet, sizeof(packet)) <= 0)
329 sys_error("read failed", __LINE__)
    [all...]
  /libcore/luni/src/main/java/libcore/io/
IoTracker.java 29 private Mode mode = Mode.READ;
60 READ,
  /hardware/interfaces/automotive/vehicle/2.1/default/impl/vhal_v2_1/
DefaultConfig.h 43 .access = V2_0::VehiclePropertyAccess::READ,
51 .access = V2_0::VehiclePropertyAccess::READ,
58 .access = V2_0::VehiclePropertyAccess::READ,
65 .access = V2_0::VehiclePropertyAccess::READ,
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DefaultConfig.h 70 .access = VehiclePropertyAccess::READ,
77 .access = VehiclePropertyAccess::READ,
87 .access = VehiclePropertyAccess::READ,
96 .access = VehiclePropertyAccess::READ,
107 .access = VehiclePropertyAccess::READ,
115 .access = VehiclePropertyAccess::READ,
123 .access = VehiclePropertyAccess::READ,
205 .access = VehiclePropertyAccess::READ,
216 .access = VehiclePropertyAccess::READ,
224 .access = VehiclePropertyAccess::READ,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_texture.c 452 READ(8, rbug_texture_t, texture); /* texture */
479 READ(8, rbug_texture_t, texture); /* texture */
480 READ(4, uint32_t, face); /* face */
481 READ(4, uint32_t, level); /* level */
482 READ(4, uint32_t, zslice); /* zslice */
483 READ(4, uint32_t, x); /* x */
484 READ(4, uint32_t, y); /* y */
485 READ(4, uint32_t, w); /* w */
486 READ(4, uint32_t, h); /* h */
488 READ(4, uint32_t, stride); /* stride *
    [all...]
rbug_context.c 512 READ(8, rbug_context_t, context); /* context */
539 READ(8, rbug_context_t, context); /* context */
540 READ(4, rbug_block_t, block); /* block */
567 READ(8, rbug_context_t, context); /* context */
568 READ(4, rbug_block_t, step); /* step */
595 READ(8, rbug_context_t, context); /* context */
596 READ(4, rbug_block_t, unblock); /* unblock */
623 READ(8, rbug_context_t, context); /* context */
624 READ(8, rbug_shader_t, vertex); /* vertex */
625 READ(8, rbug_shader_t, fragment); /* fragment *
    [all...]
rbug_internal.h 79 #define READ(size, type, name) \
90 READ(4, uint32_t, name##_len); \
rbug_shader.c 321 READ(8, rbug_context_t, context); /* context */
348 READ(8, rbug_context_t, context); /* context */
349 READ(8, rbug_shader_t, shader); /* shader */
376 READ(8, rbug_context_t, context); /* context */
377 READ(8, rbug_shader_t, shader); /* shader */
378 READ(1, uint8_t, disable); /* disable */
405 READ(8, rbug_context_t, context); /* context */
406 READ(8, rbug_shader_t, shader); /* shader */
434 READ(4, uint32_t, serial); /* serial */
462 READ(4, uint32_t, serial); /* serial *
    [all...]