Home
last modified time | relevance | path

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

12345678910>>...18

/external/owasp/sanitizer/tools/findbugs/bin/
Dfindbugs.bat32 if "%JAVA_HOME%"=="" goto nojavahome
33 if not exist "%JAVA_HOME%\bin\javaw.exe" goto nojavahome
37 goto loop
54 if "%firstArg%"=="" goto launch
57 if not "%firstArg%"=="-addMessages" goto notAddMessages
59 goto shift1
63 if not "%firstArg%"=="-computeBugHistory" goto notUpdate
65 goto shift1
69 if not "%firstArg%"=="-xmltotext" goto notXmlToText
71 goto shift1
[all …]
/external/libusb/msvc/
Dddk_build.cmd8 if Test%BUILD_ALT_DIR%==Test goto usage
20 if "%1" == "" goto no_more_args
27 goto more_args
38 if errorlevel 1 goto builderror
43 if %_BUILDARCH%==x86 goto isI386
51 if %DDKBUILDENV%==chk goto isDebug
55 if exist %destType% goto md2
58 if exist %dstPath% goto md3
61 if exist %dstPath%\dll goto md4
64 if exist %dstPath%\lib goto md5
[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/pcre/dist2/
DRunTest.bat42 goto :eof
162 if %support8% EQU 0 goto modeSkip
168 if %support16% EQU 0 goto modeSkip
174 if %support32% EQU 0 goto modeSkip
206 goto nextMode
211 goto nextMode
220 goto :eof
264 goto :eof
292 goto :eof
296 goto :eof
[all …]
/external/icu/icu4c/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 …]
/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 "--pack" (set BUILDPACK=1) && shift && goto CheckOpts
20 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts
30 if errorlevel 1 goto :eof
32 if errorlevel 1 goto :eof
36 if errorlevel 1 goto :eof
[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/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/curl/projects/
Dbuild-wolfssl.bat27 if not "%OS%" == "Windows_NT" goto nodos
36 if /i "%~1" == "" goto syntax
49 if "%~1" == "" goto prerequisites
94 goto syntax
96 goto syntax
98 goto syntax
103 goto unknown
107 shift & goto parseArgs
111 if not defined VC_VER goto syntax
117 if not defined PF goto nopf
[all …]
/external/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/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/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/swiftshader/third_party/llvm-7.0/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/python/dateutil/docs/
Dmake.bat16 if "%1" == "" goto help
40 goto end
46 goto end
68 goto end
76 goto end
84 goto end
92 goto end
100 goto end
109 goto end
121 goto end
[all …]
/external/snakeyaml/
Dmvnw.bat45 if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre
59 if not "%JAVA_HOME%" == "" goto OkJHome
66 goto error
69 if exist "%JAVA_HOME%\bin\java.exe" goto chkMHome
77 goto error
80 if not "%M2_HOME%"=="" goto valMHome
83 if not "%M2_HOME%"=="" goto valMHome
90 goto error
95 if not "_%M2_HOME:~-1%"=="_\" goto checkMCmd
97 goto stripMHome
[all …]
/external/python/cpython3/PCbuild/
Dbuild.bat2 goto Run
65 if "%~1"=="-h" goto Usage
66 if "%~1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts
67 if "%~1"=="-p" (set platf=%2) & shift & shift & goto CheckOpts
68 if "%~1"=="-r" (set target=Rebuild) & shift & goto CheckOpts
69 if "%~1"=="-t" (set target=%2) & shift & shift & goto CheckOpts
70 if "%~1"=="-d" (set conf=Debug) & shift & goto CheckOpts
71 if "%~1"=="-m" (set parallel=/m) & shift & goto CheckOpts
72 if "%~1"=="-M" (set parallel=) & shift & goto CheckOpts
73 if "%~1"=="-v" (set verbose=/v:n) & shift & goto CheckOpts
[all …]
Dget_externals.bat14 if "%~1"=="--no-tkinter" (set IncludeTkinter=false) & shift & goto CheckOpts
15 if "%~1"=="--no-openssl" (set IncludeSSL=false) & shift & goto CheckOpts
16 if "%~1"=="--tkinter-src" (set IncludeTkinterSrc=true) & shift & goto CheckOpts
17 if "%~1"=="--openssl-src" (set IncludeSSLSrc=true) & shift & goto CheckOpts
18 if "%~1"=="--python" (set PYTHON=%2) & shift & shift & goto CheckOpts
19 if "%~1"=="--organization" (set ORG=%2) & shift & shift & goto CheckOpts
20 if "%~1"=="-c" (set DO_CLEAN=true) & shift & goto CheckOpts
21 if "%~1"=="--clean" (set DO_CLEAN=true) & shift & goto CheckOpts
22 if "%~1"=="--clean-only" (set DO_FETCH=false) & goto clean
25 if "%~1"=="--no-tkinter" shift & goto CheckOpts
[all …]
/external/python/rsa/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 …]
/external/python/cpython3/Tools/nuget/
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 "-r" (set REBUILD=-r) && shift && goto CheckOpts
18 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
19 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
20 if "%~1" EQU "-p" (set PACKAGES=%PACKAGES% %~2) && shift && shift && goto CheckOpts
33 if errorlevel 1 goto :eof
36 if errorlevel 1 goto :eof
42 if errorlevel 1 goto :eof
[all …]
/external/python/cpython2/PCbuild/
Dbuild.bat2 goto Run
63 if "%~1"=="-h" goto Usage
64 if "%~1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts
65 if "%~1"=="-p" (set platf=%2) & shift & shift & goto CheckOpts
66 if "%~1"=="-r" (set target=Rebuild) & shift & goto CheckOpts
67 if "%~1"=="-t" (set target=%2) & shift & shift & goto CheckOpts
68 if "%~1"=="-d" (set conf=Debug) & shift & goto CheckOpts
69 if "%~1"=="-m" (set parallel=/m) & shift & goto CheckOpts
70 if "%~1"=="-M" (set parallel=) & shift & goto CheckOpts
71 if "%~1"=="-v" (set verbose=/v:n) & shift & goto CheckOpts
[all …]
/external/python/cpython2/Tools/nuget/
Dbuild.bat13 if "%~1" EQU "-h" goto Help
14 if "%~1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts
15 if "%~1" EQU "-x64" (set BUILDX64=1) && shift && goto CheckOpts
16 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts
17 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
18 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
19 if "%~1" EQU "-p" (set PACKAGES=%PACKAGES% %~2) && shift && shift && goto CheckOpts
40 if errorlevel 1 goto :eof
43 if errorlevel 1 goto :eof
49 if errorlevel 1 goto :eof
[all …]
/external/python/cpython3/Tools/buildbot/
Dtest.bat10 if "%1"=="-x64" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts
11 if "%1"=="-d" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts
12 if "%1"=="-O" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts
13 if "%1"=="-q" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts
14 if "%1"=="+d" (set rt_opts=%rt_opts:-d=%) & shift & goto CheckOpts
15 if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts
16 if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts
/external/python/cpython2/Tools/buildbot/
Dtest.bat10 if "%1"=="-x64" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts
11 if "%1"=="-d" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts
12 if "%1"=="-O" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts
13 if "%1"=="-q" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts
14 if "%1"=="+d" (set rt_opts=%rt_opts:-d=%) & shift & goto CheckOpts
15 if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts
16 if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts
/external/python/futures/docs/
Dmake.bat11 if "%1" == "" goto help
26 goto end
32 goto end
39 goto end
46 goto end
53 goto end
60 goto end
68 goto end
79 goto end
86 goto end
[all …]
/external/mesa3d/src/gallium/docs/
Dmake.bat12 if "%1" == "" goto help
27 goto end
33 goto end
40 goto end
47 goto end
54 goto end
61 goto end
69 goto end
80 goto end
87 goto end
[all …]

12345678910>>...18