HomeSort by relevance Sort by last modified time
    Searched refs:lastOutput (Results 1 - 4 of 4) sorted by null

  /external/lz4/tests/
fasttest.c 61 char *lastOutput = outBufferB;
82 LZ4_setStreamDecode(lz4StreamDecode, lastOutput, lastBytes);
91 { char* const tmp = output; output = lastOutput; lastOutput = tmp; }
  /external/apache-harmony/support/src/test/java/tests/util/
SerializationTester.java 43 private static Object lastOutput = null;
77 lastOutput = outputObject;
223 return lastOutput;
  /external/clang/test/Analysis/
dtor.cpp 357 static int lastOutput;
362 lastOutput = value;
374 clang_analyzer_eval(SaveOnDestruct::lastOutput == 42); // expected-warning{{TRUE}}
449 static int lastOutput;
453 lastOutput = value;
465 clang_analyzer_eval(SaveOnVirtualDestruct::lastOutput == 42); // expected-warning{{TRUE}}
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptGraph.java 499 Allocation lastOutput = null;
506 lastOutput = (nextScript != null) ? nextScript.getInput()
513 script.setOutput(lastOutput);
515 mOutputAllocation = checkNotNull("lastOutput", lastOutput);

Completed in 207 milliseconds