Searched refs:OUTDIR (Results 1 - 15 of 15) sorted by relevance
/third_party/node/tools/ |
H A D | macos-firewall.sh | 9 OUTDIR="$TOOLSDIR/../out" 15 OUTDIR="$(cd "$OUTDIR" && pwd)" 16 NODE_RELEASE="$OUTDIR/Release/node" 17 NODE_DEBUG="$OUTDIR/Debug/node" 19 CCTEST_RELEASE="$OUTDIR/Release/cctest" 20 CCTEST_DEBUG="$OUTDIR/Debug/cctest" 21 OPENSSL_CLI_RELEASE="$OUTDIR/Release/openssl-cli" 22 OPENSSL_CLI_DEBUG="$OUTDIR/Debug/openssl-cli"
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | gen-script-docs.sh | 9 # Output is under $(OUTDIR)/python-docs 28 OUTDIR=$(pwd)/gen/out/python-docs 29 INDEX=$OUTDIR/index.html 30 mkdir -p $OUTDIR 42 ) | pathsToDocs $OUTDIR 51 if [ -f $OUTDIR/$MODNAME.html ]; then 60 rm -rf $OUTDIR/spec_tools 61 mv $OUTDIR/scripts/spec_tools $OUTDIR/spec_tools 63 rm -rf $OUTDIR/script [all...] |
H A D | Makefile | 113 OUTDIR = $(GENERATED)/out macro 114 HTMLDIR = $(OUTDIR)/html 115 VUDIR = $(OUTDIR)/validation 116 PDFDIR = $(OUTDIR)/pdf 117 PROPOSALDIR = $(OUTDIR)/proposals 123 PDFMATHDIR = $(OUTDIR)/equations_temp 229 KATEXINSTDIR = $(OUTDIR)/katex 296 # Install katex in KATEXINSTDIR ($(OUTDIR)/katex) to be shared by all 378 styleguide: $(OUTDIR)/styleguide.html 380 $(OUTDIR)/styleguid [all...] |
/third_party/curl/projects/ |
H A D | build-openssl.bat | 269 set OUTDIR=build\Win64\%VC_DESC%
variable 270 if not exist %OUTDIR% md %OUTDIR%
316 set OUTDIR=build\Win32\%VC_DESC%
variable 317 if not exist %OUTDIR% md %OUTDIR%
506 if exist "%OUTDIR%\LIB Debug" (
507 copy /y out32.dbg\* "%OUTDIR%\LIB Debug" 1>nul
510 move out32.dbg "%OUTDIR%\LIB Debug" 1>nul
514 move tmp32.dbg\lib.pdb "%OUTDIR [all...] |
H A D | build-wolfssl.bat | 197 set OUTDIR=build\Win64\%VC_DESC%
variable 198 if not exist %OUTDIR% md %OUTDIR%
226 set OUTDIR=build\Win32\%VC_DESC%
variable 227 if not exist %OUTDIR% md %OUTDIR%
271 rem OUTDIR isn't a full path, only relative. MSBUILD_OUTDIR must be full and
274 set "MSBUILD_OUTDIR=%CD%\%OUTDIR%\LIB Debug"
276 set "MSBUILD_OUTDIR=%CD%\%OUTDIR%\LIB Release"
278 set "MSBUILD_OUTDIR=%CD%\%OUTDIR [all...] |
/third_party/node/deps/v8/tools/ |
H A D | android-sync.sh | 41 OUTDIR=$2 88 echo -n "sync to $ANDROID_V8/$OUTDIR/$ARCH_MODE" 89 sync_file "$OUTDIR/$ARCH_MODE/cctest" 90 sync_file "$OUTDIR/$ARCH_MODE/d8" 91 sync_file "$OUTDIR/$ARCH_MODE/snapshot_blob.bin" 92 sync_file "$OUTDIR/$ARCH_MODE/unittests"
|
/third_party/python/Tools/freeze/test/ |
H A D | Makefile | 4 # set OUTDIR to the temp directory for freeze 5 OUTDIR=outdir macro 8 $(PYTHON) ../freeze.py -o $(OUTDIR) ok.py 9 make -C $(OUTDIR) 10 $(OUTDIR)/ok
|
H A D | freeze.py | 15 OUTDIR = os.path.join(TESTS_DIR, 'outdir') variable 133 outdir = OUTDIR
|
/third_party/python/Tools/msi/ |
H A D | buildrelease.bat | 52 if "%1" EQU "-o" (set OUTDIR=%~2) && shift && shift && goto CheckOpts
variable 53 if "%1" EQU "--out" (set OUTDIR=%~2) && shift && shift && goto CheckOpts
variable 214 if not "%OUTDIR%" EQU "" (
215 mkdir "%OUTDIR%\%OUTDIR_PLAT%"
216 mkdir "%OUTDIR%\%OUTDIR_PLAT%\binaries"
217 mkdir "%OUTDIR%\%OUTDIR_PLAT%\symbols"
218 robocopy "%BUILD%en-us" "%OUTDIR%\%OUTDIR_PLAT%" /XF "*.wixpdb"
219 robocopy "%BUILD%\" "%OUTDIR%\%OUTDIR_PLAT%\binaries" *.exe *.dll *.pyd /XF "_test*" /XF "*_d.*" /XF "_freeze*" /XF "tcl*" /XF "tk*" /XF "*_test.*"
220 robocopy "%BUILD%\" "%OUTDIR%\%OUTDIR_PLAT%\symbols" *.pdb /XF "_test*" /XF "*_d.*" /XF "_freeze*" /XF "tcl*" /XF "tk*" /XF "*_test.*"
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | dumpICUrules.bat | 73 my $OUTDIR = "icu4c"; 74 mkdir($OUTDIR,0777); 249 open(C_INDEX, ">$OUTDIR/$C_INDEX") or die; 357 open(OUT, ">$OUTDIR/$OUT") or die; 362 open(OUT, ">>$OUTDIR/$OUT") or die; 460 print -s "$OUTDIR/$OUT", ")\n";
|
H A D | indic.pl | 38 $OUTDIR = "../../text/resources"; 489 generateRBT($scr, "InterIndic", \@rules, $OUTDIR); 500 generateRBT("InterIndic", $scr, \@rules, $OUTDIR);
|
/third_party/ltp/docparse/ |
H A D | testinfo.pl | 13 use constant OUTDIR => dirname(abs_path($0)); constant 334 chdir(OUTDIR); 447 chdir(OUTDIR);
|
/third_party/musl/scripts/ |
H A D | runtest_linux.sh | 17 OUTDIR=out/rk3568 33 OUTDIR=out/$OPTARG 43 TESTDIR=${LOCAL}/${OUTDIR}/musl/libc-test 44 DYNLIB=${LOCAL}/${OUTDIR}/musl/libc-test-lib
|
H A D | runtest_Windows.bat | 6 set OUTDIR=out\rk3568
variable 9 set TESTDIR=%LOCAL%\%OUTDIR%\musl\libc-test
11 set DYNLIB=%LOCAL%\%OUTDIR%\musl\libc-test-lib
|
/third_party/node/deps/v8/tools/dev/ |
H A D | gm.py | 121 OUTDIR = "out" variable 256 return os.path.join(OUTDIR, subdir)
|
Completed in 9 milliseconds