Lines Matching refs:true
80 if "%~1"=="-k" (set kill=true) & shift & goto CheckOpts
81 if "%~1"=="--pgo" (set do_pgo=true) & shift & goto CheckOpts
82 if "%~1"=="--pgo-job" (set do_pgo=true) & (set pgo_job=%~2) & shift & shift & goto CheckOpts
83 if "%~1"=="--test-marker" (set UseTestMarker=true) & shift & goto CheckOpts
85 if "%~1"=="--regen" (set Regen=true) & shift & goto CheckOpts
89 if "%~1"=="-e" (set IncludeExternals=true) & shift & goto CheckOpts
95 if "%IncludeExternals%"=="" set IncludeExternals=true
96 if "%IncludeCTypes%"=="" set IncludeCTypes=true
97 if "%IncludeSSL%"=="" set IncludeSSL=true
98 if "%IncludeTkinter%"=="" set IncludeTkinter=true
100 if "%IncludeExternals%"=="true" call "%dir%get_externals.bat"
102 if "%do_pgo%" EQU "true" if "%platf%" EQU "x64" (
123 if "%kill%"=="true" call :Kill
126 if "%regen%"=="true" goto :Regen
128 if "%do_pgo%"=="true" (
134 if "%do_pgo%"=="true" if ERRORLEVEL 1 exit /B %ERRORLEVEL%
135 if "%do_pgo%"=="true" (
151 /p:KillPython=true
160 /p:ForceRegen=true