Home
last modified time | relevance | path

Searched refs:WRITE (Results 1 – 25 of 149) sorted by relevance

123456

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_ioctl.inc17 // 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/
DFieldUsageTypeTest.java93 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/
Drbug_texture.c57 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 …]
Drbug_context.c57 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 …]
Drbug_shader.c59 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 …]
Drbug_core.c57 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/
Dredirects.txt5 # 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/
Dmalloc_hook.cc13 #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/
DREADME87 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/
Dpipe_test_01.c87 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()
Dpipe_test_02.c137 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 …]
Dshmem_test_03.c135 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()
Dmessage_queue_test_01.c96 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/
Dffsb_op.c30 {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/
DvktSynchronizationOperationSingleQueueTests.cpp186 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/
Dfake_stream_unittest.cc81 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/
D11-3.c35 #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()
D11-2.c35 #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/
Dfakeftpserver-filesystems.apt86 …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/
Dfakeftpserver-filesystems.apt86 …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/
Dfakeftpserver-filesystems.apt86 …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/
Dfakeftpserver-filesystems.apt86 …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/
Dfakeftpserver-filesystems.apt86 …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/
Dfakeftpserver-filesystems.apt86 …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/
Dfakeftpserver-filesystems.apt86 …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 …]

123456