Home
last modified time | relevance | path

Searched refs:white (Results 1 – 25 of 571) sorted by relevance

12345678910>>...23

/external/lldb/test/pexpect-2.4/examples/
Dchess3.py81 white = Chess() variable
82 white.do_move('b2b4')
83 white.read_until_cursor (19,60)
84 c1 = white.term.get_abs(17,58)
85 c2 = white.term.get_abs(17,59)
86 c3 = white.term.get_abs(17,60)
87 c4 = white.term.get_abs(17,61)
91 white.do_move('c2c4')
92 white.read_until_cursor (19,60)
93 c1 = white.term.get_abs(17,58)
[all …]
Dchess.py80 white = Chess() variable
81 white.child.echo = 1
82 white.child.expect ('Your move is')
83 white.set_depth(2)
84 white.switch()
86 move_white = white.get_first_computer_move()
89 white.do_move ('e7e5')
90 move_white = white.get_computer_move()
92 white.do_move ('f8c5')
93 move_white = white.get_computer_move()
[all …]
Dchess2.py112 white = Chess() variable
113 white.read_until_cursor (19,60,1)
114 white.switch()
118 white.wait ('Black')
119 move_white = white.get_computer_move(1)
127 white.do_move (move_black, 1)
/external/chromium_org/chrome/test/ispy/common/
Dispy_utils_unittest.py22 self.white = Image.new('RGBA', (25, 25), (255, 255, 255, 255))
30 self.ispy_utils.UploadImage('path/to/white.png', self.white)
35 image_tools.EncodePNG(self.white))
44 self.ispy_utils.UploadImage('path/to/white.png', self.white)
51 image_tools.EncodePNG(self.white))
69 self.ispy_utils.UploadImage('path/to/image.png', self.white)
71 image_tools.EncodePNG(self.white))
80 self.ispy_utils.GenerateExpectation('test', [self.white, self.black])
86 image_tools.EncodePNG(self.white))
89 image_tools.EncodePNG(self.white))
[all …]
Dimage_tools.py132 white = (255, 255, 255, 255)
136 image.putdata([white if white in px_set else black
151 white = (255, 255, 255, 255)
155 image.putdata([black if px == white else white for px in diff_data])
/external/chromium_org/webkit/data/test_shell/frames/iframe1_files/
Dtest.txt4 background : white;
11 background: white;
25 background : white;
44 background : white;
49 .new { color:white; background:red; font-weight:bold; font-size:90%; }
51 .priority1 { color:red; background:white; }
64 background : white;
100 background : white;
108 background : white;
111 h4,h5,h6 { color: #0050B2; background: white; font-weight: normal; }
[all …]
/external/chromium_org/third_party/skia/gm/
Dthinrects.cpp30 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()
Dlighting.cpp87 SkColor white(0xFFFFFFFF); in onDraw() local
95 …paint.setImageFilter(SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceSca… in onDraw()
98 …geFilter(SkLightingImageFilter::CreateDistantLitDiffuse(distantDirection, white, surfaceScale, kd,… in onDraw()
101 …CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd,… in onDraw()
106 …paint.setImageFilter(SkLightingImageFilter::CreatePointLitSpecular(pointLocation, white, surfaceSc… in onDraw()
109 …eFilter(SkLightingImageFilter::CreateDistantLitSpecular(distantDirection, white, surfaceScale, ks,… in onDraw()
112 …reateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks,… in onDraw()
/external/skia/gm/
Dthinrects.cpp30 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()
Dlighting.cpp87 SkColor white(0xFFFFFFFF); in onDraw() local
95 …paint.setImageFilter(SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceSca… in onDraw()
98 …geFilter(SkLightingImageFilter::CreateDistantLitDiffuse(distantDirection, white, surfaceScale, kd,… in onDraw()
101 …CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd,… in onDraw()
106 …paint.setImageFilter(SkLightingImageFilter::CreatePointLitSpecular(pointLocation, white, surfaceSc… in onDraw()
109 …eFilter(SkLightingImageFilter::CreateDistantLitSpecular(distantDirection, white, surfaceScale, ks,… in onDraw()
112 …reateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks,… in onDraw()
/external/lldb/www/
Dstyle.css17 border:1px solid white;
21 border:1px solid white;
27 border:1px solid white;
42 color: white;
104 background-color: white;
105 background: white;
106 color: white;
138 color: white;
152 color: white;
/external/chromium_org/chrome/common/extensions/docs/static/css/
Dprint.css6 white-space: pre-wrap; /* css-3 */
7 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
8 white-space: -pre-wrap; /* Opera 4-6 */
9 white-space: -o-pre-wrap; /* Opera 7 */
/external/chromium_org/chrome/browser/resources/chromeos/
Dprovided_file_systems.css16 background-color: white;
120 color: white;
129 color: white;
140 color: white;
146 color: white;
157 color: white;
163 color: white;
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
Dbubble.css18 border-bottom-color: white;
23 border-left-color: white;
28 border-top-color: white;
33 border-right-color: white;
Dstep.css8 background: white;
23 color: white;
26 .step button.white-button {
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp380 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in genColorString() local
385 if (p == white) return "(white)"; in genColorString()
1486 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in init() local
1496 ….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()
1499 …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()
1502 …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()
1503 …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()
1508 …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()
1511 …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()
1514 …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/gles3/functional/
Des3fClippingTests.cpp383 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in genColorString() local
388 if (p == white) return "(white)"; in genColorString()
1490 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in init() local
1500 ….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()
1503 …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()
1506 …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()
1507 …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()
1512 …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()
1515 …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()
1518 …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/chromium_org/chrome/browser/resources/
Dset_as_default_browser.css26 background: white;
27 background-color: white;
103 -webkit-box-shadow: inset 0 0 0 1px white;
114 -webkit-box-shadow: inset 0 0 0 1px white, 0 1px 1px rgba(0, 0, 0, 0.1);
123 color: white;
132 color: white;
140 color: white;
Dsync_setup_overlay.css69 background-color: white;
136 background: white;
163 background: white;
203 background: white;
295 color: white;
313 color: white;
317 -webkit-box-shadow: inset 0 0 0 1px white;
329 -webkit-box-shadow: inset 0 0 0 1px white, 0 1px 1px rgba(0, 0, 0, 0.1);
338 color: white;
348 background-color: white;
[all …]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
Dstyles.css41 color: white;
60 background: -webkit-linear-gradient(#aaa, white);
89 color: white;
97 background-color: white;
156 color: white;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DinspectorCommon.css130 white-space: nowrap;
144 background-color: white;
183 box-shadow: white 1px 0 0, white -1px 0 0, white 0 1px 0, white 0 -1px 0;
236 white-space: nowrap;
DdataGrid.css75 …background-image: linear-gradient(to bottom, white, white 50%, rgb(234, 243, 255) 50%, rgb(234, 24…
94 white-space: nowrap;
124 white-space: nowrap;
226 color: white;
230 color: white;
234 background-color: white;
239 background-color: white;
/external/chromium_org/tools/sheriffing/
Dstyle.css12 background-color: white;
30 background-color: white;
40 background-color: white;
50 white-space: nowrap;
114 background: white;
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
Dmain.css104 color: white;
111 color: white;
184 border-top: 2px solid white;
185 border-bottom: 2px solid white;
220 color: white;
232 color: white;
244 color: white;
256 color: white;
268 color: white;
316 background-color: white;
/external/chromium_org/chrome/browser/resources/login/
Dbubble.css10 background: white;
77 border-color: white transparent transparent transparent;
91 border-color: transparent white transparent transparent;
97 border-color: transparent transparent white transparent;
111 border-color: transparent transparent transparent white;

12345678910>>...23