/packages/apps/Email/emailcommon/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
|
D | DemuxOutputStream.java | 86 public void write( int ch ) in write() method in DemuxOutputStream
|
/packages/apps/Browser/src/com/android/browser/ |
D | SnapshotByteArrayOutputStream.java | 34 public synchronized void write(int oneByte) throws IOException { in write() method in SnapshotByteArrayOutputStream 40 public void write(byte[] buffer, int offset, int count) throws IOException { in write() method in SnapshotByteArrayOutputStream
|
/packages/apps/Email/emailcommon/src/org/apache/commons/io/ |
D | IOUtils.java | 628 public static void write(byte[] data, OutputStream output) in write() method in IOUtils 648 public static void write(byte[] data, Writer output) throws IOException { in write() method in IOUtils 671 public static void write(byte[] data, Writer output, String encoding) in write() method in IOUtils 695 public static void write(char[] data, Writer output) throws IOException { in write() method in IOUtils 715 public static void write(char[] data, OutputStream output) in write() method in IOUtils 740 public static void write(char[] data, OutputStream output, String encoding) in write() method in IOUtils 762 public static void write(String data, Writer output) throws IOException { in write() method in IOUtils 781 public static void write(String data, OutputStream output) in write() method in IOUtils 804 public static void write(String data, OutputStream output, String encoding) in write() method in IOUtils 826 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/Browser/src/com/android/browser/homepages/ |
D | Template.java | 52 void write(OutputStream stream, EntityData params) throws IOException; in write() method 74 public void write(OutputStream stream, EntityData params) throws IOException { in write() method in Template.StringEntity 89 public void write(OutputStream stream, EntityData params) throws IOException { in write() method in Template.SimpleEntity 106 public void write(OutputStream stream, EntityData params) throws IOException { in write() method in Template.ListEntity 226 public void write(OutputStream stream) throws IOException { in write() method in Template 230 public void write(OutputStream stream, EntityData data) throws IOException { in write() method in Template
|
D | HomeProvider.java | 76 final ParcelFileDescriptor write = pipes[1]; in openFile() local
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
D | CountingOutputStream.java | 37 public void write(int oneByte) throws IOException { in write() method in CountingOutputStream
|
D | StatusOutputStream.java | 35 public void write(int oneByte) throws IOException { in write() method in StatusOutputStream
|
D | EOLConvertingOutputStream.java | 31 public void write(int oneByte) throws IOException { in write() method in EOLConvertingOutputStream
|
/packages/apps/Calculator/src/com/android/calculator2/ |
D | HistoryEntry.java | 43 void write(DataOutput out) throws IOException { in write() method in HistoryEntry
|
D | History.java | 66 void write(DataOutput out) throws IOException { in write() method in History
|
/packages/providers/DownloadProvider/tests/src/tests/http/ |
D | MockWebServer.java | 345 @Override public void write(byte[] buffer, int offset, int len) { in write() method in MockWebServer.TruncatingOutputStream 349 @Override public void write(int oneByte) { in write() method in MockWebServer.TruncatingOutputStream
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | MetaData.java | 170 public void write(String timezone, long begin, long end, int startDay, int endDay) { in write() method in MetaData
|
/packages/apps/Settings/src/com/android/settings/net/ |
D | NetworkPolicyEditor.java | 111 public void write(NetworkPolicy[] policies) { in write() method in NetworkPolicyEditor
|