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

1 2 3

  /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
38 // implementations of readline. This smooths out one known incompatibility.
49 ReadLineEditor() : LineEditor(LineEditor::READLINE, "readline") { }
83 char* result = readline(prompt);
  /packages/inputmethods/PinyinIME/jni/include/
utf16reader.h 43 char16* readline(char16* read_buf, size_t max_len);
  /external/bluetooth/bluez/test/
test-health-sink 36 pos = int(sys.stdin.readline()) - 1
63 pos = int(sys.stdin.readline()) - 1
81 sys.stdin.readline()
test-health 57 sel = int(sys.stdin.readline())
73 sel = int(sys.stdin.readline())
88 sel = int(sys.stdin.readline())
118 sel = sys.stdin.readline()
146 pos = int(sys.stdin.readline()) - 1
173 pos = int(sys.stdin.readline()) - 1
189 sel = sys.stdin.readline()
  /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)
ss_internal.h 64 * Dynamic usage of readline library if present
68 char *(*readline)(const char *); member in struct:_ss_data
invocation.c 75 new_table->readline = 0;
  /external/wpa_supplicant_8/src/utils/
edit_readline.c 2 * Command line editing and history wrapper for readline
16 #include <readline/readline.h>
17 #include <readline/history.h>
  /external/dropbear/libtommath/
booker.pl 53 $readline = $wroteline = 0;
57 ++$readline;
262 print "Read $readline lines, wrote $wroteline lines\n";
  /build/tools/
adbs 47 list[0] = stream.readline()
203 line = stream.readline()
  /external/gtest/test/
gtest_env_var_test.py 82 line = stdout.readline()
gtest_output_test.py 174 line = stdout_file.readline()
  /external/libxml2/
xmlcatalog.c 20 #include <readline/readline.h>
22 #include <readline/history.h>
69 line_read = readline (prompt);
  /packages/inputmethods/PinyinIME/jni/share/
utf16reader.cpp 72 char16* Utf16Reader::readline(char16* read_buf, size_t max_len) { function in class:ime_pinyin::Utf16Reader
  /development/scripts/
symbol.py 178 symbol = child.stdout.readline().strip()
181 location = child.stdout.readline().strip()
280 demangled_symbol = process.stdout.readline().strip()
  /external/qemu/
offset_layout.py 60 line = sys.stdin.readline()
  /external/webkit/Tools/Scripts/webkitpy/common/system/
path.py 106 windows_path = self._child_process.stdout.readline().rstrip()
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
http_lock.py 93 current_pid = current_lock_file.readline()
http_lock_unittest.py 60 lock_file_pid = lock_file.readline()
  /frameworks/compile/slang/tests/
test.py 48 line = f.readline()
  /external/chromium/build/mac/
strip_save_dsym 56 type_line = file_cmd.stdout.readline()
66 arch_line = file_cmd.stdout.readline()
  /external/e2fsprogs/ext2ed/
main.c 16 4. A command pattern matcher which is used along with the readline completion feature.
31 #include <readline.h>
68 char last_command_line [80]; /* A simple one command cache, in addition to the readline history */
190 * function, dispatch, to analyze it. We use the readline library
191 * function readline to read the command, hence all the usual readline
193 * readline's history and in our tiny one-command cache, so that only
225 * using the readline library I'm breaking its
233 ptr=readline ("ext2ed > ");
237 * Readline allocated the buffer - Copy the strin
    [all...]

Completed in 523 milliseconds

1 2 3