Home
last modified time | relevance | path

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

12345678910>>...14

/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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_ioctl.inc18 // FIXME: support read+write arguments. Currently READWRITE and WRITE do the
20 // XXX: The declarations below may use WRITE instead of READWRITE, unless
25 WRITE,
53 _(FIOGETOWN, WRITE, sizeof(int));
57 _(SIOCATMARK, WRITE, sizeof(int));
59 _(SIOCGPGRP, WRITE, sizeof(int));
65 _(TIOCGETD, WRITE, sizeof(int));
66 _(TIOCGPGRP, WRITE, pid_t_sz);
67 _(TIOCGWINSZ, WRITE, struct_winsize_sz);
70 _(TIOCMGET, WRITE, sizeof(int));
[all …]
Dsanitizer_interceptors_ioctl_netbsd.inc18 // FIXME: support read+write arguments. Currently READWRITE and WRITE do the
20 // XXX: The declarations below may use WRITE instead of READWRITE, unless
22 enum { NONE, READ, WRITE, READWRITE, CUSTOM } type : 3;
128 _(CIOCASYMFEAT, WRITE, sizeof(u32));
131 _(OAPM_IOC_GETPOWER, WRITE, struct_apm_power_info_sz);
133 _(APM_IOC_NEXTEVENT, WRITE, struct_apm_event_info_sz);
148 _(DMX_GET_CAPS, WRITE, struct_dmx_caps_sz);
151 _(FE_READ_STATUS, WRITE, enum_fe_status_sz);
152 _(FE_READ_BER, WRITE, sizeof(u32));
153 _(FE_READ_SNR, WRITE, sizeof(u16));
[all …]
/external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
DFieldUsageTypeTest.java95 23, UsageType.WRITE, in testFieldUsageTypes()
96 24, UsageType.WRITE, in testFieldUsageTypes()
97 25, UsageType.WRITE, in testFieldUsageTypes()
98 26, UsageType.WRITE, in testFieldUsageTypes()
99 27, UsageType.WRITE, in testFieldUsageTypes()
100 28, UsageType.WRITE, in testFieldUsageTypes()
101 29, UsageType.WRITE, in testFieldUsageTypes()
102 30, UsageType.WRITE, in testFieldUsageTypes()
103 31, UsageType.WRITE, in testFieldUsageTypes()
104 32, UsageType.WRITE, in testFieldUsageTypes()
[all …]
/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_texture.c59 WRITE(4, int32_t, ((int32_t)RBUG_OP_TEXTURE_LIST)); in rbug_send_texture_list()
60 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_texture_list()
96 WRITE(4, int32_t, ((int32_t)RBUG_OP_TEXTURE_INFO)); in rbug_send_texture_info()
97 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_texture_info()
98 WRITE(8, rbug_texture_t, texture); /* texture */ in rbug_send_texture_info()
153 WRITE(4, int32_t, ((int32_t)RBUG_OP_TEXTURE_WRITE)); in rbug_send_texture_write()
154 WRITE(4, uint32_t, ((uint32_t)(__len / 4))); in rbug_send_texture_write()
155 WRITE(8, rbug_texture_t, texture); /* texture */ in rbug_send_texture_write()
156 WRITE(4, uint32_t, face); /* face */ in rbug_send_texture_write()
157 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/llvm-project/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/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
Dmalloc_hook.cpp14 #define WRITE(s) write(1, s, sizeof(s)) macro
20 WRITE("MallocHook\n"); in __sanitizer_malloc_hook()
26 WRITE("FreeHook\n"); in __sanitizer_free_hook()
32 void MallocHook1(const volatile void *ptr, size_t sz) { WRITE("MH1\n"); } in MallocHook1()
33 void MallocHook2(const volatile void *ptr, size_t sz) { WRITE("MH2\n"); } in MallocHook2()
34 void FreeHook1(const volatile void *ptr) { WRITE("FH1\n"); } in FreeHook1()
35 void FreeHook2(const volatile void *ptr) { WRITE("FH2\n"); } in FreeHook2()
/external/llvm-project/compiler-rt/test/memprof/TestCases/
Dmalloc_hook.cpp11 #define WRITE(s) write(1, s, sizeof(s)) macro
17 WRITE("MallocHook\n"); in __sanitizer_malloc_hook()
23 WRITE("FreeHook\n"); in __sanitizer_free_hook()
29 void MallocHook1(const volatile void *ptr, size_t sz) { WRITE("MH1\n"); } in MallocHook1()
30 void MallocHook2(const volatile void *ptr, size_t sz) { WRITE("MH2\n"); } in MallocHook2()
31 void FreeHook1(const volatile void *ptr) { WRITE("FH1\n"); } in FreeHook1()
32 void FreeHook2(const volatile void *ptr) { WRITE("FH2\n"); } in FreeHook2()
/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/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.c1171 WRITE(REG_A6XX_RB_UNKNOWN_8E04, 0x0); in fd6_emit_restore()
1172 WRITE(REG_A6XX_SP_UNKNOWN_AE04, 0x8); in fd6_emit_restore()
1173 WRITE(REG_A6XX_SP_UNKNOWN_AE00, 0); in fd6_emit_restore()
1174 WRITE(REG_A6XX_SP_UNKNOWN_AE0F, 0x3f); in fd6_emit_restore()
1175 WRITE(REG_A6XX_SP_UNKNOWN_B605, 0x44); in fd6_emit_restore()
1176 WRITE(REG_A6XX_SP_UNKNOWN_B600, 0x100000); in fd6_emit_restore()
1177 WRITE(REG_A6XX_HLSQ_UNKNOWN_BE00, 0x80); in fd6_emit_restore()
1178 WRITE(REG_A6XX_HLSQ_UNKNOWN_BE01, 0); in fd6_emit_restore()
1180 WRITE(REG_A6XX_VPC_UNKNOWN_9600, 0); in fd6_emit_restore()
1181 WRITE(REG_A6XX_GRAS_UNKNOWN_8600, 0x880); in fd6_emit_restore()
[all …]
/external/igt-gpu-tools/tests/i915/
Dgem_wait.c70 #define WRITE 8 macro
76 flags & (WRITE | AWAIT) ? igt_cork_plug(&cork, fd) : 0; in basic()
81 flags & WRITE ? plug : spin->handle in basic()
96 if (flags & (WRITE | AWAIT)) in basic()
108 if (flags & (WRITE | AWAIT)) in basic()
173 basic(fd, ALL_ENGINES, BUSY | WRITE);
177 basic(fd, ALL_ENGINES, WRITE);
196 basic(fd, e->flags, BUSY | WRITE); in __for_each_physical_engine()
200 basic(fd, e->flags, WRITE); in __for_each_physical_engine()
230 basic(fd, ALL_ENGINES, BUSY | WRITE | HANG);
[all …]
Dgem_fence_upload.c144 #define WRITE (1<<1) macro
149 case WRITE: return "Upload"; in direction_string()
150 case READ | WRITE: return "Combined"; in direction_string()
167 const int nthreads = (mask & READ ? count : 0) + (mask & WRITE ? count : 0); in thread_performance()
186 if (mask & WRITE) { in thread_performance()
188 writers[n].direction = WRITE; in thread_performance()
199 if (mask & WRITE) in thread_performance()
205 if (mask & WRITE) in thread_performance()
220 if (mask & WRITE) in thread_performance()
226 if (mask & WRITE) in thread_performance()
[all …]
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Drename-section-flag-preserved.test5 # RUN: llvm-readobj --sections %t.alloc | FileCheck %s --check-prefixes=CHECK,ALLOC,WRITE
7 # RUN: llvm-readobj --sections %t.load | FileCheck %s --check-prefixes=CHECK,WRITE
9 # RUN: llvm-readobj --sections %t.noload | FileCheck %s --check-prefixes=CHECK,WRITE
13 # RUN: llvm-readobj --sections %t.debug | FileCheck %s --check-prefixes=CHECK,WRITE
15 # RUN: llvm-readobj --sections %t.code | FileCheck %s --check-prefixes=CHECK,EXEC,WRITE
17 # RUN: llvm-readobj --sections %t.data | FileCheck %s --check-prefixes=CHECK,WRITE
19 # RUN: llvm-readobj --sections %t.rom | FileCheck %s --check-prefixes=CHECK,WRITE
21 # RUN: llvm-readobj --sections %t.contents | FileCheck %s --check-prefixes=CHECK,WRITE
23 # RUN: llvm-readobj --sections %t.merge | FileCheck %s --check-prefixes=CHECK,MERGE,WRITE
25 # RUN: llvm-readobj --sections %t.strings | FileCheck %s --check-prefixes=CHECK,STRINGS,WRITE
[all …]
Drename-section-flag.test6 # RUN: llvm-readobj --sections %t.alloc | FileCheck %s --check-prefixes=CHECK,NOBITS,ALLOC,WRITE
9 # RUN: llvm-readobj --sections %t.load | FileCheck %s --check-prefixes=CHECK,PROGBITS,WRITE
12 # RUN: llvm-readobj --sections %t.noload | FileCheck %s --check-prefixes=CHECK,PROGBITS,WRITE
18 …UN: llvm-readobj --sections %t.exclude | FileCheck %s --check-prefixes=CHECK,PROGBITS,EXCLUDE,WRITE
21 # RUN: llvm-readobj --sections %t.debug | FileCheck %s --check-prefixes=CHECK,PROGBITS,WRITE
24 # RUN: llvm-readobj --sections %t.code | FileCheck %s --check-prefixes=CHECK,PROGBITS,EXEC,WRITE
27 # RUN: llvm-readobj --sections %t.data | FileCheck %s --check-prefixes=CHECK,PROGBITS,WRITE
30 # RUN: llvm-readobj --sections %t.rom | FileCheck %s --check-prefixes=CHECK,PROGBITS,WRITE
33 # RUN: llvm-readobj --sections %t.contents | FileCheck %s --check-prefixes=CHECK,PROGBITS,WRITE
36 # RUN: llvm-readobj --sections %t.merge | FileCheck %s --check-prefixes=CHECK,PROGBITS,MERGE,WRITE
[all …]
Dset-section-flags.test6 # RUN: llvm-readobj --sections %t.alloc | FileCheck %s --check-prefixes=CHECK,NOBITS,ALLOC,WRITE
9 # RUN: llvm-readobj --sections %t.load | FileCheck %s --check-prefixes=CHECK,PROGBITS,WRITE
12 # RUN: llvm-readobj --sections %t.noload | FileCheck %s --check-prefixes=CHECK,PROGBITS,WRITE
18 …UN: llvm-readobj --sections %t.exclude | FileCheck %s --check-prefixes=CHECK,PROGBITS,EXCLUDE,WRITE
21 # RUN: llvm-readobj --sections %t.debug | FileCheck %s --check-prefixes=CHECK,PROGBITS,WRITE
24 # RUN: llvm-readobj --sections %t.code | FileCheck %s --check-prefixes=CHECK,PROGBITS,EXEC,WRITE
27 # RUN: llvm-readobj --sections %t.data | FileCheck %s --check-prefixes=CHECK,PROGBITS,WRITE
30 # RUN: llvm-readobj --sections %t.rom | FileCheck %s --check-prefixes=CHECK,PROGBITS,WRITE
33 # RUN: llvm-readobj --sections %t.contents | FileCheck %s --check-prefixes=CHECK,PROGBITS,WRITE
36 # RUN: llvm-readobj --sections %t.merge | FileCheck %s --check-prefixes=CHECK,MERGE,PROGBITS,WRITE
[all …]
/external/capstone/suite/cstest/
Dissues.cs23 … ; operands[0].mem.disp: 0x5e ; operands[0].size: 1 ; operands[0].access: WRITE ; Registers read: …
27 … ; operands[0].mem.disp: 0x1f ; operands[0].size: 1 ; operands[0].access: WRITE ; Registers read: …
31 …; operands[0].mem.disp: 0x40 ; operands[0].size: 10 ; operands[0].access: WRITE ; Registers read: …
35 …perands[0].type: REG = st(1) ; operands[0].size: 10 ; operands[0].access: WRITE ; Registers modifi…
39 … ; operands[0].mem.disp: 0x68 ; operands[0].size: 8 ; operands[0].access: WRITE ; Registers read: …
75 …erands[0].mem.disp: 0x8049094 ; operands[0].size: 2 ; operands[0].access: WRITE ; operands[1].type…
87 …pop {r1} ; op_count: 1 ; operands[0].type: REG = r1 ; operands[0].access: WRITE ; Write-back: True…
103 …ands[0].mem.segment: REG = fs ; operands[0].size: 4 ; operands[0].access: WRITE ; operands[1].type…
107 …v pc, lr ; op_count: 2 ; operands[0].type: REG = pc ; operands[0].access: WRITE ; operands[1].type…
115 …mem.disp: 0xfffffffffffffdf0 ; operands[0].size: 16 ; operands[0].access: WRITE ; operands[1].type…
[all …]
/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/llvm-project/llvm/test/tools/llvm-objcopy/COFF/
Dset-section-flags.test5 # RUN: llvm-readobj --sections %t.alloc | FileCheck %s --check-prefixes=CHECK,UNINITDATA,READ,WRITE
7 # RUN: llvm-readobj --sections %t.load | FileCheck %s --check-prefixes=CHECK,READ,WRITE
9 # RUN: llvm-readobj --sections %t.noload | FileCheck %s --check-prefixes=CHECK,READ,WRITE,REMOVE
13 # RUN: llvm-readobj --sections %t.exclude | FileCheck %s --check-prefixes=CHECK,READ,WRITE,REMOVE
15 …m-readobj --sections %t.debug | FileCheck %s --check-prefixes=CHECK,INITDATA,DISCARDABLE,READ,WRITE
17 # RUN: llvm-readobj --sections %t.code | FileCheck %s --check-prefixes=CHECK,CODE,EXECUTE,READ,WRITE
19 # RUN: llvm-readobj --sections %t.data | FileCheck %s --check-prefixes=CHECK,INITDATA,READ,WRITE
21 # RUN: llvm-readobj --sections %t.rom | FileCheck %s --check-prefixes=CHECK,READ,WRITE
23 # RUN: llvm-readobj --sections %t.contents | FileCheck %s --check-prefixes=CHECK,READ,WRITE
25 # RUN: llvm-readobj --sections %t.merge | FileCheck %s --check-prefixes=CHECK,READ,WRITE
[all …]
/external/llvm-project/lldb/source/Host/posix/
DPipePosix.cpp37 enum PIPES { READ, WRITE }; // Constants 0 and 1 for READ and WRITE enumerator
80 m_fds[WRITE] = pipe_posix.ReleaseWriteFileDescriptor(); in operator =()
111 m_fds[WRITE] = PipePosix::kInvalidDescriptor; in CreateNew()
202 m_fds[WRITE] = fd; in OpenAsWriterWithTimeout()
211 int PipePosix::GetWriteFileDescriptor() const { return m_fds[WRITE]; } in GetWriteFileDescriptor()
220 const int fd = m_fds[WRITE]; in ReleaseWriteFileDescriptor()
221 m_fds[WRITE] = PipePosix::kInvalidDescriptor; in ReleaseWriteFileDescriptor()
239 return m_fds[WRITE] != PipePosix::kInvalidDescriptor; in CanWrite()
251 close(m_fds[WRITE]); in CloseWriteFileDescriptor()
252 m_fds[WRITE] = PipePosix::kInvalidDescriptor; in CloseWriteFileDescriptor()
/external/llvm-project/lldb/test/Shell/Commands/CommandScriptImmediateOutput/
DCommandScriptImmediateOutputFile.test5 # RUN: echo "WRITE" > %t.write.txt
8 # RUN: echo "WRITE PLUS" > %t.write_plus.txt
26 # RUN: cat %t.write.txt | FileCheck %s --check-prefix WRITE
27 # WRITE-NOT: WRITE
28 # WRITE: writing to file with mode: w
35 # WRITEPLUS-NOT: WRITE PLUS
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DJimfsFileChannelTest.java26 import static java.nio.file.StandardOpenOption.WRITE;
132 FileChannel channel = channel(file, WRITE); in testWrite()
157 FileChannel channel = channel(file, WRITE, APPEND); in testAppend()
201 FileChannel channel = channel(file, WRITE); in testTransferFrom()
211 FileChannel channel = channel(file, WRITE); in testTruncate()
233 ImmutableSet.<OpenOption>of(READ, WRITE), in testFileTimeUpdates()
307 FileChannel channel = channel(regularFile(0), READ, WRITE); in testClose()
473 FileChannel channel = channel(regularFile(0), WRITE); in testReadsInWriteOnlyMode()
514 FileChannel channel = channel(regularFile(0), READ, WRITE); in testPositionNegative()
525 FileChannel channel = channel(regularFile(0), READ, WRITE); in testTruncateNegative()
[all …]

12345678910>>...14