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

1 2 3 4 5

  /external/eigen/scripts/
buildtests.in 13 targets_to_make=`echo "$TESTSLIST" | egrep "$1" | xargs echo`
  /external/strace/linux/mips/
ioctlent.sh 73 egrep "$def_find" $file_list |
75 egrep -v "$def_stop"
  /ndk/sources/cxx-stl/llvm-libc++/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/openssh/
survey.sh.in 68 egrep '#define|#undef' config.h
  /ndk/sources/cxx-stl/llvm-libc++/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++/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++/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/llvm/projects/sample/autoconf/
AutoRegen.sh 8 autoconf --version | egrep '2\.[56][0-9]' > /dev/null
  /ndk/sources/cxx-stl/llvm-libc++/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)" | \
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
update_html_tags_from_sources.sh 31 egrep -v "^namespace\w*=" > ${tmp_prefix}.html-attrs
33 egrep -v "^namespace\w*=" > ${tmp_prefix}.html-tags
34 egrep "equalIgnoringCase" $src_dir/Source/WebCore/html/HTML*.cpp | \
40 egrep -r '"[-\+a-z]+/[-\+a-z]+"' $src_dir/Source/WebCore | ruby -e '$stdin.readlines.join("").scan(/\"([afimtvwx][\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tmp_prefix}.mime-types
43 egrep -o '"@.*?\"' $src_dir/Source/WebCore/css/CSSParser.cpp | cut -d\" -f2 | cut -d"{" -f1 | \
56 egrep "^ [a-z-]+," $src_dir/layout/style/nsCSSPropList.h | cut -d, -f1 \
60 egrep '{ "[a-z]+:' $src_dir/docshell/build/nsDocShellModule.cpp | cut -d\" -f2 \
69 egrep ' { "[a-z]+' $src_dir/content/html/content/src/nsGenericHTMLElement.cpp | cut -d\" -f2 >> ${tmp_prefix}.html-values
74 egrep -r '"[-\+a-z]+/[-\+a-z]+"' $src_dir/browser/base $src_dir/browser/components $src_dir/uriloader $src_dir/netwerk/mime $src_dir/content/html \
76 egrep -o '":(.*?)"' $src_dir/layout/style/nsCSSPseudoClassList.h | cut -d\" -f2
    [all...]
  /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 \
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/
gradlew 133 CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
134 CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
  /developers/samples/android/connectivity/network/BasicNetworkDemo/
gradlew 133 CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
134 CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
  /developers/samples/android/connectivity/network/NetworkConnect/
gradlew 133 CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
134 CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option

Completed in 549 milliseconds

1 2 3 4 5