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

1 2 3 4 56 7 8 9

  /external/skia/bench/
bench_analyze.py 97 lines = urllib.urlopen(INPUT_URL_TEMPLATE % page).readlines()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 208 for line in os.popen(cmd).readlines():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 90 block = f.readlines(100000)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 205 info = open('/var/adm/inst-log/info').readlines()
222 info = open('/etc/.installed').readlines()
396 def readlines(self): member in class:_popen
399 return self.pipe.readlines()
    [all...]
fileinput.py 69 speed-up has been obtained by using readlines(bufsize) instead of
78 - read(), read(size), even readlines()
346 self._buffer = self._file.readlines(self._bufsize)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file2k.py 117 'readline', 'readlines', 'seek', 'tell', 'truncate',
161 for attr in ['read', 'readline', 'readlines']:
329 methods = [("readline", ()), ("read", ()), ("readlines", ()),
394 lines = f.readlines()
396 self.fail("readlines() after next() with supposedly empty "
399 self.fail("readlines() after next() with empty buffer "
410 f.readlines()
579 self.f.readlines()
707 """file.readlines must handle signals and not lose data."""
711 'lines = infile.readlines() ;'
    [all...]
test_urllibnet.py 63 for attr in ("read", "readline", "readlines", "fileno", "close",
73 # Test both readline and readlines.
78 self.assertIsInstance(open_url.readlines(), list,
79 "readlines did not return a list")
test_gdb.py 573 gdb_repr, gdb_output = self.get_gdb_repr('import sys; print sys.stdout.readlines') namespace
574 self.assertTrue(re.match('<built-in method readlines of file object at remote 0x[0-9a-f]+>',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 208 for line in os.popen(cmd).readlines():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 90 block = f.readlines(100000)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 205 info = open('/var/adm/inst-log/info').readlines()
222 info = open('/etc/.installed').readlines()
396 def readlines(self): member in class:_popen
399 return self.pipe.readlines()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file2k.py 117 'readline', 'readlines', 'seek', 'tell', 'truncate',
161 for attr in ['read', 'readline', 'readlines']:
329 methods = [("readline", ()), ("read", ()), ("readlines", ()),
394 lines = f.readlines()
396 self.fail("readlines() after next() with supposedly empty "
399 self.fail("readlines() after next() with empty buffer "
410 f.readlines()
579 self.f.readlines()
707 """file.readlines must handle signals and not lose data."""
711 'lines = infile.readlines() ;'
    [all...]
test_urllibnet.py 63 for attr in ("read", "readline", "readlines", "fileno", "close",
73 # Test both readline and readlines.
78 self.assertIsInstance(open_url.readlines(), list,
79 "readlines did not return a list")
test_gdb.py 573 gdb_repr, gdb_output = self.get_gdb_repr('import sys; print sys.stdout.readlines') namespace
574 self.assertTrue(re.match('<built-in method readlines of file object at remote 0x[0-9a-f]+>',
  /external/chromium_org/chrome/test/functional/
extensions.py 176 open(urls_file).readlines()[:num_urls_to_visit]]
  /external/chromium_org/ppapi/
generate_ppapi_size_checks.py 119 file_lines = sourcefile.readlines()
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make_token_matcher.py 225 input_lines = input_file.readlines()
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
text_format_test.py 50 golden_lines = f.readlines()
  /external/chromium_org/tools/code_coverage/
process_coverage.py 206 linecounts = csv_file.readlines()
  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 421 source = source_file.readlines()
  /external/chromium_org/v8/tools/testrunner/server/
main.py 182 lines = f.readlines()
  /external/markdown/
test-markdown.py 171 for line in file.readlines() :
  /frameworks/native/opengl/libs/GLES_trace/tools/
genapi.py 348 lines = open(apiEntryFile).readlines()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 287 def readlines (self): member in class:TextFile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 287 def readlines (self): member in class:TextFile

Completed in 2966 milliseconds

1 2 3 4 56 7 8 9