| /external/python/cpython3/Lib/ |
| D | getpass.py | 29 def unix_getpass(prompt='Password: ', stream=None): argument 97 def win_getpass(prompt='Password: ', stream=None): argument 120 def fallback_getpass(prompt='Password: ', stream=None): argument 129 def _raw_input(prompt="", stream=None, input=None): argument
|
| /external/python/cpython2/Lib/ |
| D | getpass.py | 26 def unix_getpass(prompt='Password: ', stream=None): argument 89 def win_getpass(prompt='Password: ', stream=None): argument 112 def fallback_getpass(prompt='Password: ', stream=None): argument 121 def _raw_input(prompt="", stream=None, input=None): argument
|
| /external/curl/src/ |
| D | tool_getpass.c | 68 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r() 105 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r() 136 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r() 141 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r() 220 char *getpass_r(const char *prompt, /* prompt to display */ in getpass_r()
|
| /external/bc/include/ |
| D | read.h | 49 #define bc_read_line(vec, prompt) bc_read_line(vec) argument 50 #define bc_read_chars(vec, prompt) bc_read_chars(vec) argument
|
| D | history.h | 146 #define bc_history_line(h, vec, prompt) bc_history_line(h, vec) argument 147 #define bc_history_raw(h, prompt) bc_history_raw(h) argument 148 #define bc_history_edit(h, prompt) bc_history_edit(h) argument 194 const char *prompt; member
|
| /external/python/cpython2/Lib/lib-tk/ |
| D | tkSimpleDialog.py | 174 def __init__(self, title, prompt, argument 251 def askinteger(title, prompt, **kw): argument 270 def askfloat(title, prompt, **kw): argument 302 def askstring(title, prompt, **kw): argument
|
| /external/llvm-project/lldb/source/Core/ |
| D | IOHandler.cpp | 134 IOHandlerConfirm::IOHandlerConfirm(Debugger &debugger, llvm::StringRef prompt, in IOHandlerConfirm() 226 llvm::StringRef prompt, llvm::StringRef continuation_prompt, in IOHandlerEditline() 243 llvm::StringRef prompt, llvm::StringRef continuation_prompt, in IOHandlerEditline() 344 const char *prompt = nullptr; in GetLine() local 476 bool IOHandlerEditline::SetPrompt(llvm::StringRef prompt) { in SetPrompt() 491 void IOHandlerEditline::SetContinuationPrompt(llvm::StringRef prompt) { in SetContinuationPrompt() 621 const char *prompt = GetPrompt(); in PrintAsync() local
|
| /external/jline/src/src/main/java/jline/ |
| D | UnsupportedTerminal.java | 59 public void beforeReadLine(final ConsoleReader reader, final String prompt, in beforeReadLine() 90 public void afterReadLine(final ConsoleReader reader, final String prompt, in afterReadLine()
|
| D | Terminal.java | 147 public void beforeReadLine(ConsoleReader reader, String prompt, in beforeReadLine() 154 public void afterReadLine(ConsoleReader reader, String prompt, in afterReadLine()
|
| /external/python/cpython2/Lib/distutils/tests/ |
| D | test_register.py | 48 def __call__(self, prompt=''): argument 75 def _getpass(prompt): argument 134 def _no_way(prompt=''): argument
|
| /external/openssh/ |
| D | readpass.c | 123 read_passphrase(const char *prompt, int flags) in read_passphrase() 187 char *p, prompt[1024]; in ask_permission() local 219 char *prompt = NULL; in notify_start() local
|
| /external/python/cpython2/Demo/pdist/ |
| D | cmptree.py | 41 def ask(prompt, default): argument 45 def askint(prompt, default): argument
|
| /external/python/cpython2/Parser/ |
| D | myreadline.c | 108 PyOS_StdioReadline(FILE *sys_stdin, FILE *sys_stdout, char *prompt) in PyOS_StdioReadline() 168 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, char *prompt) in PyOS_Readline()
|
| /external/gptfdisk/ |
| D | gpttext.cc | 150 ostringstream prompt; in GetPartNum() local 162 ostringstream prompt; in ResizePartitionTable() local 187 ostringstream prompt; in MoveMainTable() local 269 ostringstream prompt; in DeletePartition() local 352 ostringstream prompt; in SwapPartitions() local 788 ostringstream prompt; in ExpertsMenu() local
|
| /external/python/cpython3/Lib/distutils/tests/ |
| D | test_register.py | 48 def __call__(self, prompt=''): argument 81 def _getpass(prompt): argument 142 def _no_way(prompt=''): argument
|
| /external/autotest/site_utils/tester_feedback/ |
| D | sequenced_request.py | 25 def __init__(self, blurb, input_handler, prompt=None): argument 72 def append_question(self, blurb, input_handler, prompt=None): argument
|
| /external/bc/src/ |
| D | read.c | 108 BcStatus bc_read_chars(BcVec *vec, const char *prompt) { in bc_read_chars() 185 BcStatus bc_read_line(BcVec *vec, const char *prompt) { in bc_read_line()
|
| /external/python/cpython3/Lib/tkinter/ |
| D | simpledialog.py | 257 def __init__(self, title, prompt, argument 332 def askinteger(title, prompt, **kw): argument 354 def askfloat(title, prompt, **kw): argument 388 def askstring(title, prompt, **kw): argument
|
| /external/toybox/kconfig/ |
| D | mconf.c | 441 const char *prompt = menu_get_prompt(menu); in build_conf() local 586 const char *prompt = menu_get_prompt(menu); in conf() local 718 const char *prompt = menu_get_prompt(menu); in conf_choice() local 769 const char *prompt = menu_get_prompt(menu); in conf_string() local
|
| /external/toybox/toys/other/ |
| D | hexedit.c | 55 static int prompt(char *prompt, char *initial_value) in prompt() function
|
| /external/python/cpython3/Parser/ |
| D | myreadline.c | 241 PyOS_StdioReadline(FILE *sys_stdin, FILE *sys_stdout, const char *prompt) in PyOS_StdioReadline() 356 PyOS_Readline(FILE *sys_stdin, FILE *sys_stdout, const char *prompt) in PyOS_Readline()
|
| /external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| D | PythonReadline.cpp | 43 simple_readline(FILE *stdin, FILE *stdout, const char *prompt) in simple_readline()
|
| /external/python/cpython2/Mac/Modules/ |
| D | ColorPickermodule.c | 43 Str255 prompt; in cp_GetColor() local
|
| /external/toybox/kconfig/lxdialog/ |
| D | yesno.c | 42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
| /external/python/cpython3/Lib/venv/ |
| D | __init__.py | 47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument 407 symlinks=False, with_pip=False, prompt=None, upgrade_deps=False): argument
|