HomeSort by relevance Sort by last modified time
    Searched refs:readline (Results 101 - 125 of 822) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tokenize.py 3 generate_tokens(readline) is a generator that breaks a stream of
4 text into Python tokens. It accepts a readline-like method which is called
19 tokenize_loop(readline, tokeneater)
20 tokenize(readline, tokeneater=printtoken)
155 def tokenize(readline, tokeneater=printtoken):
160 The first parameter, readline, must be a callable object which provides
161 the same interface as the readline() method of built-in file objects.
169 tokenize_loop(readline, tokeneater)
174 def tokenize_loop(readline, tokeneater):
175 for token_info in generate_tokens(readline):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
bkfile.py 25 self.readline = self.__file.readline
parsesetup.py 18 line = fp.readline()
55 line = fp.readline()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
findnocoding.py 57 line1 = infile.readline()
58 line2 = infile.readline()
ifdef.py 57 line = fpi.readline()
60 nextline = fpi.readline()
  /external/autotest/client/common_lib/
powerplay_util.py 79 while self.ser.readline():
82 pp_data = (self.ser.readline().replace('\00', '').
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
proxyshaper.py 92 def readline(self, size=-1): member in class:RateLimitedFile
93 return self._read(self.original_file.readline, size)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_MozillaCookieJar.py 50 magic = f.readline()
59 line = f.readline()
rlcompleter.py 1 """Word completion for GNU readline.
12 readline.parse_and_bind("tab: complete")
17 the completion to fail). This is a feature -- since readline sets the tty
27 - GNU readline is also used by the built-in functions input() and
33 - When the original stdin is not a tty device, GNU readline is never
34 used, and this module (and the readline module) are silently inactive.
54 readline via the set_completer() call:
56 readline.set_completer(Completer(my_namespace).complete)
162 import readline
166 readline.set_completer(Completer().complete
    [all...]
tokenize.py 3 generate_tokens(readline) is a generator that breaks a stream of
4 text into Python tokens. It accepts a readline-like method which is called
19 tokenize_loop(readline, tokeneater)
20 tokenize(readline, tokeneater=printtoken)
155 def tokenize(readline, tokeneater=printtoken):
160 The first parameter, readline, must be a callable object which provides
161 the same interface as the readline() method of built-in file objects.
169 tokenize_loop(readline, tokeneater)
174 def tokenize_loop(readline, tokeneater):
175 for token_info in generate_tokens(readline)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_MozillaCookieJar.py 50 magic = f.readline()
59 line = f.readline()
rlcompleter.py 1 """Word completion for GNU readline.
12 readline.parse_and_bind("tab: complete")
17 the completion to fail). This is a feature -- since readline sets the tty
27 - GNU readline is also used by the built-in functions input() and
33 - When the original stdin is not a tty device, GNU readline is never
34 used, and this module (and the readline module) are silently inactive.
54 readline via the set_completer() call:
56 readline.set_completer(Completer(my_namespace).complete)
162 import readline
166 readline.set_completer(Completer().complete
    [all...]
tokenize.py 3 generate_tokens(readline) is a generator that breaks a stream of
4 text into Python tokens. It accepts a readline-like method which is called
19 tokenize_loop(readline, tokeneater)
20 tokenize(readline, tokeneater=printtoken)
155 def tokenize(readline, tokeneater=printtoken):
160 The first parameter, readline, must be a callable object which provides
161 the same interface as the readline() method of built-in file objects.
169 tokenize_loop(readline, tokeneater)
174 def tokenize_loop(readline, tokeneater):
175 for token_info in generate_tokens(readline)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_MozillaCookieJar.py 50 magic = f.readline()
59 line = f.readline()
rlcompleter.py 1 """Word completion for GNU readline.
12 readline.parse_and_bind("tab: complete")
17 the completion to fail). This is a feature -- since readline sets the tty
27 - GNU readline is also used by the built-in functions input() and
33 - When the original stdin is not a tty device, GNU readline is never
34 used, and this module (and the readline module) are silently inactive.
54 readline via the set_completer() call:
56 readline.set_completer(Completer(my_namespace).complete)
162 import readline
166 readline.set_completer(Completer().complete
    [all...]
tokenize.py 3 generate_tokens(readline) is a generator that breaks a stream of
4 text into Python tokens. It accepts a readline-like method which is called
19 tokenize_loop(readline, tokeneater)
20 tokenize(readline, tokeneater=printtoken)
155 def tokenize(readline, tokeneater=printtoken):
160 The first parameter, readline, must be a callable object which provides
161 the same interface as the readline() method of built-in file objects.
169 tokenize_loop(readline, tokeneater)
174 def tokenize_loop(readline, tokeneater):
175 for token_info in generate_tokens(readline)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_MozillaCookieJar.py 50 magic = f.readline()
59 line = f.readline()
rlcompleter.py 1 """Word completion for GNU readline.
12 readline.parse_and_bind("tab: complete")
17 the completion to fail). This is a feature -- since readline sets the tty
27 - GNU readline is also used by the built-in functions input() and
33 - When the original stdin is not a tty device, GNU readline is never
34 used, and this module (and the readline module) are silently inactive.
54 readline via the set_completer() call:
56 readline.set_completer(Completer(my_namespace).complete)
162 import readline
166 readline.set_completer(Completer().complete
    [all...]
tokenize.py 3 generate_tokens(readline) is a generator that breaks a stream of
4 text into Python tokens. It accepts a readline-like method which is called
19 tokenize_loop(readline, tokeneater)
20 tokenize(readline, tokeneater=printtoken)
155 def tokenize(readline, tokeneater=printtoken):
160 The first parameter, readline, must be a callable object which provides
161 the same interface as the readline() method of built-in file objects.
169 tokenize_loop(readline, tokeneater)
174 def tokenize_loop(readline, tokeneater):
175 for token_info in generate_tokens(readline)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcsclient.py 63 directory = open(os.path.join("CVS", "Repository")).readline()
security.py 20 self._key = eval(open(keyfile).readline())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
pp.py 70 line = fp.readline()
92 ' \t \tLINE = FP.readline()',
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
udpecho.py 56 line = sys.stdin.readline()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_binhex.py 38 finish = f.readline()
test_select.py 41 line = p.readline()

Completed in 679 milliseconds

1 2 3 45 6 7 8 91011>>