Searched
refs:grep (Results
426 -
450 of
1231) sorted by null
<<11121314151617181920>>
/external/strace/tests-m32/ |
detach-running.test | 60 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do 71 grep -F "Process $tracee_pid detached" "$LOG" > /dev/null || {
|
detach-sleeping.test | 60 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do 71 grep -F "Process $tracee_pid detached" "$LOG" > /dev/null || {
|
ioctl_evdev-success-v.test | 12 grep -v '^ioctl([012][,<]' < "$LOG" > "$OUT"
|
nsyscalls-d.test | 23 grep "invalid syscall" "$LOG-err-all" > "$LOG-err"
|
/external/strace/tests-mx32/ |
detach-running.test | 60 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do 71 grep -F "Process $tracee_pid detached" "$LOG" > /dev/null || {
|
detach-sleeping.test | 60 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do 71 grep -F "Process $tracee_pid detached" "$LOG" > /dev/null || {
|
ioctl_evdev-success-v.test | 12 grep -v '^ioctl([012][,<]' < "$LOG" > "$OUT"
|
nsyscalls-d.test | 23 grep "invalid syscall" "$LOG-err-all" > "$LOG-err"
|
/external/swiftshader/third_party/LLVM/utils/ |
findsym.pl | 20 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files)); 26 "nm $Directory/$lib | grep '$Symbol' | sort --key=3 | uniq |";
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
findsym.pl | 20 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files)); 26 "nm $Directory/$lib | grep '$Symbol' | sort --key=3 | uniq |";
|
/external/tcpdump/tests/ |
lmp-v.sh | 11 # A Windows build may have no file named Makefile and also a version of grep 16 elif grep '^CC = .*gcc' ../Makefile >/dev/null
|
nflog-e.sh | 7 if grep '^#define HAVE_PCAP_NFLOG_H 1$' ../config.h >/dev/null
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
cmake.sh | 21 N_JOBS=$(grep -c ^processor /proc/cpuinfo)
|
/external/tensorflow/tensorflow/tools/ci_build/linux/cpu/ |
run_py3_contrib.sh | 21 N_JOBS=$(grep -c ^processor /proc/cpuinfo)
|
/external/tensorflow/tensorflow/tools/ci_build/linux/ppc64le/cpu/ |
run_py2.sh | 21 N_JOBS=$(grep -c ^processor /proc/cpuinfo)
|
run_py3.sh | 21 N_JOBS=$(grep -c ^processor /proc/cpuinfo)
|
/external/tensorflow/tensorflow/tools/ci_build/xla/linux/rocm/ |
run_py3.sh | 21 N_JOBS=$(grep -c ^processor /proc/cpuinfo)
|
/external/testng/ |
generate-version-file | 51 if ! grep --silent "$template_variable" "$template_file"; then
|
/external/vboot_reference/tests/ |
rbtest.conf | 24 cable=$(/usr/sbin/ethtool eth0 | grep Link | cut -f 3 -d ' ')
|
/build/soong/scripts/ |
toc.sh | 38 ("${CROSS_COMPILE}readelf" -d "${infile}" | grep SONAME || echo "No SONAME for ${infile}") > "${outfile}.tmp" 48 "${CROSS_COMPILE}/otool" -l "${infile}" | grep LC_ID_DYLIB -A 5 > "${outfile}.tmp" 49 "${CROSS_COMPILE}/nm" -gP "${infile}" | cut -f1-2 -d" " | (grep -v 'U$' >> "${outfile}.tmp" || true) 59 "${CROSS_COMPILE}objdump" -x "${infile}" | grep "^Name" | cut -f3 -d" " > "${outfile}.tmp"
|
/external/bcc/tests/lua/ |
test_standalone.sh | 18 if ldd bcc-lua | grep -q luajit; then
|
/external/e2fsprogs/contrib/ |
build-rpm | 12 pkgname=`grep Name: e2fsprogs.spec | awk '{print $2;}'` 13 pkgvers=`grep Version: e2fsprogs.spec | awk '{print $2;}'`
|
/external/e2fsprogs/debian/ |
libuuid1.postinst | 27 if ! getent group | grep -q libuuid; then 30 if ! getent passwd | grep -q libuuid; then
|
/external/eigen/blas/testing/ |
runblastest.sh | 28 if [ `grep "FATAL ERROR" $1.summ | wc -l` -gt 0 ]; then 36 if [ `grep "FAILED THE TESTS OF ERROR-EXITS" $1.summ | wc -l` -gt 0 ]; then
|
/external/libcxx/test/std/re/re.regex/re.regex.construct/ |
il_flg.pass.cpp | 60 test({'\\', '(', 'a', '\\', ')'}, std::regex_constants::grep, 1); 61 test({'\\', '(', 'a', '[', 'b', 'c', ']', '\\', ')'}, std::regex_constants::grep, 1); 62 test({'\\', '(', 'a', '\\', '(', '[', 'b', 'c', ']', '\\', ')', '\\', ')'}, std::regex_constants::grep, 2); 63 test({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex_constants::grep, 0);
|
Completed in 1555 milliseconds
<<11121314151617181920>>