Searched defs:appendable (Results 1 – 25 of 26) sorted by relevance
12
/external/guava/guava/src/com/google/common/base/ |
D | Joiner.java | 95 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/ |
D | Writables.java | 31 Appendable appendable, Context context) throws IOException { in join() 46 Appendable appendable, Context context) throws IOException { in join()
|
D | Modifiable.java | 55 Appendable writeModifiers(Appendable appendable) throws IOException { in writeModifiers() 62 Appendable writeAnnotations(Appendable appendable, Context context) throws IOException { in writeAnnotations()
|
D | EnumWriter.java | 57 public Appendable write(Appendable appendable, Context context) throws IOException { in write() 152 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | NullName.java | 31 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | VoidName.java | 36 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | Writable.java | 27 Appendable write(Appendable appendable, Context context) throws IOException; in write()
|
D | InterfaceWriter.java | 40 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | VariableWriter.java | 43 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | ArrayTypeName.java | 34 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | WildcardName.java | 55 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | BlockWriter.java | 47 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | FieldWriter.java | 43 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | PrimitiveName.java | 38 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | AnnotationWriter.java | 57 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | ClassWriter.java | 89 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | TypeVariableName.java | 55 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | ParameterizedTypeName.java | 56 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | ConstructorWriter.java | 88 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | MethodWriter.java | 93 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
D | JavaWriter.java | 104 public <A extends Appendable> A write(A appendable) throws IOException { in write()
|
D | ClassName.java | 246 public Appendable write(Appendable appendable, Context context) throws IOException { in write()
|
/external/guava/guava/src/com/google/common/io/ |
D | CharSource.java | 104 public long copyTo(Appendable appendable) throws IOException { in copyTo()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MeasureFormat.java | 1233 private StringBuilder formatNumeric(Number[] hms, StringBuilder appendable) { in formatNumeric()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MeasureFormat.java | 1261 private StringBuilder formatNumeric(Number[] hms, StringBuilder appendable) { in formatNumeric()
|
12