Home
last modified time | relevance | path

Searched full:xargs (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/external/toybox/tests/
Dxargs.test7 testing "xargs" "xargs && echo yes" "hello\nyes\n" "" "hello"
8 testing "spaces" "xargs" \
11 testing "-n 0" "xargs -n 0 2>/dev/null || echo ok" "ok\n" \
13 testing "-n 1" "xargs -n 1" "one\n" "" "one\n"
14 testing "-n 2" "xargs -n 2" "one two\nthree\n" "" "one \ntwo\n three"
15 testing "-n exact match" "xargs -n 3" "one two three\n" "" "one two three"
16 testing "xargs2" "xargs -n2" "one two\nthree four\nfive\n" "" \
18 testing "-s too long" "xargs -s 9 echo 2>/dev/null; echo \$?" \
20 testing "-s 13" "xargs -s 13 echo" "one two\nthree\n" "" "one \ntwo\n three"
21 testing "-s 12" "xargs -s 12 echo" "one\ntwo\nthree\n" "" "one \ntwo\n three"
[all …]
/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/filters/
Dconcurrency.json15 "cmdUnderTest": "bash -c \"find $BATCH_DIR/add* -print | xargs -n 1 -P 10 $TC -b\"",
40 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -b\"",
65 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"",
90 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"",
115 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -f -b\"",
137 "bash -c \"find $BATCH_DIR/init_* -print | xargs -n 1 -P 5 $TC -b\"",
141 "cmdUnderTest": "bash -c \"find $BATCH_DIR/par_* -print | xargs -n 1 -P 10 $TC -b\"",
163 "bash -c \"find $BATCH_DIR/init_* -print | xargs -n 1 -P 5 $TC -b\"",
167 "cmdUnderTest": "bash -c \"find $BATCH_DIR/par_* -print | xargs -n 1 -P 10 $TC -b\"",
/external/ot-br-posix/script/
Dmake-pretty77 | xargs -n3 -P"$OT_BUILD_JOBS" script/clang-format -style=file -i -verbose
87 | xargs -n3 -P"$OT_BUILD_JOBS" script/clang-format-check
97 | xargs -n10 -P"$OT_BUILD_JOBS" npx prettier@2.0.4 --write
107 | xargs -n10 -P"$OT_BUILD_JOBS" npx prettier@2.0.4 --check
117 | xargs -n10 -P"$OT_BUILD_JOBS" python3 -m yapf --verbose --style google -ipr
127 | xargs -n10 -P"$OT_BUILD_JOBS" python3 -m yapf --verbose --style google -dpr
137 | xargs -n10 -P"$OT_BUILD_JOBS" shfmt -i 4 -bn -ci -fn -s -w
147 | xargs -n10 -P"$OT_BUILD_JOBS" shfmt -i 4 -bn -ci -fn -s -d
150 | xargs -n10 -P"$OT_BUILD_JOBS" shellcheck -x
/external/grpc-grpc/tools/run_tests/performance/
Dkill_workers.sh28 ps -C mono -o pid=,cmd= | grep QpsWorker | awk '{print $1}' | xargs kill -9 || true
30 ps -C dotnet -o pid=,cmd= | grep QpsWorker | awk '{print $1}' | xargs kill -9 || true
34 ps -C ruby -o pid=,cmd= | grep 'qps/worker.rb' | awk '{print $1}' | xargs kill -9 || true
38 ps -C python -o pid=,cmd= | grep 'qps_worker.py' | awk '{print $1}' | xargs kill -9 || true
41 jps | grep LoadWorker | awk '{print $1}' | xargs kill -9 || true
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dkill_workers.sh28 ps -C mono -o pid=,cmd= | grep QpsWorker | awk '{print $1}' | xargs kill -9 || true
30 ps -C dotnet -o pid=,cmd= | grep QpsWorker | awk '{print $1}' | xargs kill -9 || true
34 ps -C ruby -o pid=,cmd= | grep 'qps/worker.rb' | awk '{print $1}' | xargs kill -9 || true
38 ps -C python -o pid=,cmd= | grep 'qps_worker.py' | awk '{print $1}' | xargs kill -9 || true
41 jps | grep LoadWorker | awk '{print $1}' | xargs kill -9 || true
/external/ltp/lib/newlib_tests/shell/
Dtest_timeout.sh114 file=$(echo $d | cut -d'|' -f1 | xargs)
115 timeout=$(echo $d | cut -d'|' -f2 | xargs)
116 use_cat=$(echo $d | cut -d'|' -f3 | xargs)
117 max_runtime=$(echo $d | cut -d'|' -f4 | xargs)
119 exp_exit=$(echo $d | cut -d'|' -f5 | xargs)
121 exp_passed=$(echo $d | cut -d'|' -f6 | xargs)
123 exp_failed=$(echo $d | cut -d'|' -f7 | xargs)
125 exp_broken=$(echo $d | cut -d'|' -f8 | xargs)
/external/openthread/script/
Dmake-pretty159 | xargs -n3 -P"$OT_BUILD_JOBS" script/clang-format -style=file -i -verbose
169 | xargs -n3 -P"$OT_BUILD_JOBS" script/clang-format-check
212 | xargs -n10 -P"$OT_BUILD_JOBS" npx prettier@2.0.4 --write
222 | xargs -n10 -P"$OT_BUILD_JOBS" npx prettier@2.0.4 --check
232 …| xargs -n10 -P"$OT_BUILD_JOBS" python3 -m yapf --verbose --style '{based_on_style: google, column…
242 …| xargs -n10 -P"$OT_BUILD_JOBS" python3 -m yapf --verbose --style '{based_on_style: google, column…
251 git ls-files | xargs shfmt -f | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|'))" \
252 | xargs -n10 -P"$OT_BUILD_JOBS" shfmt -i 4 -bn -ci -fn -s -w
261 git ls-files | xargs shfmt -f | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|'))" \
262 | xargs -n10 -P"$OT_BUILD_JOBS" shfmt -i 4 -bn -ci -fn -s -d
[all …]
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply.pass.cpp108 CallInfo(CallQuals q, Args&&... xargs) in CallInfo()
109 : quals(q), arg_types(&makeArgumentID<Args&&...>()), args(std::forward<Args>(xargs)...) in CallInfo()
123 template <class ...Args> auto operator()(Args&&... xargs) & in operator ()()
124 { return makeCallInfo(CQ_LValue, std::forward<Args>(xargs)...); } in operator ()()
126 template <class ...Args> auto operator()(Args&&... xargs) const& in operator ()()
127 { return makeCallInfo(CQ_ConstLValue, std::forward<Args>(xargs)...); } in operator ()()
129 template <class ...Args> auto operator()(Args&&... xargs) && in operator ()()
130 { return makeCallInfo(CQ_RValue, std::forward<Args>(xargs)...); } in operator ()()
132 template <class ...Args> auto operator()(Args&&... xargs) const&& in operator ()()
133 { return makeCallInfo(CQ_ConstRValue, std::forward<Args>(xargs)...); } in operator ()()
Dmake_from_tuple.pass.cpp32 explicit constexpr ConstexprConstructibleFromTuple(Args&&... xargs) in ConstexprConstructibleFromTuple()
33 : args{std::forward<Args>(xargs)...} {} in ConstexprConstructibleFromTuple()
43 explicit ConstructibleFromTuple(Args&&... xargs) in ConstructibleFromTuple()
44 : args(xargs...), in ConstructibleFromTuple()
54 explicit ConstructibleFromTuple(Args&&... xargs) in ConstructibleFromTuple()
55 : args{xargs...}, in ConstructibleFromTuple()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply.pass.cpp102 CallInfo(CallQuals q, Args&&... xargs) in CallInfo()
103 : quals(q), arg_types(&makeArgumentID<Args&&...>()), args(std::forward<Args>(xargs)...) in CallInfo()
117 template <class ...Args> auto operator()(Args&&... xargs) & in operator ()()
118 { return makeCallInfo(CQ_LValue, std::forward<Args>(xargs)...); } in operator ()()
120 template <class ...Args> auto operator()(Args&&... xargs) const& in operator ()()
121 { return makeCallInfo(CQ_ConstLValue, std::forward<Args>(xargs)...); } in operator ()()
123 template <class ...Args> auto operator()(Args&&... xargs) && in operator ()()
124 { return makeCallInfo(CQ_RValue, std::forward<Args>(xargs)...); } in operator ()()
126 template <class ...Args> auto operator()(Args&&... xargs) const&& in operator ()()
127 { return makeCallInfo(CQ_ConstRValue, std::forward<Args>(xargs)...); } in operator ()()
Dmake_from_tuple.pass.cpp27 explicit constexpr ConstexprConstructibleFromTuple(Args&&... xargs) in ConstexprConstructibleFromTuple()
28 : args{std::forward<Args>(xargs)...} {} in ConstexprConstructibleFromTuple()
38 explicit ConstructibleFromTuple(Args&&... xargs) in ConstructibleFromTuple()
39 : args(xargs...), in ConstructibleFromTuple()
49 explicit ConstructibleFromTuple(Args&&... xargs) in ConstructibleFromTuple()
50 : args{xargs...}, in ConstructibleFromTuple()
/external/glide/
Dupdate_files.sh73 find . -name "*gradle*" | xargs -r git rm -rf
74 find . -name "*checkstyle*.xml" | xargs -r git rm -rf
75 find . -name "*pmd*.xml" | xargs -r git rm -rf
76 find . -name "*findbugs*.xml" | xargs -r git rm -rf
77 find . -name "*.iml" | xargs -r git rm -rf
/external/brotli/python/
DMakefile50 @find .. -name '*.pyc' | xargs rm -v
51 @find .. -name '*.so' | xargs rm -v
52 @find .. -type d -name '__pycache__' | xargs rm -v -r
53 @find .. -type d -name '*.egg-info' | xargs rm -v -r
/external/curl/.github/workflows/
Dhacktoberfest-accepted.yml49 grep -Eo "#([0-9]+)" log | cut -d# -f2 | sort | uniq | xargs -t -n1 -I{} \
52 …grep -Eo '^([0-9]+):[0-9]{4}-(09-30T|10-|11-01T)' | cut -d: -f1 | sort | uniq | xargs -t -n1 -I {}…
60 grep -Eo "github.com/(.+)/(.+)/pull/([0-9]+)" log | sort | uniq | xargs -t -n1 -I{} \
63 …grep -Eo '^([0-9]+):[0-9]{4}-(09-30T|10-|11-01T)' | cut -d: -f1 | sort | uniq | xargs -t -n1 -I {}…
Dspellcheck.yml40 …run: find docs -name "*.3" -size +40c | sed 's/\.3//' | xargs -t -n1 -I OO ./.github/scripts/clea…
43 …run: find docs -name "*.33" -size +40c | sed 's/\.33//' | xargs -t -n1 -I OO pandoc -f man -t mark…
46 … run: find docs -name "*.1" -size +40c | sed 's/\.1//' | xargs -t -n1 -I OO pandoc OO.1 -o OO.md
/external/conscrypt/
D.travis.yml98 # MacOS (BSD) xargs is missing some nice features that make this easy, so skip it.
101 …git rev-list $(git merge-base HEAD origin/master)..HEAD | xargs -i git clang-format --binary=$(whi…
105 …origin/master)..HEAD | xargs -i git diff-tree --no-commit-id --name-only -r {} | grep -E '\.java$'…
/external/toybox/toys/posix/
Dxargs.c1 /* xargs.c - Run command with arguments taken from stdin.
5 * See http://opengroup.org/onlinepubs/9699919799/utilities/xargs.html
12 USE_XARGS(NEWTOY(xargs, "^E:P#<0(null)=1optr(no-run-if-empty)n#<1(max-args)s#0[!0E]", TOYFLAG_USR|T…
14 config XARGS
15 bool "xargs"
18 usage: xargs [-0prt] [-snE STR] COMMAND...
/external/doclava/
Dgradlew208 # Stop when "xargs" is not available.
209 if ! command -v xargs >/dev/null 2>&1
211 die "xargs is not available"
214 # Use "xargs" to parse quoted args.
220 # readarray ARGS < <( xargs -n1 <<<"$var" ) &&
235 xargs -n1 |
/external/robolectric/
Dgradlew208 # Stop when "xargs" is not available.
209 if ! command -v xargs >/dev/null 2>&1
211 die "xargs is not available"
214 # Use "xargs" to parse quoted args.
220 # readarray ARGS < <( xargs -n1 <<<"$var" ) &&
235 xargs -n1 |
/external/kotlinpoet/
Dgradlew208 # Stop when "xargs" is not available.
209 if ! command -v xargs >/dev/null 2>&1
211 die "xargs is not available"
214 # Use "xargs" to parse quoted args.
220 # readarray ARGS < <( xargs -n1 <<<"$var" ) &&
235 xargs -n1 |
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_jni/java/
Dgradlew212 # Stop when "xargs" is not available.
213 if ! command -v xargs >/dev/null 2>&1
215 die "xargs is not available"
218 # Use "xargs" to parse quoted args.
224 # readarray ARGS < <( xargs -n1 <<<"$var" ) &&
239 xargs -n1 |
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/dockerize/
Ddocker_run_tests.sh44 find . -name report.xml -print0 | xargs -0 -r zip reports.zip
45 find . -name sponge_log.xml -print0 | xargs -0 -r zip reports.zip
46 find . -name 'report_*.xml' -print0 | xargs -0 -r zip reports.zip
/external/rappor/pipeline/
Dassoc.sh94 readonly NUM_ARGS=8 # number of tokens in the task spec, used for xargs
110 | xargs --verbose -n $NUM_ARGS -P $max_procs --no-run-if-empty -- \
148 find $job_dir -name \*.bin | xargs --no-run-if-empty -- ls -l --si
149 find $job_dir -name \*.bin | xargs --no-run-if-empty -- rm -f --verbose
/external/linux-kselftest/tools/testing/selftests/
Dkselftest_deps.sh252 echo -e "$(echo "$pass_trgts" | xargs -n1 | sort -u | xargs)"
260 echo -e "$(echo "$fail_trgts" | xargs -n1 | sort -u | xargs)"
263 echo -e "$(echo "$fail_libs" | xargs -n1 | sort -u | xargs)"
/external/grpc-grpc/tools/run_tests/dockerize/
Ddocker_run_tests.sh52 find . -name report.xml -print0 | xargs -0 -r zip reports.zip
53 find . -name sponge_log.xml -print0 | xargs -0 -r zip reports.zip
54 find . -name 'report_*.xml' -print0 | xargs -0 -r zip reports.zip

12345678910>>...18