Home
last modified time | relevance | path

Searched refs:ps1 (Results 1 – 25 of 60) sorted by relevance

123

/third_party/mesa3d/.gitlab-ci/windows/
DDockerfile9 COPY mesa_deps_vs2019.ps1 C:\
10 RUN C:\mesa_deps_vs2019.ps1
12 COPY mesa_deps.ps1 C:\
13 RUN C:\mesa_deps.ps1
DREADME.md13 The base container build job executes the `mesa_container.ps1` script which
19 The rebuild executes `docker build` which calls `mesa_deps.ps1` inside the
30 The Mesa build runs inside the base container, executing `mesa_build.ps1`.
/third_party/python/Lib/test/
Dtest_code_module.py32 del self.sysmod.ps1
38 self.assertEqual(self.sysmod.ps1, '>>> ')
39 self.sysmod.ps1 = 'custom1> '
41 self.assertEqual(self.sysmod.ps1, 'custom1> ')
47 self.sysmod.ps1 = 'custom2> '
49 self.assertEqual(self.sysmod.ps1, 'custom2> ')
/third_party/flutter/skia/third_party/externals/sdl/build-scripts/
Dwinrtbuild.bat3 REM winrtbuild.bat: a batch file to help launch the winrtbuild.ps1
7 SET PowerShellScriptPath=%ThisScriptsDirectory%winrtbuild.ps1
/third_party/python/Parser/
Dpeg_api.c20 int mode, const char *ps1, const char* ps2, in _PyParser_ASTFromFile() argument
26 return _PyPegen_run_parser_from_file_pointer(fp, mode, filename_ob, enc, ps1, ps2, in _PyParser_ASTFromFile()
/third_party/python/Lib/
Dcode.py205 sys.ps1
207 sys.ps1 = ">>> "
225 prompt = sys.ps1
/third_party/boost/boost/polygon/
Dpolygon_set_concept.hpp93 polygon_set_data<typename polygon_set_traits<polygon_set_type_1>::coordinate_type> ps1; in equivalence() local
94 assign(ps1, lvalue); in equivalence()
97 return ps1 == ps2; in equivalence()
213 polygon_set_data<typename polygon_set_traits<polygon_set_type_1>::coordinate_type> ps1; in interact() local
214 assign(ps1, polygon_set_1); in interact()
217 ps1.interact(ps2); in interact()
218 assign(polygon_set_1, ps1); in interact()
Dpolygon_45_set_concept.hpp87 polygon_45_set_data<typename polygon_45_set_traits<polygon_set_type_1>::coordinate_type> ps1; in equivalence() local
88 assign(ps1, lvalue); in equivalence()
91 return ps1 == ps2; in equivalence()
Dpolygon_90_set_concept.hpp70 polygon_90_set_data<typename polygon_90_set_traits<polygon_set_type_1>::coordinate_type> ps1; in equivalence() local
71 assign(ps1, lvalue); in equivalence()
74 return ps1 == ps2; in equivalence()
/third_party/grpc/tools/internal_ci/helper_scripts/
Dprepare_build_windows.bat35 powershell -File src\csharp\install_dotnet_sdk.ps1
41 powershell -File tools\internal_ci\helper_scripts\install_python38.ps1
/third_party/python/Include/internal/
Dpycore_parser.h22 const char *ps1,
/third_party/protobuf/kokoro/release/csharp/windows/
Dbuild_nuget.bat7 powershell -File install_dotnet_sdk.ps1
/third_party/protobuf/kokoro/windows/csharp/
Dbuild.bat7 powershell -File install_dotnet_sdk.ps1
/third_party/mksh/
Dlex.c1486 char * volatile ps1; in set_prompt() local
1490 ps1 = str_val(global("PS1")); in set_prompt()
1491 shf = shf_sopen(NULL, strlen(ps1) * 2, in set_prompt()
1493 while (*ps1) in set_prompt()
1494 if (*ps1 != '!' || *++ps1 == '!') in set_prompt()
1495 shf_putchar(*ps1++, shf); in set_prompt()
1499 ps1 = shf_sclose(shf); in set_prompt()
1515 char *cp = substitute(ps1, 0); in set_prompt()
/third_party/skia/third_party/externals/microhttpd/
DMakefile.am7 …w32/VS2013/gen_dll_res.ps1 w32/VS2013/microhttpd_dll_res_vc.rc.in w32/VS2013/microhttpd_dll_res_vc…
/third_party/flutter/flutter/
D.gitattributes19 *.ps1 text eol=crlf
/third_party/python/Doc/faq/
Dextending.rst300 char ps1[] = ">>> ";
302 char *prompt = ps1;
347 if (ps1 == prompt || /* ">>> " or */
357 prompt = ps1;
378 prompt = ps1;
386 prompt = ps1;
/third_party/python/Doc/using/
Dvenv-create.inc87 On Microsoft Windows, it may be required to enable the ``Activate.ps1``
122 | | PowerShell Core | $ <venv>/bin/Activate.ps1 |
126 | | PowerShell | PS C:\\> <venv>\\Scripts\\Activate.ps1 |
/third_party/node/tools/bootstrap/
Dwindows_boxstarter7 # iex ((New-Object System.Net.WebClient).DownloadString('http://boxstarter.org/bootstrapper.ps1'))
/third_party/python/Python/
Dpythonrun.c45 _Py_IDENTIFIER(ps1);
202 const char *ps1 = "", *ps2 = "", *enc = NULL; in PyRun_InteractiveOneObjectEx() local
229 ps1 = PyUnicode_AsUTF8(v); in PyRun_InteractiveOneObjectEx()
230 if (ps1 == NULL) { in PyRun_InteractiveOneObjectEx()
232 ps1 = ""; in PyRun_InteractiveOneObjectEx()
258 ps1, ps2, flags, &errcode, arena); in PyRun_InteractiveOneObjectEx()
/third_party/boost/tools/build/src/build/
Dvirtual_target.py133 ps1 = a1.properties ()
135 p1 = ps1.base () + ps1.free () +\
136 b2.util.set.difference(ps1.dependency(), ps1.incidental())
/third_party/libwebsockets/plugins/ssh-base/
Dsshd.c2013 uint8_t buf[LWS_PRE + 1024], *pp, *ps = &buf[LWS_PRE + 512], *ps1 = NULL; in lws_callback_raw_sshd() local
2275 ps1 = sshd_zalloc((unsigned int)n); in lws_callback_raw_sshd()
2276 if (!ps1) in lws_callback_raw_sshd()
2278 ps = ps1; in lws_callback_raw_sshd()
2279 pp = ps1 + 5; in lws_callback_raw_sshd()
2282 free(ps1); in lws_callback_raw_sshd()
2495 free(ps1); in lws_callback_raw_sshd()
2524 free(ps1); in lws_callback_raw_sshd()
/third_party/python/
D.gitattributes41 *.ps1 dos
/third_party/quickjs/
Drepl.js112 var ps1;
114 ps1 = "> ";
116 ps1 = "qjs > ";
823 prompt += ps1;
/third_party/python/PC/
Dstore_info.txt30 Tools/msi/make_appx.ps1 <layout directory> python.msix -sign
46 Tools/msi/make_appx.ps1 <layout directory> python.msix

123