Home
last modified time | relevance | path

Searched refs:xargs (Results 1 - 25 of 41) sorted by relevance

12

/third_party/ltp/lib/newlib_tests/shell/
H A 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/
H A 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/
H A Dlibcgroup_freezer38 # 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/null'
191 xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c "\"${CG_FILE_WRITE}\" \"${THAW}\" > '${XARGS_REPL_STR}/freezer.state'"
195 xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/null'
201 xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill -s SIGKILL $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/null'
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
[all...]
/third_party/protobuf/objectivec/DevTools/
H A 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/src/
H A Dclang-format-all.sh41 find ${DIR} -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs ${CLANG_FORMAT} -i -style=file
42 find ${DIR} -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs ${CLANG_FORMAT} -i -style=file
/third_party/skia/third_party/externals/swiftshader/tests/
H A Dpresubmit.sh60 find ${SRC_DIR} -type f -name "*.${suffix}" | xargs grep -L "Copyright .* The SwiftShader Authors\|Microsoft Visual C++ generated\|GNU Bison"
80 find ${SRC_DIR} ${TESTS_DIR} -name "*.go" | xargs $GOFMT -w
/third_party/json/
H A 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/
H A 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/
H A Dpiglit-traces.sh185 | xargs -0 sed -i 's%<img src="file://'"${RESULTS}"'.*-\([0-9a-f]*\)\.png%<img src="https://'"${JOB_ARTIFACTS_BASE}"'/traces/\1.png%g'
187 | xargs -0 sed -i 's%<img src="file://%<img src="https://'"${PIGLIT_REPLAY_REFERENCE_IMAGES_BASE}"'/%g'
/third_party/toybox/scripts/
H A Dcross.sh24 ls "$CCC" | sed 's/-.*//' | sort -u | xargs
/third_party/jerryscript/tools/
H A Drun-mem-stats-test.sh83 echo $MEM_STATS $RSS | xargs | awk "$PRINT_TOTAL_AWK_SCRIPT"
/third_party/libphonenumber/tools/script/
H A Dcontinuous-integration.sh23 (find resources/geocoding -type f | xargs file | egrep -v 'UTF-8|ASCII') && exit 1
/third_party/vk-gl-cts/external/vulkan-docs/src/
H A Dgen-script-docs.sh18 xargs --verbose pdoc3 --html --force --output-dir $1
/third_party/gn/src/gn/
H A Dcommand_ls.cc55 gn ls out/Debug "//base/*" --as=output | xargs ninja -C out/Debug
/third_party/node/deps/v8/tools/
H A Dbash-completion.sh127 xargs basename -a -s ".cc" | \
/device/board/hisilicon/hispark_aries/uboot/
H A DMakefile54 find $(NORMAL_UBOOT_DIR)/$(UBOOT_VER) | xargs touch
/device/board/hisilicon/hispark_taurus/uboot/
H A DMakefile54 find $(NORMAL_UBOOT_DIR)/$(UBOOT_VER) | xargs touch
/third_party/mesa3d/.gitlab-ci/common/
H A Dinit-stage2.sh45 echo -n $HWCI_KERNEL_MODULES | xargs -d, -n1 /usr/sbin/modprobe
/third_party/node/tools/actions/
H A Dcommit-queue.sh88 commit_head=$(grep 'Fetched commits as' output | cut -d. -f3 | xargs git rev-parse)
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Drun-huge-test.sh167 ipcs -s|grep $USER|cut -f2 -d' '|xargs ipcrm sem
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Drun-huge-test.sh167 ipcs -s|grep $USER|cut -f2 -d' '|xargs ipcrm sem
/third_party/skia/platform_tools/android/bin/
H A Dandroid_perf59 $ADB shell ps | grep ${runVars[0]} | awk '{print $2}' | xargs $ADB shell kill
/third_party/node/
H A DMakefile201 @if [ -d out ]; then $(FIND) out/ -name '*.o' -o -name '*.a' -o -name '*.d' | xargs $(RM) -r; fi
491 echo $${PS_OUT} | xargs kill -9; \
546 echo $${PS_OUT} | xargs kill -9; exit 1; \
562 echo $${PS_OUT} | xargs kill -9; exit 1; \
1199 find $(TARNAME)/deps/v8/test/* -type d ! -regex '.*/test/torque$$' | xargs $(RM) -r
1200 find $(TARNAME)/deps/v8/test -type f ! -regex '.*/test/torque/.*' | xargs $(RM)
1201 find $(TARNAME)/deps/zlib/contrib/* -type d ! -regex '.*/contrib/optimizations$$' | xargs $(RM) -r
1202 find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs $(RM)
1203 find $(TARNAME)/ -type l | xargs $(RM)
1245 find $(TARNAME)/ -type l | xargs
[all...]
/third_party/ltp/testcases/kernel/fs/fs_bind/
H A Dfs_bind_lib.sh171 echo $mounts | xargs umount 2>/dev/null
/third_party/skia/third_party/externals/expat/expat/
H A Dqa.sh193 | xargs -r egypt \

Completed in 12 milliseconds

12