Home
last modified time | relevance | path

Searched refs:GREEN (Results 1 – 25 of 156) sorted by relevance

1234567

/external/vulkan-validation-layers/scripts/
Dcheck_code_format.sh23 GREEN='\033[0;32m'
31 echo -e "${GREEN}No source code to check for formatting.${NC}"
44 echo -e "${GREEN}No source code to check for copyright dates.${NC}"
64 echo -e "${GREEN}All source code in PR properly formatted.${NC}"
Dcheck_commit_message_format.sh25 GREEN='\033[0;32m'
38 echo -e "${GREEN}No commit messgages to check for formatting.${NC}"
41 echo -e "${GREEN}No commit messgages to check for formatting.${NC}"
107 echo -e "${GREEN}All commit messages in pull request are properly formatted.${NC}"
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/format/
DEnumFormatShapeTest.java65 GREEN enumConstant
137 assertEquals(String.valueOf(Color.GREEN.ordinal()), in testEnumValueAsNumber()
138 MAPPER.writeValueAsString(Color.GREEN)); in testEnumValueAsNumber()
142 assertEquals(String.format(aposToQuotes("{'color':%s}"), Color.GREEN.ordinal()), in testEnumPropertyAsNumber()
143 MAPPER.writeValueAsString(new ColorWrapper(Color.GREEN))); in testEnumPropertyAsNumber()
/external/python/cpython3/Doc/library/
Denum.rst81 ... GREEN = 2
95 - The attributes :attr:`Color.RED`, :attr:`Color.GREEN`, etc., are
121 >>> isinstance(Color.GREEN, Color)
150 >>> apples[Color.GREEN] = 'granny smith'
151 >>> apples == {Color.RED: 'red delicious', Color.GREEN: 'granny smith'}
171 >>> Color['GREEN']
172 <Color.GREEN: 2>
256 ... GREEN = auto()
259 [<Color.RED: 1>, <Color.BLUE: 2>, <Color.GREEN: 3>]
529 'RED GREEN BLUE' | 'RED,GREEN,BLUE' | 'RED, GREEN, BLUE'
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.cpp44 GREEN = 2, enumerator
48 GREEN = 2,
52 CYAN = static_cast<uint32_t>(GREEN) | static_cast<uint32_t>(BLUE),
53 YELLOW = static_cast<uint32_t>(RED) | static_cast<uint32_t>(GREEN),
55 static_cast<uint32_t>(RED) | static_cast<uint32_t>(GREEN) | static_cast<uint32_t>(BLUE),
/external/llvm-project/clang/include/clang/AST/
DASTDumperUtils.h45 static const TerminalColor DeclKindNameColor = {llvm::raw_ostream::GREEN, true};
54 static const TerminalColor TypeColor = {llvm::raw_ostream::GREEN, false};
72 static const TerminalColor UndeserializedColor = {llvm::raw_ostream::GREEN,
/external/rust/crates/plotters/examples/
Dnormal-dist.rs44 .map(|(x, y)| Circle::new((*x, *y), 2, GREEN.filled())), in main()
47 .style(GREEN.filled()) in main()
51 .style(GREEN.filled()) in main()
Dnormal-dist2.rs47 .style(GREEN.filled()) in main()
54 .legend(|(x, y)| Rectangle::new([(x, y - 5), (x + 10, y + 5)], GREEN.filled())); in main()
/external/llvm/test/CodeGen/NVPTX/
Dtex-read-cuda.ll14 ; SM20: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]…
16 ; SM30: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]…
33 ; SM20: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]…
34 ; SM30: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]…
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Dtex-read-cuda.ll14 ; SM20: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]…
16 ; SM30: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]…
33 ; SM20: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]…
34 ; SM30: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9]…
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_tunnel.sh50 GREEN='\033[0;92m'
294 echo -e ${GREEN}"PASS: $TYPE"${NC}
324 echo -e ${GREEN}"PASS: $TYPE"${NC}
353 echo -e ${GREEN}"PASS: $TYPE"${NC}
377 echo -e ${GREEN}"PASS: $TYPE"${NC}
400 echo -e ${GREEN}"PASS: $TYPE"${NC}
424 echo -e ${GREEN}"PASS: $TYPE"${NC}
452 echo -e ${GREEN}"PASS: ip6$TYPE"${NC}
476 echo -e ${GREEN}"PASS: $TYPE"${NC}
500 echo -e ${GREEN}"PASS: ip6$TYPE"${NC}
[all …]
Dtest_lirc_mode2.sh13 GREEN='\033[0;92m'
36 echo -e ${GREEN}"PASS: $TYPE"${NC}
/external/mesa3d/src/intel/vulkan/
Danv_formats.c45 #define RGBA _ISL_SWIZZLE(RED, GREEN, BLUE, ALPHA)
46 #define BGRA _ISL_SWIZZLE(BLUE, GREEN, RED, ALPHA)
47 #define RGB1 _ISL_SWIZZLE(RED, GREEN, BLUE, ONE)
343 y_plane(0, ISL_FORMAT_YCRCB_SWAPUV, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
345 … y_plane(0, ISL_FORMAT_YCRCB_SWAPUVY, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)),
347 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
351 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
354 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
358 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
361 y_plane(0, ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1),
[all …]
/external/llvm-project/clang/tools/diagtool/
DTreeView.cpp70 out << Colors::GREEN; in printGroup()
84 out << Colors::GREEN; in printGroup()
132 out << '\n' << Colors::GREEN << "GREEN" << Colors::RESET in showKey()
/external/mesa3d/src/gallium/drivers/iris/
Diris_formats.c56 swizzle = ISL_SWIZZLE(RED, RED, RED, GREEN); in iris_format_for_usage()
64 swizzle = ISL_SWIZZLE(RED, GREEN, BLUE, ONE); in iris_format_for_usage()
93 swizzle = ISL_SWIZZLE(RED, GREEN, BLUE, ONE); in iris_format_for_usage()
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso_bench.sh6 readonly GREEN='\033[0;92m'
44 echo -e "$(basename $0): ${GREEN}PASS${NC}"
/external/pigweed/pw_assert_basic/
Dbasic_handler.cc43 #define GREEN "\033[32m" macro
55 #define GREEN "" macro
/external/llvm/tools/llvm-cov/
DCoverageReport.cpp120 return raw_ostream::GREEN; in determineCoveragePercentageColor()
130 ? raw_ostream::GREEN in render()
152 ? raw_ostream::GREEN in render()
163 ? raw_ostream::GREEN in render()
/external/skia/resources/text/
Demoji.txt6 �� LEMON | �� BANANA | �� PINEAPPLE | �� RED APPLE | �� GREEN APPLE
31 �� CARROT | �� BAGUETTE BREAD | �� GREEN SALAD | �� SHALLOW PAN OF FOOD
36 �� SANDWICH | �� CANNED FOOD | �� LEAFY GREEN | �� MANGO
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/tx3g/
DTx3gDecoderTest.java89 assertThat(colorSpan.getForegroundColor()).isEqualTo(Color.GREEN); in decodeWithStyl()
144 assertThat(colorSpan.getForegroundColor()).isEqualTo(Color.GREEN); in decodeWithMultipleStyl()
146 assertThat(colorSpan.getForegroundColor()).isEqualTo(Color.GREEN); in decodeWithMultipleStyl()
163 assertThat(colorSpan.getForegroundColor()).isEqualTo(Color.GREEN); in decodeWithOtherExtension()
186 assertThat(colorSpan.getForegroundColor()).isEqualTo(Color.GREEN); in initializationDecodeWithStyl()
228 assertThat(colorSpan.getForegroundColor()).isEqualTo(Color.GREEN); in initializationAllDefaultsDecodeWithStyl()
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryModuleBuilderTest.java53 GREEN, enumConstant
120 Mustang created = factory.create(Color.GREEN); in testImplicitForwardingAssistedBindingCreatesNewObjects()
123 assertEquals(Color.GREEN, created.color); in testImplicitForwardingAssistedBindingCreatesNewObjects()
198 Mustang created = (Mustang) factory.create(Color.GREEN); in testExplicitForwardingAssistedBindingCreatesNewObjects()
201 assertEquals(Color.GREEN, created.color); in testExplicitForwardingAssistedBindingCreatesNewObjects()
367 Beetle beetle = factory.getBeetle(Color.GREEN); in testMultipleReturnTypes()
368 assertEquals(Color.GREEN, beetle.color); in testMultipleReturnTypes()
/external/linux-kselftest/tools/testing/selftests/futex/include/
Dlogging.h32 #define GREEN '3', '2' macro
36 #define BRIGHT_GREEN ESC, BRIGHT, ';', GREEN, ESCEND
/external/pigweed/pw_log_basic/
Dlog_basic.cc31 #define GREEN "\033[32m" macro
60 default : return GREEN BOLD "UNK" RESET; in LogLevelToLogLevelName()
/external/wayland/tests/
Dtest-runner.c205 #define GREEN "\033[32m" macro
355 stderr_set_color(success ? GREEN : RED); in main()
365 stderr_set_color(success ? GREEN : RED); in main()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/span/
DSpanUtilTest.java70 ForegroundColorSpan differentStart = new ForegroundColorSpan(Color.GREEN); in addOrReplaceSpan_ignoresDifferentStartEndAndFlags()
76 ForegroundColorSpan differentFlags = new ForegroundColorSpan(Color.GREEN); in addOrReplaceSpan_ignoresDifferentStartEndAndFlags()

1234567