Home
last modified time | relevance | path

Searched refs:PowerShell (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/clap_complete/src/shells/
Dshell.rs22 PowerShell, enumerator
56 Shell::PowerShell, in value_variants()
66 Shell::PowerShell => PossibleValue::new("powershell"), in to_possible_value()
78 Shell::PowerShell => shells::PowerShell.file_name(name), in file_name()
88 Shell::PowerShell => shells::PowerShell.generate(cmd, buf), in generate()
136 Some(Shell::PowerShell) in from_env()
152 "powershell" | "powershell_ise" => Some(Shell::PowerShell), in parse_shell_from_path()
Dpowershell.rs11 pub struct PowerShell; struct
13 impl Generator for PowerShell { implementation
Dmod.rs13 pub use powershell::PowerShell;
/aosp_15_r20/external/capstone/bindings/powershell/Capstone/
H A DCapstone.psd131 # Minimum version of the Windows PowerShell engine required by this module
34 # Name of the Windows PowerShell host required by this module
37 # Minimum version of the Windows PowerShell host required by this module
40 … Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition …
43 …time (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition …
88 …ocess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
/aosp_15_r20/external/capstone/bindings/powershell/
H A DREADME.md1 This documentation explains how to install & use the PowerShell binding for Capstone.
17 To use the PowerShell binding, the entire Capstone folder should be added to
18 one of the PowerShell module directories:
27 in a new PowerShell terminal. Further information on the usage of the binding
/aosp_15_r20/external/mesa3d/.gitlab-ci/windows/
H A DREADME.md9 only inside that base container. This is open-coded in PowerShell scripts.
36 `*.ps1` scripts for building dockers are using PowerShell 7 to run
H A DDockerfile_msvc11 # Make sure any failure in PowerShell scripts is fatal
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/
H A DREADME.md57 be possible to follow the Linux instructions in [Windows PowerShell][].
59 [Windows PowerShell]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting…
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/
H A DREADME.md57 be possible to follow the Linux instructions in [Windows PowerShell][].
59 [Windows PowerShell]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting…
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/opus/
H A DREADME.md62 be possible to follow the Linux instructions in [Windows PowerShell][].
64 [Windows PowerShell]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting…
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/opus/
H A DREADME.md62 be possible to follow the Linux instructions in [Windows PowerShell][].
64 [Windows PowerShell]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting…
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/ffmpeg/
H A DREADME.md82 be possible to follow the Linux instructions in [Windows PowerShell][].
84 [Windows PowerShell]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting…
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/av1/
H A DREADME.md66 be possible to follow the Linux instructions in [Windows PowerShell][].
68 [Windows PowerShell]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting…
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/ffmpeg/
H A DREADME.md82 be possible to follow the Linux instructions in [Windows PowerShell][].
84 [Windows PowerShell]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting…
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/av1/
H A DREADME.md66 be possible to follow the Linux instructions in [Windows PowerShell][].
68 [Windows PowerShell]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting…
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/vp9/
H A DREADME.md69 be possible to follow the Linux instructions in [Windows PowerShell][].
71 [Windows PowerShell]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting…
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/vp9/
H A DREADME.md69 be possible to follow the Linux instructions in [Windows PowerShell][].
71 [Windows PowerShell]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting…
/aosp_15_r20/external/python/cpython3/PC/
Dstore_info.txt22 To build for sideloading, use these commands in PowerShell:
35 (Note that only the last command requires PowerShell, and the others
/aosp_15_r20/external/python/cpython3/Doc/library/
Dvenv.rst79 | | PowerShell | :samp:`$ {<venv>}/bin/Activate.ps1` |
83 | | PowerShell | :samp:`PS C:\\> {<venv>}\\Scripts\\Activate.ps1` |
90 PowerShell activation scripts installed under POSIX for PowerShell Core
/aosp_15_r20/external/capstone/bindings/
H A DREADME62 - PowerShell binding (by Ruben Boonen).
/aosp_15_r20/external/capstone/
H A DCREDITS.TXT64 Ruben Boonen: PowerShell binding.
H A DREADME.md50 Common Lisp, Visual Basic, PHP, PowerShell, Emacs, Haskell, Perl, Python,
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/toolchains/rbe_win2019/
DDockerfile82 # Default to PowerShell if no other command specified.
/aosp_15_r20/external/grpc-grpc/third_party/toolchains/dockerfile/rbe_windows2019/
H A DDockerfile82 # Default to PowerShell if no other command specified.
/aosp_15_r20/external/python/cpython3/Doc/using/
Dvenv-create.inc89 issuing the following PowerShell command:

123