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

1 2 3

  /external/flatbuffers/tests/MyGame/Example/
Color.py 8 Blue = 8
Color.cs 12 Blue = 8,
Color.java 9 public static final byte Blue = 8;
11 public static final String[] names = { "Red", "Green", "", "", "", "", "", "Blue", };
  /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]
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
  /external/clang/test/CodeCompletion/
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
enum-switch-case-qualified.cpp 10 Blue,
25 // CHECK-CC1: Blue : [#M::N::C::Color#]N::C::Blue
  /external/clang/test/PCH/
enum.h 6 Blue
  /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 };
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
UgaDraw.h 78 UINT8 Blue;
GraphicsOutput.h 97 UINT8 Blue;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UgaDraw/
UgaDraw.h 92 UINT8 Blue;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/Bmp/
Bmp.h 30 UINT8 Blue;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Bmp.h 21 UINT8 Blue;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UgaDraw.h 76 UINT8 Blue;
GraphicsOutput.h 37 /// byte two represents blue, and byte three is reserved. This is the definition
38 /// for the physical frame buffer. The byte values for the red, green, and blue
44 /// A pixel is 32-bits and byte zero represents blue, byte one represents green,
46 /// for the physical frame buffer. The byte values for the red, green, and blue
86 /// A bit being set defines what bits are used for what purpose such as Red, Green, Blue, or Reserved.
138 UINT8 Blue;
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
FbGop.h 66 FB_VIDEO_COLOR_PLACEMENT 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...]
  /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...]
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorPeer.java 231 public static class Blue extends Service {
  /external/clang/test/CXX/class.access/
p6.cpp 84 class Green {}; class Blue {};
105 Outer::A<B, Blue>::foo(); // expected-error {{no member named 'foo' in 'test3::Outer::A<test3::B, test3::Blue>'; did you mean 'Outer::A<B, Green>::foo'?}}

Completed in 1070 milliseconds

1 2 3