/libcore/luni/src/main/java/java/lang/ |
D | Appendable.java | 46 Appendable append(char c) throws IOException; in append() method 61 Appendable append(CharSequence csq) throws IOException; in append() method 86 Appendable append(CharSequence csq, int start, int end) throws IOException; in append() method
|
D | StringBuilder.java | 108 public StringBuilder append(boolean b) { in append() method in StringBuilder 123 public StringBuilder append(char c) { in append() method in StringBuilder 138 public StringBuilder append(int i) { in append() method in StringBuilder 153 public StringBuilder append(long l) { in append() method in StringBuilder 168 public StringBuilder append(float f) { in append() method in StringBuilder 183 public StringBuilder append(double d) { in append() method in StringBuilder 198 public StringBuilder append(Object obj) { in append() method in StringBuilder 215 public StringBuilder append(String str) { in append() method in StringBuilder 229 public StringBuilder append(StringBuffer sb) { in append() method in StringBuilder 248 public StringBuilder append(char[] chars) { in append() method in StringBuilder [all …]
|
D | StringBuffer.java | 113 public StringBuffer append(boolean b) { in append() method in StringBuffer 125 public synchronized StringBuffer append(char ch) { in append() method in StringBuffer 139 public StringBuffer append(double d) { in append() method in StringBuffer 153 public StringBuffer append(float f) { in append() method in StringBuffer 167 public StringBuffer append(int i) { in append() method in StringBuffer 181 public StringBuffer append(long l) { in append() method in StringBuffer 199 public synchronized StringBuffer append(Object obj) { in append() method in StringBuffer 218 public synchronized StringBuffer append(String string) { in append() method in StringBuffer 236 public synchronized StringBuffer append(StringBuffer sb) { in append() method in StringBuffer 256 public synchronized StringBuffer append(char[] chars) { in append() method in StringBuffer [all …]
|
/libcore/luni/src/main/java/java/io/ |
D | FileWriter.java | 57 public FileWriter(File file, boolean append) throws IOException { in FileWriter() 95 public FileWriter(String filename, boolean append) throws IOException { in FileWriter()
|
D | StringWriter.java | 179 public StringWriter append(char c) { in append() method in StringWriter 195 public StringWriter append(CharSequence csq) { in append() method in StringWriter 225 public StringWriter append(CharSequence csq, int start, int end) { in append() method in StringWriter
|
D | Writer.java | 181 public Writer append(char c) throws IOException { in append() method in Writer 198 public Writer append(CharSequence csq) throws IOException { in append() method in Writer 229 public Writer append(CharSequence csq, int start, int end) throws IOException { in append() method in Writer
|
D | CharArrayWriter.java | 244 public CharArrayWriter append(char c) { in append() method in CharArrayWriter 260 public CharArrayWriter append(CharSequence csq) { in append() method in CharArrayWriter 292 public CharArrayWriter append(CharSequence csq, int start, int end) { in append() method in CharArrayWriter
|
D | FileOutputStream.java | 82 public FileOutputStream(File file, boolean append) throws FileNotFoundException { in FileOutputStream() 126 public FileOutputStream(String path, boolean append) throws FileNotFoundException { in FileOutputStream()
|
D | PrintStream.java | 616 public PrintStream append(char c) { in append() method in PrintStream 625 public PrintStream append(CharSequence charSequence) { in append() method in PrintStream 651 public PrintStream append(CharSequence charSequence, int start, int end) { in append() method in PrintStream
|
D | PrintWriter.java | 671 public PrintWriter append(char c) { in append() method in PrintWriter 687 public PrintWriter append(CharSequence csq) { in append() method in PrintWriter 717 public PrintWriter append(CharSequence csq, int start, int end) { in append() method in PrintWriter
|
/libcore/support/src/test/java/libcore/java/io/ |
D | NullPrintStream.java | 62 public PrintStream append(char c) { return this; } in append() method in NullPrintStream 63 public PrintStream append(CharSequence csq) { return this; } in append() method in NullPrintStream 64 public PrintStream append(CharSequence csq, int start, int end) { return this; } in append() method in NullPrintStream
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | WriterTesterTest.java | 72 private final boolean append; field in WriterTesterTest.FileWriterCharSinkTester 75 public FileWriterCharSinkTester(boolean append) { in FileWriterCharSinkTester()
|
D | OutputStreamTesterTest.java | 77 private final boolean append; field in OutputStreamTesterTest.FileOutputStreamSinkTester 80 private FileOutputStreamSinkTester(boolean append) { in FileOutputStreamSinkTester()
|
/libcore/luni/src/main/java/java/util/logging/ |
D | FileHandler.java | 118 private boolean append; field in FileHandler 408 public FileHandler(String pattern, boolean append) throws IOException { in FileHandler() 475 public FileHandler(String pattern, int limit, int count, boolean append) throws IOException { in FileHandler()
|
D | XMLFormatter.java | 132 private static void append(StringBuilder sb, int indentCount, String tag, Object value) { in append() method in XMLFormatter
|
/libcore/luni/src/main/java/java/nio/ |
D | CharBuffer.java | 648 public CharBuffer append(char c) { in append() method in CharBuffer 669 public CharBuffer append(CharSequence csq) { in append() method in CharBuffer 696 public CharBuffer append(CharSequence csq, int start, int end) { in append() method in CharBuffer
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | FormatterTest.java | 64 public Appendable append(CharSequence arg0) throws IOException { in append() method in FormatterTest.MockAppendable 68 public Appendable append(char arg0) throws IOException { in append() method in FormatterTest.MockAppendable 72 public Appendable append(CharSequence arg0, int arg1, int arg2) in append() method in FormatterTest.MockAppendable 105 public Appendable append(char c) throws IOException { in append() method in FormatterTest.MockDestination 115 public Appendable append(CharSequence csq) throws IOException { in append() method in FormatterTest.MockDestination 125 public Appendable append(CharSequence csq, int start, int end) in append() method in FormatterTest.MockDestination
|
/libcore/luni/src/main/java/org/apache/harmony/xml/ |
D | ExpatParser.java | 404 /*package*/ void append(String xml) throws SAXException { in append() method in ExpatParser 424 /*package*/ void append(char[] xml, int offset, int length) in append() method in ExpatParser 443 /*package*/ void append(byte[] xml) throws SAXException { in append() method in ExpatParser 456 /*package*/ void append(byte[] xml, int offset, int length) in append() method in ExpatParser
|
/libcore/json/src/main/java/org/json/ |
D | JSONObject.java | 328 public JSONObject append(String name, Object value) throws JSONException { in append() method in JSONObject
|
/libcore/luni/src/main/java/java/text/ |
D | SimpleDateFormat.java | 576 private void append(StringBuffer buffer, FieldPosition position, in append() method in SimpleDateFormat
|
/libcore/luni/src/main/native/ |
D | org_apache_harmony_xml_ExpatParser.cpp | 1018 static void append(JNIEnv* env, jobject object, jlong pointer, in append() function
|