/external/libcxx/test/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/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/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()
|
D | Android.mk | 27 test_name := re/re.alg/re.alg.match/egrep 28 test_src := egrep.pass.cpp
|
/external/bzip2/ |
D | bzgrep | 13 *egrep) grep=${EGREP-egrep} ;; 22 grep=egrep
|
/external/libcxx/test/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/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()
|
D | Android.mk | 27 test_name := re/re.alg/re.alg.search/egrep 28 test_src := egrep.pass.cpp
|
/external/chromium_org/tools/valgrind/ |
D | fixed_suppressions.sh | 6 bugs=$(egrep -o 'bug_[0-9]+' tools/valgrind/memcheck/suppressions.txt |\ 13 egrep -q $fixed_status;
|
/external/chromium_org/chrome/tools/ |
D | chrome-process-identifier.sh | 37 ls -l "/proc/$pid/exe" 2>/dev/null|egrep -q '/chrome( .deleted.)?$' || { 43 ls -l "/proc/$ppid/exe" 2>/dev/null|egrep -q '/chrome( .deleted.)?$' && 79 egrep -q '/chrome( .deleted.)?$'; then
|
/external/strace/linux/mips/ |
D | ioctlent.sh | 71 egrep "$def_find" $file_list | 73 egrep -v "$def_stop"
|
/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/chromium_org/third_party/libvpx/ |
D | generate_gypi.sh | 196 egrep 'vp[89]/(encoder|decoder|common)/x86/' | \ 197 egrep '(mmx|sse2|sse3|ssse3|sse4|avx|avx2).c$') 204 egrep 'vp[89]/(encoder|decoder|common)/arm/neon/' | \ 205 egrep '_neon.c$') 315 egrep "#define [A-Z0-9_]+ [01]" vpx_config.h | awk '{print $2 " equ " $3}' > vpx_config.asm 317 …egrep "#define [A-Z0-9_]+ [01]" vpx_config.h | awk '{print $2 " EQU " $3}' | perl $BASE_DIR/$LIBVP…
|
/external/libpcap/ |
D | runlex.sh | 83 if flex --help | egrep noFUNCTION >/dev/null 96 if flex --help | egrep reentrant >/dev/null
|
/external/genext2fs/ |
D | test-mount.sh | 65 egrep -v "(hda|hdb|tty|loop|ram|ubda)" $fname | \ 70 egrep -v "(hda|hdb|tty|loop|ram|ubda)" | \
|
/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/qemu/distrib/jpeg-6b/ |
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/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/chromium_org/chrome/installer/linux/common/ |
D | postinst.include | 37 if egrep -q "^${mime_type}=" "${DEFAULTS_FILE}"; then 38 if ! egrep -q "^${mime_type}=.*${1}" "${DEFAULTS_FILE}"; then 41 egrep -v "^${mime_type}=" "${DEFAULTS_FILE}" > "${DEFAULTS_FILE}.new"
|
/external/libvpx/libvpx/test/ |
D | tools_common.sh | 117 if echo "${config_line}" | egrep -q '1$'; then 235 if echo "${output}" | egrep -q 'ivf$'; then 286 if echo "${s}" | egrep -q ${exclude} "${filter}" > /dev/null 2>&1; then
|