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:CPUS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/toybox/scripts/
H
A
D
mcm-buildall.sh
68
if [ -z "$
CPUS
" ]
70
CPUS
="$(nproc)"
71
[ "$
CPUS
" != 1 ] &&
CPUS
=$(($
CPUS
+1))
77
install -j$
CPUS
|| exit 1
H
A
D
make.sh
22
[ -z "$
CPUS
" ] && \
23
CPUS
=$(($(nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null)+1))
314
# ratelimit to $
CPUS
many parallel jobs, detecting errors
318
[ "$COUNT" -lt "$
CPUS
" ] && break;
/third_party/node/deps/v8/tools/sanitizers/
H
A
D
sancov_merger.py
47
CPUS
= cpu_count()
variable
121
pool = Pool(
CPUS
)
137
options.keep, options.coverage_dir, file_map,
CPUS
)
H
A
D
sancov_formatter.py
99
CPUS
= cpu_count()
variable
223
pool = Pool(
CPUS
)
361
pool = Pool(
CPUS
)
Completed in 3 milliseconds