HomeSort by relevance Sort by last modified time
    Searched defs:readline (Results 1 - 17 of 17) sorted by null

  /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/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...]
  /packages/inputmethods/PinyinIME/jni/share/
utf16reader.cpp 72 char16* Utf16Reader::readline(char16* read_buf, size_t max_len) { function in class:ime_pinyin::Utf16Reader
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
mock.py 82 def readline(self): member in class:MockConn
83 """Override mod_python.apache.mp_conn.readline."""
118 def readline(self): member in class:MockBlockingConn
119 """Override mod_python.apache.mp_conn.readline."""
  /external/webkit/Tools/Scripts/webkitpy/common/system/
user.py 43 import readline namespace
46 # There is no readline module for win32, not much to do except cry.
47 _log.warn("Unable to import readline.") namespace
49 # Lack of readline results in a very bad user experiance.
52 _log.warn(" sudo port install py25-readline")
  /frameworks/base/tools/orientationplot/
orientationplot.py 46 def readline(self): member in class:NonBlockingStream
267 line = self.adbout.readline()
  /frameworks/base/tools/velocityplot/
velocityplot.py 50 def readline(self): member in class:NonBlockingStream
181 line = self.adbout.readline()
  /external/chromium/testing/gmock/scripts/
upload.py 50 import readline namespace
79 last_email = last_email_file.readline().strip("\n")
560 line = p.stdout.readline()
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 50 import readline namespace
79 last_email = last_email_file.readline().strip("\n")
560 line = p.stdout.readline()
    [all...]
  /external/e2fsprogs/lib/ss/
ss_internal.h 64 * Dynamic usage of readline library if present
68 char *(*readline)(const char *); member in struct:_ss_data
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
upload.py 50 import readline namespace
79 last_email = last_email_file.readline().strip("\n")
560 line = p.stdout.readline()
    [all...]
  /hardware/ril/reference-ril/
atchannel.c 326 * This line is valid only until the next call to readline
332 static const char *readline() function
443 line = readline();
453 // The scope of string returned by 'readline()' is valid only
454 // till next call to 'readline()' hence making a copy of line
455 // before calling readline again.
457 line2 = readline();
  /external/regex-re2/lib/codereview/
codereview.py 2680 import readline namespace
    [all...]
  /external/sqlite/dist/orig/
shell.c 56 # include <readline/readline.h>
57 # include <readline/history.h>
60 # define readline(p) local_getline(p,stdin,0) macro
334 ** The interface is like "readline" but no command-line editing
397 zResult = readline(zPrompt);
    [all...]
  /external/sqlite/dist/
shell.c 61 # include <readline/readline.h>
62 # include <readline/history.h>
65 # define readline(p) local_getline(p,stdin,0) macro
339 ** The interface is like "readline" but no command-line editing
402 zResult = readline(zPrompt);
    [all...]
  /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...]
  /ndk/sources/host-tools/make-3.81/
read.c 129 static long readline PARAMS ((struct ebuffer *ebuf));
520 nlines = readline (ebuf);
2540 readline (struct ebuffer *ebuf) function
    [all...]

Completed in 536 milliseconds