Home
last modified time | relevance | path

Searched refs:maxread (Results 1 – 8 of 8) sorted by relevance

/external/lldb/test/pexpect-2.4/
Dfdpexpect.py18 def __init__ (self, fd, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None): argument
40 spawn.__init__(self, None, args, timeout, maxread, searchwindowsize, logfile)
Dpxssh.py73 …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…
Dpexpect.py220 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/
Dfdpexpect.py34 def __init__ (self, fd, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None): argument
56 spawn.__init__(self, None, args, timeout, maxread, searchwindowsize, logfile)
Dpxssh.py90 …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…
Dpexpect.py229 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/
Dlinux-proc-maps.c278 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),
Delf-from-memory.c80 size_t maxread), in elf_from_remote_memory() argument