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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/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...]
  /prebuilts/gdb/linux-x86/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...]
  /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...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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 readline.clear_history()
18 readline.add_history("first line")
19 readline.add_history("second line")
21 self.assertEqual(readline.get_history_item(0), None)
22 self.assertEqual(readline.get_history_item(1), "first line")
    [all...]
  /external/python/cpython2/Lib/test/
test_readline.py 2 Very minimal unittests for parts of the readline module.
9 # Skip tests if there is no readline module
10 readline = import_module('readline') variable
14 the "real" readline have the same interface for history manipulation.
18 @unittest.skipUnless(hasattr(readline, "clear_history"),
22 readline.clear_history()
24 readline.add_history("first line")
25 readline.add_history("second line")
27 self.assertEqual(readline.get_history_item(0), None
    [all...]
  /external/syslinux/gpxe/src/include/readline/
readline.h 6 * Minmal readline
12 extern char * __malloc readline ( const char *prompt );
  /external/python/cpython3/Lib/test/
test_readline.py 2 Very minimal unittests for parts of the readline module.
15 # Skip tests if there is no readline module
16 readline = import_module('readline') variable
18 is_editline = readline.__doc__ and "libedit" in readline.__doc__
20 @unittest.skipUnless(hasattr(readline, "clear_history"),
26 "real" readline have the same interface for history manipulation. That's
31 readline.clear_history()
33 readline.add_history("first line"
    [all...]
  /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/swiftshader/third_party/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
from.py 23 line = mail.readline()
30 line = mail.readline()
  /external/python/cpython2/Demo/scripts/
from.py 23 line = mail.readline()
30 line = mail.readline()
  /external/syslinux/gpxe/src/hci/
shell.c 24 #include <readline/readline.h>
96 line = readline ( shell_prompt );
readline.c 27 #include <readline/readline.h>
31 * Minimal readline
86 char * readline ( const char *prompt ) { function
  /external/tensorflow/tensorflow/python/debug/examples/
examples_test.sh 62 cat << EOF | ${DEBUG_FIBONACCI_BIN} --tensor_size=2 --ui_type=readline
67 cat << EOF | ${DEBUG_ERRORS_BIN} --error=no_error --ui_type=readline
72 cat << EOF | ${DEBUG_MNIST_BIN} --debug --max_steps=1 --fake_data --ui_type=readline
82 cat << EOF | ${DEBUG_TFLEARN_IRIS_BIN} --debug --fake_data --train_steps=2 --dump_root="${CUSTOM_DUMP_ROOT}" --ui_type=readline
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
tDomain_creation_deletion.py 99 line=f_Domains_Backup.readline()
101 line=f_Domains_Backup.readline()
126 line=f_Domains.readline()
128 line=f_Domains.readline()
136 domain_backup_name = f_Domains_Backup.readline().strip('\r\n'),
137 domain_name = f_Domains.readline().strip('\r\n'),
177 line=f_Domains_Backup.readline()
179 line=f_Domains_Backup.readline()
204 line=f_Domains.readline()
206 line=f_Domains.readline()
    [all...]
tDomain_Elements.py 93 line=f_DomainElements_Backup.readline()
95 line=f_DomainElements_Backup.readline()
127 line=f_DomainElements.readline()
129 line=f_DomainElements.readline()
139 element_name = f_DomainElements.readline().strip('\r\n')
140 element_name_backup = f_DomainElements_Backup.readline().strip('\r\n')
144 element_name = f_DomainElements.readline().strip('\r\n')
186 line=f_DomainElements_Backup.readline()
188 line=f_DomainElements_Backup.readline()
214 line=f_DomainElements.readline()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
svneol.py 66 line = f.readline()
73 f.readline()
74 line = f.readline()
78 f.readline()
  /external/ltp/testcases/kernel/sched/clisrv/
Makefile 34 $(MAKE_TARGETS): %: %.o readline.o writen.o
readline.c 20 * readline.c
28 int readline(fd, ptr, maxlen) function
36 printf("readline: fd = %d\n", fd);
  /external/python/cpython2/Mac/Demo/applescript/
makedisk.py 15 sys.stdin.readline()
  /external/python/cpython2/Tools/scripts/
svneol.py 66 line = f.readline()
73 f.readline()
74 line = f.readline()
78 f.readline()

Completed in 995 milliseconds

1 2 3 4 5 6 7 8 91011>>