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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bufio.py 17 # .readline()s deliver what we wrote.
32 line = f.readline()
34 line = f.readline()
36 line = f.readline()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bufio.py 17 # .readline()s deliver what we wrote.
32 line = f.readline()
34 line = f.readline()
36 line = f.readline()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bufio.py 17 # .readline()s deliver what we wrote.
32 line = f.readline()
34 line = f.readline()
36 line = f.readline()
  /build/make/tools/
adbs 37 line = stream.readline()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
uu_codec.py 66 readline = infile.readline
71 s = readline()
79 s = readline()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/
regextest.py 36 line = fp.readline()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
uu_codec.py 66 readline = infile.readline
71 s = readline()
79 s = readline()
  /external/autotest/client/cros/
rtc.py 24 return int(file('/sys/class/rtc/%s/since_epoch' % rtc_device).readline())
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 75 function_name = p.stdout.readline().rstrip()
76 file_name = p.stdout.readline().rstrip()
87 p.stdout.readline()
88 p.stdout.readline()
  /external/ltp/testcases/kernel/sched/clisrv/
inet.h 34 extern int readline(int fd, char *ptr, int maxlen);
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
uu_codec.py 66 readline = infile.readline
71 s = readline()
79 s = readline()
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
uu_codec.py 66 readline = infile.readline
71 s = readline()
79 s = readline()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
uu_codec.py 66 readline = infile.readline
71 s = readline()
79 s = readline()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
uu_codec.py 66 readline = infile.readline
71 s = readline()
79 s = readline()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cmd.py 44 These interpreters use raw_input; thus, if the readline module is loaded,
82 The optional argument 'completekey' is the readline name of a
84 not None and the readline module is available, command completion
112 import readline
113 self.old_completer = readline.get_completer()
114 readline.set_completer(self.complete)
115 readline.parse_and_bind(self.completekey+": complete")
136 line = self.stdin.readline()
148 import readline
149 readline.set_completer(self.old_completer)
    [all...]
multifile.py 1 """A readline()-style interface to the parts of a multipart message.
4 an ordinary file, as long as you use fp.readline(). Allows recursive
75 def readline(self): member in class:MultiFile
78 line = self.fp.readline()
84 raise Error, 'sudden EOF in MultiFile.readline()'
109 raise Error,'Missing endmarker in MultiFile.readline()'
115 line = self.readline()
124 while self.readline(): pass
  /external/clang/docs/
conf.py 232 title = f.readline().rstrip('\n')
233 header = f.readline().rstrip('\n')
  /external/e2fsprogs/lib/ss/
get_readline.c 30 info->readline = 0;
39 /* Libraries we will try to use for readline/editline functionality */
71 /* printf("Using %s for readline library\n", cp); */
80 info->readline = (char *(*)(const char *))
81 dlsym(handle, "readline");
  /external/llvm/docs/
conf.py 231 title = f.readline().rstrip('\n')
232 header = f.readline().rstrip('\n')
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
profile.py 120 line = trace.readline()
169 line = info_file_str.readline().strip('\n')
177 line = info_file_str.readline().strip('\n')
182 line = info_file_str.readline().strip('\n')
187 line = info_file_str.readline().strip('\n')
189 line = info_file_str.readline().strip('\n')
190 line = info_file_str.readline().strip('\n')
199 line = info_func_str.readline().strip('\n')
204 line = info_func_str.readline().strip('\n')
206 line = info_func_str.readline().strip('\n'
    [all...]
  /external/wpa_supplicant_8/src/utils/
edit_readline.c 2 * Command line editing and history wrapper for readline
10 #include <readline/readline.h>
11 #include <readline/history.h>
  /cts/suite/audio_quality/test_description/conf/
detect_usb_audio.py 42 line = f.readline().strip()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_univnewlines.py 74 d = fp.readline()
77 d = fp.readline()
83 fp.readline()
107 data = fp.readline()
test_univnewlines2k.py 64 d = fp.readline()
67 d = fp.readline()
73 fp.readline()
111 data = fp.readline()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
eptags.py 36 line = fp.readline()

Completed in 364 milliseconds

12 3 4 5 6 7 8 91011>>