Home
last modified time | relevance | path

Searched refs:if (Results 1 - 25 of 336) sorted by relevance

12345678910>>...14

/third_party/node/
H A Dvcbuild.bat1 @if not defined DEBUG_HELPER @ECHO OFF
7 if /i "%1"=="help" goto help
8 if /i "%1"=="--help" goto help
9 if /i "%1"=="-help" goto help
10 if /i "%1"=="/help" goto help
11 if /i "%1"=="?" goto help
12 if /i "%1"=="-?" goto help
13 if /i "%1"=="--?" goto help
14 if /i "%1"=="/?" goto help
79 if "
[all...]
/third_party/python/Tools/nuget/
H A Dbuild.bat5 if "%Py_OutDir%"=="" set Py_OutDir=%PCBUILD%
16 if "%~1" EQU "-h" goto Help
17 if "%~1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts
18 if "%~1" EQU "-x64" (set BUILDX64=1) && shift && goto CheckOpts
19 if "%~1" EQU "-arm32" (set BUILDARM32=1) && shift && goto CheckOpts
20 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts
21 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
22 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
23 if "%~1" EQU "-p" (set PACKAGES=%PACKAGES% %~2) && shift && shift && goto CheckOpts
24 if "
[all...]
/third_party/python/Tools/msi/
H A Dbuild.bat15 if "%~1" EQU "-h" goto Help
16 if /I "%~1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts
17 if /I "%~1" EQU "-Win32" (set BUILDX86=1) && shift && goto CheckOpts
18 if /I "%~1" EQU "-x64" (set BUILDX64=1) && shift && goto CheckOpts
19 if /I "%~1" EQU "-arm64" (set BUILDARM64=1) && shift && goto CheckOpts
20 if "%~1" EQU "--doc" (set BUILDDOC=1) && shift && goto CheckOpts
21 if "%~1" EQU "--no-test-marker" (set BUILDTEST=) && shift && goto CheckOpts
22 if "%~1" EQU "--test-marker" (set BUILDTEST=--test-marker) && shift && goto CheckOpts
23 if "%~1" EQU "--pack" (set BUILDPACK=1) && shift && goto CheckOpts
24 if "
[all...]
H A Dbuildrelease.bat21 rem installer. Trust me, you don't want them, even if it seems like a
34 if NOT DEFINED Py_OutDir set Py_OutDir=%PCBUILD%
49 if "%1" EQU "-h" goto Help
50 if "%1" EQU "-c" (set CERTNAME=%~2) && shift && shift && goto CheckOpts
51 if "%1" EQU "--certificate" (set CERTNAME=%~2) && shift && shift && goto CheckOpts
52 if "%1" EQU "-o" (set OUTDIR=%~2) && shift && shift && goto CheckOpts
53 if "%1" EQU "--out" (set OUTDIR=%~2) && shift && shift && goto CheckOpts
54 if "%1" EQU "-D" (set SKIPDOC=1) && shift && goto CheckOpts
55 if "%1" EQU "--skip-doc" (set SKIPDOC=1) && shift && goto CheckOpts
56 if "
[all...]
H A Duploadrelease.bat17 if "%1" EQU "-h" goto Help
18 if "%1" EQU "-o" (set HOST=%~2) && shift && shift && goto CheckOpts
19 if "%1" EQU "--host" (set HOST=%~2) && shift && shift && goto CheckOpts
20 if "%1" EQU "-u" (set USER=%~2) && shift && shift && goto CheckOpts
21 if "%1" EQU "--user" (set USER=%~2) && shift && shift && goto CheckOpts
22 if "%1" EQU "-t" (set TARGET=%~2) && shift && shift && goto CheckOpts
23 if "%1" EQU "--target" (set TARGET=%~2) && shift && shift && goto CheckOpts
24 if "%1" EQU "--dry-run" (set DRYRUN=true) && shift && goto CheckOpts
25 if "%1" EQU "--skip-upload" (set NOUPLOAD=true) && shift && goto CheckOpts
26 if "
[all...]
H A Dtestrelease.bat14 if "%1" EQU "-h" goto Help
15 if "%1" EQU "-x86" (set TESTX86=1) && shift && goto CheckOpts
16 if "%1" EQU "-x64" (set TESTX64=1) && shift && goto CheckOpts
17 if "%1" EQU "-t" (set TARGETDIR=%~2) && shift && shift && goto CheckOpts
18 if "%1" EQU "--target" (set TARGETDIR=%~2) && shift && shift && goto CheckOpts
19 if "%1" EQU "-a" (set TESTALLUSER=1) && shift && goto CheckOpts
20 if "%1" EQU "--alluser" (set TESTALLUSER=1) && shift && goto CheckOpts
21 if "%1" EQU "-p" (set TESTPERUSER=1) && shift && goto CheckOpts
22 if "%1" EQU "--peruser" (set TESTPERUSER=1) && shift && goto CheckOpts
24 if no
[all...]
H A Dget_externals.bat6 if "%PCBUILD%"=="" (set PCBUILD=%HERE%..\..\PCbuild\)
7 if "%EXTERNALS_DIR%"=="" (set EXTERNALS_DIR=%HERE%..\..\externals\windows-installer)
8 if "%NUGET%"=="" (set NUGET=%EXTERNALS_DIR%\..\nuget.exe)
9 if "%NUGET_URL%"=="" (set NUGET_URL=https://aka.ms/nugetclidl)
15 if "%~1"=="--python" (set PYTHON=%2) & shift & shift & goto CheckOpts
16 if "%~1"=="--organization" (set ORG=%2) & shift & shift & goto CheckOpts
17 if "%~1"=="-c" (set DO_CLEAN=true) & shift & goto CheckOpts
18 if "%~1"=="--clean" (set DO_CLEAN=true) & shift & goto CheckOpts
19 if "%~1"=="--clean-only" (set DO_FETCH=false) & goto clean
20 if "
[all...]
/third_party/curl/projects/
H A Dbuild-openssl.bat28 if not "%OS%" == "Windows_NT" goto nodos
41 if /i "%~1" == "" goto syntax
44 if defined PROGRAMFILES (
48 if defined PROGRAMFILES(x86) (
50 if /i "%~1" == "vc14.3" (
59 if not "%~1" == "" (
60 if /i "%~1" == "vc10" (
64 ) else if /i "%~1" == "vc11" (
68 ) else if /i "%~1" == "vc12" (
72 ) else if /
[all...]
H A Dgenerate.bat28 if not "%OS%" == "Windows_NT" goto nodos
36 if "%~d0."=="\\." goto nonetdrv
42 if not exist ..\GIT-INFO goto norepo
45 if "%~1" == "" goto start
47 if /i "%~1" == "pre" (
49 ) else if /i "%~1" == "vc10" (
51 ) else if /i "%~1" == "vc11" (
53 ) else if /i "%~1" == "vc12" (
55 ) else if /i "%~1" == "vc14" (
57 ) else if /
[all...]
H A Dbuild-wolfssl.bat29 if not "%OS%" == "Windows_NT" goto nodos
39 if defined PROGRAMFILES (
43 if defined PROGRAMFILES(x86) (
45 if /i "%~1" == "vc14.3" (
54 if /i "%~1" == "" goto syntax
57 if "%~1" == "" goto prerequisites
59 if /i "%~1" == "vc10" (
64 ) else if /i "%~1" == "vc11" (
69 ) else if /i "%~1" == "vc12" (
74 ) else if /
[all...]
H A Dchecksrc.bat28 if not "%OS%" == "Windows_NT" goto nodos
41 if "%~1" == "" goto prerequisites
43 if /i "%~1" == "-?" (
45 ) else if /i "%~1" == "-h" (
47 ) else if /i "%~1" == "-help" (
49 ) else if /i "%~1" == "lib" (
54 ) else if /i "%~1" == "src" (
59 ) else if /i "%~1" == "tests" (
64 ) else if /i "%~1" == "examples" (
70 if no
[all...]
/third_party/python/PCbuild/
H A Dprepare_libffi.bat45 if "%1"=="" goto :CheckOptsDone
46 if /I "%1"=="-x64" (set BUILD_X64=1) & shift & goto :CheckOpts
47 if /I "%1"=="-x86" (set BUILD_X86=1) & shift & goto :CheckOpts
48 if /I "%1"=="-win32" (set BUILD_X86=1) & shift & goto :CheckOpts
49 if /I "%1"=="-arm32" (set BUILD_ARM32=1) & shift & goto :CheckOpts
50 if /I "%1"=="-arm64" (set BUILD_ARM64=1) & shift & goto :CheckOpts
51 if /I "%1"=="-pdb" (set BUILD_PDB=-g) & shift & goto :CheckOpts
52 if /I "%1"=="-noopt" (set BUILD_NOOPT=CFLAGS='-Od -warn all') & shift & goto :CheckOpts
53 if /I "%1"=="-license" (set COPY_LICENSE=1) & shift & goto :CheckOpts
54 if /
[all...]
H A Dbuild.bat24 echo. depend on external libraries will not attempt to build if this flag
40 echo.These flags have no effect if '-e' is not given:
69 if "%~1"=="-h" goto Usage
70 if "%~1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts
71 if "%~1"=="-p" (set platf=%2) & shift & shift & goto CheckOpts
72 if "%~1"=="-r" (set target=Rebuild) & shift & goto CheckOpts
73 if "%~1"=="-t" (set target=%2) & shift & shift & goto CheckOpts
74 if "%~1"=="-d" (set conf=Debug) & shift & goto CheckOpts
75 if "%~1"=="-m" (set parallel=/m) & shift & goto CheckOpts
76 if "
[all...]
H A Dget_externals.bat5 if NOT DEFINED PCBUILD (set PCBUILD=%~dp0)
6 if NOT DEFINED EXTERNALS_DIR (set EXTERNALS_DIR=%PCBUILD%\..\externals)
15 if "%~1"=="--no-tkinter" (set IncludeTkinter=false) & shift & goto CheckOpts
16 if "%~1"=="--no-openssl" (set IncludeSSL=false) & shift & goto CheckOpts
17 if "%~1"=="--no-libffi" (set IncludeLibffi=false) & shift & goto CheckOpts
18 if "%~1"=="--tkinter-src" (set IncludeTkinterSrc=true) & shift & goto CheckOpts
19 if "%~1"=="--openssl-src" (set IncludeSSLSrc=true) & shift & goto CheckOpts
20 if "%~1"=="--libffi-src" (set IncludeLibffiSrc=true) & shift & goto CheckOpts
21 if "%~1"=="--python" (set PYTHON=%2) & shift & shift & goto CheckOpts
22 if "
[all...]
H A Dfind_msbuild.bat11 @if '%1' EQU '' goto :begin_search
14 @rem parse the next if statement - incorrect quoting in the multi-arg
16 @if '%2' EQU '' goto :one_arg
18 @rem Entire command line may represent the full path if quoting failed.
19 @if exist "%*" (set MSBUILD="%*") & (set _Py_MSBuild_Source=environment) & goto :found
23 @if exist "%~1" (set MSBUILD="%~1") & (set _Py_MSBuild_Source=environment) & goto :found
30 @if exist "%MSBUILD%" set MSBUILD="%MSBUILD%" & (set _Py_MSBuild_Source=PATH) & goto :found
33 @if not exist "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" goto :skip_vswhere
36 @if not defined _Py_MSBuild_Root goto :skip_vswhere
37 @for %%j in (Current 15.0) DO @if exis
[all...]
H A Drt.bat10 rem Run the specified architecture of python (or python_d if -d
11 rem was specified). If omitted, uses %PREFIX% if set or 64-bit.
24 rem Confusing: if you want to pass a comma-separated list, like
39 if "%1"=="-O" (set dashO=-O) & shift & goto CheckOpts
40 if "%1"=="-q" (set qmode=yes) & shift & goto CheckOpts
41 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts
42 if "%1"=="-win32" (set prefix=%pcbuild%win32) & shift & goto CheckOpts
43 if "%1"=="-x64" (set prefix=%pcbuild%amd64) & shift & goto CheckOpts
44 if "%1"=="-arm64" (set prefix=%pcbuild%arm64) & shift & goto CheckOpts
45 if "
[all...]
/third_party/nghttp2/doc/
H A Dmake.bat5 if "%SPHINXBUILD%" == "" (
10 if NOT "%PAPER%" == "" (
14 if "%1" == "" goto help
16 if "%1" == "help" (
33 echo. doctest to run all doctests embedded in the documentation if enabled
37 if "%1" == "clean" (
43 if "%1" == "html" (
45 if errorlevel 1 exit /b 1
51 if "%1" == "dirhtml" (
53 if errorleve
[all...]
/third_party/curl/
H A Dbuildconf.bat34 if "%OS%" == "Windows_NT" setlocal
41 if not exist GIT-INFO goto norepo
45 rem allows for statements like "if not defined HAVE_PERL (command)"
47 if errorlevel 1 (set HAVE_GROFF=) else (set HAVE_GROFF=Y)
49 if errorlevel 1 (set HAVE_NROFF=) else (set HAVE_NROFF=Y)
51 if errorlevel 1 (set HAVE_PERL=) else (set HAVE_PERL=Y)
53 if errorlevel 1 (set HAVE_GZIP=) else (set HAVE_GZIP=Y)
56 if "%~1" == "" goto start
58 if /i "%~1" == "-clean" (
60 ) else if /
[all...]
/third_party/PyYAML/yaml/
H A D_yaml.pyx101 # if self.context is not None:
103 # if self.context_mark is not None \
109 # if self.problem is not None:
111 # if self.problem_mark is not None:
113 # if self.note is not None:
127 # if isinstance(self.character, str):
261 if yaml_parser_initialize(&self.parser) == 0:
270 if is_readable:
281 if PyUnicode_CheckExact(stream) != 0:
287 if PyBytes_CheckExac
[all...]
/third_party/libuv/docs/
H A Dmake.bat5 if "%SPHINXBUILD%" == "" (
12 if NOT "%PAPER%" == "" (
17 if "%1" == "" goto help
19 if "%1" == "help" (
40 echo. doctest to run all doctests embedded in the documentation if enabled
44 if "%1" == "clean" (
52 if errorlevel 9009 (
64 if "%1" == "html" (
66 if errorlevel 1 exit /b 1
72 if "
[all...]
/third_party/pcre2/pcre2/
H A DRunTest.bat33 if [%srcdir%]==[] (
34 if exist testdata\ set srcdir=.)
35 if [%srcdir%]==[] (
36 if exist ..\testdata\ set srcdir=..)
37 if [%srcdir%]==[] (
38 if exist ..\..\testdata\ set srcdir=..\..)
39 if NOT exist %srcdir%\testdata\ (
46 if [%pcre2test%]==[] set pcre2test=.\pcre2test.exe
51 if NOT exist %pcre2test% (
73 if
[all...]
/third_party/python/Doc/
H A Dmake.bat10 if not defined PYTHON set PYTHON=py
12 if not defined SPHINXBUILD (
14 if errorlevel 1 (
17 if errorlevel 1 exit /B
23 if errorlevel 1 (
26 if errorlevel 1 exit /B
29 if not defined BLURB (
31 if errorlevel 1 (
35 if errorlevel 1 exit /B
40 if no
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dvideodsp.asm18 ;* License along with FFmpeg; if not, write to the Free Software
40 %ifidn %1, body ; if ($type == body) {
56 %if ARCH_X86_64
73 test start_yq, start_yq ; if (start_q) {
78 test bhq, bhq ; if (bh) {
91 %if cpuflag(avx2)
116 %if HAVE_AVX2_EXTERNAL
123 ; - if (%2 & 8) fills 8 bytes into xmm$next
124 ; - if (%2 & 4) fills 4 bytes into xmm$next
125 ; - if (
[all...]
/third_party/python/Tools/buildbot/
H A Dtest.bat12 if "%1"=="-x64" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts
13 if "%1"=="-arm64" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts
14 if "%1"=="-arm32" (set rt_opts=%rt_opts% %1) & (set arm32_ssh=true) & shift & goto CheckOpts
15 if "%1"=="-d" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts
16 if "%1"=="-O" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts
17 if "%1"=="-q" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts
18 if "%1"=="+d" (set rt_opts=%rt_opts:-d=%) & shift & goto CheckOpts
19 if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts
20 if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts
22 if "
[all...]
/third_party/protobuf/kokoro/release/python/windows/
H A Dbuild_single_artifact.bat3 if %PYTHON%==C:\python35_32bit set generator=Visual Studio 14
4 if %PYTHON%==C:\python35_32bit set vcplatform=Win32
6 if %PYTHON%==C:\python35 set generator=Visual Studio 14 Win64
7 if %PYTHON%==C:\python35 set vcplatform=x64
9 if %PYTHON%==C:\python36_32bit set generator=Visual Studio 14
10 if %PYTHON%==C:\python36_32bit set vcplatform=Win32
12 if %PYTHON%==C:\python36 set generator=Visual Studio 14 Win64
13 if %PYTHON%==C:\python36 set vcplatform=x64
15 if %PYTHON%==C:\python37_32bit set generator=Visual Studio 14
16 if
[all...]

Completed in 8 milliseconds

12345678910>>...14