/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_ioctl.inc | 17 // FIXME: support read+write arguments. Currently READWRITE and WRITE do the 19 // XXX: The declarations below may use WRITE instead of READWRITE, unless 24 WRITE, 52 _(FIOGETOWN, WRITE, sizeof(int)); 56 _(SIOCATMARK, WRITE, sizeof(int)); 58 _(SIOCGPGRP, WRITE, sizeof(int)); 62 _(TIOCGETD, WRITE, sizeof(int)); 63 _(TIOCGPGRP, WRITE, pid_t_sz); 64 _(TIOCGWINSZ, WRITE, struct_winsize_sz); 67 _(TIOCMGET, WRITE, sizeof(int)); [all …]
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/ |
D | FieldUsageTypeTest.java | 93 23, UsageType.WRITE, in testFieldUsageTypes() 94 24, UsageType.WRITE, in testFieldUsageTypes() 95 25, UsageType.WRITE, in testFieldUsageTypes() 96 26, UsageType.WRITE, in testFieldUsageTypes() 97 27, UsageType.WRITE, in testFieldUsageTypes() 98 28, UsageType.WRITE, in testFieldUsageTypes() 99 29, UsageType.WRITE, in testFieldUsageTypes() 100 30, UsageType.WRITE, in testFieldUsageTypes() 101 31, UsageType.WRITE, in testFieldUsageTypes() 102 32, UsageType.WRITE, in testFieldUsageTypes() [all …]
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_texture.c | 57 WRITE(4, int32_t, ((int32_t)RBUG_OP_TEXTURE_LIST)); in rbug_send_texture_list() 58 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_texture_list() 94 WRITE(4, int32_t, ((int32_t)RBUG_OP_TEXTURE_INFO)); in rbug_send_texture_info() 95 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_texture_info() 96 WRITE(8, rbug_texture_t, texture); /* texture */ in rbug_send_texture_info() 151 WRITE(4, int32_t, ((int32_t)RBUG_OP_TEXTURE_WRITE)); in rbug_send_texture_write() 152 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_texture_write() 153 WRITE(8, rbug_texture_t, texture); /* texture */ in rbug_send_texture_write() 154 WRITE(4, uint32_t, face); /* face */ in rbug_send_texture_write() 155 WRITE(4, uint32_t, level); /* level */ in rbug_send_texture_write() [all …]
|
D | rbug_context.c | 57 WRITE(4, int32_t, ((int32_t)RBUG_OP_CONTEXT_LIST)); in rbug_send_context_list() 58 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_context_list() 94 WRITE(4, int32_t, ((int32_t)RBUG_OP_CONTEXT_INFO)); in rbug_send_context_info() 95 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_context_info() 96 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_context_info() 134 WRITE(4, int32_t, ((int32_t)RBUG_OP_CONTEXT_DRAW_BLOCK)); in rbug_send_context_draw_block() 135 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_context_draw_block() 136 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_context_draw_block() 137 WRITE(4, rbug_block_t, block); /* block */ in rbug_send_context_draw_block() 175 WRITE(4, int32_t, ((int32_t)RBUG_OP_CONTEXT_DRAW_STEP)); in rbug_send_context_draw_step() [all …]
|
D | rbug_shader.c | 59 WRITE(4, int32_t, ((int32_t)RBUG_OP_SHADER_LIST)); in rbug_send_shader_list() 60 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_shader_list() 61 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_shader_list() 99 WRITE(4, int32_t, ((int32_t)RBUG_OP_SHADER_INFO)); in rbug_send_shader_info() 100 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_shader_info() 101 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_shader_info() 102 WRITE(8, rbug_shader_t, shader); /* shader */ in rbug_send_shader_info() 142 WRITE(4, int32_t, ((int32_t)RBUG_OP_SHADER_DISABLE)); in rbug_send_shader_disable() 143 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_shader_disable() 144 WRITE(8, rbug_context_t, context); /* context */ in rbug_send_shader_disable() [all …]
|
D | rbug_core.c | 57 WRITE(4, int32_t, ((int32_t)RBUG_OP_NOOP)); in rbug_send_noop() 58 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_noop() 92 WRITE(4, int32_t, ((int32_t)RBUG_OP_PING)); in rbug_send_ping() 93 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_ping() 129 WRITE(4, int32_t, ((int32_t)RBUG_OP_ERROR)); in rbug_send_error() 130 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_error() 131 WRITE(4, uint32_t, error); /* error */ in rbug_send_error() 167 WRITE(4, int32_t, ((int32_t)RBUG_OP_PING_REPLY)); in rbug_send_ping_reply() 168 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_ping_reply() 169 WRITE(4, uint32_t, serial); /* serial */ in rbug_send_ping_reply() [all …]
|
/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | redirects.txt | 5 # RUN: FileCheck --check-prefix=STDOUT-WRITE < %t.stdout-write %s 7 # STDOUT-WRITE-NOT: not-present 8 # STDOUT-WRITE: is-present 21 # RUN: FileCheck --check-prefix=STDERR-WRITE < %t.stderr-write %s 23 # STDERR-WRITE-NOT: not-present 24 # STDERR-WRITE: a line on stderr 37 # RUN: FileCheck --check-prefix=COMBINED-WRITE < %t.combined %s 39 # COMBINED-WRITE-NOT: not-present 40 # COMBINED-WRITE: a line on stdout 41 # COMBINED-WRITE: a line on stderr
|
/external/compiler-rt/test/sanitizer_common/TestCases/ |
D | malloc_hook.cc | 13 #define WRITE(s) write(1, s, sizeof(s)) macro 19 WRITE("MallocHook\n"); in __sanitizer_malloc_hook() 25 WRITE("FreeHook\n"); in __sanitizer_free_hook() 31 void MallocHook1(const volatile void *ptr, size_t sz) { WRITE("MH1\n"); } in MallocHook1() 32 void MallocHook2(const volatile void *ptr, size_t sz) { WRITE("MH2\n"); } in MallocHook2() 33 void FreeHook1(const volatile void *ptr) { WRITE("FH1\n"); } in FreeHook1() 34 void FreeHook2(const volatile void *ptr) { WRITE("FH2\n"); } in FreeHook2()
|
/external/ltp/testcases/network/nfsv4/locks/ |
D | README | 87 1. WRITE ON A READ LOCK 88 2. WRITE ON A WRITE LOCK 90 4. READ ON A WRITE LOCK 92 6. SET A WRITE LOCK ON A WRITE LOCK 93 7. SET A WRITE LOCK ON A READ LOCK 94 8. SET A READ LOCK ON A WRITE LOCK 96 10. WRITE LOCK THE WHOLE FILE BYTE BY BYTE 99 For each test, the MASTER process takes a lock (READ/WRITE LOCK) and 103 - WRITE 105 - SET A WRITE LOCK [all …]
|
/external/ltp/testcases/kernel/ipc/ipc_stress/ |
D | pipe_test_01.c | 87 enum { READ, WRITE }; /* Constants */ in main() enumerator 119 if (fd[WRITE] != STDOUT_FILENO) { in main() 120 if (dup2(fd[WRITE], STDOUT_FILENO) != STDOUT_FILENO) in main() 123 close(fd[WRITE]); in main() 144 close(fd[WRITE]); in main() 162 close(fd[WRITE]); in main()
|
D | pipe_test_02.c | 137 enum { READ, WRITE }; /* Pipe read & write end indices */ enumerator 220 if (fcntl(p2child[i][WRITE], F_SETFL, O_NONBLOCK) < 0) in main() 254 if (close(p2parent[WRITE]) < 0) in main() 282 if ((n = write(p2child[i][WRITE], &packet, in main() 318 if (write(p2child[i][WRITE], &packet, sizeof(packet)) < 0) { in main() 325 if (close(p2child[i][WRITE]) < 0) in main() 403 if (close(p2child[WRITE]) < 0) in child() 492 if (write(p2parent[WRITE], &packet, sizeof(packet)) < 0) in child() 494 if (close(p2parent[WRITE]) < 0) in child() 646 close(p2child[i][WRITE]); in cleanup() [all …]
|
D | shmem_test_03.c | 135 enum { READ_COUNT, WRITE }; /* semaphore constants */ enumerator 239 lock_resource(WRITE); in main() 271 unlock_resource(WRITE); in main() 325 lock_resource(WRITE); in child() 334 unlock_resource(WRITE); in child() 369 if (semctl(semid, WRITE, SETVAL, arg) < 0) in create_semaphores()
|
D | message_queue_test_01.c | 96 enum { READ, WRITE }; enumerator 142 if (write(fd[WRITE], &msqid, sizeof(key_tt)) < 0) in main() 144 close(fd[WRITE]); in main() 193 close(fd[WRITE]); in child()
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_op.c | 30 {2, "write", ffsb_writefile, WRITE, fop_bench, NULL} 32 {3, "create", ffsb_createfile, WRITE, fop_bench, fop_age} 34 {4, "append", ffsb_appendfile, WRITE, fop_bench, fop_age} 44 {9, "writeall", ffsb_writeall, WRITE, fop_bench, NULL} 46 {10, "writeall_fsync", ffsb_writeall_fsync, WRITE, fop_bench, NULL} 50 {12, "write_fsync", ffsb_writefile_fsync, WRITE, fop_bench, NULL} 52 {13, "create_fsync", ffsb_createfile_fsync, WRITE, fop_bench, fop_age} 54 {14, "append_fsync", ffsb_appendfile_fsync, WRITE, fop_bench, fop_age}
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperationSingleQueueTests.cpp | 186 enum {WRITE=0, READ, COUNT}; in iterate() enumerator 200 VkCommandBuffer cmdBuffers[COUNT] = {*ptrCmdBuffer[WRITE], *ptrCmdBuffer[READ]}; in iterate() 211 &cmdBuffers[WRITE], // const VkCommandBuffer* pCommandBuffers; in iterate() 230 beginCommandBuffer(vk, cmdBuffers[WRITE]); in iterate() 232 m_writeOp->recordCommands(cmdBuffers[WRITE]); in iterate() 238 …vk.cmdPipelineBarrier(cmdBuffers[WRITE], writeSync.stageMask, readSync.stageMask, (VkDependencyFl… in iterate() 241 endCommandBuffer(vk, cmdBuffers[WRITE]); in iterate() 274 enum {WRITE=0, READ, COUNT}; in iterate() enumerator 281 VkCommandBuffer cmdBuffers[COUNT] = {*ptrCmdBuffer[WRITE], *ptrCmdBuffer[READ]}; in iterate() 285 beginCommandBuffer(vk, cmdBuffers[WRITE]); in iterate() [all …]
|
/external/libbrillo/brillo/streams/ |
D | fake_stream_unittest.cc | 81 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 310 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 315 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 325 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 341 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 360 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 377 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 399 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 406 EXPECT_EQ(Stream::AccessMode::WRITE, mode); in TEST_F() 410 stream_->WaitForData(Stream::AccessMode::WRITE, in TEST_F() [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 11-3.c | 35 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1) macro 40 WRITE("SIGBUS triggered\n"); in sigbus_handler() 41 WRITE("Test PASSED\n"); in sigbus_handler()
|
D | 11-2.c | 35 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1) macro 40 WRITE("SIGBUS triggered\n"); in sigbus_handler() 41 WRITE("Test PASSED\n"); in sigbus_handler()
|
/external/mockftpserver/tags/2.0/src/site/apt/ |
D | fakeftpserver-filesystems.apt | 86 …wxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRITE ("w") and 88 indicate no READ/WRITE/EXECUTE access, depending on its position. 90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file… 94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/… 95 the group has only EXECUTE, and the world has only READ and WRITE. 111 *** When Are READ, WRITE or EXECUTE Access Required? 121 | Create a new file | EXECUTE access to the directory and WRITE access to the directory | 125 | Write a file | EXECUTE access to the directory and WRITE access to the file | 127 | Delete a file | WRITE access to the directory | 129 | Rename a file | READ access to the FROM file and WRITE access to the directory | [all …]
|
/external/mockftpserver/tags/2.0.1/src/site/apt/ |
D | fakeftpserver-filesystems.apt | 86 …wxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRITE ("w") and 88 indicate no READ/WRITE/EXECUTE access, depending on its position. 90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file… 94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/… 95 the group has only EXECUTE, and the world has only READ and WRITE. 111 *** When Are READ, WRITE or EXECUTE Access Required? 121 | Create a new file | EXECUTE access to the directory and WRITE access to the directory | 125 | Write a file | EXECUTE access to the directory and WRITE access to the file | 127 | Delete a file | WRITE access to the directory | 129 | Rename a file | READ access to the FROM file and WRITE access to the directory | [all …]
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/ |
D | fakeftpserver-filesystems.apt | 86 …wxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRITE ("w") and 88 indicate no READ/WRITE/EXECUTE access, depending on its position. 90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file… 94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/… 95 the group has only EXECUTE, and the world has only READ and WRITE. 111 *** When Are READ, WRITE or EXECUTE Access Required? 121 | Create a new file | EXECUTE access to the directory and WRITE access to the directory | 125 | Write a file | EXECUTE access to the directory and WRITE access to the file | 127 | Delete a file | WRITE access to the directory | 129 | Rename a file | READ access to the FROM file and WRITE access to the directory | [all …]
|
/external/mockftpserver/tags/2.2/src/site/apt/ |
D | fakeftpserver-filesystems.apt | 86 …wxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRITE ("w") and 88 indicate no READ/WRITE/EXECUTE access, depending on its position. 90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file… 94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/… 95 the group has only EXECUTE, and the world has only READ and WRITE. 111 *** When Are READ, WRITE or EXECUTE Access Required? 121 | Create a new file | EXECUTE access to the directory and WRITE access to the directory | 125 | Write a file | EXECUTE access to the directory and WRITE access to the file | 127 | Delete a file | WRITE access to the directory | 129 | Rename a file | READ access to the FROM file and WRITE access to the directory | [all …]
|
/external/mockftpserver/tags/2.4/src/site/apt/ |
D | fakeftpserver-filesystems.apt | 86 …wxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRITE ("w") and 88 indicate no READ/WRITE/EXECUTE access, depending on its position. 90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file… 94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/… 95 the group has only EXECUTE, and the world has only READ and WRITE. 111 *** When Are READ, WRITE or EXECUTE Access Required? 121 | Create a new file | EXECUTE access to the directory and WRITE access to the directory | 125 | Write a file | EXECUTE access to the directory and WRITE access to the file | 127 | Delete a file | WRITE access to the directory | 129 | Rename a file | READ access to the FROM file and WRITE access to the directory | [all …]
|
/external/mockftpserver/tags/2.3/src/site/apt/ |
D | fakeftpserver-filesystems.apt | 86 …wxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRITE ("w") and 88 indicate no READ/WRITE/EXECUTE access, depending on its position. 90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file… 94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/… 95 the group has only EXECUTE, and the world has only READ and WRITE. 111 *** When Are READ, WRITE or EXECUTE Access Required? 121 | Create a new file | EXECUTE access to the directory and WRITE access to the directory | 125 | Write a file | EXECUTE access to the directory and WRITE access to the file | 127 | Delete a file | WRITE access to the directory | 129 | Rename a file | READ access to the FROM file and WRITE access to the directory | [all …]
|
/external/mockftpserver/MockFtpServer/src/site/apt/ |
D | fakeftpserver-filesystems.apt | 86 …wxrwxrwx", consisting of three "rwx" triples. Each triple indicates the READ ("r"), WRITE ("w") and 88 indicate no READ/WRITE/EXECUTE access, depending on its position. 90 …The first "rwx" triple indicates the READ, WRITE and EXECUTE permissions for the owner of the file… 94 …For example, the permissions string "rwx--xrw-" is interpreted to mean that users have READ/WRITE/… 95 the group has only EXECUTE, and the world has only READ and WRITE. 111 *** When Are READ, WRITE or EXECUTE Access Required? 121 | Create a new file | EXECUTE access to the directory and WRITE access to the directory | 125 | Write a file | EXECUTE access to the directory and WRITE access to the file | 127 | Delete a file | WRITE access to the directory | 129 | Rename a file | READ access to the FROM file and WRITE access to the directory | [all …]
|