Home
last modified time | relevance | path

Searched refs:goto (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/
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 :error
[all …]
/third_party/node/
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
75 if "%1"=="" goto args-done
76 if /i "%1"=="debug" set config=Debug&goto arg-ok
[all …]
/third_party/pcre2/pcre2/
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 :eof
[all …]
/third_party/python/Lib/test/
Dclinic.test40 goto exit;
44 goto exit;
48 goto exit;
113 goto exit;
117 goto skip_optional;
180 goto exit;
184 goto exit;
189 goto exit;
194 goto exit;
199 goto exit;
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/samples/all/
Dsamplecheck.bat34 goto :eof
73 if ERRORLEVEL 1 goto :SampleError
79 if ERRORLEVEL 1 goto :SampleError
85 if ERRORLEVEL 1 goto :SampleError
91 if ERRORLEVEL 1 goto :SampleError
97 if ERRORLEVEL 1 goto :SampleError
103 if ERRORLEVEL 1 goto :SampleError
109 if ERRORLEVEL 1 goto :SampleError
115 if ERRORLEVEL 1 goto :SampleError
121 if ERRORLEVEL 1 goto :SampleError
[all …]
/third_party/icu/icu4c/source/samples/all/
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 :SampleError
[all …]
/third_party/skia/third_party/externals/icu/source/samples/all/
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 :SampleError
[all …]
/third_party/python/Tools/msi/
Dbuild.bat14 if "%~1" EQU "-h" goto Help
15 if "%~1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts
16 if "%~1" EQU "-x64" (set BUILDX64=1) && shift && goto CheckOpts
17 if "%~1" EQU "--doc" (set BUILDDOC=1) && shift && goto CheckOpts
18 if "%~1" EQU "--no-test-marker" (set BUILDTEST=) && shift && goto CheckOpts
19 if "%~1" EQU "--test-marker" (set BUILDTEST=--test-marker) && shift && goto CheckOpts
20 if "%~1" EQU "--pack" (set BUILDPACK=1) && shift && goto CheckOpts
21 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts
31 if errorlevel 1 goto :eof
33 if errorlevel 1 goto :eof
[all …]
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 CheckOpts
[all …]
/third_party/python/Tools/nuget/
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 :eof
[all …]
/third_party/skia/third_party/externals/tint/kokoro/windows/
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 …"Expand-Archive -LiteralPath '%TEMP_DIR%\dxc.zip' -DestinationPath '%TEMP_DIR%\dxc'" || goto :error
80 …e('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 :error
[all …]
/third_party/protobuf/
Dappveyor.bat8 goto :error
16 mingw32-make -j8 all || goto error
18 rem tests.exe || goto error
19 goto :EOF
26 …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 … -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 e…
[all …]
/third_party/libuv/docs/
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 end
[all …]
/third_party/python/Tools/buildbot/
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 NativeExecution
[all …]
/third_party/python/PCbuild/
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 CheckOpts
[all …]
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 CheckOpts
[all …]
/third_party/nghttp2/doc/
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 end
[all …]
/third_party/elfutils/tests/
Dtestfile-bpf-dis1.expect.bz2 ... 28: 05 00 00 00 00 00 00 00 goto 0x30 11 30: 06 00 00 00 00 ...
/third_party/rust/crates/regex/src/
Dprog.rs105 Inst::Save(ref i) => pc = i.goto, in skip()
174 fn with_goto(cur: usize, goto: usize, fmtd: String) -> String { in fmt()
175 if goto == cur + 1 { in fmt()
178 format!("{} (goto: {})", fmtd, goto) in fmt()
193 write!(f, "{}", with_goto(pc, inst.goto, s))?; in fmt()
204 write!(f, "{:04} {}", pc, with_goto(pc, inst.goto, s))?; in fmt()
208 write!(f, "{:04} {}", pc, with_goto(pc, inst.goto, s))?; in fmt()
221 with_goto(pc, inst.goto, ranges) in fmt()
230 write!(f, "{:04} {}", pc, with_goto(pc, inst.goto, s))?; in fmt()
312 pub goto: InstPtr, field
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc858 GIM_Try, /*On fail goto*//*Label 61*/ 281,
863 GIM_Try, /*On fail goto*//*Label 62*/ 210, // Rule ID 17335 //
875 GIM_Try, /*On fail goto*//*Label 63*/ 234, // Rule ID 17339 //
887 GIM_Try, /*On fail goto*//*Label 64*/ 264, // Rule ID 17290 //
903 GIM_Try, /*On fail goto*//*Label 65*/ 280, // Rule ID 17282 //
916 GIM_Try, /*On fail goto*//*Label 66*/ 453,
921 GIM_Try, /*On fail goto*//*Label 67*/ 325, // Rule ID 17144 //
933 GIM_Try, /*On fail goto*//*Label 68*/ 349, // Rule ID 17336 //
945 GIM_Try, /*On fail goto*//*Label 69*/ 373, // Rule ID 17340 //
957 GIM_Try, /*On fail goto*//*Label 70*/ 406, // Rule ID 17293 //
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/
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 mainEnd
/third_party/ejdb/src/bindings/ejdb2_flutter/example/android/
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 mainEnd
/third_party/ejdb/src/bindings/ejdb2_flutter/android/
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 mainEnd
/third_party/skia/third_party/externals/oboe/apps/OboeTester/
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 mainEnd
/third_party/skia/third_party/externals/oboe/samples/
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 mainEnd

12345678910>>...12