/frameworks/base/packages/VpnDialogs/res/values-th/ |
strings.xml | 19 <string name="prompt" msgid="3183836924226407828">"??????????????"</string>
|
/frameworks/base/packages/VpnDialogs/res/values-uk/ |
strings.xml | 19 <string name="prompt" msgid="3183836924226407828">"????? ?? ???????????"</string>
|
/frameworks/base/packages/VpnDialogs/res/values-ur-rPK/ |
strings.xml | 19 <string name="prompt" msgid="3183836924226407828">"????? ?? ???????"</string>
|
/frameworks/base/packages/VpnDialogs/res/values-uz-rUZ/ |
strings.xml | 19 <string name="prompt" msgid="3183836924226407828">"Ulanish uchun so?rov"</string>
|
/frameworks/base/packages/VpnDialogs/res/values-zh-rCN/ |
strings.xml | 19 <string name="prompt" msgid="3183836924226407828">"??????"</string>
|
/frameworks/base/packages/VpnDialogs/res/values-zh-rHK/ |
strings.xml | 19 <string name="prompt" msgid="3183836924226407828">"????"</string>
|
/frameworks/base/packages/VpnDialogs/res/values-zh-rTW/ |
strings.xml | 19 <string name="prompt" msgid="3183836924226407828">"????"</string>
|
/frameworks/base/packages/VpnDialogs/res/values-zu/ |
strings.xml | 19 <string name="prompt" msgid="3183836924226407828">"Isicelo soxhumo"</string>
|
/frameworks/base/tests/LargeAssetTest/res/layout/ |
lat.xml | 28 android:text="@string/prompt"
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
TestInteractionActivity.java | 95 new VoiceInteractor.Prompt("This is a confirmation"), null) { 173 super(new VoiceInteractor.Prompt("Dammit, we suck :("), null); 188 super(new VoiceInteractor.Prompt("Woohoo, completed!"), null); 235 super(new VoiceInteractor.Prompt("Need to pick something"), options, null);
|
StartVoiceInteractionActivity.java | 119 super(new VoiceInteractor.Prompt("Dammit, we suck :("), null); 135 super(new VoiceInteractor.Prompt("Woohoo, completed!"), null); 182 super(new VoiceInteractor.Prompt("Need to pick something"), options, null);
|
/packages/apps/Contacts/res/layout/ |
contact_editor_accounts_changed_activity_with_picker.xml | 18 Layout for account prompt (which includes a ListView) that can appear when
|
contact_editor_accounts_changed_activity_with_text.xml | 18 Layout for account prompt (which just includes text and 2 buttons) that can appear when the user
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/activity/ |
RequestDesiredPermissionsActivity.java | 53 * to prompt the user for these permissions.
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
NycWallpaperUtils.java | 20 * devices, the prompt is not displayed since there is no API to set the lockscreen wallpaper.
|
/packages/apps/Music/res/layout/ |
confirm_delete.xml | 22 <TextView android:id="@+id/prompt"
|
/packages/apps/Music/res/layout-keysexposed/ |
create_playlist.xml | 22 <TextView android:id="@+id/prompt"
|
/packages/apps/Music/src/com/android/music/ |
DeleteItems.java | 44 mPrompt = (TextView)findViewById(R.id.prompt);
|
/packages/apps/Settings/src/com/android/settings/ |
ResetNetwork.java | 47 * prompt, followed by a keyguard pattern trace if the user has defined one, followed by a final 48 * strongly-worded "THIS WILL RESET EVERYTHING" prompt. If at any time the phone is allowed to go 86 // confirmation prompt; otherwise, go back to the initial state. 108 * is no keyguard available, we simply go to the final confirmation prompt.
|
/external/bzip2/ |
bzmore.1 | 81 When the prompt --More--(Next file: 86 When the prompt --More--(Next file: 131 prompt.
|
/external/curl/winbuild/ |
BUILD.WINDOWS.txt | 40 Open a Visual Studio Command prompt or the SDK CMD shell.
46 Using the Visual Studio command prompt Shell:
48 prompt.
|
/external/libedit/doc/ |
editline.3.roff | 299 Define prompt printing function as 301 which is to return a string that contains the prompt. 307 argument indicates the start/stop literal prompt character. 309 If a start/stop literal character is found in the prompt, the 315 color/style of the terminal in the prompt. 321 Define right side prompt printing function as 323 which is to return a string that contains the prompt. 325 Define the right prompt printing function but with a literal escape character. 519 Return a pointer to the function that displays the prompt in 525 return the start/stop literal prompt character in it [all...] |
/external/libedit/src/ |
el.h | 102 #include "prompt.h" 135 el_prompt_t el_prompt; /* Prompt stuff */ 136 el_prompt_t el_rprompt; /* Prompt stuff */
|
/external/libmtp/ |
README.windows.txt | 19 With both of these libraries extracted and placed in MinGW's search path, you can compile the library by opening the Msys prompt, navigating to
41 8. Click the "Have Disk..." button in the bottom right corner of the prompt
43 10. The name of your music device should appear in the prompt, click it and click "Next>" (Ignore any prompts about Driver Signing, continuing
|
/frameworks/base/core/java/android/webkit/ |
JsDialogHelper.java | 48 public static final int PROMPT = 3; 82 case PROMPT: 113 if (mType != PROMPT) {
|