Home
last modified time | relevance | path

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

123456789

/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/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
Dcomplex.pfw32 conf: Blue.dot
33 Colors Includes Blue
/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/clang/test/Index/
Dannotate-tokens.c11 enum Color { Red, Green, Blue }; enumerator
29 return Blue; in g()
31 case Blue: in g()
Dcomplete-type-factors.m4 Red, Green, Blue
36 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (32)
50 // CHECK-CC2: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (16)
65 // CHECK-CC3: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (65)
81 // CHECK-CC4: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (65)
99 // CHECK-CC6: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (16)
117 // CHECK-CC7: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (16)
129 // CHECK-CC8: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (65)
Dload-decls.c4 Blue, enumerator
/external/flatbuffers/tests/MyGame/Example/
DColor.php10 const Blue = 8; define in MyGame\\Example\\Color
15 Color::Blue=>"Blue",
DColor.py8 Blue = 8 variable in Color
DColor.lua8 Blue = 8,
DColor.cs12 Blue = 8, enumerator
DColor.java9 public static final byte Blue = 8; field in Color
/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/flatbuffers/samples/
Dmonster.fbs5 enum Color:byte { Red = 0, Green, Blue = 2 }
22 color:Color = Blue;
/external/clang/test/SemaCXX/
Dmake_integer_seq.cpp43 Blue }; enumerator
44 using illformed1 = ErrorSeq<Color, Blue>; // expected-note{{in instantiation}}
/external/angle/util/
Dshader_utils.h93 ANGLE_UTIL_EXPORT const char *Blue();
131 ANGLE_UTIL_EXPORT const char *Blue();
/external/clang/test/CXX/class.access/
Dp6.cpp84 class Green {}; class Blue {}; class
105 …Outer::A<B, Blue>::foo(); // expected-error {{no member named 'foo' in 'test3::Outer::A<test3::B, … in test()
/external/flatbuffers/samples/lua/MyGame/Sample/
DColor.lua8 Blue = 2,
/external/parameter-framework/upstream/test/xml-generator/PFConfig/
Dcriteria.txt1 InclusiveCriterion Colors : Red Green Blue
/external/apache-commons-bcel/src/test/java/org/apache/bcel/data/
DSimpleEnum.java21 public enum SimpleEnum { Red,Orange,Yellow,Green,Blue,Indigo,Violet } enumConstant
/external/clang/test/PCH/
Denum.h6 Blue enumerator
/external/clang/test/CodeCompletion/
Dmacros.c2 Red, Green, Blue enumerator
Denum-switch-case.c6 Blue, enumerator

123456789