Home
last modified time | relevance | path

Searched refs:grep (Results 551 - 575 of 870) sorted by relevance

1...<<21222324252627282930>>...35

/third_party/elfutils/tests/
H A Drun-lfs-symbols.sh20 if ! grep -q -F '#define _FILE_OFFSET_BITS' ${abs_top_builddir}/config.h; then
/third_party/mbedtls/scripts/
H A Doutput_env.sh136 print_version "perl" "--version" "" "head -n 2" "grep ."
149 print_version "pylint" "--version" "" "sed /^.*config/d" "grep pylint"
151 print_version "pylint3" "--version" "" "sed /^.*config/d" "grep pylint"
180 grep .
/third_party/mesa3d/.gitlab-ci/vkd3d-proton/
H A Drun.sh47 SANITY_MESA_VERSION_CMD="vulkaninfo | tee /tmp/version.txt | grep \"Mesa $MESA_VERSION\(\s\|$\)\""
78 grep "Test failed" "$RESULTS"/vkd3d-proton.log > "$RESULTSFILE"
/third_party/mesa3d/.gitlab-ci/fossils/
H A Dfossils.sh71 grep "pipeline crashed or hung" $FOSSILS_RESULTS/fossil_replay.txt
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Drun_freezer.sh78 cat /proc/filesystems | grep -E '\bcgroup\b' > /dev/null 2>&1 || {
89 if [ "$(grep -w freezer /proc/cgroups | cut -f1)" != "freezer" ]; then
/third_party/ltp/testcases/kernel/device-drivers/rcu/
H A Drcu_torture.sh63 dmesg | grep -q "invalid torture type: \"$rcu_type\"" && \
/third_party/node/tools/dep_updaters/
H A Dupdate-ngtcp2.sh24 CURRENT_VERSION=$(grep "#define NGTCP2_VERSION" "$NGTCP2_VERSION_H" | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p")
H A Dupdate-base64.sh22 CURRENT_VERSION=$(grep "base64 LANGUAGES C VERSION" ./deps/base64/base64/CMakeLists.txt | sed -n "s/^.*VERSION \(.*\))/\1/p")
H A Dupdate-c-ares.sh22 CURRENT_VERSION=$(grep "#define ARES_VERSION_STR" ./deps/cares/include/ares_version.h | sed -n "s/^.*VERSION_STR \"\(.*\)\"/\1/p")
H A Dupdate-brotli.sh22 VERSION_HEX=$(grep "#define BROTLI_VERSION" ./deps/brotli/c/common/version.h | sed 's/.* //')
/third_party/ltp/testcases/network/stress/ftp/
H A Dftp-upload-stress.sh56 getenforce 2> /dev/null | grep -q Enforcing
/kernel/linux/linux-5.10/samples/bpf/
H A DMakefile235 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
236 BTF_PAHOLE_PROBE := $(shell $(BTF_PAHOLE) --help 2>&1 | grep BTF)
237 BTF_OBJCOPY_PROBE := $(shell $(LLVM_OBJCOPY) --help 2>&1 | grep -i 'usage.*llvm')
240 readelf -S ./llvm_btf_verify.o | grep BTF; \
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dioam6.sh208 ip -netns ioam-tmp-node ioam namespace show | grep -q "namespace 0"
223 ip -netns ioam-tmp-node -6 route | grep -q "encap ioam6"
238 lsmod | grep -q "ip6_tunnel"
246 lsmod | grep -q "ip6_tunnel"
251 ip a | grep -q "ip6tnl0"
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dfeature.c49 static bool grep(const char *buffer, const char *pattern) in grep() function
671 res = !grep(buf, "invalid func ") && !grep(buf, "unknown func "); in probe_helper_ifindex()
675 res = res && !grep(buf, "not supported by FW") && in probe_helper_ifindex()
676 !grep(buf, "unsupported function id"); in probe_helper_ifindex()
/third_party/vk-gl-cts/external/vulkan-docs/src/
H A DMakefile424 CHECK_CONTRACTIONS = git grep -i -F -f $(ROOTDIR)/config/CI/contractions | egrep -v -E -f $(ROOTDIR)/config/CI/contractions-allowed
444 CHECK_WRITING = git grep -E -f $(ROOTDIR)/config/CI/writing $(SPECDIR)/registry.adoc $(SPECDIR)/vkspec.adoc $(SPECDIR)/chapters $(SPECDIR)/appendices
453 CHECK_BULLETS = git grep -E '^( | +)[-*]+ ' $(SPECDIR)/chapters $(SPECDIR)/appendices $(SPECDIR)/style $(SPECDIR)/[a-z]*.adoc
469 CHECK_DATES = git grep -z -l 'Copyright.*The Khronos' | xargs -0 git grep -L 'Copyright.*$(DATE_YEAR).*The Khronos'
/kernel/linux/linux-5.10/arch/xtensa/boot/
H A DMakefile14 BIG_ENDIAN := $(shell echo __XTENSA_EB__ | $(CC) -E - | grep -v "\#")
/kernel/linux/linux-5.10/tools/testing/selftests/splice/
H A Dshort_splice_read.sh100 two=$(echo "$full" | grep -m1 . | cut -c-2)
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dethtool_extended_state.sh27 local ext_state=$(ethtool $dev | grep "Link detected" \
/kernel/linux/linux-6.6/arch/arm64/boot/
H A DMakefile48 $(NM) vmlinux|grep _kernel_codesize|cut -d' ' -f1)
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/
H A Dmain.sh183 dmesg | grep cpufreq >> $1.dmesg_cpufreq.txt
/kernel/linux/linux-5.10/tools/testing/selftests/kselftest/
H A Drunner.sh58 if echo "$line" | grep -q '^#'; then
/kernel/linux/linux-5.10/scripts/atomic/
H A Datomic-tbl.sh183 for m in $(echo "${meta}" | grep -o .); do
/kernel/linux/linux-5.10/samples/pktgen/
H A Dpktgen_sample03_burst_single_flow.sh94 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
H A Dpktgen_sample04_many_flows.sh106 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
H A Dpktgen_sample05_flow_per_thread.sh90 cat /proc/net/pktgen/$dev | grep -A2 "Result:"

Completed in 19 milliseconds

1...<<21222324252627282930>>...35