Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:xargs
(Results
1 - 25
of
41
) sorted by relevance
1
2
/third_party/ltp/lib/newlib_tests/shell/
H
A
D
test_timeout.sh
114
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
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
/third_party/ltp/testcases/kernel/controllers/freezer/
H
A
D
libcgroup_freezer
38
#
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
D
compile_testing_protos.sh
126
|
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
D
clang-format-all.sh
41
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
D
presubmit.sh
60
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
D
Makefile
77
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
D
update.sh
50
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
D
piglit-traces.sh
185
|
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
D
cross.sh
24
ls "$CCC" | sed 's/-.*//' | sort -u |
xargs
/third_party/jerryscript/tools/
H
A
D
run-mem-stats-test.sh
83
echo $MEM_STATS $RSS |
xargs
| awk "$PRINT_TOTAL_AWK_SCRIPT"
/third_party/libphonenumber/tools/script/
H
A
D
continuous-integration.sh
23
(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
D
gen-script-docs.sh
18
xargs
--verbose pdoc3 --html --force --output-dir $1
/third_party/gn/src/gn/
H
A
D
command_ls.cc
55
gn ls out/Debug "//base/*" --as=output |
xargs
ninja -C out/Debug
/third_party/node/deps/v8/tools/
H
A
D
bash-completion.sh
127
xargs
basename -a -s ".cc" | \
/device/board/hisilicon/hispark_aries/uboot/
H
A
D
Makefile
54
find $(NORMAL_UBOOT_DIR)/$(UBOOT_VER) |
xargs
touch
/device/board/hisilicon/hispark_taurus/uboot/
H
A
D
Makefile
54
find $(NORMAL_UBOOT_DIR)/$(UBOOT_VER) |
xargs
touch
/third_party/mesa3d/.gitlab-ci/common/
H
A
D
init-stage2.sh
45
echo -n $HWCI_KERNEL_MODULES |
xargs
-d, -n1 /usr/sbin/modprobe
/third_party/node/tools/actions/
H
A
D
commit-queue.sh
88
commit_head=$(grep 'Fetched commits as' output | cut -d. -f3 |
xargs
git rev-parse)
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H
A
D
run-huge-test.sh
167
ipcs -s|grep $USER|cut -f2 -d' '|
xargs
ipcrm sem
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H
A
D
run-huge-test.sh
167
ipcs -s|grep $USER|cut -f2 -d' '|
xargs
ipcrm sem
/third_party/skia/platform_tools/android/bin/
H
A
D
android_perf
59
$ADB shell ps | grep ${runVars[0]} | awk '{print $2}' |
xargs
$ADB shell kill
/third_party/node/
H
A
D
Makefile
201
@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
D
fs_bind_lib.sh
171
echo $mounts |
xargs
umount 2>/dev/null
/third_party/skia/third_party/externals/expat/expat/
H
A
D
qa.sh
193
|
xargs
-r egypt \
Completed in 12 milliseconds
1
2