Searched refs:Red (Results 1 - 25 of 73) sorted by relevance

123

/external/clang/test/Index/
H A Dload-decls.c2 Red, enumerator in enum:Color
6 Rouge = Red
13 // CHECK: load-decls.c:2:3: EnumConstantDecl=Red:2:3 (Definition) Extent=[2:3 - 2:6]
17 // CHECK: load-decls.c:6:11: DeclRefExpr=Red:2:3 Extent=[6:11 - 6:14]
H A Dcomplete-enums.cpp5 Red = 17, member in class:Color
13 case Color::Red; member in class:Color
20 // CHECK-CC1: EnumConstantDecl:{ResultType Color}{Text Color::}{TypedText Red} (7)
25 // CHECK-CC2: EnumConstantDecl:{ResultType Color}{Text Color::}{TypedText Red} (7)
H A Dcomplete-enums.c12 case Red:
H A Dcomplete-type-factors.m4 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} (6
[all...]
H A Dannotate-tokens.c11 enum Color { Red, Green, Blue }; enumerator in enum:Color
25 case Red:
32 return Red;
152 // CHECK: Identifier: "Red" [25:8 - 25:11] DeclRefExpr=Red:11:14
167 // CHECK: Identifier: "Red" [32:12 - 32:15] DeclRefExpr=Red:11:14
/external/flatbuffers/tests/MyGame/Example/
H A DColor.py6 Red = 1 variable in class:Color
H A DColor.cs10 Red = 1, enumerator in enum:MyGame.Example.Color
H A DColor.java7 public static final byte Red = 1; field in class:Color
11 public static final String[] names = { "Red", "Green", "", "", "", "", "", "Blue", };
13 public static String name(int e) { return names[e - Red]; }
H A DColor.php8 const Red = 1;
13 "Red",
/external/clang/test/CodeCompletion/
H A Denum-switch-case.c2 Red, enumerator in enum:Color
13 case Red:
42 // CHECK-CC2-NEXT: COMPLETION: Red : [#enum Color#]Red
H A Denum-switch-case.cpp3 Red, enumerator in enum:N::Color
15 case N::Red:
H A Denum-switch-case-qualified.cpp6 Red, enumerator in enum:M::N::C::Color
29 // CHECK-CC1-NEXT: Red : [#M::N::C::Color#]N::C::Red
H A Dmacros.c2 Red, Green, Blue enumerator in enum:Color
37 // CC2: Red
/external/clang/test/PCH/
H A Denum.c10 int i = Red;
H A Denum.h4 Red, enumerator in enum:Color
/external/clang/test/CXX/over/over.built/
H A Dp25.cpp4 enum class Color { Red, Green, Blue }; member in class:Color
/external/clang/test/FixIt/
H A Dtypo.c16 enum Color { Red, Green, Blue }; enumerator in enum:Color
29 2.71818, 5.0, 6.0, Red
H A Dfixit.c55 Red // expected-error{{missing ',' between enumerators}} enumerator in enum:Color
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h30 const char *Warning() { return Red(); }
34 const char *Red() const { return ansi_ ? "\033[1m\033[31m" : ""; } function in class:__sanitizer::SanitizerCommonDecorator
/external/guava/guava-tests/test/com/google/common/reflect/
H A DTypeTokenResolutionTest.java291 private static class Red<A> { class in class:TypeTokenResolutionTest
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<Strin
[all...]
/external/guice/core/test/com/google/inject/
H A DBindingAnnotationTest.java71 bindConstant().annotatedWith(Red.class).to("foo");
120 @Inject @Red String s;
135 @interface Red { interface in class:BindingAnnotationTest
/external/deqp/modules/egl/
H A DteglSimpleConfigCase.cpp118 template <int Red, int Green, int Blue, int Alpha>
121 return c.redSize() == Red &&
127 template <int Red, int Green, int Blue, int Alpha>
130 return c.redSize() != Red ||
/external/giflib/
H A Dquantize.c71 long Red, Green, Blue; local
135 OutputColorMap[i].Red = OutputColorMap[i].Green =
144 Red = Green = Blue = 0;
147 Red += QuantizedColor->RGB[0];
152 OutputColorMap[i].Red = (Red << (8 - BITS_PER_PRIM_COLOR)) / j;
169 if (MaxRGBError[0] < ABS(OutputColorMap[Index].Red - RedInput[i]))
170 MaxRGBError[0] = ABS(OutputColorMap[Index].Red - RedInput[i]);
179 "Quantization L(0) errors: Red = %d, Green = %d, Blue = %d.\n",
/external/flatbuffers/samples/
H A DSampleBinary.cs53 Monster.AddColor(builder, Color.Red);
81 Assert(monster.Color == Color.Red, "monster.Color", Convert.ToString(monster.Color),
82 Convert.ToString(Color.Red));
H A DSampleBinary.java55 Monster.addColor(builder, Color.Red);
80 assert monster.color() == Color.Red;

Completed in 649 milliseconds

123