Searched defs:bw (Results 1 - 6 of 6) sorted by relevance

/openjdk7/corba/make/tools/src/build/tools/stripproperties/
H A DStripProperties.java263 private static void writeln(BufferedWriter bw, String s) throws IOException { argument
264 bw.write(s);
265 bw.write("\n");
/openjdk7/jdk/make/tools/src/build/tools/stripproperties/
H A DStripProperties.java263 private static void writeln(BufferedWriter bw, String s) throws IOException { argument
264 bw.write(s);
265 bw.write("\n");
/openjdk7/jdk/test/sun/misc/IoTrace/
H A DIoTraceBase.java58 public void fileWriteEnd(Object ctx, long bw) { argument
60 bytesWritten = bw;
108 protected void expectFileWrite(long bw, File f) throws Exception { argument
109 expectFile(bw, 0, f);
112 protected void expectFile(long bw, long br, File f) throws Exception { argument
116 if (bytesWritten != bw) {
117 throw new Exception("Expected " + bw + " byte to be read, got: "
130 protected void expectSocket(int br, int bw, InetAddress ia, int p, int t) argument
135 if (bytesWritten != bw) {
136 throw new Exception("Expected " + bw
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DProperties.java649 private static void writeComments(BufferedWriter bw, String comments) argument
651 bw.write("#");
662 bw.write(comments.substring(last, current));
668 bw.write(new String(uu));
670 bw.newLine();
679 bw.write("#");
686 bw.write(comments.substring(last, current));
687 bw.newLine();
817 private void store0(BufferedWriter bw, String comments, boolean escUnicode) argument
821 writeComments(bw, comment
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c672 unsigned int w, h, bw, depth; local
686 XGetGeometry(dpy, parent, &rootWindow, &x, &y, &w, &h, &bw, &depth);
712 bw = 2; /*xwa.border_width does not have the correct value*/
783 statusWindow->bWidth = bw;
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java2083 private int bx, by, bw, bh; field in class:PSPrinterJob.PluginPrinter
2105 bw = w;

Completed in 93 milliseconds