Searched refs:Prompt (Results 1 – 25 of 48) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LineEditor/ |
D | LineEditor.h | 106 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/llvm/include/llvm/LineEditor/ |
D | LineEditor.h | 106 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/ |
D | refresh_binaries.bat | 3 REM You MUST run it from a Visual Studio xxxx Command Prompt. To do this, 7 REM Visual Studio Command Prompt
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 201 : 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/ |
D | QuickStart.txt | 118 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
|
/external/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 201 : 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/gptfdisk/ |
D | README.Windows | 55 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/ |
D | README.md | 2 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/jemalloc_new/msvc/ |
D | ReadMe.txt | 16 4. Open "x64 Native Tools Command Prompt for VS 2017"
|
/external/jemalloc/msvc/ |
D | ReadMe.txt | 16 4. Open "VS2015 x86 Native Tools Command Prompt"
|
/external/python/cpython2/Tools/msi/ |
D | README.txt | 19 Command Prompt"). Then invoke
|
/external/scapy/scapy/ |
D | themes.py | 308 return [(Token.Prompt, str(conf.prompt)),] 313 Token.Prompt: Color.ansi_to_pygments(conf.color_theme.style_prompt),
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVLowerOCLBlocks.cpp | 451 void dumpGetBlockInvokeUsers(StringRef Prompt) { in dumpGetBlockInvokeUsers() argument 452 DEBUG(dbgs() << Prompt); in dumpGetBlockInvokeUsers()
|
/external/expat/ |
D | CMake.README | 35 Visual Studio Command Prompt or when using mingw, you must open a cmd.exe and
|
/external/python/cpython2/Doc/library/ |
D | getpass.rst | 15 Prompt the user for a password without echoing. The user is prompted using the
|
/external/python/cpython3/Doc/library/ |
D | getpass.rst | 20 Prompt the user for a password without echoing. The user is prompted using
|
/external/python/cpython3/Lib/venv/scripts/posix/ |
D | activate.fish | 54 # Prompt override?
|
/external/python/setuptools/docs/_theme/nature/static/ |
D | pygments.css | 13 .gp { color: #555555 } /* Generic.Prompt */
|
/external/curl/winbuild/ |
D | BUILD.WINDOWS.txt | 49 Using the 'Developer Command Prompt for VS <version>' menu entry: 59 Using the 'VS <version> <platform> <type> Command Prompt' menu entry:
|
/external/v8/tools/clang/traffic_annotation_extractor/ |
D | README.md | 11 1. Either open a `VS2015 x64 Native Tools Command Prompt`, or open a normal
|
/external/capstone/bindings/python/ |
D | README.txt | 8 installing Visual Studio and using the "Developer Command Prompt" to perform the
|
/external/python/httplib2/doc/html/_static/ |
D | pygments.css | 16 .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
|
/external/zlib/src/contrib/vstudio/ |
D | readme.txt | 20 - Compile assembly code (with Visual Studio Command Prompt) by running:
|
/external/libnl/doc/stylesheets/ |
D | pygments.css | 20 .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
|
/external/u-boot/board/freescale/mpc8572ds/ |
D | README | 115 - Select "Advanced setup" -> " Prompt for advanced kernel
|
12