Home
last modified time | relevance | path

Searched defs:Blue (Results 1 – 25 of 161) sorted by relevance

1234567

/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/
H A DTypeVariableTest.java77 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 DColors.kt25 val Blue = Color(0xFF4285F4) constant
/aosp_15_r20/external/flatbuffers/samples/rust_generated/my_game/sample/
H A Dcolor_generated.rs31 pub const Blue: Self = Self(2); constant
/aosp_15_r20/external/angle/util/
H A Dshader_utils.cpp667 const char *Blue() in Blue() function
818 const char *Blue() in Blue() function
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dcolor.ts18 Blue = 8 enumerator
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DColor.py12 Blue = 8 variable in Color
H A DColor.cs18 Blue = 8, enumerator
H A DColor.php14 const Blue = 8; define in MyGame\\Example\\Color
H A DColor.java20 public static final int Blue = 8; field in Color
H A DColor.kt20 const val Blue: UByte = 8u constant
/aosp_15_r20/external/flatbuffers/tests/nested_namespace_test/
H A Dnested_namespace_test1_generated.cs17 Blue = 2, enumerator
/aosp_15_r20/external/clang/test/Index/
H A Dload-decls.c4 Blue, enumerator
H A Dcomplete-enums.cpp7 Blue enumerator
/aosp_15_r20/external/apache-commons-bcel/src/test/java/org/apache/bcel/data/
H A DSimpleEnum.java21 public enum SimpleEnum { Red,Orange,Yellow,Green,Blue,Indigo,Violet } enumConstant
/aosp_15_r20/external/clang/test/CXX/over/over.built/
H A Dp25.cpp4 enum class Color { Red, Green, Blue }; enumerator
/aosp_15_r20/external/clang/test/PCH/
H A Denum.h6 Blue enumerator
/aosp_15_r20/external/clang/test/CodeCompletion/
H A Denum-switch-case.cpp7 Blue, enumerator
H A Denum-switch-case.c6 Blue, enumerator
H A Dmacros.c2 Red, Green, Blue enumerator
H A Denum-switch-case-qualified.cpp10 Blue, enumerator
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Dencode-test-4.m3 typedef enum : Integer { Red, Green, Blue} Color; enum
/aosp_15_r20/external/rust/android-crates-io/crates/num-derive/tests/
Dtrivial.rs18 Blue, enumerator
Dwith_custom_values.rs20 Blue = 5, enumerator
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dmake_integer_seq.cpp43 Blue }; enumerator
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h37 const char *Blue() const { return ansi_ ? "\033[1m\033[34m" : ""; } in Blue() function

1234567