HomeSort by relevance Sort by last modified time
    Searched refs:prompt (Results 76 - 100 of 372) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/openssl/crypto/ui/
ui.h 87 /* The following functions are used to add strings to be printed and prompt
88 strings to prompt for data. The names are UI_{add,dup}_<function>_string
92 add add a text or prompt string. The pointers given to these
94 dup make a copy of the text or prompt string, then add the copy
99 input use the string as data prompt.
100 verify use the string as verification prompt. This
108 and are typically used when one wants to prompt for a yes/no response.
111 All of the functions in this group take a UI and a prompt string.
130 int UI_add_input_string(UI *ui, const char *prompt, int flags,
132 int UI_dup_input_string(UI *ui, const char *prompt, int flags
    [all...]
ui_lib.c 139 static UI_STRING *general_allocate_prompt(UI *ui, const char *prompt,
145 if (prompt == NULL)
156 ret->out_string=prompt;
165 static int general_allocate_string(UI *ui, const char *prompt,
170 UI_STRING *s = general_allocate_prompt(ui, prompt, prompt_freeable,
191 const char *prompt, const char *action_desc,
219 s = general_allocate_prompt(ui, prompt, prompt_freeable,
242 direct reference to the prompt. */
243 int UI_add_input_string(UI *ui, const char *prompt, int flags,
246 return general_allocate_string(ui, prompt, 0
414 char *prompt = NULL; local
    [all...]
  /external/openssl/include/openssl/
ui.h 87 /* The following functions are used to add strings to be printed and prompt
88 strings to prompt for data. The names are UI_{add,dup}_<function>_string
92 add add a text or prompt string. The pointers given to these
94 dup make a copy of the text or prompt string, then add the copy
99 input use the string as data prompt.
100 verify use the string as verification prompt. This
108 and are typically used when one wants to prompt for a yes/no response.
111 All of the functions in this group take a UI and a prompt string.
130 int UI_add_input_string(UI *ui, const char *prompt, int flags,
132 int UI_dup_input_string(UI *ui, const char *prompt, int flags
    [all...]
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_tab_helper.cc 29 scoped_ptr<OpenPDFInReaderPromptDelegate> prompt) {
30 open_in_reader_prompt_ = prompt.Pass();
102 void PDFTabHelper::OnModalPromptForPassword(const std::string& prompt,
107 ShowPDFPasswordDialog(web_contents(), base::UTF8ToUTF16(prompt), callback);
pdf_tab_helper.h 34 void ShowOpenInReaderPrompt(scoped_ptr<OpenPDFInReaderPromptDelegate> prompt);
55 void OnModalPromptForPassword(const std::string& prompt,
58 // The model for the confirmation prompt to open a PDF in Adobe Reader.
70 const base::string16& prompt,
  /external/lldb/test/benchmarks/frame_variable/
TestFrameVariableResponse.py 38 prompt = self.child_prompt
53 child.expect_exact(prompt)
57 child.expect_exact(prompt)
62 child.expect_exact(prompt)
  /external/lldb/test/benchmarks/startup/
TestStartupDelays.py 45 prompt = self.child_prompt
62 child.expect_exact(prompt)
67 child.expect_exact(prompt)
72 child.expect_exact(prompt)
  /external/chromium_org/third_party/openssl/openssl/crypto/ui/
ui_lib.c 139 static UI_STRING *general_allocate_prompt(UI *ui, const char *prompt,
145 if (prompt == NULL)
156 ret->out_string=prompt;
165 static int general_allocate_string(UI *ui, const char *prompt,
170 UI_STRING *s = general_allocate_prompt(ui, prompt, prompt_freeable,
191 const char *prompt, const char *action_desc,
219 s = general_allocate_prompt(ui, prompt, prompt_freeable,
242 direct reference to the prompt. */
243 int UI_add_input_string(UI *ui, const char *prompt, int flags,
246 return general_allocate_string(ui, prompt, 0
414 char *prompt = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 90 // Represents an action on a clickable link created by the install prompt
140 scoped_refptr<ExtensionInstallPrompt::Prompt> prompt);
199 scoped_refptr<ExtensionInstallPrompt::Prompt> prompt_;
389 scoped_refptr<ExtensionInstallPrompt::Prompt> prompt) {
392 new ExtensionInstallDialogView(show_params.navigator, delegate, prompt),
409 scoped_refptr<ExtensionInstallPrompt::Prompt> prompt)
412 prompt_(prompt),
    [all...]
  /external/lldb/test/functionalities/single-quote-in-filename-to-lldb/
TestSingleQuoteInFilename.py 26 @skipIfLinux # llvm.org/pr14637: this test case fails sometimes because the input prompt "(lldb)" is missing
32 # The default lldb prompt.
33 prompt = "(lldb) "
45 child.expect_exact(prompt)
49 child.expect_exact(prompt)
  /external/chromium_org/chrome/browser/ui/views/
pdf_password_dialog.cc 23 const base::string16& prompt,
53 const base::string16& prompt,
57 views::MessageBoxView::InitParams init_params(prompt);
132 const base::string16& prompt,
134 new PDFPasswordDialogViews(web_contents, prompt, callback);
  /libcore/luni/src/main/java/java/net/
Authenticator.java 40 private String prompt; field in class:Authenticator
78 * Returns the realm (prompt string) of the connection that requests
81 * @return prompt string of the connection.
84 return this.prompt;
134 thisAuthenticator.prompt = rPrompt;
185 thisAuthenticator.prompt = rPrompt;
240 thisAuthenticator.prompt = rPrompt;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 174 def __init__(self, title, prompt,
183 self.prompt = prompt
197 w = Label(master, text=self.prompt, justify=LEFT)
251 def askinteger(title, prompt, **kw):
257 prompt -- the label text
262 d = _QueryInteger(title, prompt, **kw)
270 def askfloat(title, prompt, **kw):
276 prompt -- the label text
281 d = _QueryFloat(title, prompt, **kw
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 174 def __init__(self, title, prompt,
183 self.prompt = prompt
197 w = Label(master, text=self.prompt, justify=LEFT)
251 def askinteger(title, prompt, **kw):
257 prompt -- the label text
262 d = _QueryInteger(title, prompt, **kw)
270 def askfloat(title, prompt, **kw):
276 prompt -- the label text
281 d = _QueryFloat(title, prompt, **kw
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_installer.cc 65 scoped_refptr<ExtensionInstallPrompt::Prompt>
67 scoped_refptr<ExtensionInstallPrompt::Prompt> prompt(
68 new ExtensionInstallPrompt::Prompt(
71 prompt->SetWebstoreData(localized_user_count(),
75 return prompt;
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_install_dialog_controller.h 21 // Displays an extension install prompt as a tab modal dialog.
29 scoped_refptr<ExtensionInstallPrompt::Prompt> prompt);
windowed_install_dialog_controller.h 17 // Displays an app or extension install or permissions prompt as a standalone
27 scoped_refptr<ExtensionInstallPrompt::Prompt> prompt);
  /external/e2fsprogs/e2fsck/
problemP.h 15 char prompt; member in struct:e2fsck_problem
  /external/e2fsprogs/lib/ss/
invocation.c 60 new_table->prompt = malloc((unsigned)strlen(subsystem_name)+4);
61 strcpy(new_table->prompt, subsystem_name);
62 strcat(new_table->prompt, ": ");
95 free(t->prompt);
  /external/lldb/test/functionalities/embedded_interpreter/
TestConvenienceVariables.py 1 """Test convenience variables when you drop in from lldb prompt into an embedded interpreter."""
21 @skipIfLinux # llvm.org/pr14637: this test case fails sometimes because the input prompt "(lldb)" is missing
36 prompt = "(lldb) "
48 child.expect_exact(prompt)
50 child.expect_exact(prompt)
52 child.expect_exact(prompt)
  /external/chromium_org/chrome/test/mini_installer/
uninstall_chrome.py 49 prompt = ('Warning: This will uninstall %s at %s. Do you want to continue? '
53 if raw_input(prompt).strip() != 'y':
  /external/lldb/source/Core/
InputReaderEZ.cpp 66 const char *prompt,
73 prompt,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 53 void ParseArgs(int argc, char **argv, unsigned int *output_width, unsigned int *output_height, double *acceptable_error, int *prompt);
55 void ParseArgs(int argc, char **argv, unsigned int *output_width, unsigned int *output_height, double *acceptable_error, int *prompt)
63 *prompt = 1;
83 *prompt = 0;
98 "\t-n\tDon't prompt for quit\n",
135 int prompt; local
152 ParseArgs(argc, argv, &output_width, &output_height, &acceptable_error, &prompt);
278 if (prompt)
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 53 void ParseArgs(int argc, char **argv, unsigned int *output_width, unsigned int *output_height, double *acceptable_error, int *prompt);
55 void ParseArgs(int argc, char **argv, unsigned int *output_width, unsigned int *output_height, double *acceptable_error, int *prompt)
63 *prompt = 1;
83 *prompt = 0;
98 "\t-n\tDon't prompt for quit\n",
135 int prompt; local
152 ParseArgs(argc, argv, &output_width, &output_height, &acceptable_error, &prompt);
278 if (prompt)
  /external/chromium_org/v8/src/
d8-readline.cc 28 virtual Handle<String> Prompt(const char* prompt);
83 Handle<String> ReadLineEditor::Prompt(const char* prompt) {
85 result = readline(prompt);

Completed in 503 milliseconds

1 2 34 5 6 7 8 91011>>