HomeSort by relevance Sort by last modified time
    Searched refs:egrep (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/eigen/scripts/
buildtests.in 13 targets_to_make=`echo "$TESTSLIST" | egrep "$1" | xargs echo`
  /external/chromium_org/third_party/mesa/src/bin/
shortlog_mesa.sh 15 elif echo "$l" | egrep -q '^$' ; then
  /external/mesa3d/bin/
shortlog_mesa.sh 15 elif echo "$l" | egrep -q '^$' ; then
  /external/strace/linux/mips/
ioctlent.sh 73 egrep "$def_find" $file_list |
75 egrep -v "$def_stop"
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
ptr_flg.pass.cpp 55 test("\\(a\\)", std::regex_constants::egrep, 0);
56 test("\\(a[bc]\\)", std::regex_constants::egrep, 0);
57 test("\\(a\\([bc]\\)\\)", std::regex_constants::egrep, 0);
58 test("(a([bc]))", std::regex_constants::egrep, 2);
ptr_size_flg.pass.cpp 56 test("\\(a\\)", 5, std::regex_constants::egrep, 0);
57 test("\\(a[bc]\\)", 9, std::regex_constants::egrep, 0);
58 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::egrep, 0);
59 test("(a([bc]))", 9, std::regex_constants::egrep, 2);
il_flg.pass.cpp 65 test({'\\', '(', 'a', '\\', ')'}, std::regex_constants::egrep, 0);
66 test({'\\', '(', 'a', '[', 'b', 'c', ']', '\\', ')'}, std::regex_constants::egrep, 0);
67 test({'\\', '(', 'a', '\\', '(', '[', 'b', 'c', ']', '\\', ')', '\\', ')'}, std::regex_constants::egrep, 0);
68 test({'(', 'a', '(', '[', 'b', 'c', ']', ')', ')'}, std::regex_constants::egrep, 2);
string_flg.pass.cpp 57 test(std::string("\\(a\\)"), std::regex_constants::egrep, 0); member in class:std::regex_constants
58 test(std::string("\\(a[bc]\\)"), std::regex_constants::egrep, 0); member in class:std::regex_constants
59 test(std::string("\\(a\\([bc]\\)\\)"), std::regex_constants::egrep, 0); member in class:std::regex_constants
60 test(std::string("(a([bc]))"), std::regex_constants::egrep, 2); member in class:std::regex_constants
iter_iter_flg.pass.cpp 65 test(F(s1.begin()), F(s1.end()), std::regex_constants::egrep, 0); member in class:std::regex_constants
66 test(F(s2.begin()), F(s2.end()), std::regex_constants::egrep, 0); member in class:std::regex_constants
67 test(F(s3.begin()), F(s3.end()), std::regex_constants::egrep, 0); member in class:std::regex_constants
68 test(F(s4.begin()), F(s4.end()), std::regex_constants::egrep, 2); member in class:std::regex_constants
  /external/bzip2/
bzgrep 13 *egrep) grep=${EGREP-egrep} ;;
22 grep=egrep
  /external/chromium_org/third_party/ots/test/
test_unmalicious_fonts.sh 49 egrep -i -e "^$base" "$BLACKLIST" > /dev/null 2>&1 || "$CHECKER" "$1" > /dev/null 2>&1 || (echo ; echo "FAIL: $1 (Run $CHECKER $1 for more information.)")
  /external/openssh/
survey.sh.in 68 egrep '#define|#undef' config.h
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.const/
constants.pass.cpp 26 // static constexpr regex_constants::syntax_option_type egrep = regex_constants::egrep;
48 static_assert((BR::egrep == std::regex_constants::egrep), "");
58 where(BR::egrep);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.synopt/
syntax_option_type.pass.cpp 27 // egrep = unspecified
46 assert(std::regex_constants::egrep != 0);
56 assert((std::regex_constants::icase & std::regex_constants::egrep) == 0);
65 assert((std::regex_constants::nosubs & std::regex_constants::egrep) == 0);
73 assert((std::regex_constants::optimize & std::regex_constants::egrep) == 0);
80 assert((std::regex_constants::collate & std::regex_constants::egrep) == 0);
86 assert((std::regex_constants::ECMAScript & std::regex_constants::egrep) == 0);
91 assert((std::regex_constants::basic & std::regex_constants::egrep) == 0);
95 assert((std::regex_constants::extended & std::regex_constants::egrep) == 0);
98 assert((std::regex_constants::awk & std::regex_constants::egrep) == 0)
    [all...]
  /external/compiler-rt/lib/tsan/
check_analyze.sh 23 res=$(PrintRes | egrep "$1 .* $2 $3; ")
analyze_libtsan.sh 35 load=$(egrep 'mov .*\,.*\(.*\)|cmp .*\,.*\(.*\)' $file | wc -l)
36 store=$(egrep 'mov .*\(.*\),' $file | wc -l)
  /external/llvm/utils/crosstool/
create-snapshots.sh 17 svn info ${LLVM_PROJECT_SVN} | egrep ^Revision | sed 's/^Revision: //'
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
egrep.pass.cpp 30 std::regex_constants::egrep)));
46 std::regex_constants::egrep)));
53 std::regex_constants::egrep)));
69 std::regex_constants::egrep)));
  /external/openssh/regress/
agent-ptrace.sh 44 egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace.*Permission denied.|procfs:.*: Invalid argument.|Unable to access task ' >/dev/null ${OBJ}/gdb.out
stderr-after-eof.sh 36 egrep 'Disconnecting: Received extended_data after EOF' ${COPY} &&
  /external/chromium_org/chrome/tools/
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/llvm/projects/sample/autoconf/
AutoRegen.sh 8 autoconf --version | egrep '2\.[56][0-9]' > /dev/null
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
egrep.pass.cpp 30 std::regex_constants::egrep)));
46 std::regex_constants::egrep)));
62 std::regex_constants::egrep)));
78 std::regex_constants::egrep)));
  /external/genext2fs/
test-mount.sh 65 egrep -v "(hda|hdb|tty|loop|ram|ubda)" $fname | \
70 egrep -v "(hda|hdb|tty|loop|ram|ubda)" | \
  /frameworks/base/tools/obbtool/
mkobb.sh 47 if ! egrep -q "^cryptoloop " /proc/modules; then \
53 if ! egrep -q "name\s*:\s*${CRYPTO}$" /proc/crypto; then \
59 if ! egrep -q "^\s*${FS}$" /proc/filesystems; then \

Completed in 1088 milliseconds

1 2 3 4 5 6 7