Home
last modified time | relevance | path

Searched refs:Blue (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/external/rust/crates/codespan-reporting/tests/snapshots/
Dterm__fizz_buzz__rich_color.snap6 {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"
15 {fg:Blue}8{/} {fg:Blue}│{/} {fg:Blue}│{/} _ _ => {fg:Red}num{/}
[all …]
Dterm__overlapping__rich_color.snap6 {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`{/}
15 {fg:Blue}┌─{/} typeck_type_placeholder_item.rs:1:18
16 {fg:Blue}│{/}
17 {fg:Blue}1{/} {fg:Blue}│{/} fn fn_test1() -> {fg:Red}_{/} { 5 }
[all …]
Dterm__multiline_overlapping__rich_color.snap6 {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}──────────────────────────────────^{/}
15 {fg:Blue}5{/} {fg:Blue}│{/} {fg:Red}│{/} {fg:Blue}│{/} {fg:Red} given: line_index,{/}
[all …]
Dterm__multifile__rich_color.snap6 {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`
14 {fg:Blue}┌─{/} Data/Nat.fun:17:16
15 {fg:Blue}│{/}
16 {fg:Blue}17{/} {fg:Blue}│{/} zero - succ {fg:Yellow}n₂{/} = zero
17 {fg:Blue}│{/} {fg:Yellow}^^{/} {fg:Yellow}unused parameter{/}
[all …]
Dterm__empty_ranges__rich_color.snap6 {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{/}
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{/}
18 {fg:Blue}┌─{/} hello:2:11
19 {fg:Blue}│{/}
[all …]
Dterm__same_line__rich_color.snap6 {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{/}
15 {fg:Blue}={/} For more information about this error, try `rustc --explain E0499`.
Dterm__same_ranges__rich_color.snap6 {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.snap10 …{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:…
15 {fg:Blue}={/} Some errors have detailed explanations: E0121, E0277, E0666.
16 {fg:Blue}={/} For more information about an error, try `rustc --explain E0121`.
Dterm__message_and_notes__medium_color.snap6 {fg:Blue}={/} a note
8 {fg:Blue}={/} a note
10 {fg:Blue}={/} a note
12 {fg:Blue}={/} a note
Dterm__message_and_notes__rich_color.snap6 {fg:Blue}={/} a note
9 {fg:Blue}={/} a note
12 {fg:Blue}={/} a note
15 {fg:Blue}={/} a note
Dterm__multifile__medium_color.snap6 {fg:Blue}={/} there is a builtin with a similar name: `NATURAL`
8 {fg:Blue}={/} consider using a wildcard pattern: `_`
10 {fg:Blue}={/} expected type `Nat`
/external/python/cpython3/Tools/pynche/
Dnamedcolors.txt5 Blue #0000FF
12 Blue Violet #9F5F9F
18 Cadet Blue #5F9F9F
22 Corn Flower Blue #42426F
29 Dark Slate Blue #6B238E
47 Light Blue #C0D9D9
49 Light Steel Blue #8F8FBD
55 Medium Blue #3232CD
60 Medium Slate Blue #7F00FF
65 Midnight Blue #2F2F4F
[all …]
/external/python/cpython2/Tools/pynche/
Dnamedcolors.txt5 Blue #0000FF
12 Blue Violet #9F5F9F
18 Cadet Blue #5F9F9F
22 Corn Flower Blue #42426F
29 Dark Slate Blue #6B238E
47 Light Blue #C0D9D9
49 Light Steel Blue #8F8FBD
55 Medium Blue #3232CD
60 Medium Slate Blue #7F00FF
65 Midnight Blue #2F2F4F
[all …]
/external/guice/core/test/com/google/inject/
DBindingAnnotationTest.java36 bindConstant().annotatedWith(Blue.class).to("foo"); in testAnnotationWithValueMatchesKeyWithTypeOnly()
53 bindConstant().annotatedWith(Blue.class).to("foo"); in testRequireExactAnnotationsDisablesFallback()
130 @Blue(5)
146 @interface Blue { annotation in BindingAnnotationTest
170 public Blue createBlue(final int value) { in createBlue()
171 return new Blue() { in createBlue()
179 return Blue.class; in createBlue()
184 return o instanceof Blue && ((Blue) o).value() == value; in createBlue()
/external/llvm-project/llvm/unittests/ADT/
DEnumeratedArrayTest.cpp24 enum class Colors { Red, Blue, Green, Last = Green }; in TEST() enumerator
29 Array1[Colors::Blue] = 2.0; in TEST()
33 EXPECT_EQ(Array1[Colors::Blue], 2.0); in TEST()
39 EXPECT_TRUE(Array2[Colors::Blue]); in TEST()
43 Array2[Colors::Blue] = false; in TEST()
47 EXPECT_FALSE(Array2[Colors::Blue]); in TEST()
/external/parameter-framework/upstream/test/xml-generator/testVector/
Dsecond.pfw9 confGroup: Blue
10 Colors Includes Blue
12 # Inherits from "EddGroup" domainGroup, "Blue" confGroup
17 # Inherits from "EddGroup" domainGroup and "Blue" confGroup
/external/giflib/
Dquantize.c71 long Red, Green, Blue; in GifQuantizeBuffer() local
136 OutputColorMap[i].Blue = 0; in GifQuantizeBuffer()
144 Red = Green = Blue = 0; in GifQuantizeBuffer()
149 Blue += QuantizedColor->RGB[2]; in GifQuantizeBuffer()
154 OutputColorMap[i].Blue = (Blue << (8 - BITS_PER_PRIM_COLOR)) / j; in GifQuantizeBuffer()
173 if (MaxRGBError[2] < ABS(OutputColorMap[Index].Blue - BlueInput[i])) in GifQuantizeBuffer()
174 MaxRGBError[2] = ABS(OutputColorMap[Index].Blue - BlueInput[i]); in GifQuantizeBuffer()
/external/llvm-project/clang/test/Index/
Dannotate-tokens.c11 enum Color { Red, Green, Blue }; enumerator
29 return Blue; in g()
31 case Blue: in g()
/external/clang/test/Index/
Dannotate-tokens.c11 enum Color { Red, Green, Blue }; enumerator
29 return Blue; in g()
31 case Blue: in g()
/external/rust/crates/num-derive/tests/
Dtrivial.rs18 Blue, enumerator
35 Some(Color::Blue), in test_from_primitive_for_trivial_case()
46 num_renamed::ToPrimitive::to_u64(&Color::Blue), in test_to_primitive_for_trivial_case()
Dwith_custom_values.rs20 Blue = 5, enumerator
39 Some(Color::Blue), in test_from_primitive_for_enum_with_custom_value()
51 num_renamed::ToPrimitive::to_u64(&Color::Blue), in test_to_primitive_for_enum_with_custom_value()
/external/flatbuffers/tests/MyGame/Example/
DColor.php14 const Blue = 8; define in MyGame\\Example\\Color
19 Color::Blue=>"Blue",
/external/llvm-project/clang/test/CodeCompletion/
Denum-preferred-type.cpp4 Blue, enumerator
14 else if (color == N::Color::Blue) {} in test()
/external/deqp/modules/egl/
DteglSimpleConfigCase.cpp118 template <int Red, int Green, int Blue, int Alpha>
123 c.blueSize() == Blue && in colorBits()
127 template <int Red, int Green, int Blue, int Alpha>
132 c.blueSize() != Blue || in notColorBits()
/external/catch2/projects/SelfTest/UsageTests/
DEnumToString.tests.cpp85 enum class Colours { Red, Green, Blue }; enumerator
93 Bikeshed::Colours::Blue ) in CATCH_REGISTER_ENUM() argument
98 REQUIRE( stringify( Bikeshed::Colours::Blue ) == "Blue" ); in CATCH_REGISTER_ENUM()

12345678910>>...13