Searched refs:xargs (Results 1 – 25 of 131) sorted by relevance
123456
/external/grpc-grpc/tools/run_tests/performance/ |
D | kill_workers.sh | 28 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/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/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/syzkaller/vendor/google.golang.org/grpc/ |
D | vet.sh | 56 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/ |
D | docker_run_tests.sh | 52 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/ltp/testcases/kernel/controllers/freezer/ |
D | libcgroup_freezer | 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"… 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… 242 find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | xargs -r0 rmdir
|
/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/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/libvpx/ |
D | update_libvpx.sh | 115 echo "$add" | xargs -I {} git add {} 116 echo "$delete" | xargs -I {} git rm --ignore-unmatch {}
|
/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/libaom/ |
D | update_libaom.sh | 129 echo "$add" | xargs -I {} git add {} 130 echo "$delete" | xargs -I {} git rm --ignore-unmatch {}
|
/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/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 | 108 devices=$(\ls /dev/nvidia* | xargs -I{} echo '--device {}:{}') 109 libs=$(\ls /usr/lib/x86_64-linux-gnu/libcuda.* | xargs -I{} echo '-v {}:{}')
|
/external/grpc-grpc/third_party/rake-compiler-dock/ |
D | Dockerfile | 6 RUN find / -name libwinpthread.dll.a | xargs rm 7 RUN find / -name libwinpthread-1.dll | xargs rm
|
/external/python/google-api-python-client/ |
D | Makefile | 2 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/python/httplib2/ |
D | Makefile | 22 -find . -name "*.pyc" | xargs rm 23 -find . -name "*.orig" | xargs rm
|
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
D | Makefile | 31 tr -s " " | xargs -d " " -i printf "%08x\n" "{}" | rev | \ 32 sed "s/\(.\)\(.\)/\\\\\\\\x\2\1\n/g" | xargs -i printf "{}" >$@
|
/external/protobuf/objectivec/DevTools/ |
D | compile_testing_protos.sh | 48 | xargs -0 stat -f "%m %N" \ 54 | xargs -0 stat -f "%m %N" \
|
/external/toolchain-utils/binary_search_tool/ndk/ |
D | switch_to_good.sh | 44 cat $OBJ_LIST_FILE | xargs rm
|
123456