Home | History | Annotate | Download | only in commands

Lines Matching refs:nativeOutput

52     private final boolean nativeOutput;
65 this.nativeOutput = false;
81 this.nativeOutput = builder.nativeOutput;
129 if (nativeOutput) {
130 Log.nativeOutput(outputLine);
231 private boolean nativeOutput;
241 public Builder setNativeOutput(boolean nativeOutput) {
242 this.nativeOutput = nativeOutput;