Home
last modified time | relevance | path

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

123456789

/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/toybox/toys/posix/
Dxargs.c1 /* xargs.c - Run command with arguments taken from stdin.
5 * See http://opengroup.org/onlinepubs/9699919799/utilities/xargs.html
9 USE_XARGS(NEWTOY(xargs, "^I:E:L#ptxrn#<1s#0", TOYFLAG_USR|TOYFLAG_BIN))
11 config XARGS
12 bool "xargs"
15 usage: xargs [-ptxr0] [-s NUM] [-n NUM] [-L 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/brotli/python/
DMakefile42 @find .. -name '*.pyc' | xargs rm -v
43 @find .. -name '*.so' | xargs rm -v
44 @find .. -type d -name '__pycache__' | xargs rm -v -r
45 @find .. -type d -name '*.egg-info' | xargs rm -v -r
/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/dnsmasq/contrib/slackware-dnsmasq/
Ddnsmasq.SlackBuild39 …find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded …
40 …find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneed…
/external/conscrypt/
D.travis.yml111 # MacOS (BSD) xargs is missing some nice features that make this easy, so skip it.
114 …git rev-list $(git merge-base HEAD origin/master)..HEAD | xargs -i git clang-format --binary=$(whi…
118 …origin/master)..HEAD | xargs -i git diff-tree --no-commit-id --name-only -r {} | grep -E '\.java$'…
/external/bouncycastle/
Dimport_bouncycastle.sh216 find $bouncycastle_dir_orig -type f -print0 | xargs -0 chmod a-w
227 find $bouncycastle_dir_orig -name package.html -print0 | xargs -0 rm
228 find $bouncycastle_dir -name package.html -print0 | xargs -0 rm
265 find . -type f -name "*.orig" -print0 | xargs -0 rm -f
276 find $bouncycastle_dir -type f -name "*.orig" -print0 | xargs -0 rm -f
277 find $bouncycastle_dir -type f -name "*~" -print0 | xargs -0 rm -f
DAndroid.mk137 …`(find $(LOCAL_PATH) -name '*.java' | xargs grep '"org.bouncycastle' | egrep ' (put|add)' | sed -…
138 …find $(LOCAL_PATH) -name '*.java' | xargs grep ' addHMACAlgorithm' | sed 's/"org.bouncycastle/\no…
139 …find . -name '*.java' | xargs grep 'import org.bouncycastle' | grep -v /bouncycastle/ | sed -e 's/…
/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/bison/build-aux/
Duseless-if-before-free82 git ls-files -z |xargs -0 $ME --name=kfree
180 | xargs -0 useless-if-before-free -l --name="$free" \
181 | xargs -0 perl -0x3b -pi -e \
189 | xargs -0 useless-if-before-free -l --name="$free" \
190 | xargs -0 perl -0777 -pi -e \
Dgnu-web-doc-update106 find_tool XARGS gxargs xargs
178 | $XARGS --no-run-if-empty -- $CVS add -ko
/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/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/valgrind/docs/internals/
Ddirectory-structure.txt63 find . -name '*.h' | xargs grep <pattern>
67 -not -path '*.svn\/*' | xargs grep "$1"
/external/valgrind/helgrind/
Dhg_intercepts.c366 volatile Word* xargs = (volatile Word*) xargsV; in mythread_wrapper() local
367 void*(*fn)(void*) = (void*(*)(void*))xargs[0]; in mythread_wrapper()
368 void* arg = (void*)xargs[1]; in mythread_wrapper()
374 hence deallocate xargs[] while we still need it, and (2) we in mythread_wrapper()
381 disables checking on xargs[] before creating the child and in mythread_wrapper()
387 xargs[2] = 0; in mythread_wrapper()
388 /* Now we can no longer safely use xargs[]. */ in mythread_wrapper()
407 volatile Word xargs[3]; in pthread_create_WRK() local
413 xargs[0] = (Word)start; in pthread_create_WRK()
414 xargs[1] = (Word)arg; in pthread_create_WRK()
[all …]
/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/autotest/utils/
Drelease132 find | xargs chmod o+r &&
133 find -type d | xargs chmod o+rx ) || fatal
/external/libvpx/
Dupdate_libvpx.sh115 echo "$add" | xargs -I {} git add {}
116 echo "$delete" | xargs -I {} git rm --ignore-unmatch {}
/external/protobuf/objectivec/DevTools/
Dcompile_testing_protos.sh48 | xargs -0 stat -f "%m %N" \
54 | xargs -0 stat -f "%m %N" \

123456789