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

  /external/lldb/test/pexpect-2.4/examples/
chess.py 12 REGEX_MOVE_PART = '(?:[0-9]|\x1b\[C)(?:[a-z]|\x1b\[C)(?:[0-9]|\x1b\[C)'
62 self.child.expect (REGEX_MOVE_PART)
chess3.py 12 REGEX_MOVE_PART = '(?:[0-9]|\x1b\[C)(?:[a-z]|\x1b\[C)(?:[0-9]|\x1b\[C)'
63 self.child.expect (REGEX_MOVE_PART)

Completed in 124 milliseconds