OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep
(Results
951 - 975
of
1231
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
StyleData.java
56
public boolean
grep
(Pattern pattern) {
method in class:StyleData
/external/selinux/policycoreutils/setfiles/
Makefile
8
ABORT_ON_ERRORS=$(shell
grep
"^\#define ABORT_ON_ERRORS" setfiles.c | awk -S '{ print $$3 }')
/external/swiftshader/third_party/LLVM/test/lib/
llvm.exp
52
global llvmdsymutil valgrind
grep
gas bugpoint_topts
93
#replace
grep
with GNU
grep
94
regsub -all {
grep
} $new_line " $
grep
" new_line
/external/swiftshader/third_party/LLVM/tools/llvm-config/
find-cycles.pl
59
my @archives =
grep
(/\.a$/, @modules);
/external/tcpdump/tests/
crypto.sh
7
if
grep
'^#define HAVE_LIBCRYPTO 1$' ../config.h >/dev/null
39
if
grep
'^#define HAVE_CAPSICUM 1$' ../config.h >/dev/null
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/pip/
build_tf_windows.sh
130
if !
grep
-q "import %workspace%/${TMP_BAZELRC}" .bazelrc; then
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/pip/
build_tf_windows.sh
133
if !
grep
-q "import %workspace%/${TMP_BAZELRC}" .bazelrc; then
/external/toybox/scripts/
runtest.sh
166
d=`echo "$i" |
grep
-o '.*/'` &&
/external/u-boot/arch/arm/mach-socfpga/
qts-filter.sh
39
grep
'CONFIG_HPS_IOCSR_SCANCHAIN[0-9]\+_LENGTH' | tr -d "()"
/external/u-boot/scripts/
decodecode
35
xdump="$(echo $i |
grep
'^[[:xdigit:]<>[:space:]]\+$')"
83
grep
-v "/tmp\|Disassembly\|\.text\|^$" > $1.dis 2>&1
/external/vboot_reference/scripts/image_signing/
ensure_secure_kernelparams.sh
103
local board=$(
grep
CHROMEOS_RELEASE_BOARD= "$rootfs/etc/lsb-release" | \
/external/ltp/utils/ffsb-6.0-rc2/
configure
700
GREP
[
all
...]
/art/tools/runtime_memusage/
sanitizer_logcat_analysis.sh
220
grep
"app_process64" "$logcat_pid_file" > "$asan_out"
236
grep
"RegisterDexFile:" "$logcat_pid_file" > "$dex_start"
/cts/tools/vm-tests-tf/etc/
starttests
200
stacktraces=`echo $vmresult |
grep
"java\.lang\." |
grep
-c "at dot\.junit\."`
/development/tools/repo_diff/service/repodiff/persistence/filesystem/
unix.go
42
findProjectsCmd := fmt.Sprintf("find %s |
grep
%s", directory, filename)
/external/adeb/
buildstrap
52
grep
-ri _apt:x:100:65534 $OUT_TMP/etc/passwd > /dev/null 2>&1
/external/boringssl/src/crypto/perlasm/
x86nasm.pl
134
{ if (
grep
{/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
140
grep
{s/(^extern\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
/external/e2fsprogs/debian/
rules
69
COMERR_VERSION ?= $(shell
grep
ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
70
COMERR_SOVERSION ?= $(shell
grep
ELF_SO_VERSION lib/et/Makefile.in | cut '-d ' -f3)
71
SS_VERSION ?= $(shell
grep
ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
72
SS_SOVERSION ?= $(shell
grep
ELF_SO_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
74
EXT2FS_SOVERSION ?= $(shell
grep
ELF_SO_VERSION lib/ext2fs/Makefile.in | cut '-d ' -f3)
75
E2P_SOVERSION ?= $(shell
grep
ELF_SO_VERSION lib/e2p/Makefile.in | cut '-d ' -f3)
101
UDEB_PRIORITY ?= $(shell
grep
'^Package: e2fsprogs-udeb' debian/control -A 10 |
grep
^Priority: | cut -d ' ' -f 2)
/external/e2fsprogs/scrub/
e2scrub.in
144
echo "${LVM2_LV_ROLE}" |
grep
-q "snapshot"; then
/external/elfutils/tests/
run-unstrip-n.sh
67
grep
-v libc.so.6 $outfile | sort >$outfile2
/external/glide/
update_files.sh
23
if ! git remote |
grep
bump > /dev/null;
/external/libopus/doc/
build_draft.sh
56
|
grep
'\.[ch]' | sed -e 's/^.*=//' -e 's/\\\\//'` ; do
/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
135
config_line=$(
grep
"${vpx_config_option}" "${vpx_config_file}")
144
|
grep
-q -e win32 -e win64 > /dev/null 2>&1; then
217
# Tell
grep
to invert matches using the -v argument.
/external/linux-kselftest/tools/testing/selftests/kmod/
kmod.sh
467
NUM_TESTS=$(
grep
-o ' ' <<<"$ALL_TESTS" |
grep
-c .)
Completed in 1545 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>