/aosp_15_r20/external/executorch/extension/android/src/main/java/org/pytorch/executorch/ |
H A D | LlamaModule.java | 64 public int generate(String prompt, LlamaCallback llamaCallback) { in generate() 75 public int generate(String prompt, int seqLen, LlamaCallback llamaCallback) { in generate() 86 public int generate(String prompt, LlamaCallback llamaCallback, boolean echo) { in generate() 98 public int generate(String prompt, int seqLen, LlamaCallback llamaCallback, boolean echo) { in generate() 120 String prompt, in generate() 159 public long prefillPrompt(String prompt, long startPos, int bos, int eos) { in prefillPrompt() 168 private native long[] prefillPromptNative(String prompt, long startPos, int bos, int eos); in prefillPromptNative() 181 String prompt, int seqLen, long startPos, LlamaCallback callback, boolean echo); in generateFromPos()
|
/aosp_15_r20/external/gptfdisk/ |
H A 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 368 ostringstream prompt; in SwapPartitions() local 559 const string & prompt) { in GetSectorNum() 826 ostringstream prompt; in ExpertsMenu() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
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
|
/aosp_15_r20/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
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
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A 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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/passwd/ |
H A D | apr_getpass.c | 94 static char *get_password(const char *prompt) in get_password() 110 static char *get_password(const char *prompt) in get_password() 177 static char *get_password(const char *prompt) 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()
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/controller/ |
D | VoiceController.kt | 45 val prompt = Prompt(message) in notifyVoiceSuccess() constant 64 val prompt = Prompt(message) in notifyVoiceFailure() constant
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/ |
H A D | IVoiceInteractor.aidl | 31 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startConfirmation() 33 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in startPickOption() 36 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startCompleteVoice() 38 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startAbortVoice()
|
/aosp_15_r20/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/ |
H A D | TestApp.java | 144 Prompt prompt = new Prompt(Utils.TEST_PROMPT); in confirmationRequest() local 168 Prompt prompt = new Prompt(Utils.TEST_PROMPT); in completionRequest() local 192 Prompt prompt = new Prompt(Utils.TEST_PROMPT); in abortRequest() local 215 Prompt prompt = new Prompt(Utils.TEST_PROMPT); in pickOptionRequest() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/ |
H A D | FeedbackInfoTest.java | 160 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_silenced() local 172 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_promoted() local 184 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_alerted() local 196 TextView prompt = mFeedbackInfo.findViewById(R.id.prompt); in testPrompt_demoted() local
|
/aosp_15_r20/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
H A D | MainInteractionSession.java | 91 void assertPromptFromTestApp(CharSequence prompt, Bundle extras) { in assertPromptFromTestApp() 120 CharSequence prompt = request.getVoicePrompt().getVoicePromptAt(0); in onRequestConfirmation() local 140 CharSequence prompt = request.getVoicePrompt().getVoicePromptAt(0); in onRequestCompleteVoice() local 160 CharSequence prompt = request.getVoicePrompt().getVoicePromptAt(0); in onRequestAbortVoice() local 219 CharSequence prompt = request.getVoicePrompt().getVoicePromptAt(0); in onRequestPickOption() local
|
/aosp_15_r20/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
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | VoiceInteractor.java | 355 public ConfirmationRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in ConfirmationRequest() 367 public ConfirmationRequest(CharSequence prompt, Bundle extras) { in ConfirmationRequest() 540 public PickOptionRequest(@Nullable Prompt prompt, Option[] options, in PickOptionRequest() 555 public PickOptionRequest(CharSequence prompt, Option[] options, Bundle extras) { in PickOptionRequest() 632 public CompleteVoiceRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in CompleteVoiceRequest() 691 public AbortVoiceRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { in AbortVoiceRequest() 821 public Prompt(@NonNull CharSequence prompt) { in Prompt()
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
H A D | ConsoleTest.java | 68 String prompt = new String(((ByteArrayOutputStream) out).toByteArray()); in test_format_LString_LObject() local 75 String prompt = new String(((ByteArrayOutputStream) out).toByteArray()); in test_printf_LString_LObject() local 94 String prompt = new String(((ByteArrayOutputStream) out).toByteArray()); in test_readLine_LString_LObject() local
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/ |
D | simpledialog.py | 272 def __init__(self, title, prompt, argument 344 def askinteger(title, prompt, **kw): argument 366 def askfloat(title, prompt, **kw): argument 400 def askstring(title, prompt, **kw): argument
|
/aosp_15_r20/external/executorch/examples/models/llava/runner/ |
H A D | llava_runner.cpp | 88 const std::string& prompt, in prefill_prompt() 99 const std::string& prompt, in generate_from_pos() 131 const std::string& prompt, in generate()
|
/aosp_15_r20/external/curl/src/ |
H A D | tool_getpass.c | 62 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r() 99 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r() 175 char *getpass_r(const char *prompt, /* prompt to display */ in getpass_r()
|
/aosp_15_r20/external/toybox/kconfig/ |
H A 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
|
/aosp_15_r20/cts/tests/framework/base/biometrics/src/android/server/biometrics/ |
H A D | BiometricTestBase.java | 426 final BiometricPrompt prompt = new BiometricPrompt.Builder(mContext) in showCredentialOnlyBiometricPromptWithContents() local 450 final BiometricPrompt prompt = new BiometricPrompt.Builder(mContext) in showDeviceCredentialAllowedBiometricPrompt() local 495 final BiometricPrompt prompt = builder.build(); in showDefaultBiometricPromptWithLogo() local 513 final BiometricPrompt prompt = new BiometricPrompt.Builder(mContext) in showDefaultBiometricPromptWithContents() local 559 final BiometricPrompt prompt = promptBuilder.build(); in showBiometricPromptWithAuthenticators() local
|
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/file/ |
D | Copy.java | 67 static void copyFile(Path source, Path target, boolean prompt, boolean preserve) { in copyFile() 86 private final boolean prompt; field in Copy.TreeCopier 89 TreeCopier(Path source, Path target, boolean prompt, boolean preserve) { in TreeCopier()
|
/aosp_15_r20/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
|