Home
last modified time | relevance | path

Searched refs:xargs (Results 1 – 25 of 131) sorted by relevance

123456

/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/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/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/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/ltp/testcases/kernel/controllers/freezer/
Dlibcgroup_freezer40 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"…
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/
DgoVersion.sh4 find . -name "pom.xml" |xargs perl version.pl ${VER}
6 find . -name "StaticLoggerBinder.java" |xargs perl binderVersion.pl ${VER}
/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/libvpx/
Dupdate_libvpx.sh115 echo "$add" | xargs -I {} git add {}
116 echo "$delete" | xargs -I {} git rm --ignore-unmatch {}
/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/libaom/
Dupdate_libaom.sh129 echo "$add" | xargs -I {} git add {}
130 echo "$delete" | xargs -I {} git rm --ignore-unmatch {}
/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/swiftshader/third_party/LLVM/utils/buildit/
Dbuild_llvm278 -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/
Ddocker_test.sh108 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/
DDockerfile6 RUN find / -name libwinpthread.dll.a | xargs rm
7 RUN find / -name libwinpthread-1.dll | xargs 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/python/httplib2/
DMakefile22 -find . -name "*.pyc" | xargs rm
23 -find . -name "*.orig" | xargs rm
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/
DMakefile31 tr -s " " | xargs -d " " -i printf "%08x\n" "{}" | rev | \
32 sed "s/\(.\)\(.\)/\\\\\\\\x\2\1\n/g" | xargs -i printf "{}" >$@
/external/protobuf/objectivec/DevTools/
Dcompile_testing_protos.sh48 | xargs -0 stat -f "%m %N" \
54 | xargs -0 stat -f "%m %N" \
/external/toolchain-utils/binary_search_tool/ndk/
Dswitch_to_good.sh44 cat $OBJ_LIST_FILE | xargs rm

123456