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...]
  /external/elfutils/tests/
run-elf_cntl_gelf_getshdr.sh 23 testrun ${abs_builddir}/test-elf_cntl_gelf_getshdr READ ${abs_builddir}/test-elf_cntl_gelf_getshdr \
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestSetMessageStatus.java 29 READ, DELETED;
42 statusInd == StatusIndicator.READ ? STATUS_INDICATOR_READ
  /external/libchrome/base/debug/
proc_maps_linux.h 21 READ = 1 << 0,
34 // Bitmask of read/write/execute/private/shared permissions.
54 // Did you know it's next-to-impossible to atomically read the whole contents
56 // buffer to read() that It Should Just Work(tm), but sadly that's not the case.
61 // return more than the size of a page in a single call to read().
64 // larger than the size of page so we're forced to call read() multiple times.
65 // If the virtual memory table changed in any way between calls to read() (e.g.,
70 // buffer to the usermode buffer inside a single call to read(), it has to
77 // on your use case your best bet may be to read /proc/<pid>/maps prior to
  /frameworks/av/services/audioflinger/
FastCaptureState.cpp 38 case FastCaptureState::READ: return "READ";
FastCaptureState.h 43 READ = 0x8, // read from input source
45 READ_WRITE = 0x18; // read from input source and write to pipe sink
  /build/kati/
func.h 47 READ,
  /external/libvorbis/examples/
encoder_example.c 6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
39 #define READ 1024
40 signed char readbuffer[READ*4+44]; /* out of the data segment, not the stack */
182 long bytes=fread(readbuffer,1,READ*4,stdin); /* stereo hardwired here */
195 float **buffer=vorbis_analysis_buffer(&vd,READ);
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
file.i 19 %typemap(in) FILE *READ {
  /toolchain/binutils/binutils-2.25/binutils/
deflex.l 51 "READ" { return READ;}
  /external/blktrace/
act_mask.c 16 DECLARE_MASK_MAP(READ),
  /external/libusb/libusb/os/
sunos_usb.h 27 #define READ 0
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
LogTelephonyDatabaseAction.java 43 Threads.READ,
54 private static final int READ = 6;
118 " " + ThreadsColumns.READ + " : " + cursor.getInt(READ) +

Completed in 775 milliseconds

1 2 3 4 5 6 7 8 91011>>