| /external/bc/scripts/ |
| D | test_settings.txt | 1 …set -sdc.sigint_reset -sbc.tty_mode -sdc.tty_mode -sbc.history -sdc.history -sbc.prompt -sdc.prompt 2 …set -sdc.sigint_reset -sbc.tty_mode -sdc.tty_mode -sbc.history -sdc.history -sbc.prompt -sdc.prompt 3 …set -Sdc.sigint_reset -sbc.tty_mode -sdc.tty_mode -sbc.history -sdc.history -sbc.prompt -sdc.prompt 4 …set -sdc.sigint_reset -Sbc.tty_mode -sdc.tty_mode -sbc.history -sdc.history -sbc.prompt -sdc.prompt 5 …set -sdc.sigint_reset -sbc.tty_mode -Sdc.tty_mode -sbc.history -sdc.history -sbc.prompt -sdc.prompt 6 …set -sdc.sigint_reset -sbc.tty_mode -sdc.tty_mode -Sbc.history -sdc.history -sbc.prompt -sdc.prompt 7 …set -sdc.sigint_reset -sbc.tty_mode -sdc.tty_mode -sbc.history -Sdc.history -sbc.prompt -sdc.prompt 8 …set -sdc.sigint_reset -sbc.tty_mode -sdc.tty_mode -sbc.history -sdc.history -Sbc.prompt -sdc.prompt 9 …set -sdc.sigint_reset -sbc.tty_mode -sdc.tty_mode -sbc.history -sdc.history -sbc.prompt -Sdc.prompt 10 …set -Sdc.sigint_reset -sbc.tty_mode -sdc.tty_mode -sbc.history -sdc.history -sbc.prompt -sdc.prompt [all …]
|
| D | release_settings.txt | 1 ….sigint_reset -sbc.tty_mode -sdc.tty_mode -sbc.digit_clamp -sdc.digit_clamp -sbc.prompt -sdc.prompt 2 ….sigint_reset -sbc.tty_mode -sdc.tty_mode -sbc.digit_clamp -sdc.digit_clamp -sbc.prompt -sdc.prompt 3 ….sigint_reset -Sbc.tty_mode -Sdc.tty_mode -sbc.digit_clamp -sdc.digit_clamp -sbc.prompt -sdc.prompt 4 ….sigint_reset -sbc.tty_mode -sdc.tty_mode -Sbc.digit_clamp -Sdc.digit_clamp -sbc.prompt -sdc.prompt 5 ….sigint_reset -sbc.tty_mode -sdc.tty_mode -sbc.digit_clamp -sdc.digit_clamp -Sbc.prompt -Sdc.prompt 6 ….sigint_reset -Sbc.tty_mode -Sdc.tty_mode -sbc.digit_clamp -sdc.digit_clamp -sbc.prompt -sdc.prompt 7 ….sigint_reset -sbc.tty_mode -sdc.tty_mode -Sbc.digit_clamp -Sdc.digit_clamp -sbc.prompt -sdc.prompt 8 ….sigint_reset -sbc.tty_mode -sdc.tty_mode -sbc.digit_clamp -sdc.digit_clamp -Sbc.prompt -Sdc.prompt 9 ….sigint_reset -Sbc.tty_mode -Sdc.tty_mode -Sbc.digit_clamp -Sdc.digit_clamp -sbc.prompt -sdc.prompt 10 ….sigint_reset -Sbc.tty_mode -Sdc.tty_mode -sbc.digit_clamp -sdc.digit_clamp -Sbc.prompt -Sdc.prompt [all …]
|
| /external/autotest/client/common_lib/ |
| D | pxssh.py | 3 This adds methods for login, logout, and expecting the shell prompt. 30 prompt. It does various tricky things to handle many situations in the SSH 33 authentication setup then pxssh won't wait for the password prompt. 35 pxssh uses the shell prompt to synchronize output from the remote host. In 36 order to make this more robust it sets the shell prompt to something more 51 s.prompt() # match the prompt 52 print s.before # print everything before the prompt. 54 s.prompt() 57 s.prompt() 86 #SUBTLE HACK ALERT! Note that the command to set the prompt uses a [all …]
|
| /external/googleapis/google/actions/sdk/v2/interactionmodel/prompt/ |
| D | static_prompt.proto | 17 package google.actions.sdk.v2.interactionmodel.prompt; 19 import "google/actions/sdk/v2/interactionmodel/prompt/content/static_canvas_prompt.proto"; 20 import "google/actions/sdk/v2/interactionmodel/prompt/content/static_content_prompt.proto"; 21 import "google/actions/sdk/v2/interactionmodel/prompt/content/static_link_prompt.proto"; 22 import "google/actions/sdk/v2/interactionmodel/prompt/static_simple_prompt.proto"; 23 import "google/actions/sdk/v2/interactionmodel/prompt/suggestion.proto"; 24 import "google/actions/sdk/v2/interactionmodel/prompt/surface_capabilities.proto"; 27 …go_package = "google.golang.org/genproto/googleapis/actions/sdk/v2/interactionmodel/prompt;prompt"; 30 option java_package = "com.google.actions.sdk.v2.interactionmodel.prompt"; 32 // Represents a list of prompt candidates, one of which will be selected as the [all …]
|
| D | static_simple_prompt.proto | 17 package google.actions.sdk.v2.interactionmodel.prompt; 21 …go_package = "google.golang.org/genproto/googleapis/actions/sdk/v2/interactionmodel/prompt;prompt"; 24 option java_package = "com.google.actions.sdk.v2.interactionmodel.prompt"; 26 // Represents a simple prompt to be send to a user. 28 // Represents a variant which is part of the simple prompt. 32 // By default, speech will be appended to previous Simple prompt's 33 // speech. If the `override` field in the containing prompt is `true` the 34 // speech defined in this field will override previous Simple prompt's 40 // By default, text will be appended to previous Simple prompt's text. 41 // If the `override` field in the containing prompt is `true` the text [all …]
|
| /external/python/cpython3/Lib/ |
| D | getpass.py | 3 getpass(prompt[, stream]) - Prompt for a password, with echo turned off. 29 def unix_getpass(prompt='Password: ', stream=None): argument 30 """Prompt for a password, with echo turned off. 33 prompt: Written on stream to ask for the input. Default: 'Password: ' 34 stream: A writable file object to display the prompt. Defaults to 62 passwd = fallback_getpass(prompt, stream) 77 passwd = _raw_input(prompt, stream, input=input) 91 passwd = fallback_getpass(prompt, stream) 97 def win_getpass(prompt='Password: ', stream=None): argument 98 """Prompt for password with echo off, using Windows getwch().""" [all …]
|
| /external/autotest/site_utils/tester_feedback/ |
| D | sequenced_request.py | 25 def __init__(self, blurb, input_handler, prompt=None): argument 34 # Initialize the input prompt string. 35 if prompt is None: 36 prompt = '' 38 if prompt: 39 prompt += ' ' 40 prompt += prompt_supp 41 self.prompt = self._format_text(prompt) 42 if self.prompt: 43 self.prompt += ' ' [all …]
|
| /external/python/cpython3/Lib/venv/scripts/common/ |
| D | Activate.ps1 | 7 $Env:PATH environment variable and sets the prompt to signify that you are 16 .Parameter Prompt 17 The prompt prefix to display when this virtual environment is activated. By 18 default, this prompt is the name of the virtual environment folder (VenvDir) 35 Activate.ps1 -Prompt "MyPython" 37 and prefixes the current prompt with the specified string (surrounded in 57 $Prompt variable 76 # The prior prompt: in global:deactivate() 78 Copy-Item -Path Function:_OLD_VIRTUAL_PROMPT -Destination Function:prompt in global:deactivate() 190 # as `prompt`. [all …]
|
| /external/googleapis/google/actions/sdk/v2/conversation/prompt/ |
| D | prompt.proto | 19 import "google/actions/sdk/v2/conversation/prompt/content/canvas.proto"; 20 import "google/actions/sdk/v2/conversation/prompt/content/content.proto"; 21 import "google/actions/sdk/v2/conversation/prompt/content/link.proto"; 22 import "google/actions/sdk/v2/conversation/prompt/simple.proto"; 23 import "google/actions/sdk/v2/conversation/prompt/suggestion.proto"; 31 message Prompt { message 36 // this prompt. 37 // "true" will add messages defined in this prompt to messages defined in 39 // to some fields inside Simple prompts, the Suggestion prompt and the Canvas 40 // prompt (part of the Content prompt). The Content and Link messages will [all …]
|
| /external/python/cpython2/Lib/ |
| D | getpass.py | 3 getpass(prompt[, stream]) - Prompt for a password, with echo turned off. 26 def unix_getpass(prompt='Password: ', stream=None): argument 27 """Prompt for a password, with echo turned off. 30 prompt: Written on stream to ask for the input. Default: 'Password: ' 31 stream: A writable file object to display the prompt. Defaults to 55 passwd = fallback_getpass(prompt, stream) 71 passwd = _raw_input(prompt, stream, input=input) 83 passwd = fallback_getpass(prompt, stream) 89 def win_getpass(prompt='Password: ', stream=None): argument 90 """Prompt for password with echo off, using Windows getch().""" [all …]
|
| /external/toybox/kconfig/ |
| D | menu.c | 122 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *d… in menu_add_prop() argument 130 if (prompt) { in menu_add_prop() 131 if (isspace(*prompt)) { in menu_add_prop() 133 while (isspace(*prompt)) in menu_add_prop() 134 prompt++; in menu_add_prop() 136 if (current_entry->prompt) in menu_add_prop() 137 prop_warn(prop, "prompt redefined"); in menu_add_prop() 138 current_entry->prompt = prop; in menu_add_prop() 140 prop->text = prompt; in menu_add_prop() 145 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() argument [all …]
|
| D | kconfig-language.txt | 10 | +- Prompt for development and/or incomplete code/drivers 42 the config option, input prompt, dependencies, help text and default 44 name, but every definition can have only a single input prompt and the 56 definition optionally accepts an input prompt, so these two examples 62 prompt "Networking support" 64 - input prompt: "prompt" <prompt> ["if" <expr>] 65 Every menu entry can have at most one prompt, which is used to display 66 to the user. Optionally dependencies only for this prompt can be added 76 value was set by the user (via the input prompt above). If an input 77 prompt is visible the default value is presented to the user and can [all …]
|
| /external/libxml2/os400/ |
| D | xmlcatalog.cmd | 9 CMD PROMPT('XML/SGML catalog tool') 16 PROMPT('XML/SGML catalog file') 23 PROMPT('Catalog kind') 31 PROMPT('Output stream file path') 38 PROMPT('Convert SGML to XML catalog') 45 PROMPT('Update the SGML super catalog') 52 PROMPT('Output debugging information') 61 PROMPT('Delete System/URI identifier') 66 PROMPT('Add definition') 68 PROMPT('Entry type') + [all …]
|
| D | xmllint.cmd | 9 CMD PROMPT('XML tool') 16 PROMPT('XML Stream file') 23 PROMPT('DTD id, URL or file path') 27 PROMPT('DTD locator is URL/FPI') 34 PROMPT('Schema URL or stream file path') 38 PROMPT('Validating schema kind') + 50 PROMPT('Output stream file path') 57 PROMPT('XPath filter') 62 PROMPT('Reader node filter') 69 PROMPT('Path for resources') [all …]
|
| /external/googleapis/google/actions/sdk/v2/interactionmodel/prompt/content/ |
| D | static_content_prompt.proto | 17 package google.actions.sdk.v2.interactionmodel.prompt; 19 import "google/actions/sdk/v2/interactionmodel/prompt/content/static_card_prompt.proto"; 20 import "google/actions/sdk/v2/interactionmodel/prompt/content/static_collection_browse_prompt.proto… 21 import "google/actions/sdk/v2/interactionmodel/prompt/content/static_collection_prompt.proto"; 22 import "google/actions/sdk/v2/interactionmodel/prompt/content/static_image_prompt.proto"; 23 import "google/actions/sdk/v2/interactionmodel/prompt/content/static_list_prompt.proto"; 24 import "google/actions/sdk/v2/interactionmodel/prompt/content/static_media_prompt.proto"; 25 import "google/actions/sdk/v2/interactionmodel/prompt/content/static_table_prompt.proto"; 27 …go_package = "google.golang.org/genproto/googleapis/actions/sdk/v2/interactionmodel/prompt;prompt"; 30 option java_package = "com.google.actions.sdk.v2.interactionmodel.prompt"; [all …]
|
| /external/perfetto/ui/src/frontend/ |
| D | omnibox_manager.ts | 21 Prompt, enumerator 29 interface Prompt { interface 42 private _pendingPrompt?: Prompt; 50 get pendingPrompt(): Prompt | undefined { 97 // Start a prompt. If options are supplied, the user must pick one from the 99 prompt(text: string, options?: PromptOption[]): Promise<string> { 100 this._omniboxMode = OmniboxMode.Prompt; 119 // Resolve the pending prompt with a value to return to the prompter. 128 // Reject the prompt outright. Doing this will force the owner of the prompt
|
| /external/googleapis/google/cloud/dialogflow/cx/v3beta1/ |
| D | generative_settings.proto | 40 // Prompt template. 42 // Prompt name. 45 // Prompt text that is sent to a LLM on no-match default, placeholders are 50 // If the flag is true, the prompt is frozen and cannot be modified by 55 // Display name of the selected prompt. 63 // Settings for knowledge connector. These parameters are used for LLM prompt 69 // represents. Used for knowledge connector LLM prompt and for knowledge 73 // Name of the virtual agent. Used for LLM prompt. Can be left empty. 79 // Company description, used for LLM prompt, e.g. "a family company selling 117 // The custom prompt to use.
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowVoiceInteractor.java | 14 import android.app.VoiceInteractor.Prompt; 82 private void processPrompt(Prompt prompt) { in processPrompt() argument 83 if (prompt.countVoicePrompts() <= 0) { in processPrompt() 86 for (int i = 0; i < prompt.countVoicePrompts(); i++) { in processPrompt() 87 voiceInteractions.add(prompt.getVoicePromptAt(i).toString()); in processPrompt() 95 Prompt getPrompt(); in getPrompt() 102 Prompt getPrompt(); in getPrompt() 109 Prompt getPrompt(); in getPrompt() 123 Prompt getPrompt(); in getPrompt()
|
| /external/python/cpython2/Mac/Demo/applescript/Disk_Copy/ |
| D | Utility_Events.py | 20 """select disk image: Prompt the user to select a disk image 21 Keyword argument with_prompt: the prompt string to be displayed 46 """select DiskScript: Prompt the user to select a DiskScript 47 Keyword argument with_prompt: the prompt string to be displayed 72 """select disk image or DiskScript: Prompt the user to select a disk image or DiskScript 73 Keyword argument with_prompt: the prompt string to be displayed 98 """select floppy disk image: Prompt the user to select a floppy disk image 99 Keyword argument with_prompt: the prompt string to be displayed 124 """select disk: Prompt the user to select a disk volume 125 Keyword argument with_prompt: the prompt string to be displayed [all …]
|
| /external/cronet/third_party/apache-portable-runtime/src/passwd/ |
| D | apr_getpass.c | 91 * issue the prompt and read the results with echo. (Ugh). 94 static char *get_password(const char *prompt) in get_password() argument 98 fputs(prompt, stderr); in get_password() 110 static char *get_password(const char *prompt) in get_password() argument 123 fputs(prompt, stderr); in get_password() 157 fputs(prompt, stderr); in get_password() 177 static char *get_password(const char *prompt) in get_password() argument 182 fputs(prompt, stderr); in get_password() 196 fputs(prompt, stderr); in get_password() 232 APR_DECLARE(apr_status_t) apr_password_get(const char *prompt, char *pwbuf, apr_size_t *bufsiz) in apr_password_get() argument [all …]
|
| /external/googleapis/google/cloud/dialogflow/cx/v3/ |
| D | generative_settings.proto | 40 // Prompt template. 42 // Prompt name. 45 // Prompt text that is sent to a LLM on no-match default, placeholders are 50 // If the flag is true, the prompt is frozen and cannot be modified by 55 // Display name of the selected prompt. 63 // Settings for knowledge connector. These parameters are used for LLM prompt 69 // represents. Used for knowledge connector LLM prompt and for knowledge 73 // Name of the virtual agent. Used for LLM prompt. Can be left empty. 79 // Company description, used for LLM prompt, e.g. "a family company selling
|
| /external/python/cpython2/Lib/lib-tk/ |
| D | tkSimpleDialog.py | 174 def __init__(self, title, prompt, argument 183 self.prompt = prompt 197 w = Label(master, text=self.prompt, justify=LEFT) 251 def askinteger(title, prompt, **kw): argument 257 prompt -- the label text 262 d = _QueryInteger(title, prompt, **kw) 270 def askfloat(title, prompt, **kw): argument 276 prompt -- the label text 281 d = _QueryFloat(title, prompt, **kw) 302 def askstring(title, prompt, **kw): argument [all …]
|
| /external/googleapis/google/ai/generativelanguage/v1beta3/ |
| D | text_service.proto | 34 // input prompt from the user. 49 "model,prompt,temperature,candidate_count,max_output_tokens,top_p,top_k"; 78 option (google.api.method_signature) = "model,prompt"; 91 // Required. The free-form input text given to the model as a prompt. 93 // Given a prompt, the model will generate a TextCompletion response it 95 TextPrompt prompt = 2 [(google.api.field_behavior) = REQUIRED]; field 146 // that will be enforced on the `GenerateTextRequest.prompt` and 167 // A set of content filtering metadata for the prompt and response 184 // Text given to the model as a prompt. 188 // Required. The prompt text. [all …]
|
| /external/python/cpython3/Lib/venv/scripts/nt/ |
| D | activate.bat | 13 if not defined PROMPT set PROMPT=$P$G variable 15 if defined _OLD_VIRTUAL_PROMPT set PROMPT=%_OLD_VIRTUAL_PROMPT% variable 18 set _OLD_VIRTUAL_PROMPT=%PROMPT% 19 set PROMPT=__VENV_PROMPT__%PROMPT% variable
|
| /external/python/cpython3/Lib/venv/ |
| D | __init__.py | 42 :param prompt: Alternative terminal prefix for the environment. 47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument 54 self.orig_prompt = prompt 55 if prompt == '.': # see bpo-38901 56 prompt = os.path.basename(os.getcwd()) 57 self.prompt = prompt 127 prompt = self.prompt if self.prompt is not None else context.env_name 128 context.prompt = '(%s) ' % prompt 191 if self.prompt is not None: 192 f.write(f'prompt = {self.prompt!r}\n') [all …]
|