/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)); 57 _(SIOCATMARK, WRITE, sizeof(int)); 59 _(SIOCGIFADDR, WRITE, struct_ifreq_sz); 60 _(SIOCGIFBRDADDR, WRITE, struct_ifreq_sz); 62 _(SIOCGIFDSTADDR, WRITE, struct_ifreq_sz); 63 _(SIOCGIFFLAGS, WRITE, struct_ifreq_sz); 64 _(SIOCGIFMETRIC, WRITE, struct_ifreq_sz); [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 …]
|
D | rbug_internal.h | 64 #define WRITE(size, type, name) \ macro 73 WRITE(4, uint32_t, name##_len); \
|
/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/libbrillo/brillo/streams/ |
D | fake_stream_unittest.cc | 81 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 300 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 305 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 315 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 331 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 350 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 367 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 389 CreateStream(Stream::AccessMode::WRITE); in TEST_F() 396 EXPECT_EQ(Stream::AccessMode::WRITE, mode); in TEST_F() 399 EXPECT_TRUE(stream_->WaitForData(Stream::AccessMode::WRITE, in TEST_F() [all …]
|
D | stream_unittest.cc | 366 EXPECT_CALL(stream_mock, WaitForData(AccessMode::WRITE, _, _)) in TEST() 385 data_callback.Run(AccessMode::WRITE); in TEST() 402 EXPECT_CALL(stream_mock, WaitForData(AccessMode::WRITE, _, _)) in TEST() 416 EXPECT_CALL(stream_mock, WaitForData(AccessMode::WRITE, _, _)) in TEST() 418 data_callback.Run(AccessMode::WRITE); in TEST() 425 data_callback.Run(AccessMode::WRITE); in TEST() 444 EXPECT_CALL(stream_mock, WaitForDataBlocking(AccessMode::WRITE, _, _, _)) in TEST() 448 EXPECT_CALL(stream_mock, WaitForDataBlocking(AccessMode::WRITE, _, _, _)) in TEST() 460 EXPECT_CALL(stream_mock, WaitForDataBlocking(AccessMode::WRITE, _, _, _)) in TEST()
|
D | file_stream_unittest.cc | 205 CreateStream(S_IFREG, Stream::AccessMode::WRITE); in TEST_F() 216 CreateStream(S_IFREG, Stream::AccessMode::WRITE); in TEST_F() 238 CreateStream(S_IFREG, Stream::AccessMode::WRITE); in TEST_F() 260 CreateStream(S_IFREG, Stream::AccessMode::WRITE); in TEST_F() 519 EXPECT_CALL(fd_mock(), WaitForData(Stream::AccessMode::WRITE, _, _)) in TEST_F() 529 data_callback.Run(Stream::AccessMode::WRITE); in TEST_F() 578 EXPECT_CALL(fd_mock(), WaitForDataBlocking(Stream::AccessMode::WRITE, _, _)) in TEST_F() 588 EXPECT_CALL(fd_mock(), WaitForDataBlocking(Stream::AccessMode::WRITE, _, _)) in TEST_F() 601 EXPECT_CALL(fd_mock(), WaitForDataBlocking(Stream::AccessMode::WRITE, _, _)) in TEST_F() 617 EXPECT_CALL(fd_mock(), WaitForDataBlocking(Stream::AccessMode::WRITE, _, _)) in TEST_F() [all …]
|
/external/mockftpserver/tags/2.0-rc1/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/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.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.5/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-rc3/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.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.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.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/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.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.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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
D | mysql-modelingschema.dump | 47 LOCK TABLES `bugs` WRITE; 76 LOCK TABLES `commits` WRITE; 102 LOCK TABLES `cvsfiles` WRITE; 125 LOCK TABLES `filetags` WRITE; 149 LOCK TABLES `tags` WRITE;
|
/external/f2fs-tools/tools/ |
D | f2fs_io_parse.c | 48 WRITE, enumerator 258 entry->total_io[WRITE]); in __print_pid() 262 entry->io[i][WRITE]); in __print_pid() 280 total_io[i][WRITE]); in __print_ftype()
|