Home
last modified time | relevance | path

Searched +full:ansi +full:- +full:escapes (Results 1 – 25 of 151) sorted by relevance

1234567

/aosp_15_r20/external/pigweed/pw_console/py/
H A Dtext_formatting_test.py7 # https://www.apache.org/licenses/LICENSE-2.0
19 from prompt_toolkit.formatted_text import ANSI
39 len('--->'), # prefix_width
40 ('LINE that should b\n' '--->e wrapped \n').count(
49 len('--->'), # prefix_width
52 '--->e wrapped thre\n'
53 '--->e times. \n'
63 len('--->'), # prefix_width
66 '--->e wrapped even\n'
67 '---> more times, s\n'
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/shlex/src/
Dquoting_warning.md14 and `sh -c` arguments, or even scripts `source`d from interactive shells. The issues are:
16 - [Nul bytes](#nul-bytes)
18 - [Overlong commands](#overlong-commands)
20 If you are writing directly to the stdin of an interactive (`-i`) shell (i.e., if you are
21 pretending to be a terminal), or if you are writing to a cooked-mode pty (even if the other end is
24 - [Control characters](#control-characters-interactive-contexts-only)
26 Finally, there are some [solved issues](#solved-issues).
32 For non-interactive shells, the most problematic input is nul bytes (bytes with value 0). The
33 non-deprecated functions all default to returning [`QuoteError::Nul`] when encountering them, but
34 the deprecated [`quote`] and [`join`] functions leave them as-is.
[all …]
/aosp_15_r20/external/toybox/lib/
H A Dtty.c1 /* tty.c - cursor control
5 * Common ANSI (See https://man7.org/linux/man-pages/man4/console_codes.4.html)
6 * \e[#m - color change \e[y;xH - jump to x/y pos (1;1 is top left)
7 * \e[K - delete to EOL \e[25l - disable cursor (h to enable)
8 * \e[1L - Insert 1 (blank) line \e[1M - Delete 1 line (scrolling rest up)
9 * \e[2J - clear screen
14 * \e[1;32;2;42mhello\e[0m - dark green text on light green background
29 // Query size of terminal (without ANSI probe fallback).
61 // Query terminal size, sending ANSI probe if necesary. (Probe queries xterm
63 // Returns 0 if ANSI probe sent, 1 if size determined from tty or environment
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.6/src/
H A Dlib.rs1 //! ANSI Text Styling
3 //! *A portmanteau of "ansi style"*
5 //! `anstyle` provides core types describing [ANSI styling escape
10 //! - An argument parser allowing callers to define the colors used in the help-output without
12 //! - A style description parser that can work with any text formatting crate
16 //! 2. Low compile-time and binary-size overhead
20 //! - [anstyle-ansi-term](https://docs.rs/anstyle-ansi-term)
21 //! - [anstyle-crossterm](https://docs.rs/anstyle-crossterm)
22 //! - [anstyle-owo-colors](https://docs.rs/anstyle-owo-colors)
23 //! - [anstyle-termcolor](https://docs.rs/anstyle-termcolor)
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/anstyle/src/
Dlib.rs1 //! ANSI Text Styling
3 //! *A portmanteau of "ansi style"*
5 //! `anstyle` provides core types describing [ANSI styling escape
10 //! - An argument parser allowing callers to define the colors used in the help-output without
12 //! - A style description parser that can work with any text formatting crate
16 //! 2. Low compile-time and binary-size overhead
20 //! - [anstyle-ansi-term](https://docs.rs/anstyle-ansi-term)
21 //! - [anstyle-crossterm](https://docs.rs/anstyle-crossterm)
22 //! - [anstyle-owo-colors](https://docs.rs/anstyle-owo-colors)
23 //! - [anstyle-termcolor](https://docs.rs/anstyle-termcolor)
[all …]
/aosp_15_r20/external/toybox/toys/other/
H A Dwatch.c1 /* watch.c - Show bounded output of a periodically executed command.
6 * No standard. See http://man7.org/linux/man-pages/man1/watch.1.html
16 usage: watch [-tebx] [-n SEC] COMMAND...
18 Run COMMAND every -n seconds, showing output that fits terminal, q to quit.
20 -n Number of seconds between repeats (default 2.0)
21 -t Don't print header
22 -e Exit on error
23 -b Beep on command error
24 -x Exec command directly (without "sh -c")
36 // When a child process exits, stop tracking them. Handle errors for -be
[all …]
/aosp_15_r20/development/tools/motion/motion_test_watcher_app/
H A Dpackage-lock.json2 "name": "watch-web-app",
8 "name": "watch-web-app",
17 "@angular/platform-browser": "^18.0.0",
18 "@angular/platform-browser-dynamic": "^18.0.0",
20 "ng-keyboard-shortcuts": "^13.0.8",
26 "@angular-devkit/build-angular": "^18.0.1",
28 "@angular/compiler-cli": "^18.0.0",
30 "jasmine-core": "~5.1.0",
32 "karma-chrome-launcher": "~3.2.0",
33 "karma-coverage": "~2.2.0",
[all …]
/aosp_15_r20/external/arm-trusted-firmware/
H A Dpackage-lock.json2 "name": "trusted-firmware-a",
8 "name": "trusted-firmware-a",
11 "license": "BSD-3-Clause",
14 "@commitlint/config-conventional": "^14.1.0",
16 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
17 "cz-conventional-changelog": "^3.3.0",
19 "standard-version": "^9.3.2"
22 "node_modules/@babel/code-frame": {
24 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
25 …"integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4…
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
D_mapping.py8 …off', 'groff', ('groff', 'troff', 'roff'), (), 'Format tokens with groff escapes to change their c…
19 …nal256', 'console256', '256'), (), 'Format tokens with ANSI color sequences, for output in a 256-c…
20 …s.terminal', 'Terminal', ('terminal', 'console'), (), 'Format tokens with ANSI color sequences, fo…
21 …nal16m', 'console16m', '16m'), (), 'Format tokens with ANSI color sequences, for output in a true-
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
D_mapping.py8 …off', 'groff', ('groff', 'troff', 'roff'), (), 'Format tokens with groff escapes to change their c…
19 …nal256', 'console256', '256'), (), 'Format tokens with ANSI color sequences, for output in a 256-c…
20 …s.terminal', 'Terminal', ('terminal', 'console'), (), 'Format tokens with ANSI color sequences, fo…
21 …nal16m', 'console16m', '16m'), (), 'Format tokens with ANSI color sequences, for output in a true-
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
D_mapping.py8 …off', 'groff', ('groff', 'troff', 'roff'), (), 'Format tokens with groff escapes to change their c…
19 …nal256', 'console256', '256'), (), 'Format tokens with ANSI color sequences, for output in a 256-c…
20 …s.terminal', 'Terminal', ('terminal', 'console'), (), 'Format tokens with ANSI color sequences, fo…
21 …nal16m', 'console16m', '16m'), (), 'Format tokens with ANSI color sequences, for output in a true-
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/
D_mapping.py8 …off', 'groff', ('groff', 'troff', 'roff'), (), 'Format tokens with groff escapes to change their c…
19 …nal256', 'console256', '256'), (), 'Format tokens with ANSI color sequences, for output in a 256-c…
20 …s.terminal', 'Terminal', ('terminal', 'console'), (), 'Format tokens with ANSI color sequences, fo…
21 …nal16m', 'console16m', '16m'), (), 'Format tokens with ANSI color sequences, for output in a true-
/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/
H A Dcolors.py7 # https://www.apache.org/licenses/LICENSE-2.0
14 """Defines ANSI color codes."""
21 # Apply all the requested ANSI color codes. Note that this is unbalanced
29 class Color: # pylint: disable=too-few-public-methods
30 """Helpers to surround text with ASCII color escapes"""
42 kernel32.SetConsoleMode(kernel32.GetStdHandle(-11), 7)
/aosp_15_r20/development/tools/ota_analysis/
H A Dpackage-lock.json13 "core-js": "^3.6.5",
15 "eslint-config-airbnb-base": "^14.2.1",
16 "flush-promises": "^1.0.2",
18 "material-design-icons": "^3.0.1",
20 "roboto-fontface": "*",
21 "vue": "^3.0.0-0",
22 "vue-echarts": "^6.0.0-rc.6",
23 "vue-router": "^4.0.0-0",
24 "vue-uuid": "^2.0.2",
25 "vuetify": "^3.0.0-alpha.0",
[all …]
/aosp_15_r20/external/timezone-boundary-builder/
H A Dpackage-lock.json2 "name": "timezone-boundary-builder",
7 "@babel/code-frame": {
9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
10 …"integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3O…
16 "@babel/helper-validator-identifier": {
18 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif…
19 …"integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhq…
24 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz",
25 …"integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l…
28 "@babel/helper-validator-identifier": "^7.10.4",
[all …]
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/server/functions/
Dpackage-lock.json9 "firebase-admin": "^11.4.1",
10 "firebase-functions": "^3.11.0",
15 "eslint-plugin-promise": "^4.0.1",
16 "firebase-functions-test": "^0.2.0"
22 "node_modules/@babel/code-frame": {
24 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
25 …"integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOci…
34 "node_modules/@babel/helper-validator-identifier": {
36 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif…
37 …"integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJ…
[all …]
/aosp_15_r20/development/tools/otagui/
H A Dpackage-lock.json13 "core-js": "^3.6.5",
15 "eslint-config-airbnb-base": "^14.2.1",
17 "material-design-icons": "^3.0.1",
19 "roboto-fontface": "*",
20 "vue": "^3.0.0-0",
21 "vue-echarts": "^6.0.0-rc.6",
22 "vue-router": "^4.0.0-0",
23 "vue-uuid": "^2.0.2",
24 "vue3-table-lite": "^1.0.5",
25 "vuetify": "^3.0.0-alpha.0",
[all …]
/aosp_15_r20/external/pigweed/pw_cli/py/pw_cli/
H A Dcolor.py7 # https://www.apache.org/licenses/LICENSE-2.0
24 # Apply all the requested ANSI color codes. Note that this is unbalanced
34 # pylint: disable=too-few-public-methods
35 # pylint: disable=too-many-instance-attributes
36 """Helpers to surround text with ASCII color escapes"""
70 # These are semi-standard ways to turn colors off or on for many projects.
71 # See https://bixense.com/clicolors/ and https://no-color.org/ for more.
80 def colors(enabled: bool | None = None) -> _Color | _NoColor:
89 # Enable ANSI color codes in Windows cmd.exe.
91 kernel32.SetConsoleMode(kernel32.GetStdHandle(-11), 7)
/aosp_15_r20/external/trusty/arm-trusted-firmware/
Dpackage-lock.json2 "name": "trusted-firmware-a",
8 "name": "trusted-firmware-a",
10 "license": "BSD-3-Clause",
13 "@commitlint/config-conventional": "^19.0.0",
14 "@commitlint/cz-commitlint": "^19.0.0",
16 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
18 "js-yaml": "^4.1.0",
19 "standard-version": "^9.5.0"
25 "node_modules/@babel/code-frame": {
27 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz",
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/polymer/
H A Dbuild.log2 ---------
3 Build Time: 2018-02-12T15:48:46-0800
8 dom-serializer: 0.1.0
10 expand-tilde: 1.2.2
11 is-windows: 0.2.0
14 path-is-inside: 1.0.2
18 @types/express-serve-static-core: 4.0.53
25 @types/serve-static: 1.7.32
26 accessibility-developer-tools: 2.12.0
30 acorn-jsx: 3.0.1
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/
Dfmt_layer.rs68 W = fn() -> io::Stdout,
81 pub fn new() -> Self { in new()
115 pub fn event_format<E2>(self, e: E2) -> Layer<S, N, E2, W> in event_format()
145 pub fn map_event_format<E2>(self, f: impl FnOnce(E) -> E2) -> Layer<S, N, E2, W> in map_event_format()
179 pub fn with_writer<W2>(self, make_writer: W2) -> Layer<S, N, E, W2> in with_writer()
197 pub fn writer(&self) -> &W { in writer()
211 /// # fn non_blocking<T: std::io::Write>(writer: T) -> (fn() -> std::io::Stdout) {
228 pub fn writer_mut(&mut self) -> &mut W { in writer_mut()
232 /// Sets whether this layer should use ANSI terminal formatting
238 #[cfg(feature = "ansi")]
[all …]
/aosp_15_r20/external/python/pyserial/documentation/
Dtools.rst11 This module can be executed to get a list of ports (``python -m
104 USB device location string ("<bus>-<port>[-<port>]...")
126 Help for ``python -m serial.tools.list_ports``::
128 usage: list_ports.py [-h] [-v] [-q] [-n N] [-s] [regexp]
136 -h, --help show this help message and exit
137 -v, --verbose show more messages
138 -q, --quiet suppress all messages
139 -n N only output the N-th entry
140 -s, --include-links include entries that are symlinks to real devices
145 - List all ports with details::
[all …]
/aosp_15_r20/external/mksh/src/
H A Dmksh.13 .\"-
23 .\"-
27 .\" * - generates ‐ in gnroff, \- generates −, so .tr it to -
28 .\" thus use - for hyphens and \- for minus signs and option dashes
29 .\" * ~ is size-reduced and placed atop in groff, so use \*(TI
30 .\" * ^ is size-reduced and placed atop in groff, so use \*(ha
35 .\" be interpreted as punctuation, and especially with two-letter words
42 . if \*[.T]ascii .tr \-\N'45'
43 . if \*[.T]latin1 .tr \-\N'45'
44 . if \*[.T]utf8 .tr \-\N'45'
[all …]
/aosp_15_r20/tools/netsim/ui/
H A Dpackage-lock.json2 "name": "netsim-app",
8 "name": "netsim-app",
17 "@custom-elements-manifest/analyzer": "^0.4.17",
18 "@open-wc/building-rollup": "^2.2.1",
19 "@open-wc/eslint-config": "^4.3.0",
20 "@open-wc/testing": "next",
21 "@rollup/plugin-node-resolve": "^15.0.1",
22 "@typescript-eslint/eslint-plugin": "^4.33.0",
23 "@typescript-eslint/parser": "^4.33.0",
24 "@web/dev-server": "^0.1.28",
[all …]
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/
H A Dpackage-lock.json10 "license": "Apache-2.0",
16 "js-yaml": "^4.1.0",
17 "node_modules-path": "^2.0.8",
18 "strip-ansi": "^7.1.0"
24 "@types/js-yaml": "^4.0.9",
27 "@typescript-eslint/eslint-plugin": "^7.16.0",
28 "@typescript-eslint/parser": "^7.16.0",
29 "@vscode/test-cli": "^0.0.10",
30 "@vscode/test-electron": "^2.4.1",
33 "node-polyfill-webpack-plugin": "^4.0.0",
[all …]

1234567