/external/autotest/client/site_tests/power_Display/ |
D | control.cabc | 15 CABC_PAGES = ['white', 'black', 16 'white', 'grey10', 17 'white', 'grey20', 18 'white', 'grey30', 19 'white', 'grey40', 20 'white', 'grey50', 21 'white', 'checker1', 22 'white', 'checker90', 23 'white', 'checker80', 24 'white', 'checker70', [all …]
|
D | control.cabc_max_brightness | 16 CABC_PAGES = ['white', 'black', 17 'white', 'grey10', 18 'white', 'grey20', 19 'white', 'grey30', 20 'white', 'grey40', 21 'white', 'grey50', 22 'white', 'checker1', 23 'white', 'checker90', 24 'white', 'checker80', 25 'white', 'checker70', [all …]
|
/external/ImageMagick/www/source/ |
D | piechart.mvg | 13 fill 'white' 25 fill 'white' 31 fill 'white' 49 fill 'white' 55 fill 'white' 73 fill 'white' 79 fill 'white' 97 fill 'white' 103 fill 'white' 121 fill 'white' [all …]
|
/external/libopus/doc/ |
D | opus_in_isobmff.css | 14 white-space: pre; /* CSS 2.0 */ 15 white-space: pre-wrap; /* CSS 2.1 */ 16 white-space: -pre-wrap; /* Opera 4-6 */ 17 white-space: -o-pre-wrap; /* Opera 7 */ 18 white-space: -moz-pre-wrap; /* Mozilla */ 19 white-space: -hp-pre-wrap; /* HP Printers */ 31 white-space : pre;
|
/external/python/cpython3/Doc/tools/pydoctheme/ |
D | theme.conf | 9 footerbgcolor = white 11 relbarbgcolor = white 14 sidebarbgcolor = white 17 bgcolor = white 22 headbgcolor = white
|
/external/skia/gm/ |
D | thinrects.cpp | 30 SkPaint white; in onDraw() local 31 white.setColor(SK_ColorWHITE); in onDraw() 32 white.setAntiAlias(true); in onDraw() 41 DrawVertRects(canvas, white); in onDraw() 49 DrawHorizRects(canvas, white); in onDraw() 58 DrawSquares(canvas, white); in onDraw()
|
D | lighting.cpp | 85 SkColor white(0xFFFFFFFF); in onDraw() local 97 white, in onDraw() 105 white, in onDraw() 116 white, in onDraw() 126 white, in onDraw() 135 white, in onDraw() 147 white, in onDraw()
|
/external/skqp/gm/ |
D | thinrects.cpp | 30 SkPaint white; in onDraw() local 31 white.setColor(SK_ColorWHITE); in onDraw() 32 white.setAntiAlias(true); in onDraw() 41 DrawVertRects(canvas, white); in onDraw() 49 DrawHorizRects(canvas, white); in onDraw() 58 DrawSquares(canvas, white); in onDraw()
|
D | lighting.cpp | 85 SkColor white(0xFFFFFFFF); in onDraw() local 97 white, in onDraw() 105 white, in onDraw() 116 white, in onDraw() 126 white, in onDraw() 135 white, in onDraw() 147 white, in onDraw()
|
/external/autotest/frontend/client/src/autotest/public/ |
D | afeclient.css | 94 color: white; 100 color: white; 110 background: white; 117 background: white; 164 color: white; 181 background: white; 244 white-space: nowrap; 269 background: white; 296 white-space: pre; 323 white-space: nowrap; [all …]
|
D | standard.css | 10 background: white; 46 background: white; 50 background: white; 55 background: white; 147 background: white;
|
/external/u-boot/arch/mips/dts/ |
D | sfr,nb4-ser.dts | 26 label = "NB4-SER:white:traffic"; 36 label = "NB4-SER:white:wifi"; 67 label = "NB4-SER:white:alarm"; 73 label = "NB4-SER:white:tv"; 79 label = "NB4-SER:white:tel"; 85 label = "NB4-SER:white:adsl";
|
/external/google-fruit/extras/doc/ |
D | common-header.tex | 26 \pagecolor{white} % White background instead of transparent 29 \tikzumlset{fill component=white} 30 \tikzumlset{fill port=white} 31 \tikzumlset{fill assembly connector=white} 34 {\fcolorbox{lightgray}{white}}%
|
/external/ImageMagick/www/Magick++/ |
D | magick.css | 2 background: white; 37 color: white; 71 background: white; 89 background: white; 165 background-color: white; /* #f5f5f5; */ 245 background: white; 366 white-space: pre; 372 white-space: nowrap; 376 color: white; 391 white-space: nowrap; [all …]
|
/external/walt/docs/ |
D | ScreenLatency.md | 3 WALT can detect when screen changes color between white and black using a photodiode. 11 …d may look very different depending on the direction - from black to white or white to black. More… 13 …tness as a function of time during transition from black to white (blue line) and from white to bl… 22 Black to white: 47.3 ms (N=50) 31 | Device | OS version | Blk->white [ms]| White->blk [ms]| Average [ms] |
|
/external/u-boot/arch/arm/dts/ |
D | kirkwood-goflexnet.dts | 98 label = "status:white:left0"; 102 label = "status:white:left1"; 106 label = "status:white:left2"; 110 label = "status:white:left3"; 114 label = "status:white:right0"; 118 label = "status:white:right1"; 122 label = "status:white:right2"; 126 label = "status:white:right3";
|
D | kirkwood-dns325.dts | 27 white-power { 28 label = "dns325:white:power"; 32 white-usb { 33 label = "dns325:white:usb";
|
/external/deqp/modules/gles3/functional/ |
D | es3fClippingTests.cpp | 382 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in genColorString() local 387 if (p == white) return "(white)"; in genColorString() 1506 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in init() local 1516 ….8f, -0.2f, 0.0f, 1.0f), white, tcu::Vec4(-0.8f, 0.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.3f, … in init() 1519 …0.6f, -1.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.2f, -0.6f, 0.0f, 1.0f), white, tcu::Vec4(-0.6f, … in init() 1522 …1.1f, 0.6f, 0.0f, 1.0f), white, tcu::Vec4(-1.1f, 1.1f, 0.0f, 1.0f), white, tcu::Vec4(-0.6f, … in init() 1523 …0.8f, 1.1f, 0.0f, 1.0f), white, tcu::Vec4( 0.95f,-1.1f, 0.0f, 1.0f), white, tcu::Vec4( 3.0f, … in init() 1528 …0.2f, 0.7f, 0.0f, 1.0f), white, tcu::Vec4( 0.2f, 0.7f, 0.0f, 1.0f), white, tcu::Vec4( 0.0f, … in init() 1531 …0.9f, 0.4f, -1.5f, 1.0f), white, tcu::Vec4( 0.9f, -0.4f, -1.5f, 1.0f), white, tcu::Vec4( 0.6f, … in init() 1534 …0.9f, 0.6f, -2.0f, 1.0f), white, tcu::Vec4(-0.9f, -0.6f, -2.0f, 1.0f), white, tcu::Vec4(-0.4f, … in init() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fClippingTests.cpp | 379 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in genColorString() local 384 if (p == white) return "(white)"; in genColorString() 1502 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in init() local 1512 ….8f, -0.2f, 0.0f, 1.0f), white, tcu::Vec4(-0.8f, 0.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.3f, … in init() 1515 …0.6f, -1.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.2f, -0.6f, 0.0f, 1.0f), white, tcu::Vec4(-0.6f, … in init() 1518 …1.1f, 0.6f, 0.0f, 1.0f), white, tcu::Vec4(-1.1f, 1.1f, 0.0f, 1.0f), white, tcu::Vec4(-0.6f, … in init() 1519 …0.8f, 1.1f, 0.0f, 1.0f), white, tcu::Vec4( 0.95f,-1.1f, 0.0f, 1.0f), white, tcu::Vec4( 3.0f, … in init() 1524 …0.2f, 0.7f, 0.0f, 1.0f), white, tcu::Vec4( 0.2f, 0.7f, 0.0f, 1.0f), white, tcu::Vec4( 0.0f, … in init() 1527 …0.9f, 0.4f, -1.5f, 1.0f), white, tcu::Vec4( 0.9f, -0.4f, -1.5f, 1.0f), white, tcu::Vec4( 0.6f, … in init() 1530 …0.9f, 0.6f, -2.0f, 1.0f), white, tcu::Vec4(-0.9f, -0.6f, -2.0f, 1.0f), white, tcu::Vec4(-0.4f, … in init() [all …]
|
/external/python/cpython2/Demo/newmetaclasses/ |
D | Enum.py | 107 white = 0 variable in _test.ExtendedColor 119 white = 4 variable in _test.OtherColor 126 print MergedColor.white 149 white = 0 variable in _test2.ExtendedColor 161 white = 4 variable in _test2.OtherColor 168 print MergedColor.white
|
/external/skia/tools/doxygen/ |
D | customdoxygen.css | 22 --white: rgb(254,254,254); 23 --dark-white: rgb(240,240,240); 57 color: var(--white); 62 color: var(--white); 75 background-color: var(--dark-white); 79 background-color: var(--dark-white); 98 color: var(--white);
|
/external/libxkbcommon/xkbcommon/test/data/keymaps/ |
D | quartz.xkb | 804 baseColor= "white"; 888 { <FK01>, "NORM", 20, color="white" }, 889 { <FK02>, "NORM", 1, color="white" }, 890 { <FK03>, "NORM", 1, color="white" }, 891 { <FK04>, "NORM", 1, color="white" }, 892 { <FK05>, "NORM", 11, color="white" }, 893 { <FK06>, "NORM", 1, color="white" }, 894 { <FK07>, "NORM", 1, color="white" }, 895 { <FK08>, "NORM", 1, color="white" }, 896 { <FK09>, "NORM", 11, color="white" }, [all …]
|
/external/deqp-deps/glslang/Test/ |
D | validate-shaders.sh | 188 declare -r white="\e[1;37m" cyan="\e[1;36m" red="\e[0;31m" no_color="\e[0m" 190 declare -r white="" cyan="" red="" no_color="" 214 …$opt_terse && printf "\r[%-3d/%-3d : ${white}comperr=%-3d ${red}valerr=%-3d ${cyan}ok=%-3d${no_col… 251 $opt_stat_comperr && status "$test" "${white}COMP ERROR${no_color}" 260 $opt_summary && printf "\nSummary: ${white}${count_nocomp} compile errors${no_color}, ${red}${count…
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.always-discard2.frag.out | 13 Name 9 "white" 43 9(white): 8(ptr) Variable Function 48 Store 9(white) 11 50 16: 7(fvec4) Load 9(white)
|
D | spv.always-discard.frag.out | 13 Name 9 "white" 49 9(white): 8(ptr) Variable Function 55 Store 9(white) 11 57 16: 7(fvec4) Load 9(white)
|