Home
last modified time | relevance | path

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

/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dpopen_spawn.py21 def __init__(self, cmd, timeout=30, maxread=2000, searchwindowsize=None, argument
24 super(PopenSpawn, self).__init__(timeout=timeout, maxread=maxread,
Drun.py96 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env,
99 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile,
Dfdpexpect.py36 def __init__ (self, fd, args=None, timeout=30, maxread=2000, searchwindowsize=None, argument
55 SpawnBase.__init__(self, timeout, maxread, searchwindowsize, logfile,
Dpxssh.py118 def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, argument
123 spawn.__init__(self, None, timeout=timeout, maxread=maxread,
Dspawnbase.py33 def __init__(self, timeout=30, maxread=2000, searchwindowsize=None, argument
60 self.maxread = maxread
Dpty_spawn.py36 def __init__(self, command, args=[], timeout=30, maxread=2000, argument
189 … super(spawn, self).__init__(timeout=timeout, maxread=maxread, searchwindowsize=searchwindowsize,
231 s.append('maxread: ' + str(self.maxread))
Dexpect.py111 incoming = spawn.read_nonblocking(spawn.maxread, timeout)
/external/autotest/client/common_lib/
Dpxssh.py81 …def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=N… argument
82 …spawn.__init__(self, None, timeout=timeout, maxread=maxread, searchwindowsize=searchwindowsize, lo…
Dpexpect.py228 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env)
230 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile, cwd=cwd, env=env)
276 …def __init__(self, command, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None… argument
411 self.maxread = maxread # max bytes to read at one time into buffer
484 s.append('maxread: ' + str(self.maxread))
1387 c = self.read_nonblocking (self.maxread, timeout)
1572 def setmaxread (self, maxread): argument
/external/elfutils/libdwfl/
Dlinux-proc-maps.c326 size_t minread, size_t maxread) in INTDEF()
338 ssize_t nread = read (fd, data, maxread); in INTDEF()
352 size_t maxread),
Delf-from-memory.c63 size_t maxread), in elf_from_remote_memory() argument