/external/rust/crates/regex-syntax/src/ |
D | error.rs | 70 pub struct Formatter<'e, E: 'e> { struct 82 impl<'e> From<&'e ast::Error> for Formatter<'e, ast::ErrorKind> { implementation 93 impl<'e> From<&'e hir::Error> for Formatter<'e, hir::ErrorKind> { implementation 104 impl<'e, E: fmt::Display> fmt::Display for Formatter<'e, E> { implementation
|
/external/rust/crates/ring/src/ |
D | debug.rs | 56 fmt: &mut core::fmt::Formatter, in write_hex_tuple() 77 fmt: &mut core::fmt::Formatter, in write_hex_bytes()
|
/external/rust/crates/env_logger/src/fmt/ |
D | mod.rs | 97 pub struct Formatter { struct 102 impl Formatter { argument 123 impl Write for Formatter { implementation 133 impl fmt::Debug for Formatter { implementation
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
D | Formatter.java | 90 public final class Formatter { class 99 public Formatter() { in Formatter() method in Formatter 103 public Formatter(JavaFormatterOptions options) { in Formatter() method in Formatter
|
/external/rust/crates/env_logger/src/fmt/humantime/ |
D | extern_impl.rs | 14 impl Formatter { implementation
|
/external/skia/experimental/sktext/src/ |
D | Formatter.h | 12 …Formatter(Processor* processor, TextFormatStyle formatStyle) : fProcessor(processor), fFormatStyle… in Formatter() function
|
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/ |
D | Strftime.java | 25 class Formatter { in format() class 28 public Formatter( in format() method in Strftime.Formatter
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | Formatter.java | 3 public class Formatter { class
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
D | Formatter.java | 40 public abstract class Formatter<PlotType extends Plot> { class
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_custom.cc | 886 struct Formatter { struct 887 Formatter(char *str_, const char *fmt_, size_t size_) in Formatter() argument 891 int format() { in format() 900 template <typename T> int format(T arg) { in format() 914 char *build_format_string() { in build_format_string() 923 char *str_cur() { return str + str_off; } in str_cur() 925 size_t num_written_bytes(int retval) { in num_written_bytes() 945 char *str; 969 Formatter formatter(str, fmt, size); in format_buffer() argument
|
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | format_code.py | 77 Formatter = Callable[[str, bytes], bytes] variable 80 def _diff_formatted(path, formatter: Formatter) -> Optional[str]: 90 def _check_files(files, formatter: Formatter) -> Dict[Path, str]:
|
/external/autotest/client/cros/cellular/ |
D | labconfig_write_stanzas | 30 class Formatter(object): class
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | dfsan_custom.cpp | 940 struct Formatter { struct 941 Formatter(char *str_, const char *fmt_, size_t size_) in Formatter() argument 945 int format() { in format() 954 template <typename T> int format(T arg) { in format() 968 char *build_format_string() { in build_format_string() 977 char *str_cur() { return str + str_off; } in str_cur() 979 size_t num_written_bytes(int retval) { in num_written_bytes() 999 char *str; 1023 Formatter formatter(str, fmt, size); in format_buffer() argument
|
/external/pigweed/pw_cli/py/pw_cli/ |
D | log.py | 65 def _setup_handler(handler: logging.Handler, formatter: logging.Formatter,
|
/external/dagger2/java/dagger/internal/codegen/base/ |
D | Formatter.java | 30 public abstract class Formatter<T> implements Function<T, String> { class
|
/external/llvm-project/llvm/unittests/ADT/ |
D | TwineTest.cpp | 112 formatter Formatter(Count); in TEST() local
|
/external/rust/crates/itertools/src/ |
D | format.rs | 76 fn format<F>(&self, f: &mut fmt::Formatter, mut cb: F) -> fmt::Result in format()
|
/external/rust/crates/chrono/src/format/ |
D | mod.rs | 392 w: &mut fmt::Formatter, in format_item() 690 w: &mut fmt::Formatter, in format() 855 w: &mut fmt::Formatter, in format_item_localized() 871 w: &mut fmt::Formatter, in format_localized()
|
/external/rust/crates/env_logger/src/fmt/writer/termcolor/ |
D | extern_impl.rs | 16 impl Formatter { implementation
|
/external/mesa3d/src/gallium/tools/trace/ |
D | format.py | 33 class Formatter: class
|
/external/fmtlib/test/ |
D | std-format-test.cc | 86 TEST(StdFormatTest, Formatter) { in TEST() argument
|
/external/rust/crates/serde/src/ser/ |
D | fmt.rs | 37 impl<'a, 'b> Serializer for &'a mut fmt::Formatter<'b> { implementation
|
/external/python/cpython3/Lib/ |
D | string.py | 159 class Formatter: class
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/ |
D | NumberPicker.java | 44 public interface Formatter { interface in NumberPicker
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.h | 639 explicit Formatter(io::Printer* printer) : printer_(printer) {} in Formatter() function 640 Formatter(io::Printer* printer, in Formatter() function
|