Searched refs:WRITER (Results 1 – 11 of 11) sorted by relevance
/external/skqp/infra/project-config/ |
D | cr-buildbucket.cfg | 24 role: WRITER 44 role: WRITER 64 role: WRITER 84 role: WRITER
|
/external/skia/infra/project-config/ |
D | cr-buildbucket.cfg | 24 role: WRITER 44 role: WRITER 64 role: WRITER 84 role: WRITER
|
/external/ltp/testcases/kernel/io/disktest/ |
D | childmain.c | 81 case WRITER: /* if we want to write, we can't */ in action_in_use() 84 if (env->action_list[i].oper == WRITER) { in action_in_use() 147 if (target.oper == WRITER) { in decrement_io_count() 248 target.oper = WRITER; in get_next_action() 261 (env->lastAction.oper == WRITER) ? READER : WRITER; in get_next_action() 265 target.oper = (args->flags & CLD_FLG_W) ? WRITER : READER; in get_next_action() 294 WRITER) ? pVal1 + OFF_WLBA : pVal1 + OFF_RLBA; in get_next_action() 296 if ((target.oper == WRITER) && TST_wFST_TIME(args->test_state)) { in get_next_action() 310 && (target.oper == WRITER)) { in get_next_action() 366 if (((target.oper == WRITER) ? env->wcount : env->rcount) >= in get_next_action() [all …]
|
D | defs.h | 103 WRITER,READER,NONE,RETRY enumerator
|
D | main.c | 78 test->env->lastAction.oper = WRITER; in linear_read_write_test() 236 test->env->lastAction.oper = WRITER; in init_data() 352 test->env->lastAction.oper = WRITER; in threadedMain()
|
D | timer.c | 104 if (TST_OPER(args->test_state) == WRITER) { in ChildTimer()
|
/external/libaom/libaom/common/ |
D | rawenc.c | 28 typedef void (*WRITER)(void *, const uint8_t *, unsigned int, unsigned int); typedef 41 static void write_greyscale(const bool high_bitdepth, int n, WRITER writer_func, in write_greyscale() 66 void *file_or_md5, WRITER writer_func) { in raw_write_image_file_or_md5()
|
/external/python/cpython3/Include/cpython/ |
D | unicodeobject.h | 639 #define _PyUnicodeWriter_Prepare(WRITER, LENGTH, MAXCHAR) \ argument 640 (((MAXCHAR) <= (WRITER)->maxchar \ 641 && (LENGTH) <= (WRITER)->size - (WRITER)->pos) \ 645 : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR)))) 658 #define _PyUnicodeWriter_PrepareKind(WRITER, KIND) \ argument 660 (KIND) <= (WRITER)->kind \ 662 : _PyUnicodeWriter_PrepareKindInternal((WRITER), (KIND)))
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | snapshot_dataset_op.cc | 60 enum SnapshotMode { READER = 0, WRITER = 1, PASSTHROUGH = 2 }; enumerator 326 *mode = WRITER; in DetermineOpState() 337 *mode = WRITER; in DetermineOpState() 359 *mode = WRITER; in DetermineOpState() 697 case WRITER: in InitializeIterator()
|
/external/angle/infra/config/global/ |
D | cr-buildbucket.cfg | 442 role: WRITER
|
/external/libxml2/doc/html/ |
D | index.sgml | 367 <ANCHOR id="LIBXML-WRITER-ENABLED-CAPS" href="libxml/libxml-xmlversion.html#LIBXML-WRITER-ENABLED-C…
|