/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
D | NullWriter.java | 46 public void write(int idx) { in write() method in NullWriter 54 public void write(char[] chr) { in write() method in NullWriter 64 public void write(char[] chr, int st, int end) { in write() method in NullWriter 72 public void write(String str) { in write() method in NullWriter 82 public void write(String str, int st, int end) { in write() method in NullWriter
|
D | ProxyWriter.java | 51 public void write(int idx) throws IOException { in write() method in ProxyWriter 60 public void write(char[] chr) throws IOException { in write() method in ProxyWriter 71 public void write(char[] chr, int st, int end) throws IOException { in write() method in ProxyWriter 80 public void write(String str) throws IOException { in write() method in ProxyWriter 91 public void write(String str, int st, int end) throws IOException { in write() method in ProxyWriter
|
D | NullOutputStream.java | 44 public void write(byte[] b, int off, int len) { in write() method in NullOutputStream 52 public void write(int b) { in write() method in NullOutputStream 61 public void write(byte[] b) throws IOException { in write() method in NullOutputStream
|
D | ProxyOutputStream.java | 49 public void write(int idx) throws IOException { in write() method in ProxyOutputStream 58 public void write(byte[] bts) throws IOException { in write() method in ProxyOutputStream 69 public void write(byte[] bts, int st, int end) throws IOException { in write() method in ProxyOutputStream
|
D | TeeOutputStream.java | 49 public synchronized void write(byte[] b) throws IOException { in write() method in TeeOutputStream 61 public synchronized void write(byte[] b, int off, int len) throws IOException { in write() method in TeeOutputStream 71 public synchronized void write(int b) throws IOException { in write() method in TeeOutputStream
|
D | CountingOutputStream.java | 54 public void write(byte[] b) throws IOException { in write() method in CountingOutputStream 69 public void write(byte[] b, int off, int len) throws IOException { in write() method in CountingOutputStream 82 public void write(int b) throws IOException { in write() method in CountingOutputStream
|
D | ThresholdingOutputStream.java | 91 public void write(int b) throws IOException in write() method in ThresholdingOutputStream 107 public void write(byte b[]) throws IOException in write() method in ThresholdingOutputStream 125 public void write(byte b[], int off, int len) throws IOException in write() method in ThresholdingOutputStream
|
D | LockableFileWriter.java | 281 public void write(int idx) throws IOException { in write() method in LockableFileWriter 290 public void write(char[] chr) throws IOException { in write() method in LockableFileWriter 301 public void write(char[] chr, int st, int end) throws IOException { in write() method in LockableFileWriter 310 public void write(String str) throws IOException { in write() method in LockableFileWriter 321 public void write(String str, int st, int end) throws IOException { in write() method in LockableFileWriter
|
D | FileWriterWithEncoding.java | 265 public void write(int idx) throws IOException { in write() method in FileWriterWithEncoding 274 public void write(char[] chr) throws IOException { in write() method in FileWriterWithEncoding 285 public void write(char[] chr, int st, int end) throws IOException { in write() method in FileWriterWithEncoding 294 public void write(String str) throws IOException { in write() method in FileWriterWithEncoding 305 public void write(String str, int st, int end) throws IOException { in write() method in FileWriterWithEncoding
|
D | ByteArrayOutputStream.java | 140 public void write(byte[] b, int off, int len) { in write() method in ByteArrayOutputStream 172 public synchronized void write(int b) { in write() method in ByteArrayOutputStream 193 public synchronized int write(InputStream in) throws IOException { in write() method in ByteArrayOutputStream
|
D | ClosedOutputStream.java | 46 public void write(int b) throws IOException { in write() method in ClosedOutputStream
|
/packages/apps/Camera2/src/com/android/camera/stats/profiler/ |
D | Profilers.java | 125 public void write(String message) { in write() method in Profilers.DebugWriter 132 public void write(String message) { in write() method in Profilers.ErrorWriter 139 public void write(String message) { in write() method in Profilers.InfoWriter 146 public void write(String message) { in write() method in Profilers.VerboseWriter 153 public void write(String message) { in write() method in Profilers.WarningWriter
|
D | Writer.java | 26 public void write(String message); in write() method
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | CountingOutputStream.java | 39 public void write(byte[] buffer, int offset, int count) throws IOException { in write() method in CountingOutputStream 45 public void write(int oneByte) throws IOException { in write() method in CountingOutputStream
|
D | EOLConvertingOutputStream.java | 31 public void write(int oneByte) throws IOException { in write() method in EOLConvertingOutputStream
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utility/ |
D | CountingOutputStream.java | 38 public void write(byte[] buffer, int offset, int count) throws IOException { in write() method in CountingOutputStream 44 public void write(int oneByte) throws IOException { in write() method in CountingOutputStream
|
D | EOLConvertingOutputStream.java | 30 public void write(int oneByte) throws IOException { in write() method in EOLConvertingOutputStream
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
D | IOUtils.java | 631 public static void write(byte[] data, OutputStream output) in write() method in IOUtils 651 public static void write(byte[] data, Writer output) throws IOException { in write() method in IOUtils 674 public static void write(byte[] data, Writer output, String encoding) in write() method in IOUtils 698 public static void write(char[] data, Writer output) throws IOException { in write() method in IOUtils 718 public static void write(char[] data, OutputStream output) in write() method in IOUtils 743 public static void write(char[] data, OutputStream output, String encoding) in write() method in IOUtils 765 public static void write(String data, Writer output) throws IOException { in write() method in IOUtils 784 public static void write(String data, OutputStream output) in write() method in IOUtils 807 public static void write(String data, OutputStream output, String encoding) in write() method in IOUtils 829 public static void write(StringBuffer data, Writer output) in write() method in IOUtils [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | InterruptableOutputStream.java | 37 public void write(int oneByte) throws IOException { in write() method in InterruptableOutputStream 43 public void write(byte[] buffer, int offset, int count) throws IOException { in write() method in InterruptableOutputStream
|
/packages/apps/Dialer/java/com/android/voicemail/impl/utils/ |
D | IndentingPrintWriter.java | 88 public void write(int c) { in write() method in IndentingPrintWriter 94 public void write(String s, int off, int len) { in write() method in IndentingPrintWriter 101 public void write(char[] buf, int offset, int count) { in write() method in IndentingPrintWriter
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/ |
D | JPEGOutputStream.java | 80 public void write(byte[] buffer, int offset, int length) throws IOException { in write() method in JPEGOutputStream 116 public void write(byte[] buffer) throws IOException { in write() method in JPEGOutputStream 121 public void write(int oneByte) throws IOException { in write() method in JPEGOutputStream
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
D | outputstream_wrapper.cpp | 22 int32_t OutputStreamWrapper::write(int32_t length, int32_t offset) { in write() function in OutputStreamWrapper
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | Durable.java | 26 public void write(DataOutputStream out) throws IOException; in write() method
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
D | StatusOutputStream.java | 34 public void write(int oneByte) throws IOException { in write() method in StatusOutputStream
|
/packages/apps/Nfc/src/com/android/nfc/echoserver/ |
D | EchoServer.java | 77 public void write(byte[] data); in write() method 252 public void write(byte[] data) { in write() method in EchoServer.ServerThread 344 public void write(byte[] data) { in write() method in EchoServer.ConnectionlessServerThread
|