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

1 2 3 4

  /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.php 10 const Blue = 8;
15 Color::Blue=>"Blue",
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 15 ColorBlue:"Blue",
  /external/apache-commons-bcel/src/test/java/org/apache/bcel/data/
SimpleEnum.java 21 public enum SimpleEnum { Red,Orange,Yellow,Green,Blue,Indigo,Violet }
  /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 36 bindConstant().annotatedWith(Blue.class).to("foo");
53 bindConstant().annotatedWith(Blue.class).to("foo");
63 "BindingAnnotationTest$Blue(value=5) was bound",
122 "BindingAnnotationTest$Blue(value=5) was bound",
130 @Blue(5)
146 @interface Blue {
170 public Blue createBlue(final int value) {
171 return new Blue() {
179 return Blue.class;
184 return o instanceof Blue && ((Blue) o).value() == value
    [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/catch2/include/internal/
catch_console_colour.h 3 * Copyright 2012 Two Blue Cubes Ltd. All rights reserved.
22 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 ||

Completed in 503 milliseconds

1 2 3 4