HomeSort by relevance Sort by last modified time
    Searched refs:readline (Results 126 - 150 of 366) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailcap.py 64 line = fp.readline()
72 nextline = fp.readline()
quopri.py 45 'input' and 'output' are files with readline() and write() methods.
71 line = input.readline()
75 # Strip off any readline induced trailing newline
118 'input' and 'output' are files with readline() and write() methods.
129 line = input.readline()
nntplib.py 203 line = self.file.readline()
560 line = f.readline()
584 line = f.readline()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_defaultdict.py 89 self.assertEqual(f.readline(), repr(d1) + "\n")
90 self.assertEqual(f.readline(), repr(d2) + "\n")
test_poll.py 129 line = p.readline()
135 line = p.readline()
test_cgi.py 202 # FieldStorage uses readline, which has the capacity to read all
203 # contents of the input file into memory; we use readline's size argument
211 def readline(self, size=None): member in class:CgiTests.test_fieldstorage_readline.TestReadlineFile
214 return self.file.readline(size)
216 return self.file.readline()
230 # if we're not chunking properly, readline is only called twice
  /external/grub/stage2/
char_io.c 273 int echo_char, int readline)
561 /* If READLINE is non-zero, handle readline-like key bindings. */
562 if (readline)
724 functional if READLINE is zero, as the cursor cannot go
768 /* If the readline-like feature is turned on and CMDLINE is not
770 if (readline && lpos < llen)
786 int echo_char, int readline)
841 ret = real_get_cmdline (prompt, cmdline, maxlen, echo_char, readline);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 710 sys.stdin.readline()
718 sys.stdin.readline()
728 sys.stdin.readline()
738 sys.stdin.readline()
745 sys.stdin.readline()
752 sys.stdin.readline()
759 sys.stdin.readline()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 203 line = self.file.readline()
560 line = f.readline()
584 line = f.readline()
getpass.py 123 # GNU readline history.
132 # NOTE: The Python C API calls flockfile() (and unlock) during readline.
133 line = input.readline()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 202 # FieldStorage uses readline, which has the capacity to read all
203 # contents of the input file into memory; we use readline's size argument
211 def readline(self, size=None): member in class:CgiTests.test_fieldstorage_readline.TestReadlineFile
214 return self.file.readline(size)
216 return self.file.readline()
230 # if we're not chunking properly, readline is only called twice
  /development/tools/axl/
chewie.py 74 line = f.readline()
  /external/chromium/testing/gtest/scripts/
fuse_gtest_files.py 124 answer = sys.stdin.readline().strip()
  /external/chromium_org/build/android/
adb_logcat_printer.py 131 monitor_pid = int(f.readline())
  /external/chromium_org/chrome/test/functional/media/
cns_test_base.py 163 line = self._process.stderr.readline()
media_jerky.py 101 line = process.stdout.readline()
  /external/chromium_org/testing/gtest/scripts/
fuse_gtest_files.py 124 answer = sys.stdin.readline().strip()
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
action_derivedsourcesallinone.py 178 idl_file_names.append(process.stdout.readline().rstrip())
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader_multipart.py 82 boundary = f.readline().strip()[2:]
  /external/chromium_org/tools/python/google/
platform_utils_win.py 54 return _cygpath_proc.stdout.readline().rstrip()
  /external/chromium_org/tools/telemetry/telemetry/core/
temporary_http_server.py 40 m = port_re.match(self._server.stdout.readline())
  /external/gtest/scripts/
fuse_gtest_files.py 124 answer = sys.stdin.readline().strip()
  /external/libvpx/libvpx/tools/
diff.py 80 line = stream.readline()
  /external/protobuf/gtest/scripts/
fuse_gtest_files.py 124 answer = sys.stdin.readline().strip()
  /frameworks/compile/slang/tests/
test.py 53 line = f.readline()

Completed in 761 milliseconds

1 2 3 4 56 7 8 91011>>