Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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
/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/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/jemalloc_new/msvc/
DReadMe.txt16 4. Open "x64 Native Tools Command Prompt for VS 2017"
/external/jemalloc/msvc/
DReadMe.txt16 4. Open "VS2015 x86 Native Tools Command Prompt"
/external/python/cpython2/Tools/msi/
DREADME.txt19 Command Prompt"). Then invoke
/external/scapy/scapy/
Dthemes.py308 return [(Token.Prompt, str(conf.prompt)),]
313 Token.Prompt: Color.ansi_to_pygments(conf.color_theme.style_prompt),
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerOCLBlocks.cpp451 void dumpGetBlockInvokeUsers(StringRef Prompt) { in dumpGetBlockInvokeUsers() argument
452 DEBUG(dbgs() << Prompt); in dumpGetBlockInvokeUsers()
/external/expat/
DCMake.README35 Visual Studio Command Prompt or when using mingw, you must open a cmd.exe and
/external/python/cpython2/Doc/library/
Dgetpass.rst15 Prompt the user for a password without echoing. The user is prompted using the
/external/python/cpython3/Doc/library/
Dgetpass.rst20 Prompt the user for a password without echoing. The user is prompted using
/external/python/cpython3/Lib/venv/scripts/posix/
Dactivate.fish54 # Prompt override?
/external/python/setuptools/docs/_theme/nature/static/
Dpygments.css13 .gp { color: #555555 } /* Generic.Prompt */
/external/curl/winbuild/
DBUILD.WINDOWS.txt49 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/
DREADME.md11 1. Either open a `VS2015 x64 Native Tools Command Prompt`, or open a normal
/external/capstone/bindings/python/
DREADME.txt8 installing Visual Studio and using the "Developer Command Prompt" to perform the
/external/python/httplib2/doc/html/_static/
Dpygments.css16 .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
/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/u-boot/board/freescale/mpc8572ds/
DREADME115 - Select "Advanced setup" -> " Prompt for advanced kernel

12