Searched refs:move_white (Results 1 - 3 of 3) sorted by relevance

/external/lldb/test/pexpect-2.4/examples/
H A Dchess.py86 move_white = white.get_first_computer_move() variable
87 print 'first move white:', move_white
90 move_white = white.get_computer_move() variable
91 print 'move white:', move_white
93 move_white = white.get_computer_move() variable
94 print 'move white:', move_white
96 move_white = white.get_computer_move() variable
97 print 'move white:', move_white
108 move_white = white.get_first_computer_move() variable
109 print 'first move white:', move_white
[all...]
H A Dchess3.py103 #move_white = white.get_computer_move()
104 #print 'move white:', move_white
115 move_white = white.get_first_computer_move() variable
116 print 'first move white:', move_white
118 black.do_first_move (move_white)
126 move_white = white.get_computer_move()
127 print 'move white:', move_white
129 black.do_move (move_white)
H A Dchess2.py119 move_white = white.get_computer_move(1) variable
120 LOG ( 'move white:'+ move_white )
122 black.do_move (move_white)

Completed in 862 milliseconds