/external/grpc-grpc/src/objective-c/tests/ |
D | run_tests.sh | 61 | egrep -v "$XCODEBUILD_FILTER" \ 62 | egrep -v '^$' \ 63 | egrep -v "(GPBDictionary|GPBArray)" - ) || return_code=$? 88 | egrep -v "$XCODEBUILD_FILTER" \ 89 | egrep -v '^$' \ 90 | egrep -v "(GPBDictionary|GPBArray)" - 98 | egrep -v "$XCODEBUILD_FILTER" \ 99 | egrep -v '^$' \ 100 | egrep -v "(GPBDictionary|GPBArray)" - 108 | egrep -v "$XCODEBUILD_FILTER" \ [all …]
|
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/ |
D | run_tests.sh | 32 | egrep -v "$XCODEBUILD_FILTER" \ 33 | egrep -v '^$' \ 34 | egrep -v "(GPBDictionary|GPBArray)" - 43 | egrep -v "$XCODEBUILD_FILTER" \ 44 | egrep -v '^$' \ 45 | egrep -v "(GPBDictionary|GPBArray)" - 54 | egrep -v "$XCODEBUILD_FILTER" \ 55 | egrep -v '^$' \ 56 | egrep -v "(GPBDictionary|GPBArray)" - 65 | egrep -v "$XCODEBUILD_FILTER" \ [all …]
|
/external/llvm-project/libcxx/test/std/re/re.const/re.matchflag/ |
D | match_multiline.pass.cpp | 47 using std::regex_constants::egrep; in main() 59 search(pat, egrep, target, true); in main() 66 search(pat, egrep | multiline, target, true); in main() 77 search(pat, egrep, target, false); in main() 84 search(pat, egrep | multiline, target, false); in main() 95 search(pat, egrep, target, false); in main() 102 search(pat, egrep | multiline, target, false); in main() 114 search(pat, egrep, target, true); in main() 121 search(pat, egrep | multiline, target, true); in main() 132 search(pat, egrep, target, false); in main() [all …]
|
/external/libcxx/test/std/re/re.const/re.synopt/ |
D | syntax_option_type.pass.cpp | 47 assert(std::regex_constants::egrep != 0); in main() 57 assert((std::regex_constants::icase & std::regex_constants::egrep) == 0); in main() 66 assert((std::regex_constants::nosubs & std::regex_constants::egrep) == 0); in main() 74 assert((std::regex_constants::optimize & std::regex_constants::egrep) == 0); in main() 81 assert((std::regex_constants::collate & std::regex_constants::egrep) == 0); in main() 87 assert((std::regex_constants::ECMAScript & std::regex_constants::egrep) == 0); in main() 92 assert((std::regex_constants::basic & std::regex_constants::egrep) == 0); in main() 96 assert((std::regex_constants::extended & std::regex_constants::egrep) == 0); in main() 99 assert((std::regex_constants::awk & std::regex_constants::egrep) == 0); in main() 101 assert((std::regex_constants::grep & std::regex_constants::egrep) == 0); in main()
|
/external/e2fsprogs/tests/t_change_uuid_mcsum_seed_mounted/ |
D | script | 12 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 16 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 21 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 25 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 30 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 34 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 39 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT
|
/external/libcups/vcnet/regex/ |
D | mkh | 6 egrep='^ =([ ]|$)' 40 egrep='^ ==([ ]|$)' 65 egrep "$egrep" $f | sed 's/^ ==*[ ]//;s/^ ==*$//' | sed "$peel"
|
/external/oss-fuzz/infra/base-images/base-runner/ |
D | bad_build_check | 76 …CHECK_FAILED=$(egrep "ERROR: no interesting inputs were found. Is the code instrumented" -c $FUZZE… 97 CHECK_PASSED=$(egrep "All set and ready to roll" -c $FUZZER_OUTPUT) 105 CHECK_PASSED=$(egrep "^Sz:[0-9]+ Tm:[0-9]+" -c $FUZZER_OUTPUT) 137 CHECK_PASSED=$(egrep "Done $MIN_NUMBER_OF_RUNS runs" -c $FUZZER_OUTPUT) 143 if [ $(egrep "target binary (crashed|terminated)" -c $FUZZER_OUTPUT) -eq 0 ]; then 332 local ASAN_CALLS=$(objdump -dC $FUZZER | egrep "${CALL_INSN}__asan" -c) 333 local DFSAN_CALLS=$(objdump -dC $FUZZER | egrep "${CALL_INSN}__dfsan" -c) 334 local MSAN_CALLS=$(objdump -dC $FUZZER | egrep "${CALL_INSN}__msan" -c) 335 local UBSAN_CALLS=$(objdump -dC $FUZZER | egrep "${CALL_INSN}__ubsan" -c)
|
/external/llvm-project/libcxx/test/std/re/re.const/re.synopt/ |
D | syntax_option_type.pass.cpp | 51 assert(std::regex_constants::egrep != 0); in main() 62 assert((std::regex_constants::icase & std::regex_constants::egrep) == 0); in main() 72 assert((std::regex_constants::nosubs & std::regex_constants::egrep) == 0); in main() 81 assert((std::regex_constants::optimize & std::regex_constants::egrep) == 0); in main() 89 assert((std::regex_constants::collate & std::regex_constants::egrep) == 0); in main() 96 assert((std::regex_constants::ECMAScript & std::regex_constants::egrep) == 0); in main() 102 assert((std::regex_constants::basic & std::regex_constants::egrep) == 0); in main() 107 assert((std::regex_constants::extended & std::regex_constants::egrep) == 0); in main() 111 assert((std::regex_constants::awk & std::regex_constants::egrep) == 0); in main() 114 assert((std::regex_constants::grep & std::regex_constants::egrep) == 0); in main() [all …]
|
/external/e2fsprogs/tests/t_disable_changed_csum_seed/ |
D | script | 12 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 16 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 20 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 25 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 29 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 34 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT
|
/external/e2fsprogs/tests/t_disable_changed_csum_seed_mounted/ |
D | script | 12 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 16 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 20 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 25 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 29 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 34 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT
|
/external/llvm-project/libcxx/test/std/re/re.regex/re.regex.construct/ |
D | bad_backref.pass.cpp | 40 assert(error_badbackref_thrown("\\1abd", std::regex::egrep)); in main() 49 assert(error_badbackref_thrown("ab(c)\\2def", std::regex_constants::egrep)); in main() 68 assert(error_badbackref_thrown("\\1(abd)", std::regex::egrep)); in main() 77 assert(error_badbackref_thrown("(cat)\\10", std::regex::egrep) == false); in main() 88 assert(error_badbackref_thrown("(cat)\\1", std::regex::egrep) == false); in main() 89 assert(error_badbackref_thrown("\\(cat\\)\\1", std::regex::egrep)); in main()
|
D | ptr_flg.pass.cpp | 55 test("\\(a\\)", std::regex_constants::egrep, 0); in main() 56 test("\\(a[bc]\\)", std::regex_constants::egrep, 0); in main() 57 test("\\(a\\([bc]\\)\\)", std::regex_constants::egrep, 0); in main() 58 test("(a([bc]))", std::regex_constants::egrep, 2); in main()
|
D | ptr_size_flg.pass.cpp | 56 test("\\(a\\)", 5, std::regex_constants::egrep, 0); in main() 57 test("\\(a[bc]\\)", 9, std::regex_constants::egrep, 0); in main() 58 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::egrep, 0); in main() 59 test("(a([bc]))", 9, std::regex_constants::egrep, 2); in main()
|
D | il_flg.pass.cpp | 64 test({'\\', '(', 'a', '\\', ')'}, std::regex_constants::egrep, 0); in main() 65 test({'\\', '(', 'a', '[', 'b', 'c', ']', '\\', ')'}, std::regex_constants::egrep, 0); in main() 66 …', '(', 'a', '\\', '(', '[', 'b', 'c', ']', '\\', ')', '\\', ')'}, std::regex_constants::egrep, 0); in main() 67 test({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex_constants::egrep, 2); in main()
|
D | string_flg.pass.cpp | 57 test(std::string("\\(a\\)"), std::regex_constants::egrep, 0); in main() 58 test(std::string("\\(a[bc]\\)"), std::regex_constants::egrep, 0); in main() 59 test(std::string("\\(a\\([bc]\\)\\)"), std::regex_constants::egrep, 0); in main() 60 test(std::string("(a([bc]))"), std::regex_constants::egrep, 2); in main()
|
/external/e2fsprogs/tests/t_disable_meta_csum_and_seed/ |
D | script | 12 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 16 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 21 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 25 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 31 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT
|
/external/e2fsprogs/tests/t_disable_csum_seed/ |
D | script | 12 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 16 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 21 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 25 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 30 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | parse-console.sh | 56 egrep --binary-files=text -v '\(null\)|rtc: 000000000* ' | 107 egrep 'Badness|WARNING:|Warn|BUG|===========|Call Trace:|Oops:|detected stalls on CPUs/tasks:|self-… 121 n_warn=`grep -v 'Warning: unable to open an initial console' $file | egrep -c 'WARNING:|Warn'` 126 n_bugs=`egrep -c 'BUG|Oops:' $file` 141 …n_stalls=`egrep -c 'detected stalls on CPUs/tasks:|self-detected stall on CPU|Stall ended before s…
|
D | kvm-build.sh | 40 …etval -ne 0 || grep "rcu[^/]*": < $resdir/Make.out | egrep -q "Stop|Error|error:|warning:" || egre… 43 egrep "Stop|Error|error:|warning:" < $resdir/Make.out
|
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/preemptirq/ |
D | irqsoff_tracer.tc | 44 egrep -q "5.....us : <stack trace>" trace || fail 47 egrep -q "latency: 5..... us" trace || fail 67 egrep -q "5.....us : <stack trace>" trace || fail 70 egrep -q "latency: 5..... us" trace || fail
|
/external/google-fruit/extras/scripts/ |
D | find_untested_types.sh | 6 | egrep "^(struct|class) [A-Za-z0-9_]* " \ 8 | egrep -v 'Error(Tag)?$' | fgrep -v Helper \ 14 egrep -qR "[^a-zA-Z0-9]$t[^a-zA-Z0-9]" tests/ || echo $t
|
/external/libcxx/test/std/re/re.regex/re.regex.construct/ |
D | ptr_size_flg.pass.cpp | 57 test("\\(a\\)", 5, std::regex_constants::egrep, 0); in main() 58 test("\\(a[bc]\\)", 9, std::regex_constants::egrep, 0); in main() 59 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::egrep, 0); in main() 60 test("(a([bc]))", 9, std::regex_constants::egrep, 2); in main()
|
D | ptr_flg.pass.cpp | 56 test("\\(a\\)", std::regex_constants::egrep, 0); in main() 57 test("\\(a[bc]\\)", std::regex_constants::egrep, 0); in main() 58 test("\\(a\\([bc]\\)\\)", std::regex_constants::egrep, 0); in main() 59 test("(a([bc]))", std::regex_constants::egrep, 2); in main()
|
D | il_flg.pass.cpp | 65 test({'\\', '(', 'a', '\\', ')'}, std::regex_constants::egrep, 0); in main() 66 test({'\\', '(', 'a', '[', 'b', 'c', ']', '\\', ')'}, std::regex_constants::egrep, 0); in main() 67 …', '(', 'a', '\\', '(', '[', 'b', 'c', ']', '\\', ')', '\\', ')'}, std::regex_constants::egrep, 0); in main() 68 test({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex_constants::egrep, 2); in main()
|
/external/e2fsprogs/tests/t_enable_csum_seed/ |
D | script | 12 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 16 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 20 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT 25 $DUMPE2FS $TMPFILE 2>&1 | egrep '(Checksum seed:|UUID)' >> $OUT
|