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

1 2 3 4 5 6

  /external/llvm/utils/
DSAclean.py 21 buffer = input.readline()
25 buffer = input.readline()
30 buffer = input.readline()
DSAextract.py 59 buffer = input.readline()
70 buffer = input.readline()
86 buffer = input.readline()
110 buffer = input.readline()
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 9 uses Readline (if available) or standard IO#gets to fetch data on demand.
33 @readline = block or raise( ArgumentError, "no line-reading block was provided" )
37 def readline method in class:ANTLR3.InteractiveStringStream
40 if line = @readline.call
69 @readline = block or raise( ArgumentError, "no line-reading block was provided" )
73 def readline method in class:ANTLR3.InteractiveStringStream
76 if line = @readline.call
88 private :readline
93 readline
106 elsif readline
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_mock.py 52 self.assertEqual('ABC\r\n', self._conn.readline())
53 self.assertEqual('DEFG\r\n', self._conn.readline())
54 self.assertEqual('\r\n', self._conn.readline())
55 self.assertEqual('HIJK', self._conn.readline())
56 self.assertEqual('', self._conn.readline())
66 self.assertEqual('EFG\r\n', self._conn.readline())
68 self.assertEqual('', self._conn.readline())
85 """A test class that launches a thread, calls readline on the
99 data = self._conn.readline()
test_memorizingfile.py 49 memorizing_file.readline()
59 line = memorizing_file.readline(read_size)
  /external/lldb/tools/driver/
IOChannel.h 17 #include <readline/readline.h>
19 #include <editline/readline.h>
  /build/tools/
adbs 37 line = stream.readline()
  /external/chromium_org/components/crash/tools/
dmp2minidump.py 25 boundary = dump.readline().strip()[2:]
  /external/chromium_org/v8/src/
d8-readline.cc 7 #include <readline/readline.h> // NOLINT
8 #include <readline/history.h> // NOLINT
10 // The readline includes leaves RETURN defined which breaks V8 compilation.
16 // implementations of readline. This smooths out one known incompatibility.
27 ReadLineEditor() : LineEditor(LineEditor::READLINE, "readline") { }
64 // http://cnswww.cns.cwru.edu/php/chet/readline/readline.html#SEC24
85 result = readline(prompt)
    [all...]
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 88 function_name = p.stdout.readline().rstrip()
89 file_name = p.stdout.readline().rstrip()
100 p.stdout.readline()
101 p.stdout.readline()
asan_symbolize.py 93 function_name = self.pipe.stdout.readline().rstrip()
96 file_name = self.pipe.stdout.readline().rstrip()
142 function_name = self.pipe.stdout.readline().rstrip()
143 file_name = self.pipe.stdout.readline().rstrip()
175 return self.readline()
177 def readline(self): member in class:UnbufferedLineConverter
178 return self.r.readline().rstrip()
200 atos_line = self.atos.readline()
366 line = sys.stdin.readline()
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
memorizingfile.py 35 A memorizing file wraps a file and memorizes lines read by readline.
43 """MemorizingFile wraps a file and memorizes lines read by readline.
68 '_buffered', '_buffered_line', 'readline',
73 def readline(self, size=-1): member in class:MemorizingFile
74 """Override file.readline and memorize the line read.
78 subsequent readline calls.
85 line = self._file.readline()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
memorizingfile.py 35 A memorizing file wraps a file and memorizes lines read by readline.
43 """MemorizingFile wraps a file and memorizes lines read by readline.
68 '_buffered', '_buffered_line', 'readline',
73 def readline(self, size=-1): member in class:MemorizingFile
74 """Override file.readline and memorize the line read.
78 subsequent readline calls.
85 line = self._file.readline()
  /external/chromium_org/third_party/sqlite/src/
configure.ac 57 # that cause the executable to link against the readline library.
64 # files for the readline library. If the compiler is able
65 # to find <readline.h> on its own, then this can be blank.
523 # that use "readline()" library.
528 AC_ARG_ENABLE([readline],
529 [AC_HELP_STRING([--disable-readline],[disable readline support [default=detect]])],
536 AC_ARG_WITH([readline-lib],
537 [AC_HELP_STRING([--with-readline-lib],[specify readline library])]
    [all...]
  /external/e2fsprogs/lib/ss/
get_readline.c 29 info->readline = 0;
38 /* Libraries we will try to use for readline/editline functionality */
70 /* printf("Using %s for readline library\n", cp); */
79 info->readline = (char *(*)(const char *))
80 dlsym(handle, "readline");
listen.c 76 if (info->readline) {
77 line = (*info->readline)(current_info->prompt);
118 if (info->readline)
  /external/llvm/docs/
conf.py 230 title = f.readline().rstrip('\n')
231 header = f.readline().rstrip('\n')
  /external/chromium_org/chrome/tools/build/win/
sln_deps.py 38 line = sln.readline().strip()
55 line = sln.readline().strip()
59 line = sln.readline().strip()
  /cts/suite/audio_quality/test_description/conf/
detect_usb_audio.py 42 line = f.readline().strip()
  /external/chromium_org/third_party/libaddressinput/chromium/tools/
update-strings.py 34 destination.write(source.readline()) # XML declaration.
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
wrap-commit-msg.py 46 line = fileobj.readline()
  /external/chromium_org/tools/flakiness/
find_flakiness.py 42 num_runs = int(data_file.readline().split(' ')[0])
43 num_passes = int(data_file.readline().split(' ')[0])
61 line = proc.stderr.readline()
105 line = proc.stdout.readline()
  /external/libvpx/libvpx/tools/
wrap-commit-msg.py 46 line = fileobj.readline()
  /external/harfbuzz_ng/src/
gen-arabic-table.py 12 headers = [[files[0].readline (), files[0].readline ()], [files[2].readline (), files[2].readline ()]]
14 while files[0].readline ().find ('##################') < 0:
  /external/chromium_org/tools/python/google/
process_utils.py 86 line = read_from.readline()
106 line = read_from.readline()
195 line = read_from.readline()

Completed in 788 milliseconds

1 2 3 4 5 6