OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:autoFlush
(Results
1 - 13
of
13
) sorted by null
/libcore/luni/src/main/java/java/io/
PrintStream.java
45
private boolean
autoFlush
;
68
* stream. The parameter {@code
autoFlush
} determines if the print stream
74
* @param
autoFlush
80
public PrintStream(OutputStream out, boolean
autoFlush
) {
85
this.
autoFlush
=
autoFlush
;
91
* parameter {@code
autoFlush
} determines if the print stream automatically
96
* @param
autoFlush
106
public PrintStream(OutputStream out, boolean
autoFlush
, String charsetName)
114
this.
autoFlush
= autoFlush
[
all
...]
PrintWriter.java
46
private boolean
autoFlush
;
64
* stream. The parameter {@code
autoFlush
} determines if the print writer
70
* @param
autoFlush
76
public PrintWriter(OutputStream out, boolean
autoFlush
) {
77
this(new OutputStreamWriter(out),
autoFlush
);
96
* writer. The parameter {@code
autoFlush
} determines if the print writer
102
* @param
autoFlush
108
public PrintWriter(Writer wr, boolean
autoFlush
) {
110
this.
autoFlush
=
autoFlush
;
[
all
...]
/frameworks/base/core/java/com/android/internal/util/
FastPrintWriter.java
69
* stream. The parameter {@code
autoFlush
} determines if the print writer
75
* @param
autoFlush
81
public FastPrintWriter(OutputStream out, boolean
autoFlush
) {
82
this(out,
autoFlush
, 8192);
87
* stream and a custom buffer size. The parameter {@code
autoFlush
} determines
93
* @param
autoFlush
102
public FastPrintWriter(OutputStream out, boolean
autoFlush
, int bufferLen) {
103
super(sDummyWriter,
autoFlush
);
113
mAutoFlush =
autoFlush
;
138
* writer. The parameter {@code
autoFlush
} determines if the print write
[
all
...]
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglAbstractDisplay.java
61
protected boolean
autoFlush
= true;
159
if (
autoFlush
){
176
if (
autoFlush
){
257
this.
autoFlush
= enabled;
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
OGLESContext.java
87
protected boolean
autoFlush
= true;
365
this.
autoFlush
= enabled;
404
if (
autoFlush
) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar
org.mortbay.jetty.server_6.1.23.v201004211559.jar
org.apache.jasper_5.5.17.v201004212143.jar
/prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 5600 milliseconds