Searched refs:fgrep (Results 1 – 25 of 70) sorted by relevance
123
/external/libchrome-gestures/tools/ |
D | local_coverage_rate.sh | 43 fgrep -v '_unittest.cc:' | \ 44 fgrep -v '/test_main.cc' | \ 45 fgrep -v '/mock' | \
|
D | replay_log | 105 make -j $(fgrep processor /proc/cpuinfo | wc -l) test 124 if fgrep -q hack-33025-touchpad_activity "$raw_text_log"; then
|
/external/google-fruit/extras/scripts/ |
D | find_unused_types.sh | 10 N=$(fgrep -Rl "$I" include/ src/ | wc -l) 23 N=$(fgrep -R "$I" include/ src/ | egrep -v '.*: *(class|struct) '"$I" | wc -l) 27 fgrep -R "$I" include/ src/
|
D | find_untested_types.sh | 5 find include/fruit/impl/ -type f | fgrep -v 'component_functors.defn.h' | xargs cat \ 8 | egrep -v 'Error(Tag)?$' | fgrep -v Helper \
|
D | test_coverage.sh | 22 for t in $(cd $testdir; ls -1 *.cpp | fgrep -v include_test.cpp) 24 fgrep -q expect-compile-error $testdir/"$t" || \
|
D | run_benchs.sh | 74 … RESULTS=($(echo $NUM_ITERATIONS | ./main $NUM_ITERATIONS | fgrep Total | awk '{print $5}')) 100 …COMPILE_TIMES+=($(make compile_time_benchmark 2>&1 | fgrep real | awk '{print $2}' | tr -d s | sed…
|
/external/apache-harmony/ |
D | run-harmony-tests | 11 fgrep -v junit | \ 12 fgrep -v org/w3c/domts | \ 13 fgrep -v support/src/test/java | \
|
/external/bzip2/ |
D | bzgrep.1 | 41 .I fgrep 50 for sh: GREP=fgrep bzgrep string files 51 for csh: (setenv GREP fgrep; bzgrep string files) 56 grep(1), egrep(1), fgrep(1), bzdiff(1), bzmore(1), bzless(1), bzip2(1)
|
D | bzgrep | 14 *fgrep) grep=${FGREP-fgrep} ;;
|
/external/google-fruit/extras/dockerfiles/ |
D | common_cleanup.sh | 6 find /usr/lib/ /usr/bin -type f | fgrep -v bazel | fgrep -v python | \
|
/external/iputils/ |
D | ipg | 21 result=`cat ${PGDEV} | fgrep "Result: OK:"` 23 cat ${PGDEV} | fgrep Result:
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | killall_tcp_traffic | 65 ps auxw | fgrep -v grep | fgrep -l ns-tcpserver >/dev/null 2>&1
|
D | killall_udp_traffic | 65 ps auxw | fgrep -v grep | fgrep -l ns-udpserver >/dev/null 2>&1
|
/external/google-fruit/tests/ |
D | BUILD | 72 …N=`for f in $(locations :test_headers_filegroup); do echo \"$$f\"; done | fgrep test_macros.h | se… 73 …ATION=`for f in $(locations //third_party/fruit); do echo \"$$f\"; done | fgrep libfruit.so | head… 74 …ocations //third_party/fruit/tests:test_headers); do echo \"$$f\"; done | fgrep libtest_headers.so…
|
/external/ltp/testcases/network/stress/tcp/uni-basic/ |
D | tcp4-uni-basic01 | 298 fgrep "tcp segmentation offload" $offload_info >/dev/null 2>&1 305 tso_orig=`fgrep "tcp segmentation offload" $offload_info | sed -e 's/^.*: //'` 514 ps auxw | fgrep ns-tcpserver | fgrep -l $server_pid >/dev/null 2>&1
|
/external/linux-kselftest/tools/testing/selftests/resctrl/ |
D | resctrlfs.c | 564 res = fgrep(inf, "nodev\tresctrl\n"); in check_resctrlfs_support() 591 char *fgrep(FILE *inf, const char *str) in fgrep() function 641 res = fgrep(inf, "llc_occupancy"); in validate_resctrl_feature_request() 649 res = fgrep(inf, "mbm_total_bytes"); in validate_resctrl_feature_request() 652 res = fgrep(inf, "mbm_local_bytes"); in validate_resctrl_feature_request()
|
/external/ltp/testcases/network/stress/udp/uni-basic/ |
D | udp4-uni-basic01 | 316 ps auxw | fgrep ns-udpserver | fgrep -l $server_pid >/dev/null 2>&1
|
/external/ltp/testcases/network/stress/udp/multi-diffport/ |
D | udp4-multi-diffport01 | 328 ps auxw | fgrep -v grep | fgrep -l ns-udpserver >/dev/null 2>&1
|
/external/google-fruit/extras/doc/ |
D | extract_dependencies.sh | 8 for g in $(fgrep -l "#include \"$f\"" *)
|
/external/ltp/testcases/network/stress/udp/multi-diffnic/ |
D | udp4-multi-diffnic01 | 334 ps auxw | fgrep ns-udpserver | fgrep -l $server_pid >/dev/null 2>&1
|
/external/ltp/testcases/network/stress/tcp/multi-diffnic/ |
D | tcp4-multi-diffnic01 | 367 ps auxw | fgrep ns-tcpserver | fgrep -l $server_pid >/dev/null 2>&1
|
/external/ltp/testcases/network/stress/tcp/multi-diffport/ |
D | tcp4-multi-diffport01 | 367 ps auxw | fgrep -v grep | fgrep -l ns-tcpserver >/dev/null 2>&1
|
/external/ltp/testcases/network/stress/tcp/multi-sameport/ |
D | tcp4-multi-sameport01 | 365 ps auxw | fgrep ns-tcpserver | fgrep -l $server_pid >/dev/null 2>&1
|
/external/libcap/progs/ |
D | mkcapshdoc.sh | 19 name=$(fgrep ",${x}}" ../libcap/cap_names.list.h|sed -e 's/{"//' -e 's/",/ = /' -e 's/},//')
|
/external/libopus/doc/ |
D | build_isobmff.sh | 49 VERSION=$(fgrep Version ${HTML} | sed 's/.*Version \([0-9]\.[0-9]\.[0-9]\).*/\1/')
|
123