/external/guava/guava-tests/test/com/google/common/reflect/ |
D | TypeTokenResolutionTest.java | 291 private static class Red<A> { 297 Red<A> getSelfB() { 298 return Red.this; 302 Red<A> getSelfA() { 306 private class Yellow<B> extends Red<B>.Orange { 307 Yellow(Red<B> red) { 315 Red<A> getA() { 319 Red<B> getB() { 330 Red<String> redString = new Red<String>() {}; 331 Red<Integer> redInteger = new Red<Integer>() {}; [all …]
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
D | tricky01.dat | 19 <font color=red><i>Italic and Red<p>Italic and Red </font> Just italic.</p> Italic only.</i> Plain 20 <p>I should not be red. <font color=red>Red. <i>Italic and red.</p> 21 <p>Italic and red. </i> Red.</font> I should not be red.</p> 31 | "Italic and Red" 36 | "Italic and Red " 45 | "Red. " 58 | " Red."
|
/external/giflib/ |
D | quantize.c | 71 long Red, Green, Blue; in GifQuantizeBuffer() local 135 OutputColorMap[i].Red = OutputColorMap[i].Green = in GifQuantizeBuffer() 144 Red = Green = Blue = 0; in GifQuantizeBuffer() 147 Red += QuantizedColor->RGB[0]; in GifQuantizeBuffer() 152 OutputColorMap[i].Red = (Red << (8 - BITS_PER_PRIM_COLOR)) / j; in GifQuantizeBuffer() 169 if (MaxRGBError[0] < ABS(OutputColorMap[Index].Red - RedInput[i])) in GifQuantizeBuffer() 170 MaxRGBError[0] = ABS(OutputColorMap[Index].Red - RedInput[i]); in GifQuantizeBuffer()
|
/external/clang/test/Index/ |
D | annotate-tokens.c | 11 enum Color { Red, Green, Blue }; enumerator 25 case Red: in g() 32 return Red; in g()
|
D | load-decls.c | 2 Red, enumerator 6 Rouge = Red
|
D | complete-enums.cpp | 5 Red = 17, enumerator 13 case Color::Red; in f()
|
D | complete-type-factors.m | 4 Red, Green, Blue 31 [a method:Red priority:High]; 32 [A method:Red priority:Low]; 46 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (32) 61 // CHECK-CC2: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (16) 77 // CHECK-CC3: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (65) 93 // CHECK-CC4: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (65) 111 // CHECK-CC6: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (16) 124 // CHECK-CC7: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (16) 136 // CHECK-CC8: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (65)
|
D | complete-enums.c | 12 case Red: in f()
|
/external/clang/test/CodeCompletion/ |
D | enum-switch-case.c | 2 Red, enumerator 13 case Red:
|
D | enum-switch-case.cpp | 3 Red, enumerator 15 case N::Red:
|
D | macros.c | 2 Red, Green, Blue enumerator
|
D | enum-switch-case-qualified.cpp | 6 Red, enumerator
|
/external/deqp/modules/egl/ |
D | teglSimpleConfigCase.cpp | 118 template <int Red, int Green, int Blue, int Alpha> 121 return c.redSize() == Red && in colorBits() 127 template <int Red, int Green, int Blue, int Alpha> 130 return c.redSize() != Red || in notColorBits()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_report_decorator.h | 30 const char *Warning() { return Red(); } in Warning() 34 const char *Red() const { return ansi_ ? "\033[1m\033[31m" : ""; } in Red() function
|
/external/clang/test/FixIt/ |
D | typo.c | 16 enum Color { Red, Green, Blue }; enumerator 29 2.71818, 5.0, 6.0, Red
|
/external/jmonkeyengine/engine/src/test/jme3test/games/ |
D | CubeField.java | 132 obstacleColors.add(ColorRGBA.Red); in gameReset() 216 playerMaterial.setColor("Color", ColorRGBA.Red); in createPlayer() 381 obstacleColors.set(0, ColorRGBA.Red); in colorLogic() 386 obstacleColors.add(ColorRGBA.Red); in colorLogic() 389 playerMaterial.setColor("Color", ColorRGBA.Red); in colorLogic()
|
/external/clang/test/CodeGenObjC/ |
D | boxing.m | 89 typedef enum : NSInteger { Red, Green, Blue } Color; 91 @(Red); 92 Color col = Red;
|
/external/libxml2/result/ |
D | rdf1.rdr | 38 3 3 #text 0 1 Red Hat Software 43 3 3 #text 0 1 Red Hat Software <bugs@redhat.com> 53 3 3 #text 0 1 Red Hat Package Manager
|
D | rdf1.rde | 38 3 3 #text 0 1 Red Hat Software 43 3 3 #text 0 1 Red Hat Software <bugs@redhat.com> 53 3 3 #text 0 1 Red Hat Package Manager
|
D | rdf1.sax | 40 SAX.characters(Red Hat Software, 16) 45 SAX.characters(Red Hat Software , 17) 58 SAX.characters(Red Hat Package Manager, 23)
|
/external/jmonkeyengine/engine/src/android/jme3test/android/ |
D | SimpleTexturedTest.java | 83 material.setColor("Color", ColorRGBA.Red); in simpleInitApp() 85 materialMonkey.setColor("Color", ColorRGBA.Red); in simpleInitApp()
|
/external/clang/test/PCH/ |
D | enum.c | 10 int i = Red;
|
D | enum.h | 4 Red, enumerator
|
/external/jmonkeyengine/engine/src/core-data/Common/Materials/ |
D | RedColor.j3m | 1 Material Red Color : Common/MatDefs/Misc/Unshaded.j3md {
|
/external/clang/test/CXX/over/over.built/ |
D | p25.cpp | 4 enum class Color { Red, Green, Blue }; enumerator
|