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:host_cpu
(Results
1 - 4
of
4
) sorted by relevance
/build/scripts/
H
A
D
check_mac_system_and_cpu.py
43
host_cpu
= res[2].strip().decode().split("brand_string:")[-1]
46
if host_cpu_num in
host_cpu
:
/build/
H
A
D
prebuilts_download.sh
96
host_cpu
=arm64
100
host_cpu
=x86_64
174
cpu="--host-cpu $
host_cpu
"
H
A
D
prebuilts_download.py
365
host_cpu
= args.
host_cpu
386
copy_config = config_info.get(host_platform).get(
host_cpu
).get('copy_config')
389
install_config = config_info.get(host_platform).get(
host_cpu
).get('install')
391
linux_copy_config = config_info.get(host_platform).get(
host_cpu
).get('linux_copy_config')
394
darwin_copy_config = config_info.get(host_platform).get(
host_cpu
).get('darwin_copy_config')
/build/toolchain/
H
A
D
mini_debug_info.py
46
host_cpu
= platform.uname().machine.lower()
48
clang_base_dir, host_platform + '-' +
host_cpu
, 'llvm/bin')
Completed in 2 milliseconds