/external/ImageMagick/MagickCore/ |
D | colorspace-private.h | 49 yellow; in ConvertRGBToCMYK() local 72 yellow=(MagickRealType) (1.0-blue); in ConvertRGBToCMYK() 76 if (yellow < black) in ConvertRGBToCMYK() 77 black=yellow; in ConvertRGBToCMYK() 80 yellow=(MagickRealType) ((yellow-black)/(1.0-black)); in ConvertRGBToCMYK() 84 pixel->blue=QuantumRange*yellow; in ConvertRGBToCMYK()
|
/external/scapy/scapy/ |
D | themes.py | 131 style_opening = Color.yellow 141 style_id = Color.yellow+Color.bold 143 style_field_name = Color.yellow+Color.bold 145 style_emph_field_name = Color.yellow+Color.bold 148 style_packetlist_proto = Color.yellow+Color.bold 161 style_prompt = Color.yellow+Color.bold 166 style_field_name = Color.yellow+Color.bold 171 style_packetlist_proto = Color.yellow+Color.bold 175 style_even = Color.yellow 177 style_left = Color.yellow+Color.invert [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fClippingTests.cpp | 384 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in genColorString() local 389 if (p == yellow) return "(yellow)"; in genColorString() 1455 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in init() local 1459 {tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), red, tcu::Vec4( 1.3f, 1.0f, 2.0f, 1.0f), yellow }, in init() 1461 {tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), red, tcu::Vec4(-1.0f, -1.0f, -2.0f, 1.0f), yellow }, in init() 1508 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in init() local 1564 …{tcu::Vec4(-0.2f, -0.3f, 0.0f, 1.0f), red, tcu::Vec4( 0.2f, -0.3f, 0.0f, 1.0f), yellow, tcu::… in init() 1567 …{tcu::Vec4( 0.6f, 1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, 0.6f, 0.0f, 1.0f), yellow, tcu::V… in init() 1570 …{tcu::Vec4( 0.6f, -1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, -0.6f, 0.0f, 1.0f), yellow, 16.0f*… in init() 1573 …{tcu::Vec4(-0.9f, large/4, large, 1.0f), red, tcu::Vec4(-0.5f, -large/4, -large, 1.0f), yellow, … in init() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fClippingTests.cpp | 381 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in genColorString() local 386 if (p == yellow) return "(yellow)"; in genColorString() 1451 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in init() local 1455 {tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), red, tcu::Vec4( 1.3f, 1.0f, 2.0f, 1.0f), yellow }, in init() 1457 {tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), red, tcu::Vec4(-1.0f, -1.0f, -2.0f, 1.0f), yellow }, in init() 1504 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in init() local 1560 …{tcu::Vec4(-0.2f, -0.3f, 0.0f, 1.0f), red, tcu::Vec4( 0.2f, -0.3f, 0.0f, 1.0f), yellow, tcu::… in init() 1563 …{tcu::Vec4( 0.6f, 1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, 0.6f, 0.0f, 1.0f), yellow, tcu::V… in init() 1566 …{tcu::Vec4( 0.6f, -1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, -0.6f, 0.0f, 1.0f), yellow, 16.0f*… in init() 1569 …{tcu::Vec4(-0.9f, large/4, large, 1.0f), red, tcu::Vec4(-0.5f, -large/4, -large, 1.0f), yellow, … in init() [all …]
|
/external/libcxx/test/std/utilities/function.objects/unord.hash/ |
D | enum.pass.cpp | 24 enum class Colors { red, orange, yellow, green, blue, indigo, violet }; enumerator 26 enum class LongColors : short { red, orange, yellow, green, blue, indigo, violet }; enumerator 27 enum class ShortColors : long { red, orange, yellow, green, blue, indigo, violet }; enumerator 28 enum class EightBitColors : uint8_t { red, orange, yellow, green, blue, indigo, violet }; enumerator
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | print.cpp | 29 clr::yellow::operator const char*() { return "\x1b[33m"; } in operator const char*() 88 clr::yellow::operator const char*() { in operator const char*() 120 clr::yellow::operator const char*() { return ""; } in operator const char*()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | print.cpp | 29 clr::yellow::operator const char*() { return "\x1b[33m"; } in operator const char*() 88 clr::yellow::operator const char*() { in operator const char*() 120 clr::yellow::operator const char*() { return ""; } in operator const char*()
|
/external/skqp/gm/ |
D | shapes_as_paths.cpp | 71 SkPMColor yellow = SkPackARGB32(0xFF, 0xFF, 0xFF, 0x00); in draw_diff() local 72 *highlight.getAddr32(maxDiffX, maxDiffY) = yellow; in draw_diff() 73 *highlight.getAddr32(SkTMax(maxDiffX - 1, 0), maxDiffY) = yellow; in draw_diff() 74 *highlight.getAddr32(maxDiffX, SkTMax(maxDiffY - 1, 0)) = yellow; in draw_diff() 75 *highlight.getAddr32(SkTMin(maxDiffX + 1, w - 1), maxDiffY) = yellow; in draw_diff() 76 *highlight.getAddr32(maxDiffX, SkTMin(maxDiffY + 1, h - 1)) = yellow; in draw_diff()
|
/external/skia/gm/ |
D | shapes_as_paths.cpp | 72 SkPMColor yellow = SkPackARGB32(0xFF, 0xFF, 0xFF, 0x00); in draw_diff() local 73 *highlight.getAddr32(maxDiffX, maxDiffY) = yellow; in draw_diff() 74 *highlight.getAddr32(SkTMax(maxDiffX - 1, 0), maxDiffY) = yellow; in draw_diff() 75 *highlight.getAddr32(maxDiffX, SkTMax(maxDiffY - 1, 0)) = yellow; in draw_diff() 76 *highlight.getAddr32(SkTMin(maxDiffX + 1, w - 1), maxDiffY) = yellow; in draw_diff() 77 *highlight.getAddr32(maxDiffX, SkTMin(maxDiffY + 1, h - 1)) = yellow; in draw_diff()
|
/external/adeb/utils/ |
D | support | 92 echo -e "${yellow}$NOW - WARNING: on or near line ${parent_lineno}: ${message}${nocol}" 96 echo -e "${yellow}$NOW - WARNING : ${message}${nocol}" 171 yellow='\e[1;33m'
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/ |
D | VerifierAppFrame.java | 265 pass2TextPane.setBackground(Color.yellow); in verify() 268 pass3aTextPane.setBackground(Color.yellow); in verify() 271 pass3bTextPane.setBackground(Color.yellow); in verify() 280 pass3aTextPane.setBackground(Color.yellow); in verify() 283 pass3bTextPane.setBackground(Color.yellow); in verify() 307 messagesTextPane.setBackground(msgs.length == 0 ? Color.green : Color.yellow); in verify() 356 pass3aTextPane.setBackground(all3aok ? Color.green : (rejected ? Color.red : Color.yellow)); in pass3aJList_valueChanged() 387 pass3bTextPane.setBackground(all3bok ? Color.green : (rejected ? Color.red : Color.yellow)); in pass3bJList_valueChanged()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/ |
D | run_tests.py | 116 term.yellow("---> %s" % (dirname[strip:],)) 123 term.yellow("<--- %s" % (dirname[strip:],)) 138 term.write = term.green = term.red = term.yellow = \
|
/external/selinux/mcstrans/share/examples/urcsts-via-include/ |
D | secolor.conf | 4 color yellow = #ffff00 20 range s15:c0.c1023 = black yellow
|
/external/selinux/mcstrans/share/examples/urcsts/ |
D | secolor.conf | 4 color yellow = #ffff00 20 range s15:c0.c1023 = black yellow
|
/external/vboot_reference/tests/futility/ |
D | run_test_scripts.sh | 22 yellow "Assuming BUILD=$BUILD" 27 yellow "Assuming SRCDIR=$SRCDIR"
|
/external/ImageMagick/PerlMagick/demo/ |
D | piddle.pl | 51 $image->Draw(primitive=>'line',points=>'200,260 200,200',stroke=>yellow, 53 $image->Draw(primitive=>'line',points=>'200,200 260,200',stroke=>yellow,
|
/external/python/cpython2/Doc/tools/ |
D | susp-ignored.csv | 16 howto/curses,,:black,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and" 17 howto/curses,,:blue,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and" 18 howto/curses,,:cyan,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and" 19 howto/curses,,:green,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and" 20 howto/curses,,:magenta,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and" 21 howto/curses,,:red,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and" 23 howto/curses,,:yellow,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
|
/external/python/cpython2/Tools/pynche/X/ |
D | rgb.txt | 138 173 255 47 green yellow 142 154 205 50 yellow green 153 250 250 210 light goldenrod yellow 155 255 255 224 light yellow 157 255 255 0 yellow
|
/external/python/cpython3/Tools/pynche/X/ |
D | rgb.txt | 138 173 255 47 green yellow 142 154 205 50 yellow green 153 250 250 210 light goldenrod yellow 155 255 255 224 light yellow 157 255 255 0 yellow
|
/external/libnl/doc/stylesheets/ |
D | docbook-xsl.css | 298 span.yellow { color: yellow; } 315 span.yellow-background { background: yellow; }
|
D | asciidoc.css | 300 background: yellow; 388 span.yellow { color: yellow; } 405 span.yellow-background { background: yellow; }
|
/external/python/cpython2/Demo/newmetaclasses/ |
D | Enum.py | 109 yellow = 5 variable in _test.ExtendedColor 151 yellow = 5 variable in _test2.ExtendedColor
|
/external/libnl/python/netlink/ |
D | util.py | 33 def yellow(t): function 52 return yellow(t)
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-10-15.data | 1 - sun: yellow
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/term/ |
D | __init__.py | 28 from _setup.term._term import terminfo, write, green, red, yellow, announce
|