Home
last modified time | relevance | path

Searched refs:OT_BUILD_JOBS (Results 1 – 1 of 1) sorted by relevance

/openthread-3.5.0/script/
Dmake-pretty67 OT_BUILD_JOBS=$(getconf _NPROCESSORS_ONLN)
68 readonly OT_BUILD_JOBS
152 | xargs -n3 -P"$OT_BUILD_JOBS" script/clang-format -style=file -i -verbose
162 | xargs -n3 -P"$OT_BUILD_JOBS" script/clang-format-check
174 && ../../script/clang-tidy -j"$OT_BUILD_JOBS" "${OT_CLANG_TIDY_FIX_DIRS[@]}" -fix)
186 && ../../script/clang-tidy -j"$OT_BUILD_JOBS" "${OT_CLANG_TIDY_FIX_DIRS[@]}")
196 | xargs -n10 -P"$OT_BUILD_JOBS" npx prettier@2.0.4 --write
206 | xargs -n10 -P"$OT_BUILD_JOBS" npx prettier@2.0.4 --check
216 …| xargs -n10 -P"$OT_BUILD_JOBS" python3 -m yapf --verbose --style '{based_on_style: google, column…
226 …| xargs -n10 -P"$OT_BUILD_JOBS" python3 -m yapf --verbose --style '{based_on_style: google, column…
[all …]