Home
last modified time | relevance | path

Searched defs:appendable (Results 1 – 25 of 26) sorted by relevance

12

/external/guava/guava/src/com/google/common/base/
DJoiner.java95 public <A extends Appendable> A appendTo(A appendable, Iterable<?> parts) throws IOException { in appendTo()
105 public <A extends Appendable> A appendTo(A appendable, Iterator<?> parts) throws IOException { in appendTo()
121 public final <A extends Appendable> A appendTo(A appendable, Object[] parts) throws IOException { in appendTo()
129 A appendable, @Nullable Object first, @Nullable Object second, Object... rest) in appendTo()
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DWritables.java31 Appendable appendable, Context context) throws IOException { in join()
46 Appendable appendable, Context context) throws IOException { in join()
DModifiable.java55 Appendable writeModifiers(Appendable appendable) throws IOException { in writeModifiers()
62 Appendable writeAnnotations(Appendable appendable, Context context) throws IOException { in writeAnnotations()
DEnumWriter.java57 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
152 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DNullName.java31 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DVoidName.java36 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DWritable.java27 Appendable write(Appendable appendable, Context context) throws IOException; in write()
DInterfaceWriter.java40 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DVariableWriter.java43 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DArrayTypeName.java34 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DWildcardName.java55 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DBlockWriter.java47 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DFieldWriter.java43 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DPrimitiveName.java38 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DAnnotationWriter.java57 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DClassWriter.java89 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DTypeVariableName.java55 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DParameterizedTypeName.java56 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DConstructorWriter.java88 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DMethodWriter.java93 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
DJavaWriter.java104 public <A extends Appendable> A write(A appendable) throws IOException { in write()
DClassName.java246 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
/external/guava/guava/src/com/google/common/io/
DCharSource.java104 public long copyTo(Appendable appendable) throws IOException { in copyTo()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMeasureFormat.java1233 private StringBuilder formatNumeric(Number[] hms, StringBuilder appendable) { in formatNumeric()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMeasureFormat.java1261 private StringBuilder formatNumeric(Number[] hms, StringBuilder appendable) { in formatNumeric()

12