/external/rust/crates/env_logger/src/fmt/writer/termcolor/ |
D | extern_impl.rs | 8 use termcolor::{self, ColorChoice, ColorSpec, WriteColor}; 72 inner: termcolor::BufferWriter, 77 inner: termcolor::Buffer, 84 inner: termcolor::BufferWriter::stderr(write_style.into_color_choice()), in stderr() 91 inner: termcolor::BufferWriter::stdout(write_style.into_color_choice()), in stdout() 470 fn into_termcolor(self) -> Option<termcolor::Color> { in into_termcolor() 472 Color::Black => Some(termcolor::Color::Black), in into_termcolor() 473 Color::Blue => Some(termcolor::Color::Blue), in into_termcolor() 474 Color::Green => Some(termcolor::Color::Green), in into_termcolor() 475 Color::Red => Some(termcolor::Color::Red), in into_termcolor() [all …]
|
/external/rust/crates/termcolor/ |
D | README.md | 1 termcolor chapter 9 … status](https://github.com/BurntSushi/termcolor/workflows/ci/badge.svg)](https://github.com/Burnt… 10 [![](https://img.shields.io/crates/v/termcolor.svg)](https://crates.io/crates/termcolor) 16 [https://docs.rs/termcolor](https://docs.rs/termcolor) 24 termcolor = "1.1" 55 use termcolor::{Color, ColorChoice, ColorSpec, StandardStream, WriteColor}; 68 implements `io::Write` and `termcolor::WriteColor`. 74 use termcolor::{BufferWriter, Color, ColorChoice, ColorSpec, WriteColor}; 87 When building a writer with termcolor, the caller must provide a 88 [`ColorChoice`](https://docs.rs/termcolor/1.0.5/termcolor/enum.ColorChoice.html) [all …]
|
D | Cargo.toml.orig | 2 name = "termcolor" 8 documentation = "https://docs.rs/termcolor" 9 homepage = "https://github.com/BurntSushi/termcolor" 10 repository = "https://github.com/BurntSushi/termcolor" 18 name = "termcolor" 26 # See: https://github.com/BurntSushi/termcolor/issues/35
|
D | METADATA | 1 name: "termcolor" 6 value: "https://crates.io/crates/termcolor" 10 value: "https://static.crates.io/crates/termcolor/termcolor-1.1.2.crate"
|
D | Cargo.toml | 15 name = "termcolor" package 20 homepage = "https://github.com/BurntSushi/termcolor" 21 documentation = "https://docs.rs/termcolor" 25 repository = "https://github.com/BurntSushi/termcolor" 28 name = "termcolor"
|
/external/rust/crates/env_logger/src/fmt/writer/ |
D | mod.rs | 2 mod termcolor; module 5 use self::termcolor::BufferWriter; 9 pub use super::termcolor::glob::*; 13 pub(in crate::fmt) use self::termcolor::Buffer;
|
/external/rust/crates/codespan-reporting/src/ |
D | term.rs | 4 use termcolor::{ColorChoice, WriteColor}; 13 pub use termcolor; 116 let mut writer = termcolor::NoColor::new(Vec::<u8>::new()); in unsized_emit()
|
/external/tensorflow/third_party/ |
D | termcolor.BUILD | 9 name = "termcolor", 11 "termcolor.py",
|
/external/rust/cxx/third-party/ |
D | BUCK | 31 ":termcolor", 93 name = "termcolor", 94 srcs = glob(["vendor/termcolor-1.1.2/src/**"]),
|
D | BUILD | 35 ":termcolor", 97 name = "termcolor", 98 srcs = glob(["vendor/termcolor-1.1.2/src/**"]),
|
/external/rust/crates/env_logger/ |
D | Cargo.toml.orig | 26 termcolor = { version = "1.0.2", optional = true } 47 default = ["termcolor", "atty", "humantime", "regex"]
|
D | Cargo.toml | 60 [dependencies.termcolor] 65 default = ["termcolor", "atty", "humantime", "regex"]
|
/external/tensorflow/tensorflow/tools/ci_build/install/ |
D | install_centos_pip_packages.sh | 98 pip2 install --upgrade termcolor 99 pip3 install --upgrade termcolor
|
D | install_pip_packages.sh | 102 pip3 install --upgrade termcolor
|
D | install_python3.6_pip_packages.sh | 100 pip3 install --upgrade termcolor
|
/external/tensorflow/third_party/systemlibs/ |
D | termcolor.BUILD | 9 name = "termcolor",
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | pretty_printer.py | 23 import termcolor 37 return termcolor.colored(string, color, attrs=attrs)
|
/external/rust/crates/codespan-reporting/ |
D | Cargo.toml.orig | 16 termcolor = "1"
|
D | Android.bp | 36 // termcolor-1.1.2
|
/external/rust/crates/syn/tests/ |
D | zzz_stable.rs | 4 use termcolor::{Color, ColorChoice, ColorSpec, StandardStream, WriteColor};
|
/external/rust/crates/codespan-reporting/tests/support/ |
D | mod.rs | 4 use termcolor::{Buffer, WriteColor};
|
D | color_buffer.rs | 3 use termcolor::{ColorSpec, WriteColor};
|
/external/rust/cxx/gen/cmd/ |
D | Android.bp | 55 // termcolor-1.1.2
|
/external/rust/crates/codespan-reporting/examples/ |
D | peg_calculator.rs | 13 use codespan_reporting::term::termcolor::{ColorChoice, StandardStream};
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.cmake | 30 RUN pip install --upgrade termcolor
|