OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep
(Results
176 - 200
of
700
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker-death_unittest.sh
89
grep
"$expected_regexp" "$output" >/dev/null 2>&1 || echo false`
91
!
grep
"$unexpected_regexp" "$output" >/dev/null 2>&1 || echo false`
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker-death_unittest.sh
89
grep
"$expected_regexp" "$output" >/dev/null 2>&1 || echo false`
91
!
grep
"$unexpected_regexp" "$output" >/dev/null 2>&1 || echo false`
/external/chromium_org/tools/git/
graph.sh
6
about="Given a
grep
expression, creates a graph of occurrences of that
17
echo "usage: $0 <
grep
-compatible expression>"
30
count=$(git
grep
-E "$target" -- '*.cc' '*.h' '*.m' '*.mm' | wc -l)
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports.py
15
Additionally a
grep
function is supplied that can be used to search for ports
36
def
grep
(regexp):
function
84
iterator = sorted(
grep
(args[0]))
/external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild
39
find . | xargs file |
grep
"executable" |
grep
ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
40
find . | xargs file |
grep
"shared object" |
grep
ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
/external/e2fsprogs/debian/scripts/
test-backtrace
30
grep
-q /usr/lib /tmp/backtrace$$.ldd
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
complete-ant-cmd.pl
59
grep
( /^\Q$word\E/, @completions );
70
grep
( /\.xml$/, glob( "$word*" ));
/external/eigen/bench/btl/data/
mk_mean_script.sh
15
DATA_FILE=`find $DIR -name "*.dat" |
grep
_${WHAT}`
/external/libcxx/test/re/re.alg/re.alg.search/
grep.pass.cpp
30
std::regex_constants::
grep
)));
46
std::regex_constants::
grep
)));
/external/lldb/utils/misc/
grep-svn-log.py
9
svn log -v |
grep
-svn-log.py '^ D.+why_are_you_missing.h$'
17
usage = """Usage:
grep
-svn-log.py line-pattern
19
svn log -v |
grep
-svn-log.py '^ D.+why_are_you_missing.h'"""
45
def
grep
(regexp):
function
81
grep
(regexp)
/external/llvm/autoconf/m4/
check_gnu_make.m4
11
if ( sh -c "$a --version" 2> /dev/null |
grep
GNU 2>&1 > /dev/null )
/external/strace/
git-set-file-times
29
@files =
grep
{ defined $_ } @files;
/external/strace/tests/
strace-k.test
17
$STRACE -h |
grep
'^-k' > /dev/null ||
/external/valgrind/main/coregrind/
link_tool_exe_linux.in
75
my $x = `cat ../config.log 2>&1 |
grep
host_cpu= | sed "s/host_cpu='//g"`;
/libcore/
run-libcore-tests
13
xargs
grep
-h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
/ndk/
remove-windows-symlink.sh
33
find toolchains/ -type l |
grep
windows
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
grep.pass.cpp
30
std::regex_constants::
grep
)));
46
std::regex_constants::
grep
)));
/ndk/tests/build/import-install/
build.sh
11
PARAM_ABIS=$(echo "$@" | tr ' ' '\n' |
grep
-e "^APP_ABI=")
/prebuilts/tools/gcc-sdk/
addr2line
29
file -L "$SHELL" |
grep
-q "x86[_-]64"
ar
29
file -L "$SHELL" |
grep
-q "x86[_-]64"
as
29
file -L "$SHELL" |
grep
-q "x86[_-]64"
c++
29
file -L "$SHELL" |
grep
-q "x86[_-]64"
c++filt
29
file -L "$SHELL" |
grep
-q "x86[_-]64"
cpp
29
file -L "$SHELL" |
grep
-q "x86[_-]64"
elfedit
29
file -L "$SHELL" |
grep
-q "x86[_-]64"
Completed in 805 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>