Searched refs:write (Results 1 - 25 of 260) sorted by relevance

1234567891011

/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
H A DNullWriter.java44 * @param idx The character to write
46 public void write(int idx) { method in class:NullWriter
52 * @param chr The characters to write
54 public void write(char[] chr) { method in class:NullWriter
60 * @param chr The characters to write
62 * @param end The number of characters to write
64 public void write(char[] chr, int st, int end) { method in class:NullWriter
70 * @param str The string to write
72 public void write(String str) { method in class:NullWriter
78 * @param str The string to write
82 public void write(String str, int st, int end) { method in class:NullWriter
[all...]
H A DProxyWriter.java28 * methods being called, such as write(char[]) to write(char[], int, int)
29 * and write(String) to write(String, int, int).
47 * Invokes the delegate's <code>write(int)</code> method.
48 * @param idx the character to write
51 public void write(int idx) throws IOException { method in class:ProxyWriter
52 out.write(idx);
56 * Invokes the delegate's <code>write(char[])</code> method.
57 * @param chr the characters to write
60 public void write(char[] chr) throws IOException { method in class:ProxyWriter
71 public void write(char[] chr, int st, int end) throws IOException { method in class:ProxyWriter
80 public void write(String str) throws IOException { method in class:ProxyWriter
91 public void write(String str, int st, int end) throws IOException { method in class:ProxyWriter
[all...]
H A DTeeOutputStream.java31 /** the second OutputStream to write to */
46 * @param b the bytes to write
49 public synchronized void write(byte[] b) throws IOException { method in class:TeeOutputStream
50 super.write(b);
51 this.branch.write(b);
56 * @param b the bytes to write
58 * @param len The number of bytes to write
61 public synchronized void write(byte[] b, int off, int len) throws IOException { method in class:TeeOutputStream
62 super.write(b, off, len);
63 this.branch.write(
71 public synchronized void write(int b) throws IOException { method in class:TeeOutputStream
[all...]
H A DProxyOutputStream.java45 * Invokes the delegate's <code>write(int)</code> method.
46 * @param idx the byte to write
49 public void write(int idx) throws IOException { method in class:ProxyOutputStream
50 out.write(idx);
54 * Invokes the delegate's <code>write(byte[])</code> method.
55 * @param bts the bytes to write
58 public void write(byte[] bts) throws IOException { method in class:ProxyOutputStream
59 out.write(bts);
63 * Invokes the delegate's <code>write(byte[])</code> method.
64 * @param bts the bytes to write
69 public void write(byte[] bts, int st, int end) throws IOException { method in class:ProxyOutputStream
[all...]
H A DNullOutputStream.java40 * @param b The bytes to write
42 * @param len The number of bytes to write
44 public void write(byte[] b, int off, int len) { method in class:NullOutputStream
50 * @param b The byte to write
52 public void write(int b) { method in class:NullOutputStream
58 * @param b The bytes to write
61 public void write(byte[] b) throws IOException { method in class:NullOutputStream
H A DCountingOutputStream.java39 * @param out the OutputStream to write to
50 * @param b the bytes to write, not null
52 * @see java.io.OutputStream#write(byte[])
54 public void write(byte[] b) throws IOException { method in class:CountingOutputStream
56 super.write(b);
63 * @param b the bytes to write, not null
65 * @param len the maximum number of bytes to write
67 * @see java.io.OutputStream#write(byte[], int, int)
69 public void write(byte[] b, int off, int len) throws IOException { method in class:CountingOutputStream
71 super.write(
82 public void write(int b) throws IOException { method in class:CountingOutputStream
[all...]
H A DThresholdingOutputStream.java34 * is actually reached, since it triggers when a pending write operation would
91 public void write(int b) throws IOException method in class:ThresholdingOutputStream
94 getStream().write(b);
107 public void write(byte b[]) throws IOException method in class:ThresholdingOutputStream
110 getStream().write(b);
121 * @param len The number of bytes to write.
125 public void write(byte b[], int off, int len) throws IOException method in class:ThresholdingOutputStream
128 getStream().write(b, off, len);
/packages/apps/Camera2/src/com/android/camera/stats/profiler/
H A DWriter.java20 * Used to write strings to an arbitrary output source.
24 * Used to write messages to another stream or object.
26 public void write(String message); method in interface:Writer
H A DLoggingProfile.java35 mWriter.write(format(0.0, "BEGIN"));
40 mWriter.write(format(totalMillis, "MARK", lastMillis, reason));
45 mWriter.write(format(totalMillis, "END"));
50 mWriter.write(format(totalMillis, "END", lastMillis, reason));
H A DGuardingProfile.java20 * A guarding profile will only write messages to a writer if the
39 mVerboseWriter.write(format(0, "GUARD", "START"));
45 mGuardWriter.write(format(totalMillis, "GUARD", lastMillis, reason));
47 mVerboseWriter.write(format(totalMillis, "GUARD", lastMillis, reason));
54 mGuardWriter.write(format(totalMillis, "GUARD", "STOP"));
56 mVerboseWriter.write(format(totalMillis, "GUARD", "STOP"));
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utility/
H A DEOLConvertingOutputStream.java30 public void write(int oneByte) throws IOException { method in class:EOLConvertingOutputStream
33 super.write('\r');
36 super.write(oneByte);
43 super.write('\n');
H A DCountingOutputStream.java38 public void write(byte[] buffer, int offset, int count) throws IOException { method in class:CountingOutputStream
39 mOutputStream.write(buffer, offset, count);
44 public void write(int oneByte) throws IOException { method in class:CountingOutputStream
45 mOutputStream.write(oneByte);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DEOLConvertingOutputStream.java31 public void write(int oneByte) throws IOException { method in class:EOLConvertingOutputStream
34 super.write('\r');
37 super.write(oneByte);
44 super.write('\n');
H A DCountingOutputStream.java39 public void write(byte[] buffer, int offset, int count) throws IOException { method in class:CountingOutputStream
40 mOutputStream.write(buffer, offset, count);
45 public void write(int oneByte) throws IOException { method in class:CountingOutputStream
46 mOutputStream.write(oneByte);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAdvertiseHelper.java67 ret.write(nameLength + 1);
68 ret.write(type);
69 ret.write(nameBytes, 0, nameLength);
88 ret.write(concated.length + 1);
89 ret.write(MANUFACTURER_SPECIFIC_DATA);
90 ret.write(concated, 0, concated.length);
94 ret.write(2 /* Length */);
95 ret.write(TX_POWER_LEVEL);
96 ret.write(0); // lower layers will fill this value.
108 serviceUuids16.write(uui
[all...]
/packages/apps/Launcher2/
H A Dprint_db.py52 out.write("""<span class="intent" title="%s">shortcut</span>""" % (
60 out.write("""<img src="%s">""" % ( icon_fn ))
62 f.write(cell)
67 out.write(cgi.escape(str(cell)))
76 out.write(" <td width=%d height=%d></td>\n" %
90 out.write((" <td colspan=%d rowspan=%d width=%d height=%d"
97 out.write("""<img src="icon_%d.png">\n""" % ( cell["_id"] ))
98 out.write("<br/>\n")
99 out.write(cgi.escape(cell["title"]) + " <br/><i>(app)</i>")
101 out.write("""<im
[all...]
/packages/apps/Launcher3/
H A Dprint_db.py72 out.write("""<span class="intent" title="%s">shortcut</span>""" % (
80 out.write("""<img style="width: 3em; height: 3em;" src="%s">""" % ( icon_fn ))
82 f.write(cell)
87 out.write("Application (%d)" % cell)
89 out.write("Shortcut (%d)" % cell)
91 out.write("Folder (%d)" % cell)
93 out.write("Widget (%d)" % cell)
95 out.write("%d" % cell)
99 out.write(cgi.escape(unicode(cell)))
109 out.write(" <t
[all...]
/packages/apps/Camera2/tests/src/com/android/camera/stress/
H A DTestUtil.java42 mOut.write("\n");
48 mOut.write(reportTag);
49 mOut.write("No of loops :" + iteration + "\n");
50 mOut.write("loop: ");
54 mOut.write(" ," + iteration);
H A DCameraLatency.java128 out.write("Camera Latency : \n");
129 out.write("Number of loop: " + TOTAL_NUMBER_OF_IMAGECAPTURE + "\n");
130 out.write("Avg AutoFocus = " + mAvgAutoFocusTime + "\n");
131 out.write("Avg mShutterLag = " + mAvgShutterLag + "\n");
132 out.write("Avg mShutterToPictureDisplayedTime = "
134 out.write("Avg mPictureDisplayedToJpegCallbackTime = "
136 out.write("Avg mJpegCallbackFinishTime = " +
138 out.write("Avg FirstPreviewTime = " +
143 fail("Camera Latency write output to file");
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
H A DTestUtil.java42 mOut.write("\n");
48 mOut.write(reportTag);
49 mOut.write("No of loops :" + iteration + "\n");
50 mOut.write("loop: ");
54 mOut.write(" ," + iteration);
/packages/apps/Dialer/java/com/android/voicemail/impl/utils/
H A DIndentingPrintWriter.java27 * <p>Delays writing indent until first actual write on a newline, enabling indent modification
43 * Flag indicating if we're currently sitting on an empty line, and that next write should be
84 write('\n');
88 public void write(int c) { method in class:IndentingPrintWriter
90 write(mSingleChar, 0, 1);
94 public void write(String s, int off, int len) { method in class:IndentingPrintWriter
97 write(buf, 0, len);
101 public void write(char[] buf, int offset, int count) { method in class:IndentingPrintWriter
113 super.write(buf, lineStart, lineEnd - lineStart);
123 super.write('\
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DInterruptableOutputStream.java37 public void write(int oneByte) throws IOException { method in class:InterruptableOutputStream
39 mOutputStream.write(oneByte);
43 public void write(byte[] buffer, int offset, int count) throws IOException { method in class:InterruptableOutputStream
48 mOutputStream.write(buffer, offset, bytesCount);
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DIOUtils.java47 * <li>write - these methods write data to a stream
619 // write byte[]
624 * @param data the byte array to write, do not modify during output,
626 * @param output the <code>OutputStream</code> to write to
631 public static void write(byte[] data, OutputStream output) method in class:IOUtils
634 output.write(data);
644 * @param data the byte array to write, do not modify during output,
646 * @param output the <code>Writer</code> to write to
651 public static void write(byt method in class:IOUtils
674 public static void write(byte[] data, Writer output, String encoding) method in class:IOUtils
698 public static void write(char[] data, Writer output) throws IOException { method in class:IOUtils
718 public static void write(char[] data, OutputStream output) method in class:IOUtils
743 public static void write(char[] data, OutputStream output, String encoding) method in class:IOUtils
765 public static void write(String data, Writer output) throws IOException { method in class:IOUtils
784 public static void write(String data, OutputStream output) method in class:IOUtils
807 public static void write(String data, OutputStream output, String encoding) method in class:IOUtils
829 public static void write(StringBuffer data, Writer output) method in class:IOUtils
849 public static void write(StringBuffer data, OutputStream output) method in class:IOUtils
872 public static void write(StringBuffer data, OutputStream output, method in class:IOUtils
[all...]
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
H A DTeeInputStream.java108 branch.write(ch);
126 branch.write(bts, st, n);
142 branch.write(bts, 0, n);
/packages/apps/Email/src/com/android/email/mail/transport/
H A DStatusOutputStream.java34 public void write(int oneByte) throws IOException { method in class:StatusOutputStream
35 super.write(oneByte);

Completed in 458 milliseconds

1234567891011