/external/toybox/tests/ |
D | xargs.test | 7 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/ |
D | xargs.c | 1 /* 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[!0E]", 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/ |
D | apply.pass.cpp | 108 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 ()()
|
D | make_from_tuple.pass.cpp | 32 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/ |
D | update_files.sh | 73 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/ |
D | Makefile | 50 @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.yml | 105 # MacOS (BSD) xargs is missing some nice features that make this easy, so skip it. 108 …git rev-list $(git merge-base HEAD origin/master)..HEAD | xargs -i git clang-format --binary=$(whi… 112 …origin/master)..HEAD | xargs -i git diff-tree --no-commit-id --name-only -r {} | grep -E '\.java$'…
|
/external/expat/ |
D | qa.sh | 105 find -name '*.gcda' | sort | xargs gcov 108 find lib -name '*.gcda' | sort | xargs gcov 111 find lib xmlwf -name '*.gcda' | sort | xargs gcov 119 | xargs -r egypt \
|
/external/parameter-framework/support/android/asio/ |
D | asio_shrinker.sh | 71 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/ |
D | libcgroup_freezer | 38 # xargs 4.1.20 only accepts -i instead of -I 40 XRGSV=$(xargs --version | sed -e 's/^[^[:digit:]]*//') 187 …xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/n… 191 …xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c "\"${CG_FILE_WRITE}\" \"${THAW}\" > '${XARGS_REPL_ST… 195 …xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/n… 201 …xargs -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/ |
D | goVersion.sh | 4 find . -name "pom.xml" |xargs perl version.pl ${VER} 6 find . -name "StaticLoggerBinder.java" |xargs perl binderVersion.pl ${VER}
|
/external/elfutils/src/ |
D | make-debug-archive.in | 23 XARGS=/usr/bin/xargs 129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
|
/external/scrypt/ |
D | import_scrypt.sh | 380 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/annotation-tools/annotation-file-utilities/scripts/ |
D | merge-annotations | 37 find $td -type f -print | xargs java -cp "$cp" annotations.tools.IndexFileMerger $td | sed 's/(valu… 38 find "$js" -name "*\.java" -print | CLASSPATH="$cp" xargs insert-annotations-to-source --print-erro…
|
/external/skia/platform_tools/android/bin/ |
D | android_gdb_app | 21 …$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…
|
D | android_gdbserver | 77 $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/ |
D | android_gdb_app | 21 …$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…
|
D | android_gdbserver | 77 $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/helgrind/ |
D | hg_intercepts.c | 366 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/valgrind/docs/internals/ |
D | directory-structure.txt | 63 find . -name '*.h' | xargs grep <pattern> 67 -not -path '*.svn\/*' | xargs grep "$1"
|
/external/clang/test/Modules/ |
D | prune.m | 31 // 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/ |
D | update_libvpx.sh | 115 echo "$add" | xargs -I {} git add {} 116 echo "$delete" | xargs -I {} git rm --ignore-unmatch {}
|
/external/protobuf/objectivec/DevTools/ |
D | compile_testing_protos.sh | 48 | xargs -0 stat -f "%m %N" \ 54 | xargs -0 stat -f "%m %N" \
|
/external/swiftshader/third_party/LLVM/utils/buildit/ |
D | build_llvm | 278 -print | xargs -n 1 -P ${SYSCTL} dsymutil 327 find $DEST_DIR -name \*.a -print | xargs ranlib || exit 1 328 find $DEST_DIR -name \*.dSYM -print | xargs rm -r || exit 1 336 -print | xargs -n 1 -P ${SYSCTL} $STRIP -arch all -Sl
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | docker_test.sh | 106 devices=$(\ls /dev/nvidia* | xargs -I{} echo '--device {}:{}') 107 libs=$(\ls /usr/lib/x86_64-linux-gnu/libcuda.* | xargs -I{} echo '-v {}:{}')
|