Home
last modified time | relevance | path

Searched refs:arm32 (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Tools/buildbot/
H A DremoteDeploy.bat10 if "%1"=="-arm32" (set arm32_ssh=true) & shift & goto CheckOpts
33 ssh %SSH_SERVER% "md %REMOTE_PYTHON_DIR%PCBuild\arm32"
41 for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.exe /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%REMOTE_PYTHON_DIR%PCBuild\arm32"
42 for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.pyd /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%REMOTE_PYTHON_DIR%PCBuild\arm32"
43 for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.dll /b`) do @scp PCBuild\arm32\
[all...]
H A DremotePythonInfo.bat13 if "%1"=="-arm32" (set arm32_ssh=true) & (set prefix=%REMOTE_PYTHON_DIR%pcbuild\arm32) & shift & goto CheckOpts
H A Dtest.bat14 if "%1"=="-arm32" (set rt_opts=%rt_opts% %1) & (set arm32_ssh=true) & shift & goto CheckOpts
/third_party/python/PCbuild/
H A Drt.bat9 rem -p <Win32|x64|ARM|ARM64> or -win32, -x64, -arm32, -arm64
45 if "%1"=="-arm32" (set prefix=%pcbuild%arm32) & shift & goto CheckOpts
72 if /I %1 EQU ARM (set prefix=%pcbuild%arm32) & exit /B 0
H A Dprepare_libffi.bat27 echo. -arm32 enable arm32 build
49 if /I "%1"=="-arm32" (set BUILD_ARM32=1) & shift & goto :CheckOpts
146 set ARCH=arm32
H A Didle.bat25 if /I %1 EQU ARM (set exedir=%PCBUILD%\arm32)
/third_party/python/Tools/nuget/
H A Dbuild.bat19 if "%~1" EQU "-arm32" (set BUILDARM32=1) && shift && goto CheckOpts
54 ) else if not exist "%Py_OutDir%arm32\python.exe" call "%PCBUILD%build.bat" -p ARM -e --no-tkinter
/third_party/python/PC/layout/support/
H A Dnuspec.py25 arm32=("ARM", "pythonarm", "Python (ARM)"), variable
H A Dappxmanifest.py37 arm32=("arm",), variable
347 "arm32": "32bit",

Completed in 4 milliseconds