Searched refs:maxread (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/common_lib/ |
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 | 219 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env) 221 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile, cwd=cwd, env=env) 267 …def __init__(self, command, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None… argument 402 self.maxread = maxread # max bytes to read at one time into buffer 475 s.append('maxread: ' + str(self.maxread)) 1378 c = self.read_nonblocking (self.maxread, timeout) 1563 def setmaxread (self, maxread): argument
|
/external/elfutils/libdwfl/ |
D | linux-proc-maps.c | 326 size_t minread, size_t maxread) in INTDEF() 338 ssize_t nread = read (fd, data, maxread); in INTDEF() 352 size_t maxread),
|
D | elf-from-memory.c | 63 size_t maxread), in elf_from_remote_memory() argument
|