Home
last modified time | relevance | path

Searched refs:grep (Results 201 - 225 of 347) sorted by relevance

12345678910>>...14

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dwps-ap-cli9 if ! $CLI wps_pbc | grep -q OK; then
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dwps-ap-cli9 if ! $CLI wps_pbc | grep -q OK; then
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
H A Ddriver.sh237 if ! lsmod | grep -q mce_inject; then
257 if ! grep 'crashkernel=' /proc/cmdline; then
/third_party/ltp/testcases/lib/
H A Dtest.sh197 local timeout=$(echo $2 | grep -o "^[0-9]\+$")
347 if ! grep -q "$device" /proc/mounts; then
/third_party/python/Lib/idlelib/
H A Dgrep.py20 def grep(text, io=None, flist=None): function
210 grep(text, flist=flist)
/third_party/mbedtls/tests/scripts/
H A Ddocker_env.sh46 if groups | grep docker > /dev/null; then
/third_party/jerryscript/tools/
H A Dcheck-signed-off.sh103 if echo "$actual_signed_off_by_line" | grep -q -v '^JerryScript-DCO-1.0-Signed-off-by:'
/third_party/ltp/testcases/commands/sysctl/
H A Dsysctl02.sh67 if dmesg | grep -q "KASAN: global-out-of-bounds in __do_proc_doulongvec_minmax"; then
/third_party/ltp/testcases/kernel/fs/binfmt_misc/
H A Dbinfmt_misc_lib.sh41 if ! grep -q "binfmt_misc" /proc/filesystems; then
48 # cat /proc/mounts | grep binfmt_misc
/third_party/ltp/testcases/commands/wc/
H A Dwc01.sh31 grep -q -E "unknown option|invalid option|unrecognized option" temp
/third_party/node/tools/dep_updaters/
H A Dupdate-nghttp3.sh24 CURRENT_VERSION=$(grep "#define NGHTTP3_VERSION" "$NGHTTP3_VERSION_H" | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p")
H A Dupdate-histogram.sh22 CURRENT_VERSION=$(grep "#define HDR_HISTOGRAM_VERSION" ./deps/histogram/include/hdr/hdr_histogram_version.h | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p")
H A Dupdate-simdutf.sh20 CURRENT_VERSION=$(grep "#define SIMDUTF_VERSION" "$DEPS_DIR/simdutf/simdutf.h" | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p")
/third_party/node/tools/
H A Dupdate-llhttp.sh28 if echo "$LLHTTP_VERSION" | grep -qs "/" ; then # Download a release
/third_party/ltp/testcases/network/stress/ftp/
H A Dftp-upload-stress01-rmt.sh40 echo $server_ipaddr | grep ':' > /dev/null
/third_party/ltp/testcases/network/nfs/nfs_stress/
H A Dnfs02.sh44 ROD ls -l ascii.sm | grep -q "r--"
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dltpfsscsi.sh9 echo $LTPROOT | grep testscripts > /dev/null 2>&1
/third_party/ltp/testcases/network/tcp_cmds/tracepath/
H A Dtracepath01.sh34 output=$($cmd $rhost -l $len | grep "pmtu $len")
/third_party/ltp/testcases/network/tcp_cmds/tcpdump/
H A Dtcpdump01.sh52 grep "$addr\>" $outfile > /dev/null 2>&1
/third_party/pulseaudio/src/utils/
H A Dpa-info37 done <<< "$(amixer -c$card controls | grep Jack)"
52 ps aux | grep pulseaudio
/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'
/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

Completed in 9 milliseconds

12345678910>>...14