Home
last modified time | relevance | path

Searched full:_install (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/.gitlab-ci/windows/
Dpiglit_run.ps13 Copy-Item -Path _install\bin\opengl32.dll -Destination C:\Piglit\lib\piglit\bin\opengl32.dll
4 Copy-Item -Path _install\bin\libgallium_wgl.dll -Destination C:\Piglit\lib\piglit\bin\libgallium_wg…
5 Copy-Item -Path _install\bin\libglapi.dll -Destination C:\Piglit\lib\piglit\bin\libglapi.dll
12 $reference = Get-Content ".\_install\$env:PIGLIT_RESULTS.txt"
Ddeqp_runner_run.ps111 $hkey_name = Join-Path -Path $pwd -ChildPath "_install\share\vulkan\icd.d\dzn_icd.x86_64.json"
16 $baseline = ".\_install\warp-fails.txt"
17 $suite = ".\_install\deqp-dozen.toml"
Dspirv2dxil_run.ps11 . .\_install\spirv2dxil_check.ps1 2>&1 | Set-Content -Path .\spirv2dxil_results.txt
2 $reference = Get-Content .\_install\spirv2dxil_reference.txt
Dspirv2dxil_check.ps144 …$s2d_output = .\_install\bin\spirv2dxil.exe -v -e "$entry_point" -s "$stage" -o NUL $spvfile 2>&1 …
Dmesa_build.ps115 $installdir = New-Item -Force -ItemType Directory -Name "_install"
/third_party/mesa3d/src/microsoft/ci/
Dgitlab-ci.yml15 - . _install/spirv2dxil_run.ps1
36 - . _install/deqp_runner_run.ps1
Ddeqp-dozen.toml11 skips = ["./_install/warp-skips.txt"]
12 flakes = ["./_install/warp-flakes.txt"]
/third_party/python/Lib/distutils/tests/
Dtest_core.py40 from distutils.command.install import install as _install
42 class install(_install):
43 sub_commands = _install.sub_commands + ['cmd']
/third_party/openssl/
Dappveyor.yml79 mkdir ..\_install
80 cmd /c "%NMAKE% install DESTDIR=..\_install 2>&1"
/third_party/python/Doc/distutils/
Dcommandref.rst21 .. _install-cmd:
34 .. _install-data-cmd:
42 .. _install-scripts-cmd:
/third_party/skia/infra/bots/recipe_modules/flavor/
Dios.py49 self._install()
51 def _install(self): member in iOSFlavor
/third_party/mesa3d/src/gallium/drivers/d3d12/ci/
Dgitlab-ci.yml21 - . _install/piglit_run.ps1
/third_party/node/tools/inspector_protocol/jinja2/
Dext.py173 install_gettext_translations=self._install,
181 def _install(self, translations, newstyle=None): member in InternationalizationExtension
/third_party/skia/third_party/externals/jinja2/
Dext.py190 install_gettext_translations=self._install,
198 def _install(self, translations, newstyle=None): member in InternationalizationExtension
/third_party/libjpeg-turbo/
DBUILDING.md599 documentation to be installed in **${CMAKE\_INSTALL\_PREFIX}/doc**.) If a
603 **\<CMAKE\_INSTALL\_DATAROOTDIR\>/man**.
/third_party/skia/third_party/externals/libjpeg-turbo/
DBUILDING.md601 documentation to be installed in **${CMAKE\_INSTALL\_PREFIX}/doc**.) If a
605 **\<CMAKE\_INSTALL\_DATAROOTDIR\>/man**.
/third_party/jinja2/
Dext.py261 install_gettext_translations=self._install,
269 def _install( member in InternationalizationExtension
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
DBUILDING.md747 documentation to be installed in **${CMAKE\_INSTALL\_PREFIX}/doc**.) If a
751 **\<CMAKE\_INSTALL\_DATAROOTDIR\>/man**.
/third_party/python/Lib/importlib/
D_bootstrap.py1196 def _install(sys_module, _imp_module): function
1209 _frozen_importlib_external._install(sys.modules[__name__])
D_bootstrap_external.py1672 def _install(_bootstrap_module): function
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml433 - _install/
/third_party/python/Doc/using/
Dwindows.rst119 .. _install-quiet-option:
244 .. _install-layout-option:
/third_party/vk-gl-cts/external/vulkancts/
DREADME.md125 To pick which ABI to use at _install time_, use the following command instead:
/third_party/python/Doc/install/
Dindex.rst3 .. _install-index:
/third_party/python/Python/
Dpylifecycle.c190 PyObject *value = PyObject_CallMethod(importlib, "_install", in init_importlib()

12