Home
last modified time | relevance | path

Searched refs:grep (Results 276 - 300 of 347) sorted by relevance

1...<<11121314

/third_party/jerryscript/tools/
H A Drun-perf-test.sh34 "$1" --mem-stats $tmpfile 2>&1 | grep -- "Ignoring JERRY_INIT_MEM_STATS flag because of !JMEM_STATS configuration." 2>&1 > /dev/null
/third_party/ltp/testcases/kernel/controllers/memctl/
H A Drun_memctl_test.sh86 MEM_AVAIL=`cat /proc/meminfo | grep MemTotal | awk '{print $2}'`;
/third_party/ltp/testcases/kdump/
H A Drunkdump.sh217 if ! grep 'crashkernel=' /proc/cmdline; then
/third_party/ltp/testcases/kernel/device-drivers/zram/
H A Dzram_lib.sh83 if grep -q '^zram' /proc/modules; then
/third_party/ltp/testcases/network/stress/udp/uni-basic/
H A Dudp4-uni-basic01297 server_pid=`grep PID: $info_file | cut -f 2 -d ' '`
/third_party/libcoap/examples/
H A Detsi_testcases.sh481 if [[ ! $(echo $clientoutput | grep rt) ]] ; then
/third_party/protobuf/php/tests/
H A Dcompatibility_test.sh65 VERSION_NUMBER=`grep "PHP_PROTOBUF_VERSION" ../ext/google/protobuf/protobuf.h | sed "s|#define PHP_PROTOBUF_VERSION \"\(.*\)\"|\1|"`
/third_party/selinux/libselinux/utils/
H A DMakefile7 ifeq ($(shell $(CC) -v 2>&1 | grep "clang"),)
/third_party/mesa3d/.gitlab-ci/common/
H A Dintel-gpu-freq.sh348 [ -r ${proc_path} ] && grep -qs "${0##*/}" ${proc_path} && {
425 for path in $(grep 1 ${CPU_SYSFS_PREFIX}/cpu*/online); do
/third_party/json/
H A DMakefile263 grep "[[:blank:]]*#[[:blank:]]*undef" include/nlohmann/thirdparty/hedley/hedley.hpp | grep -v "__" | sort | uniq | $(SED) 's/ //g' | $(SED) 's/undef/undef /g' > include/nlohmann/thirdparty/hedley/hedley_undef.hpp
/third_party/libwebsockets/scripts/
H A Dattack.sh66 if [ -z "`grep '<h1>403</h1>' /tmp/lwscap`" ] ; then
73 if [ -z "`grep '<h1>404</h1>' /tmp/lwscap`" ] ; then
81 if [ -z "`grep '<h1>404</h1>' /tmp/lwscap`" ] ; then
89 if [ -z "`grep '<h1>404</h1>' /tmp/lwscap`" ] ; then
96 a="`dd if=$LOG bs=1 skip=$LEN 2>/dev/null |grep "get\ \ =" | tr -s ' ' | cut -d' ' -f4-`"
104 a="`dd if=$LOG bs=1 skip=$LEN 2>/dev/null |grep URI\ Arg\ 1\: | tr -s ' ' | cut -d' ' -f7-`"
112 a="`dd if=$LOG bs=1 skip=$LEN 2>/dev/null |grep URI\ Arg\ 2\: | tr -s ' ' | cut -d' ' -f7-`"
119 a="`dd if=$LOG bs=1 skip=$LEN 2>/dev/null |grep URI\ Arg\ 3\: | tr -s ' ' | cut -d' ' -f7-`"
139 while [ -z "`grep ort\ 7681 $LOG`" ] ; do
339 wget -O/tmp/lwsdump http://localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html 2>&1 | grep "Downloade
[all...]
H A Desp32.mk124 AFILE=$(A)/build/$$(cat $$A/build/json-buildinfo | grep -- \"file\"\: |cut -d' ' -f3 |cut -d'"' -f2) ;\
127 FFILE=$(F)/build/$$(cat $$F/build/json-buildinfo | grep -- \"file\"\: |cut -d' ' -f3 |cut -d'"' -f2) ;\
/third_party/rust/crates/clap/clap_bench/benches/
H A D05_ripgrep.rs646 roughly equivalent to grep -r and -uuu is roughly \
647 equivalent to grep -a -r."
/third_party/node/test/common/
H A Dwpt.js361 grep(dir) {
368 const list = this.grep(filepath);
387 const list = this.grep(subDir);
/third_party/ffmpeg/tools/
H A Dpatcheck11 GREP=grep
/third_party/mesa3d/src/freedreno/computerator/examples/
H A Dtest-opcodes.sh242 str=`cat - | grep " " | head -1 | xargs`
/third_party/node/deps/v8/tools/release/
H A Dmerge_to_branch.py76 grep="^[Pp]ort %s" % revision,
H A Droll_merge.py77 grep="Port %s" % revision,
/third_party/ltp/testcases/network/stress/tcp/multi-diffnic/
H A Dtcp4-multi-diffnic01340 server_pid=`grep PID: $info_file | cut -f 2 -d ' '`
/third_party/ltp/testcases/network/stress/tcp/multi-sameport/
H A Dtcp4-multi-sameport01334 server_pid=`grep PID: $info_file | cut -f 2 -d ' '`
/third_party/ltp/testcases/network/stress/tcp/multi-diffport/
H A Dtcp4-multi-diffport01367 ps auxw | fgrep -v grep | fgrep -l ns-tcpserver >/dev/null 2>&1
/third_party/ltp/utils/benchmark/kernbench-0.42/
H A Dkernbench92 cpus=`grep -c ^processor /proc/cpuinfo`
/third_party/ltp/testcases/network/stress/udp/multi-diffport/
H A Dudp4-multi-diffport01328 ps auxw | fgrep -v grep | fgrep -l ns-udpserver >/dev/null 2>&1
/third_party/ltp/testcases/network/stress/udp/multi-diffnic/
H A Dudp4-multi-diffnic01306 server_pid=`grep PID: $info_file | cut -f 2 -d ' '`
/third_party/ltp/testscripts/
H A Dltpdmmapper.sh8 echo $LTPROOT | grep testscripts > /dev/null 2>&1

Completed in 13 milliseconds

1...<<11121314