Home
last modified time | relevance | path

Searched refs:powershell (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/external/grpc-grpc-java/buildscripts/
H A Dmake_dependencies.bat22 @rem GitHub requires TLSv1.2, and for whatever reason our powershell doesn't have it enabled
23 powershell -command "$ErrorActionPreference = 'stop'; & { [Net.ServicePointManager]::SecurityProtoc…
24 powershell -command "$ErrorActionPreference = 'stop'; & { Add-Type -AssemblyName System.IO.Compress…
30 powershell -command "(Get-Content ..\cmake\extract_includes.bat.in) -replace '\.\.\\', '' | Out-Fil…
48 powershell -command "$ErrorActionPreference = 'stop'; & { iwr https://cmake.org/files/v3.3/%CMAKE_N…
49 powershell -command "$ErrorActionPreference = 'stop'; & { Add-Type -AssemblyName System.IO.Compress…
/aosp_15_r20/external/mesa3d/.gitlab-ci/windows/
H A DDockerfile_msvc6 # https://www.thomasmaurer.ch/2019/07/how-to-install-and-update-powershell-7/
8 # iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI -Quiet"
9 RUN powershell -ExecutionPolicy RemoteSigned -Command "$ErrorActionPreference = 'Stop'; iex ""& { $…
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/
Dbuild_acl_windows.txt3 [!exec:powershell] skip
20 exec powershell -Command 'Get-Acl main.exe | Select -expand AccessToString'
22 exec powershell -Command 'Get-Acl main.go | Select -expand AccessToString'
25 exec powershell -Command 'Get-Acl main.exe | Select -expand AccessToString'
/aosp_15_r20/external/scapy/scapy/arch/windows/
H A D__init__.py56 if NEW_RELEASE and conf.prog.powershell is not None:
59 if conf.prog.powershell is None and not ignoreVBS:
81 if conf.prog.powershell:
82 self.process = sp.Popen([conf.prog.powershell,
139 if not conf.prog.powershell:
260 if conf.prog.powershell is None:
312 self.powershell = win_find_exe(
325 self.os_access = (self.powershell is not None) or (self.cscript is not None)
613 if not conf.prog.powershell:
/aosp_15_r20/external/pytorch/.github/templates/
H A Dcommon.yml.j245 shell: powershell
52 shell: powershell
107 shell: powershell
116 shell: powershell
/aosp_15_r20/external/rust/android-crates-io/crates/clap_complete/src/shells/
Dmod.rs6 mod powershell; module
13 pub use powershell::PowerShell;
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/clap_complete/libclap_complete/linux_glibc_x86_64_rlib_rlib-std/
Dlibclap_complete.rlib.d.raw1 …ish.rs external/rust/android-crates-io/crates/clap_complete/src/shells/powershell.rs external/rust…
3 …ish.rs external/rust/android-crates-io/crates/clap_complete/src/shells/powershell.rs external/rust…
13 external/rust/android-crates-io/crates/clap_complete/src/shells/powershell.rs:
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/toolchains/rbe_win2019/
DDockerfile16 # Set default powershell policy for this script (ProgressPreference='SilentlyContinue' makes
18 SHELL ["powershell.exe", "-ExecutionPolicy", "Bypass", "-Command", "$ErrorActionPreference='Stop'; …
83 CMD ["powershell.exe", "-NoLogo", "-ExecutionPolicy", "Bypass"]
/aosp_15_r20/external/grpc-grpc/third_party/toolchains/dockerfile/rbe_windows2019/
H A DDockerfile16 # Set default powershell policy for this script (ProgressPreference='SilentlyContinue' makes
18 SHELL ["powershell.exe", "-ExecutionPolicy", "Bypass", "-Command", "$ErrorActionPreference='Stop'; …
83 CMD ["powershell.exe", "-NoLogo", "-ExecutionPolicy", "Bypass"]
/aosp_15_r20/external/crosvm/docs/book/src/building_crosvm/
H A Dwindows.md9 - the commands are run in powershell
53 NOTE: Above step sets up enviroment variables. You may need to either start a new powershell session
/aosp_15_r20/external/grpc-grpc/test/distrib/cpp/
H A Drun_distrib_test_cmake_as_externalproject.bat23 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-t…
24 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…
H A Drun_distrib_test_cmake.bat26 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-t…
27 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…
H A Drun_distrib_test_cmake_for_dll.bat26 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-t…
27 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/distrib/cpp/
Drun_distrib_test_cmake_as_externalproject.bat23 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-t…
24 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…
Drun_distrib_test_cmake.bat26 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-t…
27 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…
/aosp_15_r20/external/scapy/test/
H A Dmock_windows.uts277 assert conf.prog.powershell != None
279 = Store powershell results
288 conf.prog.powershell = None
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/
H A DREADME.md59 …ll]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-wi…
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/
H A DREADME.md59 …ll]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-wi…
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/opus/
H A DREADME.md64 …ll]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-wi…
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/opus/
H A DREADME.md64 …ll]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-wi…
/aosp_15_r20/external/skia/toolchain/
H A Ddownload_windows_amd64_toolchain.bzl105 …msvc_version = ctx.execute(["powershell.exe", "/c", "(Get-ChildItem -Path VC/Tools/MSVC | sort Nam…
106 …win_sdk_version = ctx.execute(["powershell.exe", "/c", "(Get-ChildItem -Path win_sdk/Include | sor…
/aosp_15_r20/external/grpc-grpc/tools/internal_ci/helper_scripts/
H A Dprepare_build_windows.bat65 powershell -File src\csharp\install_dotnet_sdk.ps1 || goto :error
91 powershell -File tools\internal_ci\helper_scripts\install_python_interpreters.ps1 || goto :error
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/
Dprepare_build_windows.bat65 powershell -File src\csharp\install_dotnet_sdk.ps1 || goto :error
91 powershell -File tools\internal_ci\helper_scripts\install_python_interpreters.ps1 || goto :error
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/ffmpeg/
H A DREADME.md84 …ll]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-wi…
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/av1/
H A DREADME.md68 …ll]: https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-wi…

123