Home
last modified time | relevance | path

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

123

/external/python/cpython3/Lib/venv/scripts/common/
DActivate.ps157 $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/
DLineEditor.h105 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/
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-project/llvm/include/llvm/LineEditor/
DLineEditor.h105 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/
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-project/llvm/lib/LineEditor/
DLineEditor.cpp200 : 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/
DLineEditor.cpp200 : 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/
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/jemalloc_new/msvc/
DReadMe.txt16 4. Open "x64 Native Tools Command Prompt for VS 2017"
/external/icu/icu4c/source/data/
Dicu4j-readme.txt46 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/
Dconfigure.cmd5 REM Please, make sure to run this in an Elevated 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/curl/winbuild/
DREADME.md43 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/
DREADME.txt19 Command Prompt"). Then invoke
/external/libwebsockets/scripts/client-ca/
Dtmp.cnf44 # Variable name Prompt string
/external/scapy/scapy/
Dthemes.py308 return [(Token.Prompt, str(conf.prompt)),]
313 Token.Prompt: Color.ansi_to_pygments(conf.color_theme.style_prompt),
/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/sfntly/doc/
Dbuild_cpp.md101 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/
Dgetpass.rst20 Prompt the user for a password without echoing. The user is prompted using
/external/python/setuptools/docs/_theme/nature/static/
Dpygments.css13 .gp { color: #555555 } /* Generic.Prompt */
/external/llvm-project/lldb/include/lldb/Host/
DEditline.h281 const char *Prompt();
/external/python/httplib2/doc/html/_static/
Dpygments.css16 .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */

123