Home
last modified time | relevance | path

Searched defs:builddir (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/mesa3d/.gitlab-ci/windows/
H A Dmesa_build.ps114 $builddir = New-Item -Force -ItemType Directory -Name "_build" variable
16 $builddir=$builddir.FullName variable
20 Remove-Item -Recurse -Force $builddir variable
22 New-Item -ItemType Directory -Path $builddir variable
25 Write-Output "*" > $builddir\.gitignore variable
28 Write-Output builddir:$builddir variable
37 Push-Location $builddir variable
/aosp_15_r20/external/python/cpython2/PC/VS9.0/
Dbuild.bat40 set builddir=%dir%amd64\ variable
42 set builddir=%dir% variable
/aosp_15_r20/external/python/cpython3/Tools/freeze/test/
Dfreeze.py100 def get_makefile_var(builddir, name): argument
116 def get_config_var(builddir, name): argument
/aosp_15_r20/external/llvm/utils/
H A Dllvm-compilers-check520 def configure(self, component, srcdir, builddir, flags, env): argument
564 def make(self, component, srcdir, builddir, flags, env): argument
/aosp_15_r20/external/libffi/m4/
H A Dax_enable_builddir.m494 AC_ARG_ENABLE([builddir], AS_HELP_STRING( optenable
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_enable_builddir.m493 AC_ARG_ENABLE([builddir], AS_HELP_STRING( optenable
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dcheck-static-inits.py5 builddir = os.getenv ('builddir', os.path.dirname (__file__)) variable
H A Dcheck-symbols.py7 builddir = os.getenv ('builddir', os.path.dirname (__file__)) variable
/aosp_15_r20/external/pcre/
H A DRunGrepTest.bat21 set builddir="%CD%" variable
/aosp_15_r20/external/iptables/extensions/
H A DGNUmakefile.in4 builddir = @builddir@ macro
/aosp_15_r20/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py698 def extractArchive(builddir, archiveName): argument
/aosp_15_r20/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py710 def extractArchive(builddir, archiveName): argument
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/
Dbundlebuilder.py108 builddir = "build" variable in BundleBuilder
/aosp_15_r20/external/python/cpython3/Tools/wasm/
Dwasm_build.py445 def builddir(self) -> pathlib.Path: member in BuildProfile