/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ScriptBinding.py | 72 tabnanny.process_tokens(tokenize.generate_tokens(f.readline))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
patcomp.py | 36 tokens = tokenize.generate_tokens(StringIO.StringIO(input).readline)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_parser.py | 167 encoding = tokenize.detect_encoding(fp.readline)[0]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimetools.py | 241 line = input.readline()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_doctest.py | 148 def readline(self): member in class:_FakeInput [all...] |
test_file_eintr.py | 129 signal_line = self._process.stderr.readline() 134 # We append a newline to our input so that a readline call can 155 """readline() must handle signals and not lose data.""" 159 read_method_name='readline', 207 """readline() must handle signals and not lose data.""" 211 read_method_name='readline',
|
test_pep352.py | 49 superclass_name = inheritance_tree.readline().rstrip()
|
test_urllibnet.py | 63 for attr in ("read", "readline", "readlines", "fileno", "close", 73 # Test both readline and readlines. 76 self.assertIsInstance(open_url.readline(), basestring, 77 "readline did not return a string")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
base64.py | 307 line = input.readline()
|
cgi.py | 251 line = fp.readline() 683 line = self.fp.readline(1<<16) 696 line = self.fp.readline(1<<16) 729 line = self.fp.readline(1<<16) [all...] |
code.py | 289 readline module to enable GNU readline if it is available. 303 import readline namespace
|
compileall.py | 144 line = fd.readline()
|
mimetools.py | 241 line = input.readline()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
extension.py | 157 line = file.readline()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ScriptBinding.py | 72 tabnanny.process_tokens(tokenize.generate_tokens(f.readline))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
patcomp.py | 36 tokens = tokenize.generate_tokens(StringIO.StringIO(input).readline)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_parser.py | 167 encoding = tokenize.detect_encoding(fp.readline)[0]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_doctest.py | 148 def readline(self): member in class:_FakeInput [all...] |
test_file_eintr.py | 129 signal_line = self._process.stderr.readline() 134 # We append a newline to our input so that a readline call can 155 """readline() must handle signals and not lose data.""" 159 read_method_name='readline', 207 """readline() must handle signals and not lose data.""" 211 read_method_name='readline',
|
test_pep352.py | 49 superclass_name = inheritance_tree.readline().rstrip()
|
test_urllibnet.py | 63 for attr in ("read", "readline", "readlines", "fileno", "close", 73 # Test both readline and readlines. 76 self.assertIsInstance(open_url.readline(), basestring, 77 "readline did not return a string")
|
/external/valgrind/main/cachegrind/ |
cg_merge.c | 160 static Bool readline ( SOURCE* s ) function 618 b = readline(s); 648 b = readline(s); 679 b = readline(s); 718 b = readline(s); [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
filesystem_mock.py | 475 def readline(self, length=None): member in class:ReadableTextFileObject 476 return self.data.readline(length)
|
/external/chromium_org/third_party/libxml/src/ |
gentest.py | 476 line = input.readline() 487 line = input.readline()
|
/external/chromium_org/tools/valgrind/ |
memcheck_analyze.py | 363 line = f.readline() 520 context_file.readline() 522 context_data = context_file.readline().rstrip()
|