/external/libcxx/test/std/re/re.const/re.synopt/ |
D | syntax_option_type.pass.cpp | 46 assert(std::regex_constants::egrep != 0); in main() 56 assert((std::regex_constants::icase & std::regex_constants::egrep) == 0); in main() 65 assert((std::regex_constants::nosubs & std::regex_constants::egrep) == 0); in main() 73 assert((std::regex_constants::optimize & std::regex_constants::egrep) == 0); in main() 80 assert((std::regex_constants::collate & std::regex_constants::egrep) == 0); in main() 86 assert((std::regex_constants::ECMAScript & std::regex_constants::egrep) == 0); in main() 91 assert((std::regex_constants::basic & std::regex_constants::egrep) == 0); in main() 95 assert((std::regex_constants::extended & std::regex_constants::egrep) == 0); in main() 98 assert((std::regex_constants::awk & std::regex_constants::egrep) == 0); in main() 100 assert((std::regex_constants::grep & std::regex_constants::egrep) == 0); in main()
|
/external/libcxx/test/std/re/re.regex/re.regex.construct/ |
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 | 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()
|
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()
|
D | iter_iter_flg.pass.cpp | 65 test(F(s1.begin()), F(s1.end()), std::regex_constants::egrep, 0); in main() 66 test(F(s2.begin()), F(s2.end()), std::regex_constants::egrep, 0); in main() 67 test(F(s3.begin()), F(s3.end()), std::regex_constants::egrep, 0); in main() 68 test(F(s4.begin()), F(s4.end()), std::regex_constants::egrep, 2); in main()
|
/external/libcxx/test/std/re/re.alg/re.alg.match/ |
D | egrep.pass.cpp | 30 std::regex_constants::egrep))); in main() 46 std::regex_constants::egrep))); in main() 53 std::regex_constants::egrep))); in main() 69 std::regex_constants::egrep))); in main()
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | ss_vncviewer | 223 if echo "$VNCVIEWERCMD" | egrep -i '^(xmessage|sleep )' > /dev/null; then 336 elif echo "$VNCVIEWERCMD" | egrep -i '^(xmessage|sleep )' > /dev/null; then 375 if echo "$proxy" | egrep -i "(repeater|vencrypt)://" > /dev/null; then 404 if uname -sr | egrep 'SunOS 5\.[5-8]' > /dev/null; then 470 if echo "$proxy" | egrep "^sslrepeater://" > /dev/null; then 480 if echo "$proxy" | egrep "vencrypt://" > /dev/null; then 728 inuse=`netstat -ant | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*://'` 730 …inuse=`netstat -an -f inet -P tcp | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $1}' | sed '… 731 elif uname | egrep -i 'bsd|darwin' > /dev/null; then 732 …inuse=`netstat -ant -f inet | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*\… [all …]
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
D | ss_vncviewer | 223 if echo "$VNCVIEWERCMD" | egrep -i '^(xmessage|sleep )' > /dev/null; then 336 elif echo "$VNCVIEWERCMD" | egrep -i '^(xmessage|sleep )' > /dev/null; then 375 if echo "$proxy" | egrep -i "(repeater|vencrypt)://" > /dev/null; then 404 if uname -sr | egrep 'SunOS 5\.[5-8]' > /dev/null; then 470 if echo "$proxy" | egrep "^sslrepeater://" > /dev/null; then 480 if echo "$proxy" | egrep "vencrypt://" > /dev/null; then 725 inuse=`netstat -ant | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*://'` 727 …inuse=`netstat -an -f inet -P tcp | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $1}' | sed '… 728 elif uname | egrep -i 'bsd|darwin' > /dev/null; then 729 …inuse=`netstat -ant -f inet | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*\… [all …]
|
/external/bzip2/ |
D | bzgrep | 13 *egrep) grep=${EGREP-egrep} ;; 22 grep=egrep
|
D | bzgrep.1 | 39 .I egrep 56 grep(1), egrep(1), fgrep(1), bzdiff(1), bzmore(1), bzless(1), bzip2(1)
|
/external/libcxx/test/std/re/re.regex/re.regex.const/ |
D | constants.pass.cpp | 48 static_assert((BR::egrep == std::regex_constants::egrep), ""); in test() 58 where(BR::egrep); in test()
|
/external/libcxx/test/std/re/re.alg/re.alg.search/ |
D | egrep.pass.cpp | 30 std::regex_constants::egrep))); in main() 46 std::regex_constants::egrep))); in main() 62 std::regex_constants::egrep))); in main() 78 std::regex_constants::egrep))); in main()
|
/external/selinux/policycoreutils/scripts/ |
D | fixfiles | 46 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)seclabel(,|$)' && echo $i 48 …grep " $i " /proc/self/mounts | grep -v "context=" | egrep --silent '(ext[234]| ext4dev | gfs2 | x… 56 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)rw(,|$)' && echo $i 63 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)ro(,|$)' && echo $i 172 egrep -v '(^/home|^/root|^/tmp|^/dev)' |\
|
/external/openssh/contrib/aix/ |
D | buildbff.sh | 29 if echo $0 | egrep '^/' 39 if pwd | egrep 'contrib/aix$' 207 if cut -f1 -d: /etc/group | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null 224 if egrep '^[ \t]*UsePrivilegeSeparation[ \t]+no' $sysconfdir/sshd_config >/dev/null 276 if egrep "^\$oldstartcmd" /etc/rc.tcpip >/dev/null
|
/external/compiler-rt/lib/tsan/ |
D | check_memcpy.sh | 20 NCALL=$(objdump -d $EXE | egrep "callq .*<__interceptor_mem(cpy|set)>" | wc -l) 27 NCALL=$(objdump -d $EXE | egrep "jmpq .*<__interceptor_mem(cpy|set)>" | wc -l)
|
D | analyze_libtsan.sh | 35 load=$(egrep 'mov .*\,.*\(.*\)|cmp .*\,.*\(.*\)' $file | wc -l) 36 store=$(egrep 'mov .*\(.*\),' $file | wc -l)
|
/external/openssh/ |
D | buildpkg.sh.in | 136 if egrep "^#define USE_SOLARIS_PROCESS_CONTRACTS" config.h > /dev/null 2>&1 379 if cut -f1 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null 390 if cut -f1 -d: \${PKG_INSTALL_ROOT}/etc/group | egrep '^'\$SSH_PRIVSEP_GROUP'\$' >/dev/null 400 if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/group | egrep '^'$SSHDGID'\$' >/dev/null 413 if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSHDUID'\$' >/dev/null 542 /usr/bin/svcs -H $OPENSSH_FMRI 2>&1 | egrep "^online" > /dev/null 2>&1 643 find . | egrep -v "prototype|pkginfo|mk-proto.awk" | sort | \
|
/external/libpcap/ |
D | runlex.sh | 83 if flex --help | egrep noFUNCTION >/dev/null 96 if flex --help | egrep reentrant >/dev/null
|
/external/jpeg/ |
D | ltconfig | 657 if "$LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then 682 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then 718 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 902 if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then 904 elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then 949 if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then 989 if egrep ' nm_test_var$' "$nlist" >/dev/null; then 990 if egrep ' nm_test_func$' "$nlist" >/dev/null; then
|
/external/vboot_reference/tests/futility/ |
D | test_sign_firmware.sh | 90 | egrep 'Firmware version: +14$|Preamble flags: +8$' | wc -l) 156 | egrep 'Firmware version: +1$|Preamble flags: +8$' | wc -l) 174 | egrep 'Firmware version: +1$|Preamble flags: +0$' | wc -l)
|
/external/e2fsprogs/config/ |
D | config.rpath | 128 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 140 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then 142 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 152 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
|
/external/toybox/scripts/ |
D | runtest.sh | 53 option=`echo "$OPTIONFLAGS" | egrep "(^|:)$1(:|\$)"` 137 mkchroot "$dest" $(ldd "$i" | egrep -o '/.* ')
|
/external/elfutils/src/tests/ |
D | backtrace-subr.sh | 49 …if [ $(egrep -v <$1 'dwfl_thread_getframes: (No DWARF information found|no matching address range)… 90 if egrep 'dwfl_thread_getframes(.*)No DWARF information found' $err; then
|
/external/smali/ |
D | gradlew | 133 CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` 134 … CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
|