Home
last modified time | relevance | path

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

12345678910>>...22

/external/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 …]
/external/flatbuffers/tests/
Dgenerate_code.bat37 …TEST_CPP_FLAGS% %TEST_CS_FLAGS% -I include_test monster_test.fbs monsterdata_test.json || goto FAIL
38 …NOINCL_FLAGS% %TEST_RUST_FLAGS% -I include_test monster_test.fbs monsterdata_test.json || goto FAIL
40 …TEST_BASE_FLAGS% --no-fb-import -I include_test monster_test.fbs monsterdata_test.json || goto FAIL
43 …o namespace_test namespace_test/namespace_test1.fbs namespace_test/namespace_test2.fbs || goto FAIL
45 …LAGS% %TEST_CPP_FLAGS% %TEST_CS_FLAGS% -o union_vector ./union_vector/union_vector.fbs || goto FAIL
46 …dtype%\flatc.exe --rust -I include_test -o include_test include_test/include_test1.fbs || goto FAIL
47 …latc.exe --rust -I include_test -o include_test/sub include_test/sub/include_test2.fbs || goto FAIL
48 …flatc.exe -b --schema --bfbs-comments --bfbs-builtins -I include_test monster_test.fbs || goto FAIL
49 …--bfbs-gen-embed %TEST_NOINCL_FLAGS% %TEST_CPP_FLAGS% -I include_test monster_test.fbs || goto FAIL
50 …\flatc.exe -b --schema --bfbs-comments --bfbs-builtins -I include_test arrays_test.fbs || goto FAIL
[all …]
/external/llvm-project/clang/test/SemaObjC/
Dscope-check.m6 goto L; // expected-error{{cannot jump}}
7 goto L2; // expected-error{{cannot jump}}
8 goto L3; // expected-error{{cannot jump}}
20 goto L4; // expected-error{{cannot jump}}
21 goto L5; // expected-error{{cannot jump}}
24 goto L6; // expected-error{{cannot jump}}
35 goto L7; // expected-error{{cannot jump}}
37 goto L7; // expected-error{{cannot jump}}
40 goto L8; // expected-error{{cannot jump}}
50 goto L9; // expected-error{{cannot jump}}
[all …]
/external/clang/test/SemaObjC/
Dscope-check.m6 goto L; // expected-error{{cannot jump}}
7 goto L2; // expected-error{{cannot jump}}
8 goto L3; // expected-error{{cannot jump}}
20 goto L4; // expected-error{{cannot jump}}
21 goto L5; // expected-error{{cannot jump}}
24 goto L6; // expected-error{{cannot jump}}
35 goto L7; // expected-error{{cannot jump}}
37 goto L7; // expected-error{{cannot jump}}
40 goto L8; // expected-error{{cannot jump}}
50 goto L9; // expected-error{{cannot jump}}
[all …]
/external/python/cpython3/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 …]
/external/pcre/dist2/
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 …]
/external/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 …]
/external/python/cpython3/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 …]
/external/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 …]
/external/python/cpython3/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 …]
/external/grpc-grpc/templates/src/csharp/
Dbuild_unitypackage.bat.template34 %%DOTNET% restore Grpc.sln || goto :error
39 %%DOTNET% build --configuration Release Grpc.Core || goto :error
41 %%DOTNET% build --configuration Release Grpc.HealthCheck || goto :error
45 …ore.dll unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\lib\net45\Grpc.Core.dll || goto :error
46 …ore.pdb unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\lib\net45\Grpc.Core.pdb || goto :error
47 …ore.xml unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\lib\net45\Grpc.Core.xml || goto :error
50 …age\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\linux\x86\libgrpc_csharp_ext.so || goto :error
51 …age\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\linux\x64\libgrpc_csharp_ext.so || goto :error
52 …kage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\osx\x86\grpc_csharp_ext.bundle || goto :error
53 …kage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\osx\x64\grpc_csharp_ext.bundle || goto :error
[all …]
/external/grpc-grpc/src/csharp/
Dbuild_unitypackage.bat32 %DOTNET% restore Grpc.sln || goto :error
37 %DOTNET% build --configuration Release Grpc.Core || goto :error
39 %DOTNET% build --configuration Release Grpc.HealthCheck || goto :error
43 …ore.dll unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\lib\net45\Grpc.Core.dll || goto :error
44 …ore.pdb unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\lib\net45\Grpc.Core.pdb || goto :error
45 …ore.xml unitypackage\unitypackage_skeleton\Plugins\Grpc.Core\lib\net45\Grpc.Core.xml || goto :error
48 …age\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\linux\x86\libgrpc_csharp_ext.so || goto :error
49 …age\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\linux\x64\libgrpc_csharp_ext.so || goto :error
50 …kage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\osx\x86\grpc_csharp_ext.bundle || goto :error
51 …kage\unitypackage_skeleton\Plugins\Grpc.Core\runtimes\osx\x64\grpc_csharp_ext.bundle || goto :error
[all …]
/external/python/pyfakefs/docs/
Dmake.bat16 if "%1" == "" goto help
43 goto end
49 goto end
55 if errorlevel 9009 goto sphinx_python
56 goto sphinx_ok
82 goto end
90 goto end
98 goto end
106 goto end
114 goto end
[all …]
/external/python/cpython3/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 …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dbuild_artifact_python.bat18 if "%1" == "Python27" goto :install_mingw64_with_msvcr90
19 if "%1" == "Python27_32bit" goto :install_mingw64_with_msvcr90
44 python setup.py build_ext -c %EXT_COMPILER% || goto :error
47 python setup.py build_ext -c %EXT_COMPILER% || goto :error
51 python setup.py bdist_wheel || goto :error
54 python setup.py bdist_wheel || goto :error
59 python -m twine check dist\* tools\distrib\python\grpcio_tools\dist\* || goto :error
61 xcopy /Y /I /S dist\* %ARTIFACT_DIR% || goto :error
62 xcopy /Y /I /S tools\distrib\python\grpcio_tools\dist\* %ARTIFACT_DIR% || goto :error
64 goto :EOF
[all …]
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcppcoreguidelines-avoid-goto.rst1 .. title:: clang-tidy - cppcoreguidelines-avoid-goto
3 cppcoreguidelines-avoid-goto
6 The usage of ``goto`` for control flow is error prone and should be replaced
9 …6 <https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#es76-avoid-goto>`_
14 with ``goto`` you can read the famous paper `A Case against the GO TO Statement. <https://www.cs.ut…
16 The check diagnoses ``goto`` for backward jumps in every language mode. These
29 goto loop_start;
36 Modern C++ needs ``goto`` only to jump out of nested loops.
43 goto early_exit;
50 All other uses of ``goto`` are diagnosed in `C++`.
/external/curl/projects/
Dbuild-wolfssl.bat27 if not "%OS%" == "Windows_NT" goto nodos
36 if /i "%~1" == "" goto syntax
49 if "%~1" == "" goto prerequisites
108 goto syntax
110 goto syntax
112 goto syntax
117 goto unknown
121 shift & goto parseArgs
125 if not defined VC_VER goto syntax
131 if not defined PF goto nopf
[all …]
/external/python/cryptography/docs/
Dmake.bat16 if "%1" == "" goto help
38 goto end
44 goto end
52 goto end
60 goto end
68 goto end
76 goto end
84 goto end
93 goto end
105 goto end
[all …]
/external/llvm-project/clang/docs/analyzer/
Dmake.bat16 if "%1" == "" goto help
38 goto end
44 goto end
52 goto end
60 goto end
68 goto end
76 goto end
84 goto end
93 goto end
105 goto end
[all …]
/external/llvm-project/clang-tools-extra/docs/
Dmake.bat16 if "%1" == "" goto help
38 goto end
44 goto end
52 goto end
60 goto end
68 goto end
76 goto end
84 goto end
93 goto end
105 goto end
[all …]
/external/llvm-project/llvm/docs/
Dmake.bat16 if "%1" == "" goto help
38 goto end
44 goto end
52 goto end
60 goto end
68 goto end
76 goto end
84 goto end
93 goto end
105 goto end
[all …]
/external/llvm/docs/
Dmake.bat16 if "%1" == "" goto help
38 goto end
44 goto end
52 goto end
60 goto end
68 goto end
76 goto end
84 goto end
93 goto end
105 goto end
[all …]
/external/llvm-project/clang/docs/
Dmake.bat16 if "%1" == "" goto help
38 goto end
44 goto end
52 goto end
60 goto end
68 goto end
76 goto end
84 goto end
93 goto end
105 goto end
[all …]
/external/llvm-project/lld/docs/
Dmake.bat16 if "%1" == "" goto help
38 goto end
44 goto end
52 goto end
60 goto end
68 goto end
76 goto end
84 goto end
93 goto end
105 goto end
[all …]
/external/clang/docs/analyzer/
Dmake.bat16 if "%1" == "" goto help
38 goto end
44 goto end
52 goto end
60 goto end
68 goto end
76 goto end
84 goto end
93 goto end
105 goto end
[all …]

12345678910>>...22