Home
last modified time | relevance | path

Searched refs:egrep (Results 1 – 25 of 113) sorted by relevance

12345

/external/libcxx/test/re/re.const/re.synopt/
Dsyntax_option_type.pass.cpp46 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/
Dptr_flg.pass.cpp55 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()
Dptr_size_flg.pass.cpp56 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()
Dil_flg.pass.cpp65 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()
Dstring_flg.pass.cpp57 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()
Diter_iter_flg.pass.cpp65 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/
Degrep.pass.cpp30 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()
DAndroid.mk27 test_name := re/re.alg/re.alg.match/egrep
28 test_src := egrep.pass.cpp
/external/bzip2/
Dbzgrep13 *egrep) grep=${EGREP-egrep} ;;
22 grep=egrep
/external/libcxx/test/re/re.regex/re.regex.const/
Dconstants.pass.cpp48 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/
Degrep.pass.cpp30 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()
DAndroid.mk27 test_name := re/re.alg/re.alg.search/egrep
28 test_src := egrep.pass.cpp
/external/chromium_org/tools/valgrind/
Dfixed_suppressions.sh6 bugs=$(egrep -o 'bug_[0-9]+' tools/valgrind/memcheck/suppressions.txt |\
13 egrep -q $fixed_status;
/external/chromium_org/chrome/tools/
Dchrome-process-identifier.sh37 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/
Dioctlent.sh71 egrep "$def_find" $file_list |
73 egrep -v "$def_stop"
/external/compiler-rt/lib/tsan/
Dcheck_memcpy.sh20 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)
Danalyze_libtsan.sh35 load=$(egrep 'mov .*\,.*\(.*\)|cmp .*\,.*\(.*\)' $file | wc -l)
36 store=$(egrep 'mov .*\(.*\),' $file | wc -l)
/external/chromium_org/third_party/libvpx/
Dgenerate_gypi.sh196 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
317egrep "#define [A-Z0-9_]+ [01]" vpx_config.h | awk '{print $2 " EQU " $3}' | perl $BASE_DIR/$LIBVP…
/external/libpcap/
Drunlex.sh83 if flex --help | egrep noFUNCTION >/dev/null
96 if flex --help | egrep reentrant >/dev/null
/external/genext2fs/
Dtest-mount.sh65 egrep -v "(hda|hdb|tty|loop|ram|ubda)" $fname | \
70 egrep -v "(hda|hdb|tty|loop|ram|ubda)" | \
/external/jpeg/
Dltconfig657 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/
Dltconfig657 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/
Dconfig.rpath128 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/
Dpostinst.include37 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/
Dtools_common.sh117 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

12345