Home
last modified time | relevance | path

Searched defs:GREEN (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_enum.py68 GREEN = 2 variable in TestEnum.test_enum_comp.Color
105 GREEN = "green" variable in TestEnum.test_heterogenous_value_type_enum_error.Color
121 GREEN = 2 variable in TestEnum.test_enum_name.Color
139 GREEN = 2 variable in TestEnum.test_enum_value.Color
157 GREEN = 2 variable in TestEnum.test_enum_as_const.Color
175 GREEN = 2 variable in TestEnum.test_non_existent_enum_value.Color
193 GREEN = 2 variable in TestEnum.test_enum_ivalue_type.Color
212 GREEN = 2 variable in TestEnum.test_closed_over_enum_constant.Color
241 GREEN = 2 variable in TestEnum.test_enum_as_module_attribute.Color
263 GREEN = "green" variable in TestEnum.test_string_enum_as_module_attribute.Color
[all …]
/aosp_15_r20/external/pigweed/pw_assert_basic/
H A Dbasic_handler.cc35 #define GREEN "\033[32m" macro
47 #define GREEN "" macro
/aosp_15_r20/development/tools/
H A Dmonkey18 GREEN = "\033[92m" + BOLD variable
27 GREEN = "" variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/colorama/
Dansi.py52 GREEN = 32 variable in AnsiFore
74 GREEN = 42 variable in AnsiBack
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dlogger.py50 GREEN = '\033[32m' variable in Fore
62 GREEN = '\033[42m' variable in Back
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/colorama/
Dansi.py52 GREEN = 32 variable in AnsiFore
74 GREEN = 42 variable in AnsiBack
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/colorama/
Dansi.py52 GREEN = 32 variable in AnsiFore
74 GREEN = 42 variable in AnsiBack
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/colorama/
Dansi.py52 GREEN = 32 variable in AnsiFore
74 GREEN = 42 variable in AnsiBack
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_enum.py2193 GREEN = 2 variable in TestSpecial.test_default_missing_no_chained_exception.Color
2293 GREEN = auto() variable in TestSpecial.test_multiple_mixin.Color
2302 GREEN = auto() variable in TestSpecial.test_multiple_mixin.Color
2312 GREEN = auto() variable in TestSpecial.test_multiple_mixin.Color
2322 GREEN = auto() variable in TestSpecial.test_multiple_mixin.CoolColor
2332 GREEN = auto() variable in TestSpecial.test_multiple_mixin.CoolerColor
2343 GREEN = auto() variable in TestSpecial.test_multiple_mixin.CoolestColor
2354 GREEN = auto() variable in TestSpecial.test_multiple_mixin.ConfusedColor
2365 GREEN = auto() variable in TestSpecial.test_multiple_mixin.ReformedColor
2898 GREEN = 2 variable in OldTestFlag.Color
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A Draw_ostream.h79 GREEN, enumerator
91 static const Colors GREEN = Colors::GREEN; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
Draw_ostream.h99 GREEN, enumerator
111 static constexpr Colors GREEN = Colors::GREEN; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A Draw_ostream.h99 GREEN, enumerator
111 static constexpr Colors GREEN = Colors::GREEN; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
Draw_ostream.h99 GREEN, enumerator
119 static constexpr Colors GREEN = Colors::GREEN; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
Draw_ostream.h99 GREEN, enumerator
119 static constexpr Colors GREEN = Colors::GREEN; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
Draw_ostream.h99 GREEN, enumerator
119 static constexpr Colors GREEN = Colors::GREEN; variable
/aosp_15_r20/external/javassist/src/test/test3/
H A DColorName.java4 RED, GREEN, BLUE enumConstant
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bitflags-2.5.0/src/external/
H A Dbytemuck.rs10 const GREEN = 0x2; constant
H A Darbitrary.rs23 const GREEN = 0x2; constant
/aosp_15_r20/external/rust/android-crates-io/crates/bitflags/src/external/
Dbytemuck.rs10 const GREEN = 0x2; constant
Darbitrary.rs23 const GREEN = 0x2; constant
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
H A DColour.java22 public static final float[] GREEN = new float[]{ field in Colour
/aosp_15_r20/external/pytorch/test/typing/pass/
H A Ddisabled_jit.py16 GREEN = 2 variable in Color
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.Frames/
H A Dexpected_frames_track.ts27 const GREEN = makeColorScheme(new HSLColor('#4CAF50')); // Green 500 constant
/aosp_15_r20/external/jspecify/samples/
H A DConstants.java44 GREEN, enumConstant
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DCollectionUtilsTest.java37 private static final Object GREEN = new Object(); field in CollectionUtilsTest

12345678910>>...19