Home
last modified time | relevance | path

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

1234567

/third_party/ltp/lib/newlib_tests/shell/
Dtest_timeout.sh114 file=$(echo $d | cut -d'|' -f1 | xargs)
115 timeout=$(echo $d | cut -d'|' -f2 | xargs)
116 use_cat=$(echo $d | cut -d'|' -f3 | xargs)
117 max_runtime=$(echo $d | cut -d'|' -f4 | xargs)
119 exp_exit=$(echo $d | cut -d'|' -f5 | xargs)
121 exp_passed=$(echo $d | cut -d'|' -f6 | xargs)
123 exp_failed=$(echo $d | cut -d'|' -f7 | xargs)
125 exp_broken=$(echo $d | cut -d'|' -f8 | xargs)
/third_party/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
/third_party/skia/third_party/externals/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
/third_party/grpc/tools/run_tests/dockerize/
Ddocker_run_tests.sh44 find . -name report.xml -print0 | xargs -0 -r zip reports.zip
45 find . -name sponge_log.xml -print0 | xargs -0 -r zip reports.zip
46 find . -name 'report_*.xml' -print0 | xargs -0 -r zip reports.zip
/third_party/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
/third_party/skia/third_party/externals/swiftshader/src/
Dclang-format-separate.sh6 find ${SRC_DIR}/$DIR -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs clang-format -i
7 find ${SRC_DIR}/$DIR -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs clang-format -i
Dclang-format-all.sh41 …find ${DIR} -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs ${CLANG_FORMAT} -i -style=f…
42 …find ${DIR} -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs ${CLANG_FORMAT} -i -style=f…
/third_party/grpc/templates/
DgRPC-C++.podspec.template204 …find src/core -type f \\( -path '*.h' -or -path '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.grpc_…
205 …me '*.h' -or -name '*.hpp' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…
206 …me '*.h' -or -name '*.hpp' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…
207 find src/core/ src/cpp/ third_party/upb/ -type f -name '*.grpc_back' -print0 | xargs -0 rm
208 …b/ -type f \\( -name '*.h' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…
209 …b/ -type f \\( -name '*.h' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…
210 find src/core/ src/cpp/ -type f -name '*.grpc_back' -print0 | xargs -0 rm
211 …rd_party/re2/util/ -type f \\( -name '*.h' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…
212 …find src/core/ -type f \\( -name '*.h' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.grpc…
213 find src/core/ third_party/re2/ -type f -name '*.grpc_back' -print0 | xargs -0 rm
DgRPC-Core.podspec.template243 …find src/core -type f \\( -path '*.h' -or -path '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.grpc_…
244 …me '*.h' -or -name '*.hpp' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…
245 …me '*.h' -or -name '*.hpp' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…
246 find src/core/ src/cpp/ third_party/upb/ -type f -name '*.grpc_back' -print0 | xargs -0 rm
247 …b/ -type f \\( -name '*.h' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…
248 …b/ -type f \\( -name '*.h' -or -name '*.c' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…
249 find src/core/ src/cpp/ third_party/upb/ -type f -name '*.grpc_back' -print0 | xargs -0 rm
250 …rd_party/re2/util/ -type f \\( -name '*.h' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.…
251 …find src/core/ -type f \\( -name '*.h' -or -name '*.cc' \\) -print0 | xargs -0 -L1 sed -E -i'.grpc…
252 find src/core/ third_party/re2/ -type f -name '*.grpc_back' -print0 | xargs -0 rm
/third_party/grpc/tools/distrib/
Dformat_bazel.sh30 echo "${FILES}" | xargs "$PYTHON" -m yapf -i --style="${CONFIG_PATH}"
37 echo "${FILES}" | xargs buildifier --type=bzl
/third_party/mesa3d/.gitlab-ci/container/
Dbuild-piglit.sh11 find -name .git -o -name '*ninja*' -o -iname '*cmake*' -o -name '*.[chao]' | xargs rm -rf
21 ! -regex "^\.\/tests\/replay\.py" 2>/dev/null | xargs rm -rf
/third_party/grpc/third_party/rake-compiler-dock/rake_x86-linux/
DDockerfile28 find /usr/local/rvm -type d -print0 | sudo xargs -0 chmod g+sw "
36 find /usr/local/rvm -type d -print0 | sudo xargs -0 chmod g+sw "
71 find /usr/local/rvm -type d -print0 | sudo xargs -0 chmod g+sw "
75 RUN find /usr/local/rake-compiler/ruby/*linux*/ -name libruby.so | xargs rm
77 RUN find /usr/local/rake-compiler/ruby/*linux*/ -name libruby.a | while read f ; do ar t $f | xargs
/third_party/grpc/third_party/rake-compiler-dock/rake_x86_64-linux/
DDockerfile28 find /usr/local/rvm -type d -print0 | sudo xargs -0 chmod g+sw "
36 find /usr/local/rvm -type d -print0 | sudo xargs -0 chmod g+sw "
71 find /usr/local/rvm -type d -print0 | sudo xargs -0 chmod g+sw "
75 RUN find /usr/local/rake-compiler/ruby/*linux*/ -name libruby.so | xargs rm
77 RUN find /usr/local/rake-compiler/ruby/*linux*/ -name libruby.a | while read f ; do ar t $f | xargs
/third_party/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…
/third_party/flutter/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
/third_party/protobuf/objectivec/DevTools/
Dcompile_testing_protos.sh126 | xargs -0 stat -f "%m %N" \
132 | xargs -0 stat -f "%m %N" \
150 | xargs -0 rm -rf
/third_party/skia/third_party/externals/swiftshader/tests/
Dpresubmit.sh60 …find ${SRC_DIR} -type f -name "*.${suffix}" | xargs grep -L "Copyright .* The SwiftShader Authors\…
80 find ${SRC_DIR} ${TESTS_DIR} -name "*.go" | xargs $GOFMT -w
/third_party/skia/third_party/externals/icu/scripts/
Dupdate.sh50 find "${treeroot}/source" -name *vcxp* -o -name *sln | xargs rm
66 git status source | sed -n '/^Untracked/,$ p' | grep source | xargs git add
/third_party/flutter/skia/third_party/externals/icu/scripts/
Dupdate.sh43 find "${treeroot}/source" -name *vcxp* -o -name *sln | xargs rm
59 git status source | sed -n '/^Untracked/,$ p' | grep source | xargs git add
/third_party/boost/boost/program_options/detail/
Dparsers.hpp18 std::basic_string<charT> >& xargs) in basic_command_line_parser()
19 : detail::cmdline(to_internal(xargs)) in basic_command_line_parser()
/third_party/boost/libs/beast/tools/
Dbuild-and-test.sh143 find "$BOOST_ROOT" -name "*.gcda" | xargs rm -f
158 find "$BOOST_ROOT" -name "*.gcda" | xargs rm -f
/third_party/node/tools/
Dcreate_expfile.sh44 | xargs nm -Xany -BCpg \
/third_party/grpc/src/objective-c/
Dformat-all-comments.sh16 …th "./generated_libraries/*" ! -path "./examples/*" ! -path "./tests/*" | xargs ./change-comments.…
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/scripts/
Dprepare-tests11 xargs -I {} sh -c \

1234567