HomeSort by relevance Sort by last modified time
    Searched refs:black (Results 1 - 25 of 232) sorted by null

1 2 3 4 5 6 7 8 910

  /external/eigen/test/
runtest.sh 3 black='\E[30m'
13 echo -e $red Test $1 failed: $black
16 echo -e $black
19 echo -e $green Test $1 passed$black
  /external/eigen/blas/testing/
runblastest.sh 3 black='\E[30m'
21 echo -e $red Test $1 failed: $black
24 echo -e $black
29 echo -e $red "Test $1 failed (FATAL ERROR, read the file $1.summ for details)" $black
32 echo -e $black
37 echo -e $red "Test $1 failed (FAILED THE TESTS OF ERROR-EXITS, read the file $1.summ for details)" $black
40 echo -e $black
44 echo -e $green Test $1 passed$black
  /external/eigen/test/eigen2/
runtest.sh 3 black='\E[30m'
14 echo -e $red Test $1 failed: $black
17 echo -e $black
20 echo -e $green Test $1 passed$black
23 echo -e $red Build of target $1 failed: $black
26 echo -e $black
  /external/chromium_org/third_party/mesa/src/docs/
mesa.css 5 color: black;
12 color: black;
18 color: black;
24 color: black;
31 /*color: black;*/
  /external/mesa3d/docs/
mesa.css 5 color: black;
12 color: black;
18 color: black;
24 color: black;
31 /*color: black;*/
  /external/chromium_org/chrome/test/ispy/common/
ispy_utils_unittest.py 24 self.black = Image.new('RGBA', (25, 25), (0, 0, 0, 255))
31 self.ispy_utils.UploadImage('path/to/black.png', self.black)
36 self.assertEquals(self.bucket.datastore['path/to/black.png'],
37 image_tools.EncodePNG(self.black))
45 self.ispy_utils.UploadImage('path/to/black.png', self.black)
54 self.ispy_utils.DownloadImage('path/to/black.png')),
55 image_tools.EncodePNG(self.black))
72 self.ispy_utils.UpdateImage('path/to/image.png', self.black)
    [all...]
image_tools.py 43 mask: an optional mask image consisting of only black and white pixels
86 anywhere that the input images differ and a black pixel
93 an image of only black and white pixels where white pixels represent
133 black = (0, 0, 0, 255)
135 image = Image.new('RGBA', masks[0].size, black)
136 image.putdata([white if white in px_set else black
152 black = (0, 0, 0, 255)
154 image = Image.new('RGBA', diff.size, black)
155 image.putdata([black if px == white else white for px in diff_data])
166 the two images are white pixels, and everything else is black
    [all...]
  /cts/tools/signature-tools/templates/
Styles.st 11 a.discreet:link {color: black; text-decoration: none}
12 a.discreet:visited {color: black; text-decoration: none}
13 a.discreet:hover {color: black; text-decoration: underline;}
  /external/chromium_org/remoting/webapp/
connection_stats.css 10 border-top: 1px solid black;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_controller_pairing.css 18 border: 2px solid black;
  /external/chromium_org/chrome/browser/resources/sync_internals/
events.css 9 border: 1px black solid;
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 49 sendNotification(id, R.drawable.black);
54 sendNotification(id, R.drawable.black);
59 sendNotification(1, R.drawable.black);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
overviewGrid.css 31 background-color: black;
40 border-right: 1px solid black;
41 border-left: 1px solid black;
spectrum.css 68 background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0));
84 background: black;
91 border: 1px solid black;
  /external/chromium_org/chrome/browser/resources/chromeos/
salsa.css 41 border: 2px solid black;
46 border: 1px solid black;
  /external/chromium-trace/trace-viewer/src/ui/
value_bar.css 56 border-bottom: 1px solid black;
61 border-top: 1px solid black;
88 border-right: 1px solid black;
95 border-left: 1px solid black;
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
step.css 27 color: black;
  /external/chromium_org/chrome/browser/resources/memory_internals/
memory_internals.css 32 color: black;
  /external/chromium_org/chrome/browser/resources/ntp4/
guest_tab.css 25 color: black;
  /external/lldb/test/pexpect-2.4/examples/
chess.py 103 black = Chess() variable
111 black.do_first_move (move_white)
112 move_black = black.get_first_computer_move()
113 print 'first move black:', move_black
122 black.do_move (move_white)
123 move_black = black.get_computer_move()
124 print 'move black:', move_black
chess3.py 110 black = Chess() variable
118 black.do_first_move (move_white)
119 move_black = black.get_first_computer_move()
120 print 'first move black:', move_black
129 black.do_move (move_white)
130 move_black = black.get_computer_move()
131 print 'move black:', move_black
chess2.py 111 black = Chess() variable
118 white.wait ('Black')
122 black.do_move (move_white)
123 black.wait ('White')
124 move_black = black.get_computer_move()
125 LOG ( 'move black:'+ move_black )
  /external/chromium_org/ui/webui/resources/css/
menu.css 9 color: black;
36 color: black;
  /external/chromium-trace/trace-viewer/src/about_tracing/
tracing_controller.css 20 border: 1px solid black;
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls_draw_ball_as_image_with_shadow.js 15 canvasContext.shadowColor = 'black';

Completed in 519 milliseconds

1 2 3 4 5 6 7 8 910