Searched refs:WRITER (Results 1 - 13 of 13) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
H A Ddefs.h103 WRITER,READER,NONE,RETRY enumerator in enum:op
H A Dchildmain.c81 case WRITER: /* if we want to write, we can't */
84 if (env->action_list[i].oper == WRITER) {
147 if (target.oper == WRITER) {
248 target.oper = WRITER;
261 (env->lastAction.oper == WRITER) ? READER : WRITER;
265 target.oper = (args->flags & CLD_FLG_W) ? WRITER : READER;
294 WRITER) ? pVal1 + OFF_WLBA : pVal1 + OFF_RLBA;
296 if ((target.oper == WRITER) && TST_wFST_TIME(args->test_state)) {
310 && (target.oper == WRITER)) {
[all...]
H A Dtimer.c104 if (TST_OPER(args->test_state) == WRITER) {
H A Dmain.c78 test->env->lastAction.oper = WRITER;
236 test->env->lastAction.oper = WRITER;
352 test->env->lastAction.oper = WRITER;
/external/ltp/testcases/kernel/mem/mtest07/
H A Dshm_test.c84 #define WRITER 0 /* cause thread function to shmat and write */ macro
327 chld_args[3] = WRITER;
/external/python/cpython3/Include/
H A Dunicodeobject.h915 #define _PyUnicodeWriter_Prepare(WRITER, LENGTH, MAXCHAR) \
916 (((MAXCHAR) <= (WRITER)->maxchar \
917 && (LENGTH) <= (WRITER)->size - (WRITER)->pos) \
921 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
934 #define _PyUnicodeWriter_PrepareKind(WRITER, KIND) \
936 (KIND) <= (WRITER)->kind \
938 : _PyUnicodeWriter_PrepareKindInternal((WRITER), (KIND)))
/external/annotation-tools/asmx/src/org/objectweb/asm/
H A DClassReader.java69 static final boolean WRITER = true; field in class:ClassReader
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 658 milliseconds