HomeSort by relevance Sort by last modified time
    Searched refs:WRITE (Results 1 - 25 of 301) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
FieldUsageTypeTest.java 93 23, UsageType.WRITE,
94 24, UsageType.WRITE,
95 25, UsageType.WRITE,
96 26, UsageType.WRITE,
97 27, UsageType.WRITE,
98 28, UsageType.WRITE,
99 29, UsageType.WRITE,
100 30, UsageType.WRITE,
101 31, UsageType.WRITE,
102 32, UsageType.WRITE,
    [all...]
  /libcore/ojluni/src/main/java/java/nio/file/
AccessMode.java 18 * 2 along with this work; if not, write to the Free Software Foundation,
40 * Test write access.
42 WRITE,
StandardOpenOption.java 18 * 2 along with this work; if not, write to the Free Software Foundation,
41 * Open for write access.
43 WRITE,
46 * If the file is opened for {@link #WRITE} access then bytes will be written
49 * <p> If the file is opened for write access by other programs, then it
55 * If the file already exists and it is opened for {@link #WRITE}
  /external/compiler-rt/test/sanitizer_common/TestCases/
malloc_hook.cc 13 #define WRITE(s) write(1, s, sizeof(s))
19 WRITE("MallocHook\n");
25 WRITE("FreeHook\n");
31 void MallocHook1(const volatile void *ptr, size_t sz) { WRITE("MH1\n"); }
32 void MallocHook2(const volatile void *ptr, size_t sz) { WRITE("MH2\n"); }
33 void FreeHook1(const volatile void *ptr) { WRITE("FH1\n"); }
34 void FreeHook2(const volatile void *ptr) { WRITE("FH2\n"); }
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_texture.c 30 * The functions starting rbug_send_* encodes a call to the write format and
57 WRITE(4, int32_t, ((int32_t)RBUG_OP_TEXTURE_LIST));
58 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
94 WRITE(4, int32_t, ((int32_t)RBUG_OP_TEXTURE_INFO));
95 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
96 WRITE(8, rbug_texture_t, texture); /* texture */
151 WRITE(4, int32_t, ((int32_t)RBUG_OP_TEXTURE_WRITE));
152 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
153 WRITE(8, rbug_texture_t, texture); /* texture */
154 WRITE(4, uint32_t, face); /* face *
    [all...]
rbug_context.c 30 * The functions starting rbug_send_* encodes a call to the write format and
57 WRITE(4, int32_t, ((int32_t)RBUG_OP_CONTEXT_LIST));
58 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
94 WRITE(4, int32_t, ((int32_t)RBUG_OP_CONTEXT_INFO));
95 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
96 WRITE(8, rbug_context_t, context); /* context */
134 WRITE(4, int32_t, ((int32_t)RBUG_OP_CONTEXT_DRAW_BLOCK));
135 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
136 WRITE(8, rbug_context_t, context); /* context */
137 WRITE(4, rbug_block_t, block); /* block *
    [all...]
rbug_core.c 30 * The functions starting rbug_send_* encodes a call to the write format and
57 WRITE(4, int32_t, ((int32_t)RBUG_OP_NOOP));
58 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
92 WRITE(4, int32_t, ((int32_t)RBUG_OP_PING));
93 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
129 WRITE(4, int32_t, ((int32_t)RBUG_OP_ERROR));
130 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
131 WRITE(4, uint32_t, error); /* error */
167 WRITE(4, int32_t, ((int32_t)RBUG_OP_PING_REPLY));
168 WRITE(4, uint32_t, ((uint32_t)(__len / 4)))
    [all...]
rbug_shader.c 30 * The functions starting rbug_send_* encodes a call to the write format and
59 WRITE(4, int32_t, ((int32_t)RBUG_OP_SHADER_LIST));
60 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
61 WRITE(8, rbug_context_t, context); /* context */
99 WRITE(4, int32_t, ((int32_t)RBUG_OP_SHADER_INFO));
100 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
101 WRITE(8, rbug_context_t, context); /* context */
102 WRITE(8, rbug_shader_t, shader); /* shader */
142 WRITE(4, int32_t, ((int32_t)RBUG_OP_SHADER_DISABLE));
143 WRITE(4, uint32_t, ((uint32_t)(__len / 4)))
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-3.c 75 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
80 WRITE("Test FAILED: Alarm fired while waiting for cancelation\n");
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_op.c 15 * along with this program; if not, write to the Free Software
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
    [all...]
  /external/libchrome/base/debug/
proc_maps_linux.h 22 WRITE = 1 << 1,
34 // Bitmask of read/write/execute/private/shared permissions.
  /frameworks/av/services/audioflinger/
FastCaptureState.cpp 39 case FastCaptureState::WRITE: return "WRITE";
FastCaptureState.h 35 NBAIO_Sink* mPipeSink; // after reading from input source, write to this pipe sink
44 WRITE = 0x10, // write to pipe sink
45 READ_WRITE = 0x18; // read from input source and write to pipe sink
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
11-2.c 35 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
40 WRITE("SIGBUS triggered\n");
41 WRITE("Test PASSED\n");
11-3.c 35 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
40 WRITE("SIGBUS triggered\n");
41 WRITE("Test PASSED\n");
  /system/core/storaged/
storaged_service.cpp 52 rec.second.bytes[WRITE][FOREGROUND][CHARGER_OFF],
54 rec.second.bytes[WRITE][BACKGROUND][CHARGER_OFF],
56 rec.second.bytes[WRITE][FOREGROUND][CHARGER_ON],
58 rec.second.bytes[WRITE][BACKGROUND][CHARGER_ON]);
69 uid_usage.bytes[WRITE][FOREGROUND][CHARGER_OFF],
71 uid_usage.bytes[WRITE][BACKGROUND][CHARGER_OFF],
73 uid_usage.bytes[WRITE][FOREGROUND][CHARGER_ON],
75 uid_usage.bytes[WRITE][BACKGROUND][CHARGER_ON]);
84 task_usage.bytes[WRITE][FOREGROUND][CHARGER_OFF],
86 task_usage.bytes[WRITE][BACKGROUND][CHARGER_OFF]
    [all...]
  /build/kati/
func.h 49 WRITE,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
template_19-1.in 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
  /libcore/luni/src/main/java/libcore/io/
IoTracker.java 61 WRITE
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
19-1.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-10.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-11.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-12.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-13.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");
19-14.c 15 * with this program; if not, write the Free Software Foundation, Inc.,
45 #define WRITE(str) write(STDOUT_FILENO, str, sizeof(str) - 1)
55 WRITE("Wrong signal generated?\n");

Completed in 402 milliseconds

1 2 3 4 5 6 7 8 91011>>