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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
rexec.py 57 class FileDelegate(FileBase):
375 self.delegate_stdin = FileDelegate(s, 'stdin')
376 self.delegate_stdout = FileDelegate(s, 'stdout')
377 self.delegate_stderr = FileDelegate(s, 'stderr')
  /prebuilts/gdb/linux-x86/lib/python2.7/
rexec.py 57 class FileDelegate(FileBase):
375 self.delegate_stdin = FileDelegate(s, 'stdin')
376 self.delegate_stdout = FileDelegate(s, 'stdout')
377 self.delegate_stderr = FileDelegate(s, 'stderr')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rexec.py 57 class FileDelegate(FileBase):
375 self.delegate_stdin = FileDelegate(s, 'stdin')
376 self.delegate_stdout = FileDelegate(s, 'stdout')
377 self.delegate_stderr = FileDelegate(s, 'stderr')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rexec.py 57 class FileDelegate(FileBase):
375 self.delegate_stdin = FileDelegate(s, 'stdin')
376 self.delegate_stdout = FileDelegate(s, 'stdout')
377 self.delegate_stderr = FileDelegate(s, 'stderr')

Completed in 3945 milliseconds