HomeSort by relevance Sort by last modified time
    Searched refs:Blue (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/clang/test/Index/
load-decls.c 4 Blue,
15 // CHECK: load-decls.c:4:3: EnumConstantDecl=Blue:4:3 (Definition) Extent=[4:3 - 4:7]
complete-enums.cpp 7 Blue
18 // CHECK-CC1: EnumConstantDecl:{ResultType Color}{Text Color::}{TypedText Blue} (7)
23 // CHECK-CC2: EnumConstantDecl:{ResultType Color}{Text Color::}{TypedText Blue} (7)
annotate-tokens.c 11 enum Color { Red, Green, Blue };
29 return Blue;
31 case Blue:
161 // CHECK: Identifier: "Blue" [29:12 - 29:16] DeclRefExpr=Blue:11:26
164 // CHECK: Identifier: "Blue" [31:8 - 31:12] DeclRefExpr=Blue:11:26
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)
  /external/flatbuffers/tests/MyGame/Example/
Color.py 8 Blue = 8
Color.java 9 public static final byte Blue = 8;
11 public static final String[] names = { "Red", "Green", "", "", "", "", "", "Blue", };
Color.cs 12 Blue = 8,
Color.go 14 ColorBlue:"Blue",
Color.php 10 const Blue = 8;
15 "Blue",
  /external/clang/test/PCH/
enum.h 6 Blue
  /external/clang/test/CXX/over/over.built/
p25.cpp 4 enum class Color { Red, Green, Blue };
  /external/clang/test/CodeCompletion/
enum-switch-case-qualified.cpp 10 Blue,
25 // CHECK-CC1: Blue : [#M::N::C::Color#]N::C::Blue
enum-switch-case.c 6 Blue,
29 // CHECK-CC1: Blue
36 // CHECK-CC2: COMPLETION: Blue : [#enum Color#]Blue
enum-switch-case.cpp 7 Blue,
23 // CHECK-CC1: Blue : [#N::Color#]N::Blue
macros.c 2 Red, Green, Blue
32 // CC2: Blue
  /external/guice/core/test/com/google/inject/
BindingAnnotationTest.java 37 bindConstant().annotatedWith(Blue.class).to("foo");
53 bindConstant().annotatedWith(Blue.class).to("foo");
60 "BindingAnnotationTest$Blue(value=5) was bound",
109 "BindingAnnotationTest$Blue(value=5) was bound",
116 @Inject @Blue(5) String s;
129 @interface Blue {
149 public Blue createBlue(final int value) {
150 return new Blue() {
156 return Blue.class;
160 return o instanceof Blue
    [all...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/Include/Guid/
FrameBufferInfoGuid.h 36 COLOR_PLACEMENT Blue;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h 37 const char *Blue() const { return ansi_ ? "\033[1m\033[34m" : ""; }
  /external/clang/test/FixIt/
typo.c 16 enum Color { Red, Green, Blue };
fixit.c 57 Blue,
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Bmp.h 21 UINT8 Blue;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/Bmp/
Bmp.h 30 UINT8 Blue;
  /external/deqp/modules/egl/
teglSimpleConfigCase.cpp 118 template <int Red, int Green, int Blue, int Alpha>
123 c.blueSize() == Blue &&
127 template <int Red, int Green, int Blue, int Alpha>
132 c.blueSize() != Blue ||
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgitype.h 87 float Blue;
  /external/giflib/
quantize.c 51 Note input image can be 24 bits at the most (8 for red/green/blue) and
71 long Red, Green, Blue;
136 OutputColorMap[i].Blue = 0;
144 Red = Green = Blue = 0;
149 Blue += QuantizedColor->RGB[2];
154 OutputColorMap[i].Blue = (Blue << (8 - BITS_PER_PRIM_COLOR)) / j;
173 if (MaxRGBError[2] < ABS(OutputColorMap[Index].Blue - BlueInput[i]))
174 MaxRGBError[2] = ABS(OutputColorMap[Index].Blue - BlueInput[i]);
179 "Quantization L(0) errors: Red = %d, Green = %d, Blue = %d.\n"
    [all...]

Completed in 283 milliseconds

1 2 3 4 5