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

  /external/lldb/test/pexpect-2.4/examples/
bd_serv.py 263 top_bot = '+' + '-'*cols + '+\n'
264 return top_bot + '\n'.join(['|'+line+'|' for line in s.split('\n')]) + '\n' + top_bot
cgishell.cgi 354 top_bot = '+' + '-'*cols + '+\n'
355 return top_bot + '\n'.join(['|'+line+'|' for line in s.split('\n')]) + '\n' + top_bot
  /external/chromium_org/third_party/pexpect/
screen.py 98 top_bot = '+' + '-'*self.cols + '+\n'
99 return top_bot + '\n'.join(['|'+line+'|' for line in str(self).split('\n')]) + '\n' + top_bot
  /external/lldb/test/pexpect-2.4/
screen.py 82 top_bot = '+' + '-'*self.cols + '+\n'
83 return top_bot + '\n'.join(['|'+line+'|' for line in str(self).split('\n')]) + '\n' + top_bot

Completed in 120 milliseconds