Home
last modified time | relevance | path

Searched refs:Prompt (Results 1 – 25 of 46) sorted by relevance

12

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dconsole.c34 IN CHAR16 *Prompt OPTIONAL, in Input()
43 Prompt, in Input()
53 IN CHAR16 *Prompt OPTIONAL, in IInput()
63 if (Prompt) { in IInput()
64 ConOut->OutputString (ConOut, Prompt); in IInput()
/external/llvm/include/llvm/LineEditor/
DLineEditor.h106 const std::string &getPrompt() const { return Prompt; } in getPrompt()
107 void setPrompt(const std::string &P) { Prompt = P; } in setPrompt()
113 std::string Prompt;
/external/google-breakpad/src/tools/windows/
Drefresh_binaries.bat3 REM You MUST run it from a Visual Studio xxxx Command Prompt. To do this,
7 REM Visual Studio Command Prompt
/external/llvm/lib/LineEditor/
DLineEditor.cpp201 : Prompt((ProgName + "> ").str()), HistoryPath(HistoryPath), in LineEditor()
289 : Prompt((ProgName + "> ").str()), Data(new InternalData) { in LineEditor()
302 ::fprintf(Data->Out, "%s", Prompt.c_str()); in readLine()
/external/ImageMagick/
DQuickStart.txt118 Once ImageMagick is installed, Select Start->Programs->Command Prompt. In
119 the Command Prompt window type
124 If you have an X11 server, from the Command Prompt window type
DInstall-windows.txt12 MS-DOS Command Prompt window:
296 command line utilities and libraries are available to the MS Command Prompt,
326 1. Launch the MS-DOS Command Prompt application and move to the
335 1. Launch the MS-DOS Command Prompt application and move to the PerlMagick
356 1. Launch the MS-DOS Command Prompt application and move to the PerlMagick
/external/jemalloc/msvc/
DReadMe.txt16 4. Open "VS2015 x86 Native Tools Command Prompt"
/external/gptfdisk/
DREADME.Windows55 To use the programs, first launch a Command Prompt as the Administrator. To
56 do this, locate the Command Prompt program icon, right-click it, and select
57 "Run as Administrator." If you use a non-Administrator Command Prompt, you
95 little good in Windows because of Command Prompt window and/or ICU library
/external/protobuf/cmake/
DREADME.md2 with *MSVC* on *Windows*. You can build the project from *Command Prompt*
8 Most of the instructions will be given to the *Сommand Prompt*, but the same
14 Open the appropriate *Command Prompt* from the *Start* menu.
16 For example *VS2013 x64 Native Tools Command Prompt*:
31 If *cmake* command is not available from *Command Prompt*, add it to system *PATH* variable:
35 If *git* command is not available from *Command Prompt*, add it to system *PATH* variable:
/external/python/cpython2/Tools/msi/
DREADME.txt19 Command Prompt"). Then invoke
/external/vulkan-validation-layers/
DBUILD.md130 - Tell the installer to allow it to be used for "Developer Prompt" as well as "Git Bash".
135 … will pull and build the correct version. Run it from Developer Command Prompt for VS2013 like so:
144 …escribed above by completing the following steps in a "Developer Command Prompt for VS2013" window…
214 Follow the setup steps for Windows above, then from Developer Command Prompt for VS2013:
261 Follow the setup steps for Windows above, then from Developer Command Prompt for VS2013:
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerOCLBlocks.cpp451 void dumpGetBlockInvokeUsers(StringRef Prompt) { in dumpGetBlockInvokeUsers() argument
452 DEBUG(dbgs() << Prompt); in dumpGetBlockInvokeUsers()
DSPIRVUtil.cpp1193 dumpUsers(Value* V, StringRef Prompt) { in dumpUsers() argument
1195 DEBUG(dbgs() << Prompt << " Users of " << *V << " :\n"); in dumpUsers()
DSPIRVInternal.h811 dumpUsers(Value* V, StringRef Prompt = "");
/external/python/cpython2/Doc/library/
Dgetpass.rst15 Prompt the user for a password without echoing. The user is prompted using the
/external/zlib/src/contrib/vstudio/
Dreadme.txt20 - Compile assembly code (with Visual Studio Command Prompt) by running:
/external/libnl/doc/stylesheets/
Dpygments.css20 .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
/external/syslinux/efi32/include/efi/
Defilib.h375 IN CHAR16 *Prompt OPTIONAL,
384 IN CHAR16 *Prompt OPTIONAL,
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defilib.h375 IN CHAR16 *Prompt OPTIONAL,
384 IN CHAR16 *Prompt OPTIONAL,
/external/syslinux/efi64/include/efi/
Defilib.h375 IN CHAR16 *Prompt OPTIONAL,
384 IN CHAR16 *Prompt OPTIONAL,
/external/lzma/DOC/
Dinstaller.txt50 BeginPrompt Begin Prompt message
/external/wpa_supplicant_8/wpa_supplicant/
Dnmake.mak3 # This can be run in Visual Studio 2005 Command Prompt
/external/python/cpython2/PCbuild/
Dreadme.txt144 Prompt window
149 pyw.exe, a variant of py.exe that doesn't open a Command Prompt
/external/ppp/pppd/plugins/radius/etc/
Ddictionary141 VALUE Service-Type NAS-Prompt-User 7
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
DUefiInternalFormRepresentation.h731 EFI_STRING_ID Prompt; member

12