/external/python/cpython2/Tools/pynche/ |
D | namedcolors.txt | 5 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/ |
D | namedcolors.txt | 5 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/ |
D | BindingAnnotationTest.java | 36 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/ |
D | second.pfw | 9 confGroup: Blue 10 Colors Includes Blue 12 # Inherits from "EddGroup" domainGroup, "Blue" confGroup 17 # Inherits from "EddGroup" domainGroup and "Blue" confGroup
|
D | complex.pfw | 32 conf: Blue.dot 33 Colors Includes Blue
|
/external/giflib/ |
D | quantize.c | 71 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()
|
D | gifalloc.c | 98 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/ |
D | annotate-tokens.c | 11 enum Color { Red, Green, Blue }; enumerator 29 return Blue; in g() 31 case Blue: in g()
|
D | complete-type-factors.m | 4 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)
|
D | load-decls.c | 4 Blue, enumerator
|
/external/deqp/modules/egl/ |
D | teglSimpleConfigCase.cpp | 118 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()
|
D | teglRenderCase.cpp | 376 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/ |
D | Color.php | 10 const Blue = 8; define in MyGame\\Example\\Color 15 Color::Blue=>"Blue",
|
D | Color.lua | 8 Blue = 8,
|
D | Color.py | 8 Blue = 8 variable in Color
|
D | Color.cs | 12 Blue = 8, enumerator
|
/external/flatbuffers/samples/ |
D | monster.fbs | 5 enum Color:byte { Red = 0, Green, Blue = 2 } 22 color:Color = Blue;
|
D | monster_generated.rs | 31 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/ |
D | make_integer_seq.cpp | 43 Blue }; enumerator 44 using illformed1 = ErrorSeq<Color, Blue>; // expected-note{{in instantiation}}
|
/external/clang/test/CXX/class.access/ |
D | p6.cpp | 84 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/ |
D | Color.lua | 8 Blue = 2,
|
/external/ImageMagick/MagickCore/ |
D | segment.c | 184 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/ |
D | criteria.txt | 1 InclusiveCriterion Colors : Red Green Blue
|
/external/clang/test/PCH/ |
D | enum.h | 6 Blue enumerator
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/data/ |
D | SimpleEnum.java | 21 public enum SimpleEnum { Red,Orange,Yellow,Green,Blue,Indigo,Violet } enumConstant
|