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

1 2 3

  /external/ltp/testcases/kernel/io/disktest/
defs.h 103 WRITER,READER,NONE,RETRY
childmain.c 81 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...]
timer.c 104 if (TST_OPER(args->test_state) == WRITER) {
main.c 78 test->env->lastAction.oper = WRITER;
236 test->env->lastAction.oper = WRITER;
352 test->env->lastAction.oper = WRITER;
  /external/ltp/testcases/kernel/mem/mtest07/
shm_test.c 42 /* reader and writer threads. One thread will create the shared */
84 #define WRITER 0 /* cause thread function to shmat and write */
156 /* The function acts as either reader or writer thread depending */
157 /* on arg[3]. The reader and writer thread use the same key so */
164 /* arg[3] - reader or writer. */
327 chld_args[3] = WRITER;
  /external/python/cpython3/Include/
unicodeobject.h 909 _PyUnicodeWriter_Init(_PyUnicodeWriter *writer); variable
989 _PyUnicodeWriter_Finish(_PyUnicodeWriter *writer); variable
993 _PyUnicodeWriter_Dealloc(_PyUnicodeWriter *writer); variable
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaMetadataTest.java 40 YEAR, DURATION, NUM_TRACKS, WRITER
133 Log.v(TAG, "Writer : "+ value);
134 assertEquals(TAG,meta_data_file[fileIndex][meta.WRITER.ordinal()], value);
  /prebuilts/go/darwin-x86/src/os/
timeout_test.go 292 n, err = w.Write([]byte("TIMEOUT WRITER"))
374 // The writer, with no timeouts of its own,
450 t.Logf("writer in %v wrote %d: %v", res.d, res.n, res.err)
452 t.Fatalf("timeout waiting for writer to finish writing")
  /prebuilts/go/linux-x86/src/os/
timeout_test.go 292 n, err = w.Write([]byte("TIMEOUT WRITER"))
374 // The writer, with no timeouts of its own,
450 t.Logf("writer in %v wrote %d: %v", res.d, res.n, res.err)
452 t.Fatalf("timeout waiting for writer to finish writing")
  /system/update_engine/payload_generator/
inplace_generator.cc 212 // Blocks with both a reader and writer get an edge
214 blocks[i].writer == Vertex::kInvalidIndex)
217 if (blocks[i].reader == blocks[i].writer)
221 (*graph)[blocks[i].writer].out_edges.find(blocks[i].reader);
222 if (edge_it == (*graph)[blocks[i].writer].out_edges.end()) {
224 (*graph)[blocks[i].writer].out_edges.insert(
226 edge_it = (*graph)[blocks[i].writer].out_edges.find(blocks[i].reader);
227 CHECK(edge_it != (*graph)[blocks[i].writer].out_edges.end());
679 enum BlockField { READER = 0, WRITER, BLOCK_FIELD_COUNT };
685 &Block::reader : &Block::writer;
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/
ClassReader.java 69 static final boolean WRITER = true;
98 * scratch in the class writer.
346 // copies the bootstrap methods in the class writer
872 * writer. If, in addition, the writer's constant pool was
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java     [all...]
  /prebuilts/tools/common/m2/repository/net/orfjackal/retrolambda/retrolambda/2.0.6/
retrolambda-2.0.6.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/
org.jacoco.agent-0.7.6.201602180812-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/
org.jacoco.agent-0.7.7.201606060606-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.8/
org.jacoco.agent-0.7.8-runtime.jar 
  /tools/tradefederation/core/res/jacoco/
jacocoagent.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/bazel/formc-deps/
asm-all.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
asm-all.jar 

Completed in 367 milliseconds

1 2 3