/third_party/mesa3d/.gitlab-ci/windows/ |
D | Dockerfile | 9 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
|
D | README.md | 13 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/ |
D | test_code_module.py | 32 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/ |
D | winrtbuild.bat | 3 REM winrtbuild.bat: a batch file to help launch the winrtbuild.ps1 7 SET PowerShellScriptPath=%ThisScriptsDirectory%winrtbuild.ps1
|
/third_party/python/Parser/ |
D | peg_api.c | 20 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/ |
D | code.py | 205 sys.ps1 207 sys.ps1 = ">>> " 225 prompt = sys.ps1
|
/third_party/boost/boost/polygon/ |
D | polygon_set_concept.hpp | 93 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()
|
D | polygon_45_set_concept.hpp | 87 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()
|
D | polygon_90_set_concept.hpp | 70 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/ |
D | prepare_build_windows.bat | 35 powershell -File src\csharp\install_dotnet_sdk.ps1 41 powershell -File tools\internal_ci\helper_scripts\install_python38.ps1
|
/third_party/python/Include/internal/ |
D | pycore_parser.h | 22 const char *ps1,
|
/third_party/protobuf/kokoro/release/csharp/windows/ |
D | build_nuget.bat | 7 powershell -File install_dotnet_sdk.ps1
|
/third_party/protobuf/kokoro/windows/csharp/ |
D | build.bat | 7 powershell -File install_dotnet_sdk.ps1
|
/third_party/mksh/ |
D | lex.c | 1486 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/ |
D | Makefile.am | 7 …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 | .gitattributes | 19 *.ps1 text eol=crlf
|
/third_party/python/Doc/faq/ |
D | extending.rst | 300 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/ |
D | venv-create.inc | 87 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/ |
D | windows_boxstarter | 7 # iex ((New-Object System.Net.WebClient).DownloadString('http://boxstarter.org/bootstrapper.ps1'))
|
/third_party/python/Python/ |
D | pythonrun.c | 45 _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/ |
D | virtual_target.py | 133 ps1 = a1.properties () 135 p1 = ps1.base () + ps1.free () +\ 136 b2.util.set.difference(ps1.dependency(), ps1.incidental())
|
/third_party/libwebsockets/plugins/ssh-base/ |
D | sshd.c | 2013 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 | .gitattributes | 41 *.ps1 dos
|
/third_party/quickjs/ |
D | repl.js | 112 var ps1; 114 ps1 = "> "; 116 ps1 = "qjs > "; 823 prompt += ps1;
|
/third_party/python/PC/ |
D | store_info.txt | 30 Tools/msi/make_appx.ps1 <layout directory> python.msix -sign 46 Tools/msi/make_appx.ps1 <layout directory> python.msix
|