/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/ |
H A D | TypeVariableTest.java | 96 public static class Red<S> { class in TypeVariableTest 99 public Red() {} in Red() method in TypeVariableTest.Red 101 public Red(S redField) { in Red() method in TypeVariableTest.Red
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/chips/ui/model/ |
D | ColorsModel.java | 89 …public static final class Red implements com.android.systemui.statusbar.chips.ui.model.ColorsModel… class 93 private Red() { in Red() method in ColorsModel.Red
|
/aosp_15_r20/external/angle/util/ |
H A D | shader_utils.cpp | 645 const char *Red() in Red() function 794 const char *Red() in Red() function 900 const char *Red() in Red() function
|
/aosp_15_r20/external/flatbuffers/samples/rust_generated/my_game/sample/ |
H A D | color_generated.rs | 29 pub const Red: Self = Self(0); constant
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | color.ts | 7 Red = 1, enumerator
|
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | Color.py | 7 Red = 1 variable in Color
|
H A D | Color.cs | 13 Red = 1, enumerator
|
H A D | Color.php | 9 const Red = 1; define in MyGame\\Example\\Color
|
H A D | Color.java | 11 public static final int Red = 1; field in Color
|
H A D | Color.kt | 11 const val Red: UByte = 1u constant
|
/aosp_15_r20/external/flatbuffers/tests/nested_namespace_test/ |
H A D | nested_namespace_test1_generated.cs | 15 Red = 0, enumerator
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | load-decls.c | 2 Red, enumerator
|
H A D | complete-enums.cpp | 5 Red = 17, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/num_enum/tests/try_build/compile_fail/ |
D | variants_with_fields.rs | 13 Red { intensity: u8 }, enumerator
|
/aosp_15_r20/external/apache-commons-bcel/src/test/java/org/apache/bcel/data/ |
H A D | SimpleEnum.java | 21 public enum SimpleEnum { Red,Orange,Yellow,Green,Blue,Indigo,Violet } enumConstant
|
/aosp_15_r20/external/clang/test/CXX/over/over.built/ |
H A D | p25.cpp | 4 enum class Color { Red, Green, Blue }; enumerator
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | enum.h | 4 Red, enumerator
|
/aosp_15_r20/external/clang/test/CodeCompletion/ |
H A D | enum-switch-case.cpp | 3 Red, enumerator
|
H A D | enum-switch-case.c | 2 Red, enumerator
|
H A D | macros.c | 2 Red, Green, Blue enumerator
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | encode-test-4.m | 3 typedef enum : Integer { Red, Green, Blue} Color; enum
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-derive/tests/ |
D | trivial.rs | 17 Red, enumerator
|
D | with_custom_values.rs | 19 Red, enumerator
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | make_integer_seq.cpp | 41 enum Color : int { Red, enumerator
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_report_decorator.h | 34 const char *Red() const { return ansi_ ? "\033[1m\033[31m" : ""; } in Red() function
|