/external/vulkan-validation-layers/scripts/ |
D | check_code_format.sh | 23 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}"
|
D | check_commit_message_format.sh | 25 GREEN='\033[0;32m' 37 echo -e "${GREEN}No commit messgages to check for formatting.${NC}" 40 echo -e "${GREEN}No commit messgages to check for formatting.${NC}" 98 echo -e "${GREEN}All commit messages in pull request are properly formatted.${NC}"
|
/external/python/cpython3/Doc/library/ |
D | enum.rst | 74 ... GREEN = 2 88 - The attributes :attr:`Color.RED`, :attr:`Color.GREEN`, etc., are 114 >>> isinstance(Color.GREEN, Color) 143 >>> apples[Color.GREEN] = 'granny smith' 144 >>> apples == {Color.RED: 'red delicious', Color.GREEN: 'granny smith'} 164 >>> Color['GREEN'] 165 <Color.GREEN: 2> 249 ... GREEN = auto() 252 [<Color.RED: 1>, <Color.BLUE: 2>, <Color.GREEN: 3>] 518 'RED GREEN BLUE' | 'RED,GREEN,BLUE' | 'RED, GREEN, BLUE' [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | swr_assert.cpp | 44 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), 54 …WHITE = static_cast<uint32_t>(RED) | static_cast<uint32_t>(GREEN) | static_cast<uint32_t>(BLU…
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 44 #define RGBA _ISL_SWIZZLE(RED, GREEN, BLUE, ALPHA) 45 #define BGRA _ISL_SWIZZLE(BLUE, GREEN, RED, ALPHA) 46 #define RGB1 _ISL_SWIZZLE(RED, GREEN, BLUE, ONE) 306 y_plane(ISL_FORMAT_YCRCB_SWAPUV, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)), 308 y_plane(ISL_FORMAT_YCRCB_SWAPUVY, RGBA, _ISL_SWIZZLE(BLUE, GREEN, RED, ZERO), 1, 1)), 310 y_plane(ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), 314 y_plane(ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), 317 y_plane(ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), 321 y_plane(ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), 324 y_plane(ISL_FORMAT_R8_UNORM, RGBA, _ISL_SWIZZLE(GREEN, ZERO, ZERO, ZERO), 1, 1), [all …]
|
/external/llvm/test/CodeGen/NVPTX/ |
D | tex-read-cuda.ll | 14 ; 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]…
|
D | tex-read.ll | 9 ; CHECK: tex.1d.v4.f32.s32 {%f[[RED:[0-9]+]], %f[[GREEN:[0-9]+]], %f[[BLUE:[0-9]+]], %f[[ALPHA:[0-9…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | tex-read-cuda.ll | 14 ; 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/ |
D | test_tunnel.sh | 50 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 …]
|
D | test_lirc_mode2.sh | 13 GREEN='\033[0;92m' 35 echo -e ${GREEN}"PASS: $TYPE"${NC}
|
/external/llvm/tools/llvm-cov/ |
D | CoverageReport.cpp | 120 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/guice/extensions/assistedinject/test/com/google/inject/assistedinject/ |
D | FactoryModuleBuilderTest.java | 53 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()
|
D | FactoryProvider2Test.java | 49 GREEN, enumConstant 523 Fiat fiat = (Fiat) coloredCarFactory.create(Color.GREEN); in testFactoryWithImplicitBindings() 524 assertEquals(Color.GREEN, fiat.color); in testFactoryWithImplicitBindings() 901 Mustang mustang = (Mustang) factory.create(Color.GREEN); in testMethodInterceptorsOnAssistedTypes() 1192 Segway green = (Segway) carFactory.create(Color.GREEN); in testInjectingAndUsingInjector() 1193 assertSame(Color.GREEN, green.getColor()); in testInjectingAndUsingInjector() 1194 assertSame(Color.GREEN, green.getColor()); in testInjectingAndUsingInjector() 1199 assertSame(Color.GREEN, green.getColor()); in testInjectingAndUsingInjector()
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_bitblt.c | 21 static const struct efi_gop_pixel GREEN = { 0, 255, 0, 0}; variable 164 ellipse(x, y, 101, 31, 119, 49, GREEN, &pix); in setup() 166 ellipse(x, y, 141, 31, 159, 49, GREEN, &pix); in setup() 168 rectangle(x, y, 110, 31, 150, 50, GREEN, &pix); in setup()
|
/external/skia/resources/text/ |
D | emoji.txt | 6 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/linux-kselftest/tools/testing/selftests/futex/include/ |
D | logging.h | 36 #define GREEN '3', '2' macro 40 #define BRIGHT_GREEN ESC, BRIGHT, ';', GREEN, ESCEND
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/ |
D | XYLegendWidgetTest.java | 80 Color.RED, Color.GREEN, Color.BLUE, (PointLabelFormatter)null)); in testDoOnDraw() 92 plot.addSeries(s1, new BarFormatter(Color.RED, Color.GREEN)); in testDoOnDraw()
|
/external/wayland/tests/ |
D | test-runner.c | 258 #define GREEN "\033[32m" macro 413 stderr_set_color(success ? GREEN : RED); in main() 423 stderr_set_color(success ? GREEN : RED); in main()
|
/external/python/cpython3/Lib/test/ |
D | test_enum.py | 1772 GREEN = auto() variable in TestEnum.test_multiple_mixin.Color 1775 self.assertEqual(Color.GREEN.value, 2) 1781 GREEN = auto() variable in TestEnum.test_multiple_mixin.Color 1784 self.assertEqual(Color.GREEN.value, 2) 1790 GREEN = auto() variable in TestEnum.test_multiple_mixin.Color 1793 self.assertEqual(Color.GREEN.value, 2) 1799 GREEN = auto() variable in TestEnum.test_multiple_mixin.CoolColor 1802 self.assertEqual(CoolColor.GREEN.value, 2) 1808 GREEN = auto() variable in TestEnum.test_multiple_mixin.CoolerColor 1811 self.assertEqual(CoolerColor.GREEN.value, 2) [all …]
|
/external/clang/tools/diagtool/ |
D | TreeView.cpp | 77 setColor(llvm::raw_ostream::GREEN); in printGroup() 134 setColor(llvm::raw_ostream::GREEN); in showKey()
|
/external/u-boot/tools/buildman/ |
D | builder.py | 447 line = '\r' + self.col.Color(self.col.GREEN, '%5d' % ok) 854 color = self.col.RED if num > 0 else self.col.GREEN 925 color = self.col.RED if diff > 0 else self.col.GREEN 950 color = self.col.RED if diff > 0 else self.col.GREEN 1060 color = self.col.RED if avg_diff > 0 else self.col.GREEN 1189 col = self.col.GREEN 1230 self.col.GREEN) 1241 Print('\n'.join(better_err), colour=self.col.GREEN) 1439 Print('(no errors to report)', colour=self.col.GREEN)
|
/external/turbine/javatests/com/google/turbine/lower/testdata/ |
D | enum1.test | 5 RED, GREEN, BLUE
|
/external/iptables/ |
D | iptables-test.py | 36 GREEN = '\033[92m' variable in Colors 237 print filename + ": " + Colors.GREEN + "OK" + Colors.ENDC
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
D | LayoutManager.java | 48 anchorPaint.setColor(Color.GREEN); 50 outlinePaint.setColor(Color.GREEN);
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | SyntaxHighlighting.cpp | 26 case String: OS.changeColor(llvm::raw_ostream::GREEN); break; in WithColor()
|