OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep
(Results
426 - 450
of
700
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/fio/tools/
genfio
225
echo "$PREFIX" |
grep
-q "/"
301
echo $MODES |
grep
-q "write"
307
echo $mode |
grep
-q write
311
echo $mode |
grep
-q "read"
/external/mesa3d/src/gallium/drivers/radeon/
Makefile
21
HAVE_LLVM_INTRINSICS = $(shell
grep
IntrinsicsR600.td $(LLVM_INCLUDEDIR)/llvm/Intrinsics.td)
/external/qemu/distrib/sdl-1.2.15/build-scripts/
makedep.sh
20
grep
'#include "' <$1 | sed -e 's|.*"\([^"]*\)".*|\1|' | \
/external/smack/asmack-master/
build.bash
123
v=$(cd $d && svn info |
grep
Revision |cut -f 2 -d ' ')
211
sdklocation=$(
grep
sdk-location local.properties| cut -d= -f2)
495
if !
grep
${VERSION_TAG} CHANGELOG; then
524
if ! tar --version |
grep
GNU &> /dev/null ; then
/ndk/build/tools/
build-host-perl.sh
94
LIBS_SEARCH=`$CC -print-search-dirs |
grep
libraries | sed ' s/^.*=// ' | sed ' s/:/ /g '`
build-libportable.sh
170
nm -a $DSTDIR/libportable.a |
grep
__wrap_ | awk '{print $3}' | sed '/^$/d' | \
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_constants.h
77
* elements @c ECMAScript, @c basic, @c extended, @c awk, @c
grep
, @c egrep
148
* that used by POSIX utility
grep
in IEEE Std 1003.1-2001. This option is
152
grep
= 1 << _S_grep,
156
* that used by POSIX utility
grep
when given the -E option in
/external/chromium_org/third_party/libevent/
configure
823
GREP
[
all
...]
/external/genext2fs/
configure
691
GREP
[
all
...]
/external/llvm/
configure
736
GREP
[
all
...]
/external/liblzf/
configure
650
GREP
[
all
...]
/cts/build/
test_deqp_package.mk
39
|
grep
--only-matching -e " abis=\"[^\"]*\""))
/cts/tools/vm-tests-tf/etc/
starttests
228
stacktraces=`echo $vmresult |
grep
"java\.lang\." |
grep
-c "at dot\.junit\."`
/external/bison/
Makefile.am
60
|
grep
-v -E '^data/bison.m4$$' \
/external/chromium_org/third_party/libvpx/source/libvpx/test/
tools_common.sh
128
config_line=$(
grep
"${vpx_config_option}" "${vpx_config_file}")
137
|
grep
-q -e win32 -e win64 > /dev/null 2>&1; then
282
# Tell
grep
to invert matches using the -v argument.
/external/chromium_org/third_party/opus/src/doc/
build_draft.sh
56
|
grep
'\.[ch]' | sed -e 's/^.*=//' -e 's/\\\\//'` ; do
/external/iproute2/ip/
ifcfg
134
if [ `ip link ls $dev |
grep
-c MULTICAST` -ge 1 ]; then
/external/libunwind/tests/
check-namespace.sh.in
36
symtab=`echo "$symtab" |
grep
-v "^${line}"\$`
43
symtab=`echo "$symtab" |
grep
-v " ${sym}\$"`
48
if `echo "$symtab" |
grep
-q " ${sym}\$"`; then
49
symtab=`echo "$symtab" |
grep
-v " ${sym}\$"`
/external/libvpx/libvpx/test/
tools_common.sh
116
config_line=$(
grep
"${vpx_config_option}" "${vpx_config_file}")
125
|
grep
-q -e win32 -e win64 > /dev/null 2>&1; then
278
# Tell
grep
to invert matches using the -v argument.
/external/llvm/autoconf/m4/
link_options.m4
12
if (echo "$version_string" |
grep
-q "ld64"); then
/external/protobuf/
configure.ac
125
AS_IF([echo "$PROTOC" |
grep
-q '^@<:@^/@:>@.*/'], [
/external/srtp/
Makefile
137
@
grep
freed tmp | wc -l > freed
138
@
grep
allocated tmp | wc -l > allocated
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh
116
config_line=$(
grep
"${vpx_config_option}" "${vpx_config_file}")
125
|
grep
-q -e win32 -e win64 > /dev/null 2>&1; then
278
# Tell
grep
to invert matches using the -v argument.
/ndk/tests/standalone/
run.sh
289
CC_TARGET=$($GCC -v 2>&1 | tr ' ' '\n' |
grep
-e --target=)
321
CC_TARGET=$($CLANG -v 2>&1 |
grep
Target:)
/external/chromium_org/third_party/re2/
Makefile
280
obj/test/exhaustive_test |
grep
-v '^PASS$$' >>re2-exhaustive.txt
281
obj/test/exhaustive1_test |
grep
-v '^PASS$$' >>re2-exhaustive.txt
282
obj/test/exhaustive2_test |
grep
-v '^PASS$$' >>re2-exhaustive.txt
283
obj/test/exhaustive3_test |
grep
-v '^PASS$$' >>re2-exhaustive.txt
288
obj/test/search_test |
grep
-v '^PASS$$' >>re2-search.txt
Completed in 692 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>