Home
last modified time | relevance | path

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

1234

/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/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/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/mesa3d/.gitlab-ci/container/
Dbuild-piglit.sh16 find -name .git -o -name '*ninja*' -o -iname '*cmake*' -o -name '*.[chao]' | xargs rm -rf
26 ! -regex "^\.\/tests\/replay\.py" 2>/dev/null | xargs rm -rf
/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/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/json/
DMakefile77 find tests/data/json_tests -size -5k -name *json | xargs -I{} cp "{}" fuzz-testing/testcases
85 find tests/data -size -5k -name *.bson | xargs -I{} cp "{}" fuzz-testing/testcases
93 find tests/data -size -5k -name *.cbor | xargs -I{} cp "{}" fuzz-testing/testcases
101 find tests/data -size -5k -name *.msgpack | xargs -I{} cp "{}" fuzz-testing/testcases
109 find tests/data -size -5k -name *.ubjson | xargs -I{} cp "{}" fuzz-testing/testcases
/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/mesa3d/.gitlab-ci/piglit/
Dpiglit-traces.sh185 …| xargs -0 sed -i 's%<img src="file://'"${RESULTS}"'.*-\([0-9a-f]*\)\.png%<img src="https://'"${JO…
187 …| xargs -0 sed -i 's%<img src="file://%<img src="https://'"${PIGLIT_REPLAY_REFERENCE_IMAGES_BASE}"…
/third_party/node/tools/
Dcreate_expfile.sh44 | xargs nm -Xany -BCpg \
/third_party/rust/crates/bindgen/releases/
Dfriends.sh19 | xargs -I{} echo "- {}"
/third_party/ltp/testcases/open_posix_testsuite/conformance/behavior/
DMakefile13 @find */ -name 'Makefile*' | xargs rm -f
/third_party/ltp/testcases/open_posix_testsuite/stress/
DMakefile13 @find */ -name 'Makefile*' | xargs rm -f
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/
DMakefile13 @find */ -name 'Makefile*' | xargs rm -f
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/
DMakefile10 @find */ -name 'Makefile*' | xargs rm -f
/third_party/jerryscript/tools/
Dcheck-pylint.sh28 | xargs pylint --rcfile=tools/pylint/pylintrc
/third_party/libcoap/scripts/
Dformat_cmake.sh20 | xargs $cmakeFormat -c cmake-format.yaml -i
/third_party/ltp/testcases/open_posix_testsuite/functional/
DMakefile13 @find */ -name 'Makefile*' | grep -v threads/Makefile | grep -v timers/Makefile | xargs rm -f
/third_party/protobuf/php/tests/
Dgenerate_protos.sh10 find proto -type f -name "*.proto"| xargs ../../src/protoc --experimental_allow_proto3_optional --p…
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ci/
Dcheck_undefined13 xargs egrep -E '(^|[[:space:]])undefined($|[^:])' > $undefined
/third_party/elfutils/tests/
Drun-dwelf_elf_e_machine_string.sh25 | cut -f2 -d\ | cut -f1 | grep -v ^EM_NUM$ | xargs echo)
/third_party/skia/third_party/externals/freetype/src/tools/
Dupdate-copyright12 | xargs $toolsdir/update-copyright-year

1234