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

  /external/autotest/client/common_lib/
pxssh.py 73 def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=None):
74 spawn.__init__(self, None, timeout=timeout, maxread=maxread, searchwindowsize=searchwindowsize, logfile=logfile, cwd=cwd, env=env)
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, cwd=None, env=None):
302 The maxread attribute sets the read buffer size. This is maximum number
304 the maxread size to 1 will turn off buffering. Setting the maxread
402 self.maxread = maxread # max bytes to read at one time into buffer
403 self.buffer = '' # This is the read buffer. See maxread.
475 s.append('maxread: ' + str(self.maxread)
    [all...]
  /external/elfutils/libdwfl/
linux-proc-maps.c 318 size_t minread, size_t maxread)
330 ssize_t nread = read (fd, data, maxread);
344 size_t maxread),
elf-from-memory.c 48 MAXREAD bytes from the remote memory at target address ADDRESS into the
63 size_t maxread),

Completed in 81 milliseconds