/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/ |
H A D | TypeVariableTest.java | 77 public static class Blue extends Red<Boolean> { class in TypeVariableTest 78 public Blue() { in Blue() method in TypeVariableTest.Blue 82 public Blue(boolean value) { in Blue() method in TypeVariableTest.Blue
|
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
H A D | Colors.kt | 25 val Blue = Color(0xFF4285F4) constant
|
/aosp_15_r20/external/flatbuffers/samples/rust_generated/my_game/sample/ |
H A D | color_generated.rs | 31 pub const Blue: Self = Self(2); constant
|
/aosp_15_r20/external/angle/util/ |
H A D | shader_utils.cpp | 667 const char *Blue() in Blue() function 818 const char *Blue() in Blue() function
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | color.ts | 18 Blue = 8 enumerator
|
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | Color.py | 12 Blue = 8 variable in Color
|
H A D | Color.cs | 18 Blue = 8, enumerator
|
H A D | Color.php | 14 const Blue = 8; define in MyGame\\Example\\Color
|
H A D | Color.java | 20 public static final int Blue = 8; field in Color
|
H A D | Color.kt | 20 const val Blue: UByte = 8u constant
|
/aosp_15_r20/external/flatbuffers/tests/nested_namespace_test/ |
H A D | nested_namespace_test1_generated.cs | 17 Blue = 2, enumerator
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | load-decls.c | 4 Blue, enumerator
|
H A D | complete-enums.cpp | 7 Blue 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 | 6 Blue enumerator
|
/aosp_15_r20/external/clang/test/CodeCompletion/ |
H A D | enum-switch-case.cpp | 7 Blue, enumerator
|
H A D | enum-switch-case.c | 6 Blue, enumerator
|
H A D | macros.c | 2 Red, Green, Blue enumerator
|
H A D | enum-switch-case-qualified.cpp | 10 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 | 18 Blue, enumerator
|
D | with_custom_values.rs | 20 Blue = 5, enumerator
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | make_integer_seq.cpp | 43 Blue }; enumerator
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_report_decorator.h | 37 const char *Blue() const { return ansi_ ? "\033[1m\033[34m" : ""; } in Blue() function
|