/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_readline.py | 2 Very minimal unittests for parts of the readline module. 5 the "real" readline have the same interface for history manipulation. That's 11 # Skip tests if there is no readline module 12 readline = import_module('readline') variable 16 @unittest.skipIf(not hasattr(readline, 'clear_history'), 20 readline.clear_history() 22 readline.add_history("first line") 23 readline.add_history("second line") 25 self.assertEqual(readline.get_history_item(0), None [all...] |
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_readline.py | 2 Very minimal unittests for parts of the readline module. 5 the "real" readline have the same interface for history manipulation. That's 11 # Skip tests if there is no readline module 12 readline = import_module('readline') variable 16 @unittest.skipIf(not hasattr(readline, 'clear_history'), 20 readline.clear_history() 22 readline.add_history("first line") 23 readline.add_history("second line") 25 self.assertEqual(readline.get_history_item(0), None [all...] |
test_bufio.py | 17 # .readline()s deliver what we wrote. 32 line = f.readline() 34 line = f.readline() 36 line = f.readline()
|
/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/v8/src/ |
d8-readline.cc | 30 #include <readline/readline.h> // NOLINT 31 #include <readline/history.h> // NOLINT 33 // The readline includes leaves RETURN defined which breaks V8 compilation. 40 // implementations of readline. This smooths out one known incompatibility. 51 ReadLineEditor() : LineEditor(LineEditor::READLINE, "readline") { } 97 result = readline(prompt);
|
/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/include/ |
utf16reader.h | 43 char16* readline(char16* read_buf, size_t max_len);
|
/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()
|
/external/chromium_org/third_party/jemalloc/chromium/ |
build-crt.py | 12 line = proc.stdout.readline()
|
/external/chromium_org/third_party/jemalloc/vendor/ |
build-crt.py | 12 line = proc.stdout.readline()
|
/external/chromium_org/components/breakpad/tools/ |
dmp2minidump.py | 25 boundary = dump.readline().strip()[2:]
|
/external/chromium_org/v8/src/ |
d8-readline.cc | 30 #include <readline/readline.h> // NOLINT 31 #include <readline/history.h> // NOLINT 33 // The readline includes leaves RETURN defined which breaks V8 compilation. 39 // implementations of readline. This smooths out one known incompatibility. 50 ReadLineEditor() : LineEditor(LineEditor::READLINE, "readline") { } 87 // http://cnswww.cns.cwru.edu/php/chet/readline/readline.html#SEC24 110 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()
|
/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()
|
/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");
|
/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()
|
/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()
|