Searched defs:READ (Results 1 - 25 of 45) sorted by relevance

12

/external/python/cpython2/Mac/Demo/resources/
H A Dcopyres.py5 READ = 1 variable
14 input = FSpOpenResFile(src, READ)
/external/libgsm/inc/
H A Dtoast.h47 # define READ "rb" macro
/external/libbrillo/brillo/streams/
H A Dstream.h29 // StreamPtr input_stream = FileStream::Open(path, AccessMode::READ);
89 enum class AccessMode { READ, WRITE, READ_WRITE }; member in class:brillo::Stream::AccessMode
381 // READ can be performed, |out_mode| would contain READ even though |in_mode|
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_internal.h79 #define READ(size, type, name) \ macro
90 READ(4, uint32_t, name##_len); \
/external/libchrome/base/debug/
H A Dproc_maps_linux.h21 READ = 1 << 0, enumerator in enum:base::debug::MappedMemoryRegion::Permission
/external/python/cpython2/Mac/scripts/
H A Dmkestrres.py8 READ = 1 variable
/external/ltp/testcases/kernel/syscalls/exit/
H A Dexit02.c60 #define READ 0 macro
151 filed = open(filen, O_RDONLY, READ);
/external/ltp/utils/ffsb-6.0-rc2/
H A Dffsb_op.h30 #define READ 0x01 macro
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DLiveness.java22 protected static final byte READ = 1; field in class:Liveness
30 * be alive (localsUsage[?] must be READ) at least in the first block.
52 usage[i] = READ;
76 in[i] = usage[i] == READ;
119 in[i] = usage[i] == READ;
223 localsUsage[reg] = READ;
/external/libusb/libusb/os/
H A Dsunos_usb.h27 #define READ 0 macro
/external/python/cpython2/Lib/plat-mac/
H A Dbuildtools.py45 READ = 1 variable
189 input = Res.FSOpenResourceFile(rsrcname, RESOURCE_FORK_NAME, READ)
214 input = Res.FSOpenResourceFile(template, RESOURCE_FORK_NAME, READ)
/external/python/cpython2/Modules/_multiprocessing/
H A Dsocket_connection.c17 # define READ(h, buffer, length) recv((SOCKET)h, buffer, length, 0) macro
21 # define READ(h, buffer, length) read(h, buffer, length) macro
79 temp = READ(h, p, remaining);
/external/apache-http/android/src/android/net/http/
H A DConnection.java47 private static final int READ = 1; field in class:Connection
50 private static final String[] states = {"SEND", "READ", "DRAIN", "DONE"};
182 state = READ;
256 if (!mCanPersist) state = READ;
261 case READ: {
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperationSingleQueueTests.cpp187 enum {WRITE=0, READ, COUNT}; enumerator in enum:vkt::synchronization::__anon4044::SemaphoreTestInstance::__anon4045
195 VkCommandBuffer cmdBuffers[COUNT] = {*ptrCmdBuffer[WRITE], *ptrCmdBuffer[READ]};
217 &cmdBuffers[READ], // const VkCommandBuffer* pCommandBuffers;
238 beginCommandBuffer(vk, cmdBuffers[READ]);
240 m_readOp->recordCommands(cmdBuffers[READ]);
242 endCommandBuffer(vk, cmdBuffers[READ]);
269 enum {WRITE=0, READ, COUNT}; enumerator in enum:vkt::synchronization::__anon4044::FenceTestInstance::__anon4046
276 VkCommandBuffer cmdBuffers[COUNT] = {*ptrCmdBuffer[WRITE], *ptrCmdBuffer[READ]};
295 beginCommandBuffer(vk, cmdBuffers[READ]);
297 m_readOp->recordCommands(cmdBuffers[READ]);
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Djfs_compat.h20 #define READ 0 macro
/external/f2fs-tools/tools/
H A Df2fs_io_parse.c47 READ, enumerator in enum:rw_type
257 entry->total_io[READ],
261 entry->io[i][READ],
279 total_io[i][READ],
/external/ltp/testcases/kernel/fs/inode/
H A Dinode01.c53 #define READ 0 macro
211 list_id = open(path_list_string, READ);
502 file_id = open(path_string, READ);
H A Dinode02.c51 #define READ 0 macro
327 list_id = open(path_list_string, READ);
609 file_id = open(path_string, READ);
/external/giflib/
H A Ddgif_lib.c30 #define READ(_gif,_buf,_len) \ macro
120 if (READ(GifFile, (unsigned char *)Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) {
197 if (READ(GifFile, (unsigned char *)Buf, GIF_STAMP_LEN) != GIF_STAMP_LEN) {
254 if (READ(GifFile, Buf, 3) != 3) {
278 if (READ(GifFile, Buf, 3) != 3) {
311 if (READ(GifFile, &Buf, 1) != 1) {
358 if (READ(GifFile, Buf, 1) != 1) {
385 if (READ(GifFile, Buf, 3) != 3) {
535 if (READ(GifFile, &Buf, 1) != 1) {
555 if (READ(GifFil
[all...]
/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c152 #define READ 0 macro
170 assert(read(pipe_fd1[READ], &c, 1) == 1);
188 assert(read(pipe_fd2[READ], &c, 1) == 1);
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.h36 #define READ 1 macro
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
H A DDiskLruCache.java95 private static final String READ = "READ"; field in class:DiskLruCache
111 * READ 335c4c6028171cfddfbaae1a9c313c52
112 * READ 3400330d1dfc7f3f7f4b8d4d803dfcf6
128 * o READ lines track accesses for LRU.
313 } else if (secondSpace == -1 && firstSpace == READ.length() && line.startsWith(READ)) {
425 journalWriter.append(READ);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java99 private static final String READ = "READ"; field in class:DiskLruCache
115 * READ 335c4c6028171cfddfbaae1a9c313c52
116 * READ 3400330d1dfc7f3f7f4b8d4d803dfcf6
132 * o READ lines track accesses for LRU.
343 } else if (secondSpace == -1 && firstSpace == READ.length() && line.startsWith(READ)) {
433 journalWriter.writeUtf8(READ).writeByte(' ').writeUtf8(key).writeByte('\n');
/external/mesa3d/src/mesa/program/
H A Dprog_optimize.c346 READ, enumerator in enum:inst_use
357 * Return READ, WRITE, FLOW or END to indicate the next usage or an indicator
393 return READ;
/external/autotest/client/tests/aiostress/
H A Daio-stress.c75 READ, enumerator in enum:__anon508
348 if ((io->io_oper->rw == READ || io->io_oper->rw == RREAD) &&
359 if (verify && io->io_oper->rw == READ) {
391 case READ:
620 case READ:
793 if (stages & (1 << READ))
794 new_rw = READ;
795 case READ:
1442 stages = (1 << WRITE) | (1 << READ) | (1 << RREAD) | (1 << RWRITE);

Completed in 828 milliseconds

12