HomeSort by relevance Sort by last modified time
    Searched refs:Chess (Results 1 - 3 of 3) sorted by null

  /external/lldb/test/pexpect-2.4/examples/
chess.py 14 class Chess:
20 self.child.expect ('Chess')
21 if self.child.after != 'Chess':
22 raise IOError, 'incompatible chess program'
80 white = Chess()
103 black = Chess()
104 white = Chess()
chess3.py 14 class Chess:
20 # self.child.expect ('Chess')
21 # if self.child.after != 'Chess':
22 # raise IOError, 'incompatible chess program'
81 white = Chess()
110 black = Chess()
111 white = Chess()
chess2.py 12 class Chess:
18 #self.child.expect ('Chess')
19 #if self.child.after != 'Chess':
20 # raise IOError, 'incompatible chess program'
111 black = Chess()
112 white = Chess()

Completed in 25 milliseconds