Home
last modified time | relevance | path

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

1234567891011

/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 2" "xargs -n 2" "one two\nthree\n" "" "one \ntwo\n three"
14 testing "-n exact match" "xargs -n 3" "one two three\n" "" "one two three"
15 testing "xargs2" "xargs -n2" "one two\nthree four\nfive\n" "" \
17 testing "-s too long" "xargs -s 9 echo 2>/dev/null || echo ok" \
19 testing "-s 13" "xargs -s 13 echo" "one two\nthree\n" "" "one \ntwo\n three"
20 testing "-s 12" "xargs -s 12 echo" "one\ntwo\nthree\n" "" "one \ntwo\n three"
23 testing "command -opt" "xargs -n2 ls -1" "one\ntwo\nthree\n" "" \
[all …]
/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/toybox/toys/posix/
Dxargs.c1 /* xargs.c - Run command with arguments taken from stdin.
5 * See http://opengroup.org/onlinepubs/9699919799/utilities/xargs.html
11 USE_XARGS(NEWTOY(xargs, "^I:E:ptrn#<1s#0[!0E]", TOYFLAG_USR|TOYFLAG_BIN))
13 config XARGS
14 bool "xargs"
17 usage: xargs [-0prt] [-s NUM] [-n NUM] [-E STR] COMMAND...
32 bool "TODO xargs pedantic posix compatability"
34 depends on XARGS
/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/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/conscrypt/
D.travis.yml108 # MacOS (BSD) xargs is missing some nice features that make this easy, so skip it.
111 …git rev-list $(git merge-base HEAD origin/master)..HEAD | xargs -i git clang-format --binary=$(whi…
115 …origin/master)..HEAD | xargs -i git diff-tree --no-commit-id --name-only -r {} | grep -E '\.java$'…
/external/syzkaller/vendor/google.golang.org/grpc/
Dvet.sh56 git ls-files "*.go" | xargs grep -L "\(Copyright [0-9]\{4,\} gRPC authors\)\|DO NOT EDIT" 2>&1 | te…
57 git ls-files "*.go" | xargs grep -l '"unsafe"' 2>&1 | (! grep -v '_test.go') | tee /dev/stderr | (!…
58 git ls-files "*.go" | xargs grep -l '"math/rand"' 2>&1 | (! grep -v '^examples\|^stress\|grpcrand')…
71 git ls-files "*.go" | xargs sed -i 's:"golang.org/x/net/context":"context":'
/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
/external/parameter-framework/support/android/asio/
Dasio_shrinker.sh71 xargs grep --no-filename 'external/parameter-framework/asio' >> "$output" || true
86 xargs sed -i -e :a -e '/\\$/N' -e 's@\\ *\n@ @' -e ta < "$asio_includes"
92 xargs unifdef -x 2 -m -f ../support/android/asio/asio_defines.txt < "$asio_includes"
117 xargs git add || fail "Failed to git-add some necessary ASIO headers"
/external/ltp/testcases/kernel/controllers/freezer/
Dlibcgroup_freezer38 # xargs 4.1.20 only accepts -i instead of -I
40 XRGSV=$(xargs --version | sed -e 's/^[^[:digit:]]*//')
187xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/n…
191xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c "\"${CG_FILE_WRITE}\" \"${THAW}\" > '${XARGS_REPL_ST…
195xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/n…
201xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill -s SIGKILL $(cat "'"${XARGS_REPL_STR}"'/tasks"…
203 # Don't need to run these xargs commands in bash since we want
206 xargs -0r -n 1 ${XARGS_REPL_OPT} cat "${XARGS_REPL_STR}/tasks" | wc -l)
209 find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | xargs -r0 rmdir
212 …find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | xargs -0r -n 1 ${XARGS_REPL_O…
[all …]
/external/slf4j/
DgoVersion.sh4 find . -name "pom.xml" |xargs perl version.pl ${VER}
6 find . -name "StaticLoggerBinder.java" |xargs perl binderVersion.pl ${VER}
/external/elfutils/src/
Dmake-debug-archive.in23 XARGS=/usr/bin/xargs
129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
/external/grpc-grpc/third_party/rake-compiler-dock/
DDockerfile6 RUN find / -name libwinpthread.dll.a | xargs rm
7 RUN find / -name libwinpthread-1.dll | xargs rm
/external/grpc-grpc/templates/
DgRPC-C++.podspec.template207 …find src/cpp/ -type f ! -path '*.grpc_back' -print0 | xargs -0 -L1 sed -E -i'.grpc_back' 's;#inclu…
208 find src/cpp/ -type f -path '*.grpc_back' -print0 | xargs -0 rm
209 …find src/core/ -type f ! -path '*.grpc_back' -print0 | xargs -0 -L1 sed -E -i'.grpc_back' 's;#incl…
210 find src/core/ -type f -path '*.grpc_back' -print0 | xargs -0 rm
/external/python/google-api-python-client/
DMakefile2 find googleapiclient samples -name "*.py" | xargs pep8 --ignore=E111,E202
12 find tests -name "test_*.py" | xargs --max-args=1 coverage run -a runtests.py
/external/scrypt/
Dimport_scrypt.sh380 find $1 -type f -print0 | xargs -0 file | fgrep "ISO-8859" | cut -d: -f1
406 find $SCRYPT_DIR_ORIG -type f -print0 | xargs -0 chmod a-w
439 find . \( -type f -o -type l \) -name "*.orig" -print0 | xargs -0 rm -f
448 find $SCRYPT_DIR -type f -name "*.orig" -print0 | xargs -0 rm -f
449 find $SCRYPT_DIR -type f -name "*~" -print0 | xargs -0 rm -f
/external/skia/platform_tools/android/bin/
Dandroid_gdb_app21 …$ADB $DEVICE_SERIAL shell ps | grep gdbserver | awk '{print $2}' | xargs -r $ADB $DEVICE_SERIAL sh…
23 …$ADB $DEVICE_SERIAL shell ps | grep gdbserver | awk '{print $2}' | xargs $ADB $DEVICE_SERIAL shell…
Dandroid_gdbserver77 $ADB shell ps | grep gdbserver | awk '{print $2}' | xargs $ADB shell kill 2> /dev/null
78 $ADB shell ps | grep ${APP_NAME} | awk '{print $2}' | xargs $ADB shell kill 2> /dev/null
/external/skqp/platform_tools/android/bin/
Dandroid_gdb_app21 …$ADB $DEVICE_SERIAL shell ps | grep gdbserver | awk '{print $2}' | xargs -r $ADB $DEVICE_SERIAL sh…
23 …$ADB $DEVICE_SERIAL shell ps | grep gdbserver | awk '{print $2}' | xargs $ADB $DEVICE_SERIAL shell…
Dandroid_gdbserver77 $ADB shell ps | grep gdbserver | awk '{print $2}' | xargs $ADB shell kill 2> /dev/null
78 $ADB shell ps | grep ${APP_NAME} | awk '{print $2}' | xargs $ADB shell kill 2> /dev/null
/external/python/httplib2/
DMakefile22 -find . -name "*.pyc" | xargs rm
23 -find . -name "*.orig" | xargs rm
/external/clang/test/Modules/
Dprune.m31 // RUN: find %t -name DependsOnModule*.pcm | xargs touch -a -t 201101010000
40 // RUN: find %t -name DependsOnModule*.pcm | xargs touch -a -t 201101010000
/external/libvpx/
Dupdate_libvpx.sh115 echo "$add" | xargs -I {} git add {}
116 echo "$delete" | xargs -I {} git rm --ignore-unmatch {}

1234567891011