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
1231
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
func-filter-pid.tc
8
if !
grep
-q function available_tracers; then
34
orig_value=`
grep
function-fork trace_options`
68
count_pid=`cat trace |
grep
-v ^# |
grep
$PID | wc -l`
69
count_other=`cat trace |
grep
-v ^# |
grep
-v $PID | wc -l`
89
count_pid=`cat trace |
grep
-v ^# |
grep
$PID | wc -l`
90
count_other=`cat trace |
grep
-v ^# |
grep
-v $PID | wc -l
[
all
...]
/external/strace/tests/
count.test
34
check_prog
grep
42
grep
nanosleep "$LOG" > /dev/null ||
45
LC_ALL=C
grep
-E -x -e "$pattern" "$LOG" > /dev/null || {
btrfs-vw.test
21
check_prog
grep
24
grep
-v '^ioctl([012],' < "$LOG" > "$OUT"
/external/strace/tests-m32/
count.test
34
check_prog
grep
42
grep
nanosleep "$LOG" > /dev/null ||
45
LC_ALL=C
grep
-E -x -e "$pattern" "$LOG" > /dev/null || {
/external/strace/tests-mx32/
count.test
34
check_prog
grep
42
grep
nanosleep "$LOG" > /dev/null ||
45
LC_ALL=C
grep
-E -x -e "$pattern" "$LOG" > /dev/null || {
/external/toolchain-utils/
perf-to-inst-page.sh
51
test
grep
-A 2 PERF_RECORD_SAMPLE $profile |
grep
-A 1 -B 1 "thread: $binary" | \
52
grep
-B 2 "dso.*$binary$" | awk -v base=$loading_address \
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_bars.sh
32
bars=$(echo "$log" |
grep
"BAR")
34
labels=$(echo "$log" |
grep
"^LABEL")
56
title=$(echo "$labels" |
grep
"^LABEL.$figure" | cut -f 3 | \
58
y_label=$(echo "$labels" |
grep
"^LABEL.$figure" | cut -f 4 | \
62
num_flows=$(echo "$labels" |
grep
"^LABEL.$figure" | cut -f 5 | \
66
x_label_1=$(echo "$log" |
grep
"BAR.$figure" | cut -f 3 | sed 's/_/\t/g' \
70
x_label_2=$(echo "$log" |
grep
"BAR.$figure" | cut -f 3 | sed 's/_/\t/g' \
107
file_name=$(echo "$labels" |
grep
"^LABEL.$figure" | cut -f 5 | head -n 1)
119
data_sets=$(echo "$bars" |
grep
"LIMITERRORBAR.$figure" | cut -f 3 | \
124
y=$(echo "$bars" |
grep
"LIMITERRORBAR.$figure.$set" | cut -f 8 |
[
all
...]
/build/kati/testcase/
ninja_regen_filefunc_read.sh
41
if
grep
regenerating ${log}; then
51
if !
grep
regenerating ${log} >/dev/null; then
59
if
grep
regenerating ${log}; then
70
if !
grep
regenerating ${log} >/dev/null; then
phony_looks_real.sh
29
if echo "${mk}" |
grep
-qv "kati"; then
38
if echo "${mk}" |
grep
-qv "kati"; then
writable.sh
35
if echo "${mk}" |
grep
-qv "kati"; then
44
if echo "${mk}" |
grep
-qv "kati"; then
/development/tools/idegen/
idegen.sh
9
idegenjar=`find out -name idegen.jar -follow |
grep
-v intermediates`
11
idegenjar=`find $OUT_DIR_COMMON_BASE/$(basename "$PWD") -name idegen.jar -follow |
grep
-v intermediates`
/device/google/contexthub/firmware/
symcheck.sh
34
if echo "$var" |
grep
= >/dev/null
44
if ${CROSS_COMPILE}nm -a "$infile" |
grep
-e "[0-9a-f]\{8\} [Tt] $look_for" >/dev/null
/external/clang/utils/VtableTest/
check-zti
10
grep
-v '\.[sg][el]' | sed 's/(\([0-9][0-9]*\))/\1/' >test-clang-zti
12
grep
-v '\.[sg][el]' | sed 's/(\([0-9][0-9]*\))/\1/' >test-gcc-zti
check-ztt
10
grep
-v '\.[sgm][elo]' | sed -e 's/[()]//g' -e '/^$/d' >test-clang-ztt
12
grep
-v '\.[sgm][elo]' | sed -e 's/[()]//g' -e 's/ + /+/' >test-gcc-ztt
check-zvt
9
sed -n "/^__ZTV.*s$i:/,/\.[sg][el]/p" test-clang.s |
grep
-v '\.[sg][el]' >test-clang-ztv
10
sed -n "/^__ZTV.*s$i:/,/\.[sg][el]/p" test-gcc.s |
grep
-v '\.[sg][el]' >test-gcc-ztv
/external/clang/utils/
find-unused-diagnostics.sh
8
ALL_DIAGS=$(
grep
-E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' ./include/clang/Basic/Diagnostic*.td)
12
DIAGS_IN_SOURCES=$(
grep
-E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' $ALL_SOURCES)
/external/dagger2/util/
mvn-deploy.sh
10
keystatus=$(gpg --list-keys |
grep
${key} | awk '{print $1}')
14
gpg --list-keys |
grep
--invert-match '^sub'
/external/e2fsprogs/debian/
uuid-runtime.postinst
4
if ! getent group |
grep
-q libuuid; then
7
if ! getent passwd |
grep
-q libuuid; then
/external/elfutils/tests/
run-linkmap-cut.sh
31
grep
-q '^#0 0x00007f08bc24d681 libfunc - .////////////////////////////////////linkmap-cut-lib\.so$' bt
32
grep
-q '^#1 0x00000000004006b4 main - linkmap-cut$' bt
/external/grpc-grpc/tools/distrib/
check_shadow_boringssl_symbol_list.sh
27
ver1=$(git submodule |
grep
"boringssl " | awk '{print $1}' | head -n 1)
28
ver2=$(cat $boringssl_podspec_original |
grep
':commit =>' | sed -E 's/.*"(.*)".*/\1/g')
/external/ltp/testcases/kernel/io/disktest/
Makefile
202
VER := `
grep
VER_STR $(abs_srcdir)/main.h | awk -F\" '{print $$2}'`
/external/mesa3d/bin/
bugzilla_mesa.sh
26
git log $* |
grep
'bugs.freedesktop.org/show_bug' | sed -e $trim_before | sort -n -u | sed -e $use_after |\
30
summary=$(wget --quiet -O - $url |
grep
-e '<title>.*</title>' | sed -e 's/ *<title>[0-9]\+ – \(.*\)<\/title>/\1/')
/external/mesa3d/src/egl/wayland/wayland-egl/
wayland-egl-symbols-check
11
FUNCS=$(nm -D --defined-only $LIB |
grep
-o "T .*" | cut -c 3- | while read func; do
12
(
grep
-q "^$func$" || echo $func ) <<EOF
/external/minijail/
gen_constants.sh
55
grep
-E '^#define [[:upper:]][[:upper:]0-9_]*(\s)+[[:alnum:]_]' | \
56
grep
-Ev '(SIGRTMAX|SIGRTMIN|SIG_|NULL)' | \
/external/parameter-framework/upstream/tools/xmlGenerator/analyse/
replaceAmixerByPfwParameters.sh
51
if pfw_equivalent="$(
grep
$1 $2)"
62
if echo "$line" |
grep
-qP "$regexp" && parameter="$(find_pfw_equivalent "$line" $1)"
Completed in 598 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>