Searched refs:READER (Results 1 – 16 of 16) sorted by relevance
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/interop/ |
D | TestFormatDetection.java | 9 private final ObjectReader READER = objectReader(); field in TestFormatDetection 29 ObjectReader detecting = READER.forType(POJO.class); in testSimpleWithJSON() 38 ObjectReader detecting = READER.forType(POJO.class); in testSequenceWithJSON() 56 ObjectReader r2 = READER.forType(JsonNode.class); in testSequenceWithJSON() 77 ObjectReader detecting = READER.forType(POJO.class); in testInvalid()
|
/external/skqp/infra/project-config/ |
D | cr-buildbucket.cfg | 12 role: READER 32 role: READER 52 role: READER 72 role: READER
|
/external/skia/infra/project-config/ |
D | cr-buildbucket.cfg | 12 role: READER 32 role: READER 52 role: READER 72 role: READER
|
/external/ltp/testcases/kernel/io/disktest/ |
D | childmain.c | 83 case READER: /* if we want to read, and a write is in progress, we can't */ in action_in_use() 246 target.oper = READER; 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() 275 (env->lastAction.trsiz != 0) && (target.oper == READER)) { in get_next_action() 298 } else if ((target.oper == READER) in get_next_action() 329 && (target.oper == READER)) { in get_next_action() 412 else if ((target.oper == READER) && blk_written) ; in get_next_action() 427 (target.oper == READER)) { in get_next_action() 439 } else if ((target.oper == READER) && (args->flags & CLD_FLG_CMPR) in get_next_action() [all …]
|
D | defs.h | 103 WRITER,READER,NONE,RETRY enumerator
|
D | main.c | 117 test->env->lastAction.oper = READER; in linear_read_write_test() 239 test->env->lastAction.oper = READER; in init_data() 356 test->env->lastAction.oper = READER; in threadedMain()
|
D | timer.c | 114 if (TST_OPER(args->test_state) == READER) { in ChildTimer()
|
/external/rust/crates/spin/src/ |
D | rw_lock.rs | 69 const READER: usize = 1 << 2; constant 197 let value = self.lock.fetch_add(READER, Ordering::Acquire); in try_read() 203 self.lock.fetch_sub(READER, Ordering::Release); in try_read() 221 state / READER + (state & UPGRADED) / UPGRADED in reader_count() 247 self.lock.fetch_sub(READER, Ordering::Release); in force_read_decrement() 517 self.inner.lock.fetch_add(READER, Ordering::Acquire); in downgrade() 576 self.inner.lock.fetch_add(READER, Ordering::Acquire); in downgrade() 683 self.inner.lock.fetch_sub(READER, Ordering::Release); in drop()
|
/external/openscreen/infra/config/global/ |
D | luci-scheduler.cfg | 9 role: READER
|
D | cr-buildbucket.cfg | 11 role: READER 23 role: READER
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/seq/ |
D | ReadValuesTest.java | 38 READER, enumConstant 75 case READER: in _iterator()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | snapshot_util.h | 54 enum Mode { READER = 0, WRITER = 1, PASSTHROUGH = 2 }; enumerator
|
D | snapshot_util.cc | 897 *mode = READER; in DetermineOpState() 920 *mode = READER; in DetermineOpState()
|
D | snapshot_dataset_op.cc | 528 case snapshot_util::READER: in InitializeIterator() 1299 case snapshot_util::READER: in InitializeIterator()
|
/external/libxml2/doc/html/ |
D | index.sgml | 366 <ANCHOR id="LIBXML-READER-ENABLED-CAPS" href="libxml/libxml-xmlversion.html#LIBXML-READER-ENABLED-C…
|
/external/python/cpython3/Misc/ |
D | HISTORY | 8758 sending MODE READER, and only sends it if not already in READER mode.
|