Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:arm32
(Results
1 - 9
of
9
) sorted by relevance
/third_party/python/Tools/buildbot/
H
A
D
remoteDeploy.bat
10
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
D
remotePythonInfo.bat
13
if "%1"=="-
arm32
" (set arm32_ssh=true) & (set prefix=%REMOTE_PYTHON_DIR%pcbuild\
arm32
) & shift & goto CheckOpts
H
A
D
test.bat
14
if "%1"=="-
arm32
" (set rt_opts=%rt_opts% %1) & (set arm32_ssh=true) & shift & goto CheckOpts
/third_party/python/PCbuild/
H
A
D
rt.bat
9
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
D
prepare_libffi.bat
27
echo. -
arm32
enable
arm32
build
49
if /I "%1"=="-
arm32
" (set BUILD_ARM32=1) & shift & goto :CheckOpts
146
set ARCH=
arm32
H
A
D
idle.bat
25
if /I %1 EQU ARM (set exedir=%PCBUILD%\
arm32
)
/third_party/python/Tools/nuget/
H
A
D
build.bat
19
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
D
nuspec.py
25
arm32
=("ARM", "pythonarm", "Python (ARM)"),
variable
H
A
D
appxmanifest.py
37
arm32
=("arm",),
variable
347
"
arm32
": "32bit",
Completed in 4 milliseconds