/external/lldb/test/pexpect-2.4/ |
D | fdpexpect.py | 18 def __init__ (self, fd, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None): argument 40 spawn.__init__(self, None, args, timeout, maxread, searchwindowsize, logfile)
|
D | pxssh.py | 73 …def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=N… argument 74 …spawn.__init__(self, None, timeout=timeout, maxread=maxread, searchwindowsize=searchwindowsize, lo…
|
D | pexpect.py | 220 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env) 222 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile, cwd=cwd, env=env) 268 …def __init__(self, command, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None… argument 403 self.maxread = maxread # max bytes to read at one time into buffer 476 s.append('maxread: ' + str(self.maxread)) 1383 c = self.read_nonblocking (self.maxread, timeout) 1568 def setmaxread (self, maxread): argument
|
/external/chromium_org/third_party/pexpect/ |
D | fdpexpect.py | 34 def __init__ (self, fd, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None): argument 56 spawn.__init__(self, None, args, timeout, maxread, searchwindowsize, logfile)
|
D | pxssh.py | 90 …def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=N… argument 92 …spawn.__init__(self, None, timeout=timeout, maxread=maxread, searchwindowsize=searchwindowsize, lo…
|
D | pexpect.py | 229 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env) 231 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile, 282 def __init__(self, command, args=[], timeout=30, maxread=2000, argument 423 self.maxread = maxread 504 s.append('maxread: ' + str(self.maxread)) 1457 c = self.read_nonblocking(self.maxread, timeout) 1652 def setmaxread(self, maxread): argument
|
/external/elfutils/0.153/libdwfl/ |
D | linux-proc-maps.c | 278 size_t minread, size_t maxread) in INTDEF() 281 ssize_t nread = pread64 (fd, data, maxread, (off64_t) address); in INTDEF() 296 size_t maxread),
|
D | elf-from-memory.c | 80 size_t maxread), in elf_from_remote_memory() argument
|