Home
last modified time | relevance | path

Searched refs:grep (Results 151 - 175 of 350) sorted by relevance

12345678910>>...14

/third_party/lame/misc/
H A Dmugeco.sh95 [ "$num" ] && echo "$num"|grep -q '^[0-9]*$' && [ $num -ge 1 ] \
105 echo "$1"|grep -qi '\.wav$' || die 2 "'$1' isn't a .wav"
/third_party/ltp/testcases/kernel/controllers/cpuacct/
H A Dcpuacct.sh87 if ! grep -q -w cpuacct /proc/cgroups; then
97 mount_point=`grep -w cpuacct /proc/mounts | cut -f 2 | cut -d " " -f2`
/third_party/ltp/testcases/commands/mkfs/
H A Dmkfs01.sh102 echo $fs_op | grep -q "\-c"
117 grep -q -E "unknown option | invalid option" temp
/third_party/node/deps/v8/tools/dev/
H A Dupdate-vscode.sh34 | grep "^Version: " \
117 INSTALLED=$(grep '"version":' "$PACKAGE_JSON" \
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Drandom_offline106 cbefore=$(grep HardwareCorrupted /proc/meminfo)
153 grep HardwareCorrupted /proc/meminfo
/third_party/ltp/testcases/network/stress/interface/
H A Dif-addr-addlarge.sh63 ip addr show $iface | grep -q $new_ip
88 ip addr show $iface | grep -q $new_ip
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
H A Dcpuhotplug03.sh115 ps aux | grep cpuhotplug_do_spin_loop
135 | sed -e "s/^ *//" | cut -d' ' -f 1 | grep "^${CPU_TO_TEST}$" \
/third_party/ltp/testcases/kernel/mce-test/drivers/simple/
H A Ddriver.sh39 diff $tmp_klog.1 $tmp_klog.2 | grep '^> ' | sed 's/> \(.*\)/\1/' > $klog
71 lsmod | grep mce_inject > /dev/null 2>&1
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Drandom_offline106 cbefore=$(grep HardwareCorrupted /proc/meminfo)
153 grep HardwareCorrupted /proc/meminfo
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H A Dima_selinux.sh12 TST_NEEDS_CMDS="awk cut grep tail"
75 line=$(grep -E "selinux-policy-hash" $ASCII_MEASUREMENTS | tail -1)
116 line=$(grep -E "selinux-state" $ASCII_MEASUREMENTS | tail -1)
/third_party/skia/platform_tools/android/bin/
H A Dandroid_perf59 $ADB shell ps | grep ${runVars[0]} | awk '{print $2}' | xargs $ADB shell kill
68 APP_PID=$($ADB shell ps | grep ${runVars[0]} | awk '{print $2}')
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dp2p-action.sh16 if ps $PID | grep -q $NAME; then
47 if echo "$ipaddr$ipmask$goipaddr" | grep -q ' '; then
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dp2p-action.sh16 if ps $PID | grep -q $NAME; then
47 if echo "$ipaddr$ipmask$goipaddr" | grep -q ' '; then
/third_party/node/deps/v8/tools/release/
H A Dgit_recipes.py165 def GitLog(self, n=0, format="", grep="", git_hash="", parent_hash="",
173 if grep:
174 args.append("--grep=\"%s\"" % grep.replace("\"", "\\\""))
/third_party/ltp/testcases/kernel/numa/
H A Dnuma01.sh77 nodes_list=$(numactl --show | grep nodebind | cut -d ':' -f 2)
235 grep -m1 -q '.' ltp_numa_test8.log
351 if ! grep -q '\[always\]' /sys/kernel/mm/transparent_hugepage/enabled; then
/third_party/skia/third_party/externals/harfbuzz/
H A Dgit.mk178 if grep 'include .*/git.mk' $$x >/dev/null; then \
222 if echo "$(SCAN_OPTIONS)" | grep -q "\-\-rebuild-types"; then \
225 if echo "$(SCAN_OPTIONS)" | grep -q "\-\-rebuild-sections"; then \
/third_party/elfutils/tests/
H A Drun-strip-reloc.sh63 | grep -v ^DWARF\ section > readelf.out1 ||
67 | grep -v ^DWARF\ section > readelf.out2 ||
/third_party/gptfdisk/
H A Dgdisk_test.sh85 echo $partition | grep -q "$1[[:space:]]$2$"
101 DISK_GUID=$($GDISK_BIN -l $TEMP_DISK | grep "^Disk identifier (GUID):" | awk '{print $4}')
/third_party/mesa3d/android/
H A DAndroid.mk29 LIBDRM_VERSION = $(shell cat external/libdrm/meson.build | grep -o "\<version\>\s*:\s*'\w*\.\w*\.\w*'" | grep -o "\w*\.\w*\.\w*" | head -1)
/third_party/mesa3d/.gitlab-ci/piglit/
H A Dpiglit-traces.sh92 if grep -q "^$__PREFIX/$__TRACE: pass$" ".gitlab-ci/piglit/$PIGLIT_RESULTS.txt.orig"; then
111 SANITY_MESA_VERSION_CMD="$SANITY_MESA_VERSION_CMD | tee /tmp/version.txt | grep \"Mesa $MESA_VERSION\(\s\|$\)\""
164 | head -n -1 | grep -v ": pass" \
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
H A Dcpuset_hotplug_test.sh169 task_cpus="`cat /proc/$tst_pid/status | grep Cpus_allowed_list`"
173 local tasks=`cat $path/tasks | grep "\b$tst_pid\b"`
181 tasks=`cat $CPUSET/tasks | grep "\b$tst_pid\b"`
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
H A Dcpuset_memory_spread_testset.sh84 value=`echo "$memsinfo" | grep -e "^\_$1\: "`
107 local info=`cat $nodememinfo | grep $item | awk '{print $4}'`
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/
H A Dfs-metadata.sh32 local pass_nr=$(grep pass $K_RESULT| wc -l )
33 local fail_nr=$(grep fail $K_RESULT| wc -l )
/third_party/ltp/testcases/network/nfs/nfs_stress/
H A Dnfs_lib.sh95 config=$(tst_rhost_run -c 'for f in $(grep ^include.*= '/etc/nfs.conf' | cut -d = -f2); do [ -f $f ] && printf "$f "; done')
97 tst_rhost_run -c "grep -q \"^[# ]*udp *= *y\" /etc/nfs.conf $config"
153 if grep -iq "Protocol not supported" mount.log; then
172 if [ "$(stat -f . | grep "Type: nfs")" ]; then
215 if grep -q "$local_dir" /proc/mounts; then
/third_party/protobuf/protoc-artifacts/
H A Dbuild-protoc.sh86 format="$(objdump -f "$1" | grep -o "file format .*$" | grep -o "[^ ]*$")"
122 format="$(file -b "$1" | grep -o "[^ ]*$")"
154 dump_cmd='objdump -p '"$1"' | grep NEEDED'
159 dump_cmd='objdump -p '"$1"' | grep NEEDED'
163 dump_cmd='objdump -p '"$1"' | grep NEEDED'
174 eval $dump_cmd | grep -i "$white_list" || fail "doesn't show any expected dependencies"
176 eval $dump_cmd | grep -i -v "$white_list"
182 fi # grep returns 1 when "not found", which is what we expect

Completed in 12 milliseconds

12345678910>>...14