Home
last modified time | relevance | path

Searched refs:goto (Results 1 - 25 of 100) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/
H A Dcontinuous.bat8 cd %SRC% || goto :error
13 cd %SRC%\build || goto :error
27 "-DLESS_DEBUG_INFO=%LESS_DEBUG_INFO%" || goto :error
29 cmake --build . --config %BUILD_TYPE% || goto :error
32 cd %SRC% || goto :error
35 build\%BUILD_TYPE%\ReactorUnitTests.exe || goto :error
36 build\%BUILD_TYPE%\gles-unittests.exe || goto :error
37 build\%BUILD_TYPE%\system-unittests.exe || goto :error
38 build\%BUILD_TYPE%\vk-unittests.exe || goto :error
41 cd %SRC%\build || goto
[all...]
/third_party/node/
H A Dvcbuild.bat7 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 "%1"=="" goto args-done
80 if /i "%1"=="debug" set config=Debug&goto ar
[all...]
/third_party/python/Tools/nuget/
H A Dbuild.bat16 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 "%~1" EQU "--python-exe" (set PYTHON_EXE="/p:PythonExe=%~2") && shift && shift && goto CheckOpts
37 if errorlevel 1 goto
[all...]
/third_party/pcre2/pcre2/
H A DRunTest.bat43 goto :eof
163 if %support8% EQU 0 goto modeSkip
169 if %support16% EQU 0 goto modeSkip
175 if %support32% EQU 0 goto modeSkip
207 goto nextMode
212 goto nextMode
221 goto :eof
265 goto :eof
293 goto :eof
297 goto
[all...]
/third_party/protobuf/
H A Dappveyor.bat8 goto :error
16 mingw32-make -j8 all || goto error
18 rem tests.exe || goto error
19 goto :EOF
26 msbuild protobuf.sln /p:Platform=%vcplatform% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" || goto error
28 tests.exe || goto error
29 goto :EOF
38 dotnet build -c %configuration% || goto error
41 dotnet test -c %configuration% -f netcoreapp2.1 Google.Protobuf.Test\Google.Protobuf.Test.csproj || goto error
42 dotnet test -c %configuration% -f net451 Google.Protobuf.Test\Google.Protobuf.Test.csproj || goto erro
[all...]
/third_party/skia/third_party/externals/tint/kokoro/windows/
H A Dbuild.bat18 goto :main
53 goto :error
58 del /q/f/s %TEMP_DIR% > NUL || goto :error
59 rmdir /q/s %TEMP_DIR% > NUL || goto :error
61 mkdir %TEMP_DIR% || goto :error
66 curl -L %DXC_LATEST_ARTIFACT% --output "%TEMP_DIR%\dxc.zip" || goto :error
71 powershell.exe -Command "Expand-Archive -LiteralPath '%TEMP_DIR%\dxc.zip' -DestinationPath '%TEMP_DIR%\dxc'" || goto :error
80 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/chrome-infra/depot_tools.zip', 'depot_tools.zip')" || goto :error
81 powershell -Command "Expand-Archive -Force 'depot_tools.zip' 'depot_tools'" || goto :error
86 call gclient || goto
[all...]
/third_party/icu/icu4c/source/samples/all/
H A Dsamplecheck.bat34 goto :eof
77 if ERRORLEVEL 1 goto :SampleError
83 if ERRORLEVEL 1 goto :SampleError
89 if ERRORLEVEL 1 goto :SampleError
95 if ERRORLEVEL 1 goto :SampleError
101 if ERRORLEVEL 1 goto :SampleError
107 if ERRORLEVEL 1 goto :SampleError
113 if ERRORLEVEL 1 goto :SampleError
119 if ERRORLEVEL 1 goto :SampleError
125 if ERRORLEVEL 1 goto
[all...]
/third_party/skia/third_party/externals/icu/source/samples/all/
H A Dsamplecheck.bat34 goto :eof
77 if ERRORLEVEL 1 goto :SampleError
83 if ERRORLEVEL 1 goto :SampleError
89 if ERRORLEVEL 1 goto :SampleError
95 if ERRORLEVEL 1 goto :SampleError
101 if ERRORLEVEL 1 goto :SampleError
107 if ERRORLEVEL 1 goto :SampleError
113 if ERRORLEVEL 1 goto :SampleError
119 if ERRORLEVEL 1 goto :SampleError
125 if ERRORLEVEL 1 goto
[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 "%PROCESSOR_ARCHITECTURE%"=="ARM" if "%arm32_ssh%"=="true" goto NativeExecutio
[all...]
/third_party/nghttp2/doc/
H A Dmake.bat14 if "%1" == "" goto help
34 goto end
40 goto end
48 goto end
56 goto end
64 goto end
72 goto end
80 goto end
89 goto end
101 goto en
[all...]
/third_party/python/PCbuild/
H A Dbuild.bat2 goto Run
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 "%~1"=="-M" (set parallel=) & shift & goto CheckOpts
77 if "%~1"=="-v" (set verbose=/v:n) & shift & goto CheckOpt
[all...]
H A Dget_externals.bat15 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 "%~1"=="--organization" (set ORG=%2) & shift & shift & goto CheckOpts
23 if "%~1"=="-c" (set DO_CLEAN=true) & shift & goto CheckOpts
24 if "%~1"=="--clean" (set DO_CLEAN=true) & shift & goto CheckOpt
[all...]
H A Dfind_msbuild.bat11 @if '%1' EQU '' goto :begin_search
13 @rem One argument may be the full path. Use a goto so we don't try to
16 @if '%2' EQU '' goto :one_arg
19 @if exist "%*" (set MSBUILD="%*") & (set _Py_MSBuild_Source=environment) & goto :found
20 @goto :begin_search
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
39 @if defined MSBUILD @if exist %MSBUILD% (set _Py_MSBuild_Source=Visual Studio installation) & goto
[all...]
H A Drt.bat39 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 "%1"=="-arm32" (set prefix=%pcbuild%arm32) & shift & goto CheckOpts
46 if "%1"=="-p" (call :SetPlatform %~2) & shift & shift & goto CheckOpts
47 if NOT "%1"=="" (set regrtestargs=%regrtestargs% %1) & shift & goto CheckOpts
52 if defined qmode goto Qmod
[all...]
/third_party/libuv/docs/
H A Dmake.bat17 if "%1" == "" goto help
41 goto end
47 goto end
69 goto end
77 goto end
85 goto end
93 goto end
101 goto end
110 goto end
122 goto en
[all...]
/third_party/protobuf/kokoro/release/python/windows/
H A Dbuild_artifacts.bat38 CALL build_single_artifact.bat || goto :error
43 CALL build_single_artifact.bat || goto :error
48 CALL build_single_artifact.bat || goto :error
53 CALL build_single_artifact.bat || goto :error
58 CALL build_single_artifact.bat || goto :error
63 CALL build_single_artifact.bat || goto :error
68 CALL build_single_artifact.bat || goto :error
73 CALL build_single_artifact.bat || goto :error
75 goto :EOF
/third_party/curl/projects/
H A Dbuild-wolfssl.bat29 if not "%OS%" == "Windows_NT" goto nodos
54 if /i "%~1" == "" goto syntax
57 if "%~1" == "" goto prerequisites
130 goto syntax
132 goto syntax
134 goto syntax
139 goto unknown
143 shift & goto parseArgs
147 if not defined VC_VER goto syntax
153 if not defined PF goto nop
[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
66 goto syntax
68 goto syntax
70 goto syntax
72 goto unknown
75 shift & goto parseArgs
87 if "%VERSION%" == "PRE" goto succes
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/
H A Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
24 if "%ERRORLEVEL%" == "0" goto init
32 goto fail
38 if exist "%JAVA_EXE%" goto init
46 goto fail
51 if not "%OS%" == "Windows_NT" goto win9xME_args
52 if "%@eval[2+2]" == "4" goto 4NT_args
60 if "x%~1" == "x" goto execute
63 goto execute
79 if "%ERRORLEVEL%"=="0" goto mainEn
[all...]
/third_party/skia/third_party/externals/oboe/samples/
H A Dgradlew.bat20 if defined JAVA_HOME goto findJavaFromJavaHome
24 if "%ERRORLEVEL%" == "0" goto init
32 goto fail
38 if exist "%JAVA_EXE%" goto init
46 goto fail
51 if not "%OS%" == "Windows_NT" goto win9xME_args
52 if "%@eval[2+2]" == "4" goto 4NT_args
60 if "x%~1" == "x" goto execute
63 goto execute
79 if "%ERRORLEVEL%"=="0" goto mainEn
[all...]
/third_party/curl/
H A Dbuildconf.bat41 if not exist GIT-INFO goto norepo
56 if "%~1" == "" goto start
61 goto syntax
63 goto syntax
65 goto syntax
67 goto unknown
70 shift & goto parseArgs
78 if errorlevel 3 goto nogenhugehelp
79 if errorlevel 2 goto nogenmakefile
80 if errorlevel 1 goto warnin
[all...]
/third_party/python/Tools/msi/
H A Dbuildrelease.bat49 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 "%1" EQU "-B" (set SKIPBUILD=1) && shift && goto CheckOpts
57 if "%1" EQU "--skip-build" (set SKIPBUILD=1) && shift && goto CheckOpts
58 if "%1" EQU "--download" (set DOWNLOAD_URL=%~2) && shift && shift && goto CheckOpt
[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 "%1" EQU "--skip-gpg" (set NOGPG=true) && shift && goto CheckOpt
[all...]
H A Dget_externals.bat15 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 "x%~1" NEQ "x" goto usage
22 if "%DO_CLEAN%"=="false" goto fetch
30 if "%DO_FETCH%"=="false" goto end
71 goto end
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 "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpt
[all...]

Completed in 8 milliseconds

1234