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

1 2

  /external/clang/test/Index/
load-decls.c 2 Red,
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]
complete-enums.cpp 5 Red = 17,
13 case Color::Red;
20 // CHECK-CC1: EnumConstantDecl:{ResultType Color}{Text Color::}{TypedText Red} (7)
25 // CHECK-CC2: EnumConstantDecl:{ResultType Color}{Text Color::}{TypedText Red} (7)
annotate-tokens.c 11 enum Color { Red, Green, Blue };
25 case Red:
32 return Red;
141 // CHECK: Identifier: "Red" [25:8 - 25:11] DeclRefExpr=Red:11:14
156 // CHECK: Identifier: "Red" [32:12 - 32:15] DeclRefExpr=Red:11:14
  /external/clang/test/CXX/over/over.built/
p25.cpp 4 enum class Color { Red, Green, Blue };
  /external/clang/test/CodeCompletion/
enum-switch-case.c 2 Red,
13 case Red:
42 // CHECK-CC2-NEXT: COMPLETION: Red : [#enum Color#]Red
enum-switch-case.cpp 3 Red,
15 case N::Red:
macros.c 2 Red, Green, Blue
37 // CC2: Red
enum-switch-case-qualified.cpp 6 Red,
29 // CHECK-CC1-NEXT: Red : [#M::N::C::Color#]N::C::Red
  /external/clang/test/PCH/
enum.h 4 Red,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h 30 const char *Warning() { return Red(); }
34 const char *Red() const { return ansi_ ? "\033[1m\033[31m" : ""; }
  /external/clang/test/FixIt/
typo.c 16 enum Color { Red, Green, Blue };
29 2.71818, 5.0, 6.0, Red
fixit.c 55 Red // expected-error{{missing ',' between enumerators}}
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorPeer.java 224 public static class Red extends Service {
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusColor.h 161 Red = 0xffff0000,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgitype.h 73 float Red;
d2d1helper.h 315 Red = 0xff0000,
ntddvdeo.h 433 UCHAR Red;
winddi.h 215 CIECHROMA Red;
648 WORD Red[256];
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
EnumTest.java 45 Red, Green, Blue {};
221 enumColorMap.put(Color.Red, 1);
250 enumColorMap.put(Color.Red, 1);
  /external/chromium_org/third_party/WebKit/Source/platform/
PODRedBlackTree.h 26 // A red-black tree, which is a form of a balanced binary tree. It
35 // The data type T that is stored in this red-black tree must be only
51 // Note that when complex types are stored in this red/black tree, it
63 // This red-black tree is designed to be _augmented_; subclasses can
69 // The design of this red-black tree comes from Cormen, Leiserson,
109 // Constructs a new red-black tree without allocating an arena.
122 // Constructs a new red-black tree, allocating temporary objects
134 // Constructs a new red-black tree, allocating temporary objects
247 Red = 1,
257 // Constructor. Newly-created nodes are colored red
    [all...]
  /external/giflib/
gif_lib.h 36 GifByteType Red, Green, Blue;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
EnumMapTest.java 40 Red, Green, Blue {};
113 enumEmptyMap.put(Color.Red, 2);
125 enumSizeMap.put(Color.Red, 2);
137 enumSizeMap.put(Color.Red, 2);
166 assertNull("Constructor fails", enumMap.get(Color.Red));
167 enumMap.put(Color.Red, 1);
168 assertEquals("Wrong value", 1, enumMap.get(Color.Red));
215 assertNull("Constructor fails", enumMap.get(Color.Red));
216 enumMap.put(Color.Red, 1);
217 assertEquals("Wrong value", 1, enumMap.get(Color.Red));
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BlendComposite.java 60 RED,
94 public static final BlendComposite Red = new BlendComposite(BlendingMode.RED);
637 case RED:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluscolor.h 174 static const ARGB Red = 0xFFFF0000;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h     [all...]

Completed in 934 milliseconds

1 2