Home
last modified time | relevance | path

Searched refs:fg (Results 1 – 25 of 200) sorted by relevance

12345678

/external/rust/crates/codespan-reporting/tests/snapshots/
Dterm__fizz_buzz__rich_color.snap5 {fg:Red bold bright}error[E0308]{bold bright}: `case` clauses have incompatible types{/}
6 {fg:Blue}┌─{/} FizzBuzz.fun:8:12
7 {fg:Blue}│{/}
8 {fg:Blue}3{/} {fg:Blue}│{/} fizz₁ : Nat → String
9 {fg:Blue}│{/} {fg:Blue}------{/} {fg:Blue}expected type `String` found here{/}
10 {fg:Blue}4{/} {fg:Blue}│{/} fizz₁ num = case (mod num 5) (mod num 3) of
11 {fg:Blue}│{/} {fg:Blue}╭{/}{fg:Blue}─────────────'{/}
12 {fg:Blue}5{/} {fg:Blue}│{/} {fg:Blue}│{/} 0 0 => "FizzBuzz"
13 {fg:Blue}6{/} {fg:Blue}│{/} {fg:Blue}│{/} 0 _ => "Fizz"
14 {fg:Blue}7{/} {fg:Blue}│{/} {fg:Blue}│{/} _ 0 => "Buzz"
[all …]
Dterm__overlapping__rich_color.snap5 {fg:Red bold bright}error[E0666]{bold bright}: nested `impl Trait` is not allowed{/}
6 {fg:Blue}┌─{/} nested_impl_trait.rs:5:56
7 {fg:Blue}│{/}
8 {fg:Blue}5{/} {fg:Blue}│{/} fn bad_in_ret_position(x: impl Into<u32>) -> impl Into<{fg:Red}impl Deb…
9 …{fg:Blue}│{/} {fg:Blue}----------{fg:Red}^^^^^^^^^^{f…
10 {fg:Blue}│{/} {fg:Blue}│{/} {fg:Red}│{/}
11 …{fg:Blue}│{/} {fg:Blue}│{/} {fg:Red}nested `i…
12 {fg:Blue}│{/} {fg:Blue}outer `impl Trait`{/}
14 {fg:Red bold bright}error[E0121]{bold bright}: the type placeholder `_` is not allowed within types…
15 {fg:Blue}┌─{/} typeck_type_placeholder_item.rs:1:18
[all …]
Dterm__multiline_overlapping__rich_color.snap5 {fg:Red bold bright}error[E0308]{bold bright}: match arms have incompatible types{/}
6 {fg:Blue}┌─{/} codespan/src/file.rs:4:34
7 {fg:Blue}│{/}
8 {fg:Blue}1{/} {fg:Blue}│{/} {fg:Blue}╭{/} match line_index.compare(self.last_line_index()…
9 {fg:Blue}2{/} {fg:Blue}│{/} {fg:Blue}│{/} Ordering::Less => Ok(self.line_starts()[lin…
10 …{fg:Blue}│{/} {fg:Blue}│{/} {fg:Blue}-----------------------------…
11 {fg:Blue}3{/} {fg:Blue}│{/} {fg:Blue}│{/} Ordering::Equal => Ok(self.source_span().en…
12 …{fg:Blue}│{/} {fg:Blue}│{/} {fg:Blue}----------------------------…
13 {fg:Blue}4{/} {fg:Blue}│{/} {fg:Blue}│{/} Ordering::Greater => {fg:Red}LineIndexOutOf…
14 {fg:Blue}│{/} {fg:Red}╭{/}{fg:Red}─{/}{fg:Blue}│{/}{fg:Red}──────────────────────────────────^{/}
[all …]
Dterm__multifile__rich_color.snap5 {fg:Red bold bright}error{bold bright}: unknown builtin: `NATRAL`{/}
6 {fg:Blue}┌─{/} Data/Nat.fun:7:13
7 {fg:Blue}│{/}
8 {fg:Blue}7{/} {fg:Blue}│{/} {-# BUILTIN {fg:Red}NATRAL{/} Nat #-}
9 {fg:Blue}│{/} {fg:Red}^^^^^^{/} {fg:Red}unknown builtin{/}
10 {fg:Blue}│{/}
11 {fg:Blue}={/} there is a builtin with a similar name: `NATURAL`
13 {fg:Yellow bold bright}warning{bold bright}: unused parameter pattern: `n₂`{/}
14 {fg:Blue}┌─{/} Data/Nat.fun:17:16
15 {fg:Blue}│{/}
[all …]
Dterm__empty_ranges__rich_color.snap5 {fg:Green bold bright}note{bold bright}: middle{/}
6 {fg:Blue}┌─{/} hello:1:7
7 {fg:Blue}│{/}
8 {fg:Blue}1{/} {fg:Blue}│{/} Hello {fg:Green}w{/}orld!
9 {fg:Blue}│{/} {fg:Green}^{/} {fg:Green}middle{/}
11 {fg:Green bold bright}note{bold bright}: end of line{/}
12 {fg:Blue}┌─{/} hello:1:13
13 {fg:Blue}│{/}
14 {fg:Blue}1{/} {fg:Blue}│{/} Hello world!
15 {fg:Blue}│{/} {fg:Green}^{/} {fg:Green}end of line{/}
[all …]
Dterm__same_line__rich_color.snap5 {fg:Red bold bright}error[E0499]{bold bright}: cannot borrow `v` as mutable more than once at a tim…
6 {fg:Blue}┌─{/} one_line.rs:3:12
7 {fg:Blue}│{/}
8 {fg:Blue}3{/} {fg:Blue}│{/} v.push({fg:Red}v{/}.pop().unwrap());
9 …{fg:Blue}│{/} {fg:Blue}-{/} {fg:Blue}----{/} {fg:Red}^{/} {fg:Red}second mutable borrow occurs…
10 {fg:Blue}│{/} {fg:Blue}│{/} {fg:Blue}│{/}
11 {fg:Blue}│{/} {fg:Blue}│{/} {fg:Blue}first mutable borrow occurs here{/}
12 {fg:Blue}│{/} {fg:Blue}first borrow later used by call{/}
14 {fg:Red bold bright}error{bold bright}: aborting due to previous error{/}
15 {fg:Blue}={/} For more information about this error, try `rustc --explain E0499`.
Dterm__same_ranges__rich_color.snap5 {fg:Red bold bright}error{bold bright}: Unexpected token{/}
6 {fg:Blue}┌─{/} same_range:1:5
7 {fg:Blue}│{/}
8 {fg:Blue}1{/} {fg:Blue}│{/} ::S {fg:Red}{{/} }
9 {fg:Blue}│{/} {fg:Red}^{/}
10 {fg:Blue}│{/} {fg:Red}│{/}
11 {fg:Blue}│{/} {fg:Red}Unexpected '{'{/}
12 {fg:Blue}│{/} {fg:Blue}Expected '('{/}
Dterm__overlapping__medium_color.snap5 nested_impl_trait.rs:5:56: {fg:Red bold bright}error[E0666]{bold bright}: nested `impl Trait` is no…
6 typeck_type_placeholder_item.rs:1:18: {fg:Red bold bright}error[E0121]{bold bright}: the type place…
7 typeck_type_placeholder_item.rs:2:25: {fg:Red bold bright}error[E0121]{bold bright}: the type place…
8 typeck_type_placeholder_item.rs:2:28: {fg:Red bold bright}error[E0121]{bold bright}: the type place…
9 no_send_res_ports.rs:25:5: {fg:Red bold bright}error[E0277]{bold bright}: `std::rc::Rc<()>` cannot …
10 …{fg:Blue}={/} help: within `[closure@no_send_res_ports.rs:29:19: 33:6 x:main::Foo]`, the trait `st…
11 {fg:Blue}={/} note: required because it appears within the type `Port<()>`
12 {fg:Blue}={/} note: required because it appears within the type `main::Foo`
13 …{fg:Blue}={/} note: required because it appears within the type `[closure@no_send_res_ports.rs:29:…
14 {fg:Red bold bright}error{bold bright}: aborting due 5 previous errors{/}
[all …]
Dterm__message_and_notes__medium_color.snap5 {fg:Red bold bright}error{bold bright}: a message{/}
6 {fg:Blue}={/} a note
7 {fg:Yellow bold bright}warning{bold bright}: a message{/}
8 {fg:Blue}={/} a note
9 {fg:Green bold bright}note{bold bright}: a message{/}
10 {fg:Blue}={/} a note
11 {fg:Cyan bold bright}help{bold bright}: a message{/}
12 {fg:Blue}={/} a note
Dterm__message_and_notes__rich_color.snap5 {fg:Red bold bright}error{bold bright}: a message{/}
6 {fg:Blue}={/} a note
8 {fg:Yellow bold bright}warning{bold bright}: a message{/}
9 {fg:Blue}={/} a note
11 {fg:Green bold bright}note{bold bright}: a message{/}
12 {fg:Blue}={/} a note
14 {fg:Cyan bold bright}help{bold bright}: a message{/}
15 {fg:Blue}={/} a note
Dterm__empty__rich_color.snap5 {fg:Red bold bright}bug{bold bright}: {/}
7 {fg:Red bold bright}error{bold bright}: {/}
9 {fg:Yellow bold bright}warning{bold bright}: {/}
11 {fg:Green bold bright}note{bold bright}: {/}
13 {fg:Cyan bold bright}help{bold bright}: {/}
15 {fg:Red bold bright}bug{bold bright}: {/}
Dterm__empty__medium_color.snap5 {fg:Red bold bright}bug{bold bright}: {/}
6 {fg:Red bold bright}error{bold bright}: {/}
7 {fg:Yellow bold bright}warning{bold bright}: {/}
8 {fg:Green bold bright}note{bold bright}: {/}
9 {fg:Cyan bold bright}help{bold bright}: {/}
10 {fg:Red bold bright}bug{bold bright}: {/}
Dterm__empty__short_color.snap5 {fg:Red bold bright}bug{bold bright}: {/}
6 {fg:Red bold bright}error{bold bright}: {/}
7 {fg:Yellow bold bright}warning{bold bright}: {/}
8 {fg:Green bold bright}note{bold bright}: {/}
9 {fg:Cyan bold bright}help{bold bright}: {/}
10 {fg:Red bold bright}bug{bold bright}: {/}
Dterm__multifile__medium_color.snap5 Data/Nat.fun:7:13: {fg:Red bold bright}error{bold bright}: unknown builtin: `NATRAL`{/}
6 {fg:Blue}={/} there is a builtin with a similar name: `NATURAL`
7 Data/Nat.fun:17:16: {fg:Yellow bold bright}warning{bold bright}: unused parameter pattern: `n₂`{/}
8 {fg:Blue}={/} consider using a wildcard pattern: `_`
9 Test.fun:4:11: {fg:Red bold bright}error[E0001]{bold bright}: unexpected type in application of `_+…
10 {fg:Blue}={/} expected type `Nat`
Dterm__overlapping__short_color.snap5 nested_impl_trait.rs:5:56: {fg:Red bold bright}error[E0666]{bold bright}: nested `impl Trait` is no…
6 typeck_type_placeholder_item.rs:1:18: {fg:Red bold bright}error[E0121]{bold bright}: the type place…
7 typeck_type_placeholder_item.rs:2:25: {fg:Red bold bright}error[E0121]{bold bright}: the type place…
8 typeck_type_placeholder_item.rs:2:28: {fg:Red bold bright}error[E0121]{bold bright}: the type place…
9 no_send_res_ports.rs:25:5: {fg:Red bold bright}error[E0277]{bold bright}: `std::rc::Rc<()>` cannot …
10 {fg:Red bold bright}error{bold bright}: aborting due 5 previous errors{/}
Dterm__message__short_color.snap5 {fg:Red bold bright}error{bold bright}: a message{/}
6 {fg:Yellow bold bright}warning{bold bright}: a message{/}
7 {fg:Green bold bright}note{bold bright}: a message{/}
8 {fg:Cyan bold bright}help{bold bright}: a message{/}
Dterm__message__medium_color.snap5 {fg:Red bold bright}error{bold bright}: a message{/}
6 {fg:Yellow bold bright}warning{bold bright}: a message{/}
7 {fg:Green bold bright}note{bold bright}: a message{/}
8 {fg:Cyan bold bright}help{bold bright}: a message{/}
Dterm__message__rich_color.snap5 {fg:Red bold bright}error{bold bright}: a message{/}
7 {fg:Yellow bold bright}warning{bold bright}: a message{/}
9 {fg:Green bold bright}note{bold bright}: a message{/}
11 {fg:Cyan bold bright}help{bold bright}: a message{/}
Dterm__message_and_notes__short_color.snap5 {fg:Red bold bright}error{bold bright}: a message{/}
6 {fg:Yellow bold bright}warning{bold bright}: a message{/}
7 {fg:Green bold bright}note{bold bright}: a message{/}
8 {fg:Cyan bold bright}help{bold bright}: a message{/}
/external/fmtlib/test/
Dcolor-test.cc17 EXPECT_WRITE(stdout, fmt::print(fg(fmt::rgb(255, 20, 30)), "rgb(255,20,30)"), in TEST()
19 EXPECT_WRITE(stdout, fmt::print(fg(fmt::color::blue), "blue"), in TEST()
23 fmt::print(fg(fmt::color::blue) | bg(fmt::color::red), "two color"), in TEST()
36 fmt::print(fg(fmt::color::blue) | fmt::emphasis::bold, "blue/bold"), in TEST()
40 EXPECT_WRITE(stderr, fmt::print(stderr, fg(fmt::color::blue), "blue log"), in TEST()
43 EXPECT_WRITE(stdout, fmt::print(fg(fmt::terminal_color::red), "tred"), in TEST()
48 fmt::print(fg(fmt::terminal_color::bright_green), "tbgreen"), in TEST()
56 EXPECT_EQ(fmt::format(fg(fmt::rgb(255, 20, 30)), "rgb(255,20,30)"), in TEST()
58 EXPECT_EQ(fmt::format(fg(fmt::rgb(255, 20, 30)), L"rgb(255,20,30) wide"), in TEST()
60 EXPECT_EQ(fmt::format(fg(fmt::color::blue), "blue"), in TEST()
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/plugins/
Dexpand_filegroups.py58 filegroups_set = set(fg['name'] for fg in filegroups_list)
61 for fg in filegroups_list:
63 fg[lst] = fg.get(lst, [])
64 fg['own_%s' % lst] = list(fg[lst])
66 if attr not in fg:
67 fg[attr] = val
128 for fg in filegroups.values():
130 fg[lst] = uniquify(fg.get(lst, []))
145 fg = filegroups[fg_name]
146 for plugin in fg['plugins']:
[all …]
/external/grpc-grpc/tools/buildgen/plugins/
Dexpand_filegroups.py60 for fg in filegroups_list:
62 fg[lst] = fg.get(lst, [])
63 fg['own_%s' % lst] = list(fg[lst])
65 if attr not in fg:
66 fg[attr] = val
123 for fg in filegroups.itervalues():
125 fg[lst] = uniquify(fg.get(lst, []))
140 fg = filegroups[fg_name]
141 for plugin in fg['plugins']:
146 vals.extend(fg.get(lst, []))
/external/python/cpython2/Lib/idlelib/
DaboutDialog.py24 self.fg = "#ffffff"
49 labelTitle = Label(frameBg, text='IDLE', fg=self.fg, bg=self.bg,
58 fg=self.fg, bg=self.bg)
61 justify=LEFT, fg=self.fg, bg=self.bg)
66 justify=LEFT, fg=self.fg, bg=self.bg)
72 release, fg=self.fg, bg=self.bg)
76 tkVer, fg=self.fg, bg=self.bg)
96 fg=self.fg, bg=self.bg)
/external/python/cpython3/Lib/idlelib/
Dhelp_about.py41 self.fg = "#000000"
72 header = Label(frame_background, text='IDLE', fg=self.fg,
86 fg=self.fg, bg=self.bg)
89 justify=LEFT, fg=self.fg, bg=self.bg)
93 justify=LEFT, fg=self.fg, bg=self.bg)
102 fg=self.fg, bg=self.bg)
105 fg=self.fg, bg=self.bg)
128 fg=self.fg, bg=self.bg)
/external/harfbuzz_ng/util/
Dansi-print.cc162 bg (0), fg (0), unicolor (true), in biimage_t()
181 fg = 0; in set()
183 if (i != bg && freq[fg] < freq[i]) in set()
184 fg = i; in set()
185 if (fg == bg || freq[fg] == 0) { in set()
186 fg = bg; in set()
200 color_t fgc = color_t::from_ansi (fg); in set()
219 unsigned int fg; member
409 if (last_bg != bi.fg || last_fg != bi.bg) { in ansi_print_image_rgb24()
410 printf ("%c[%d;%dm", ESC_E, 30 + bi.bg, 40 + bi.fg); in ansi_print_image_rgb24()
[all …]

12345678