/external/python/cpython3/Lib/venv/scripts/common/ |
D | Activate.ps1 | 57 $Prompt variable 190 if ($Prompt) { variable 191 Write-Verbose "Prompt specified as argument, using '$Prompt'" variable 197 $Prompt = $pyvenvCfg['prompt']; variable 202 $Prompt = Split-Path -Path $venvDir -Leaf variable 206 Write-Verbose "Prompt = '$Prompt'" variable 219 Write-Verbose "Setting prompt to '$Prompt'" variable 225 …virtual environment prompt prefix" -Scope Global -Option ReadOnly -Visibility Public -Value $Prompt variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/ |
D | LineEditor.h | 105 const std::string &getPrompt() const { return Prompt; } in getPrompt() 106 void setPrompt(const std::string &P) { Prompt = P; } in setPrompt() 112 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/llvm-project/llvm/include/llvm/LineEditor/ |
D | LineEditor.h | 105 const std::string &getPrompt() const { return Prompt; } in getPrompt() 106 void setPrompt(const std::string &P) { Prompt = P; } in setPrompt() 112 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/llvm-project/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 200 : Prompt((ProgName + "> ").str()), HistoryPath(std::string(HistoryPath)), in LineEditor() 288 : Prompt((ProgName + "> ").str()), Data(new InternalData) { in LineEditor() 301 ::fprintf(Data->Out, "%s", Prompt.c_str()); in readLine()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 200 : Prompt((ProgName + "> ").str()), HistoryPath(HistoryPath), in LineEditor() 288 : Prompt((ProgName + "> ").str()), Data(new InternalData) { in LineEditor() 301 ::fprintf(Data->Out, "%s", Prompt.c_str()); in readLine()
|
/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/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/jemalloc_new/msvc/ |
D | ReadMe.txt | 16 4. Open "x64 Native Tools Command Prompt for VS 2017"
|
/external/icu/icu4c/source/data/ |
D | icu4j-readme.txt | 46 2a. On Developer Command Prompt for VS, cd to $icu4c_root\source\data. 48 2b. On Developer Command Prompt for VS,
|
/external/google-breakpad/src/tools/windows/converter_exe/ |
D | configure.cmd | 5 REM Please, make sure to run this in an Elevated Command Prompt.
|
/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/curl/winbuild/ |
D | README.md | 43 Using the **'Developer Command Prompt for VS [version]'** menu entry: where 49 See also: [Developer Command Prompt for Visual 54 Using the **'VS [version] [platform] [type] Command Prompt'** menu entry:
|
/external/python/cpython2/Tools/msi/ |
D | README.txt | 19 Command Prompt"). Then invoke
|
/external/libwebsockets/scripts/client-ca/ |
D | tmp.cnf | 44 # Variable name Prompt string
|
/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/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/sfntly/doc/ |
D | build_cpp.md | 101 you cant run the scripts above in the same Command Prompt window. 102 `vsvars32.bat` assumes that it is run from a clean Command Prompt.
|
/external/python/cpython3/Doc/library/ |
D | getpass.rst | 20 Prompt the user for a password without echoing. The user is prompted using
|
/external/python/setuptools/docs/_theme/nature/static/ |
D | pygments.css | 13 .gp { color: #555555 } /* Generic.Prompt */
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | Editline.h | 281 const char *Prompt();
|
/external/python/httplib2/doc/html/_static/ |
D | pygments.css | 16 .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
|