Home
last modified time | relevance | path

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

1234567

/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/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/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()
Dgifalloc.c98 Object->Colors[i + j].Blue); in DumpColorMap()
150 && ColorIn1->Colors[CrntSlot - 1].Blue == 0) in GifUnionColorMap()
187 Map[j].Red = Map[j].Green = Map[j].Blue = 0; in GifUnionColorMap()
/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/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()
DteglRenderCase.cpp376 template <int Red, int Green, int Blue, int Alpha>
381 c.blueSize() == Blue && in colorBits()
385 template <int Red, int Green, int Blue, int Alpha>
390 c.blueSize() != Blue || in notColorBits()
/external/flatbuffers/tests/MyGame/Example/
DColor.php10 const Blue = 8; define in MyGame\\Example\\Color
15 Color::Blue=>"Blue",
DColor.lua8 Blue = 8,
DColor.py8 Blue = 8 variable in Color
DColor.cs12 Blue = 8, enumerator
/external/flatbuffers/samples/
Dmonster.fbs5 enum Color:byte { Red = 0, Green, Blue = 2 }
22 color:Color = Blue;
Dmonster_generated.rs31 Blue = 2 enumerator
72 Color::Blue
287 self._tab.get::<Color>(Monster::VT_COLOR, Some(Color::Blue)).unwrap() in color()
333 color: Color::Blue, in default()
367 self.fbb_.push_slot::<Color>(Monster::VT_COLOR, color, Color::Blue); in add_color()
/external/clang/test/SemaCXX/
Dmake_integer_seq.cpp43 Blue }; enumerator
44 using illformed1 = ErrorSeq<Color, Blue>; // expected-note{{in instantiation}}
/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/ImageMagick/MagickCore/
Dsegment.c184 Blue = 2, variable
305 while (DefineRegion(extrema[Blue],&blue) != 0) in Classify()
1001 (void) OptimalTau(histogram[Blue],Tau,0.2f,DeltaTau, in GetImageDynamicThreshold()
1002 (smooth_threshold == 0.0f ? 1.0f : smooth_threshold),extrema[Blue]); in GetImageDynamicThreshold()
1017 while (DefineRegion(extrema[Blue],&blue) != 0) in GetImageDynamicThreshold()
1243 histogram[Blue][i]=0; in InitializeHistogram()
1254 histogram[Blue][(ssize_t) ScaleQuantumToChar(GetPixelBlue(image,p))]++; in InitializeHistogram()
1848 (void) OptimalTau(histogram[Blue],Tau,0.2,DeltaTau, in SegmentImage()
1849 smooth_threshold == 0.0 ? 1.0 : smooth_threshold,extrema[Blue]); in SegmentImage()
/external/parameter-framework/upstream/test/xml-generator/PFConfig/
Dcriteria.txt1 InclusiveCriterion Colors : Red Green Blue
/external/clang/test/PCH/
Denum.h6 Blue enumerator
/external/apache-commons-bcel/src/test/java/org/apache/bcel/data/
DSimpleEnum.java21 public enum SimpleEnum { Red,Orange,Yellow,Green,Blue,Indigo,Violet } enumConstant

1234567