HomeSort by relevance Sort by last modified time
    Searched defs:toBeClose (Results 1 - 3 of 3) sorted by null

  /cts/tools/vm-tests-tf/src/util/build/
CharactersStreamSucker.java 39 private final boolean toBeClose;
42 @Nonnull InputStream is, @Nonnull PrintStream os, boolean toBeClose) {
45 this.toBeClose = toBeClose;
60 if (toBeClose) {
BytesStreamSucker.java 42 private final boolean toBeClose;
45 @Nonnull InputStream is, @Nonnull OutputStream os, boolean toBeClose) {
48 this.toBeClose = toBeClose;
63 if (toBeClose) {
  /prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar 

Completed in 346 milliseconds