/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()
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | FormattedNumber.java | 61 public <A extends Appendable> A appendTo(A appendable) { in appendTo()
|
D | FormattedNumberRange.java | 67 public <A extends Appendable> A appendTo(A appendable) { in appendTo()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | FormattedNumber.java | 62 public <A extends Appendable> A appendTo(A appendable) { in appendTo()
|
D | FormattedNumberRange.java | 68 public <A extends Appendable> A appendTo(A appendable) { in appendTo()
|
/external/icu/icu4c/source/i18n/ |
D | decimfmt.cpp | 436 auto appendable = UnicodeStringAppendable(appendTo); in format() local 448 auto appendable = UnicodeStringAppendable(appendTo); in format() local 461 auto appendable = UnicodeStringAppendable(appendTo); in format() local 488 auto appendable = UnicodeStringAppendable(appendTo); in format() local 500 auto appendable = UnicodeStringAppendable(appendTo); in format() local 513 auto appendable = UnicodeStringAppendable(appendTo); in format() local 523 auto appendable = UnicodeStringAppendable(appendTo); in format() local 532 auto appendable = UnicodeStringAppendable(appendTo); in format() local 542 auto appendable = UnicodeStringAppendable(appendTo); in format() local
|