OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grep
(Results
926 - 950
of
1231
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/v8/tools/release/
git_recipes.py
165
def GitLog(self, n=0, format="",
grep
="", git_hash="", parent_hash="",
173
if
grep
:
174
args.append("--
grep
=\"%s\"" %
grep
.replace("\"", "\\\""))
/external/cmockery/cmockery_0_1_2/
configure
[
all
...]
/build/make/core/
android_manifest.mk
111
$$(cat $(PRIVATE_EXPORTED_SDK_LIBS_FILE) |
grep
-v -f $(PRIVATE_EXPORTED_SDK_LIBS_FILE).optional | sort -u | sed -e 's/^/\ --uses-library\ /' | tr '\n' ' ') \
112
$$(cat $(PRIVATE_EXPORTED_SDK_LIBS_FILE) |
grep
-f $(PRIVATE_EXPORTED_SDK_LIBS_FILE).optional | sort -u | sed -e 's/^/\ --optional-uses-library\ /' | tr '\n' ' ') \
/build/make/target/board/
Android.mk
26
$(hide)
grep
-v '#' $< > $@
/external/autotest/site_utils/
bind_mysql_to_cpuset.sh
117
if (mount |
grep
"on ${MOUNT_DIR} type" > /dev/null)
/external/curl/tests/
manpage-scan.pl
74
my @g =
grep
(/^\.IP $m/, @m);
/external/grpc-grpc/examples/cpp/route_guide/
Makefile
61
PROTOC_CHECK_CMD = $(PROTOC) --version |
grep
-q libprotoc.3
/external/honggfuzz/tools/
createStackBlacklist.sh
138
if ! echo $fileName |
grep
-qF ".STACK."; then
/external/icu/icu4c/source/config/
dist.mk
29
SVNURL=$(shell svn info $(SVNTOP) |
grep
'^URL:' | cut -d: -f2-)
69
(cd "$(SVNTOP)" ; svn status --no-ignore |
grep
'^I' | cut -c2- > "$(EXCLUDES_FILE)" )
/external/iproute2/ip/
Makefile
49
for s in `
grep
-B 3 '\<dlsym' $$files | sed -n '/snprintf/{s:.*"\([^"]*\)".*:\1:;s:%s::;p}'` ; do \
/external/libvpx/libvpx/test/
stress.sh
42
grep
${root} ${SHA1_FILE} \
/external/linux-kselftest/tools/testing/selftests/bpf/
test_flow_dissector.sh
53
if /bin/mount |
grep
/sys/fs/bpf > /dev/null; then
/external/linux-kselftest/tools/testing/selftests/drivers/usb/usbip/
usbip_test.sh
197
dmesg |
grep
"is not in match_busid table"
/external/linux-kselftest/tools/testing/selftests/efivarfs/
efivarfs.sh
19
if !
grep
-q "^\S\+ $efivarfs_mount efivarfs" /proc/mounts; then
/external/linux-kselftest/tools/testing/selftests/gpio/
gpio-mockup-sysfs.sh
11
gpio_this_debugfs=`cat $GPIO_DEBUGFS |
grep
"gpio-$nr" | sed "s/(.*)//g"`
/external/ltp/
IDcheck.sh
46
grep
-q "^$ID:" "$FILE"
/external/ltp/testcases/commands/mkswap/
mkswap01.sh
132
grep
-q -E "unknown option|invalid option|Usage" temp
/external/ltp/testcases/commands/tar/
tar_tests.sh
60
if !
grep
-q $i tar.out; then
/external/ltp/testcases/kernel/controllers/cpuctl_fj/
run_cpuctl_test_fj.sh
61
mount |
grep
"$CPUCTL" > /dev/null 2>&1 || {
135
cat /tmp/pids_file1 |
grep
'-' | tr -d '-' | tr -d ' ' | \
136
grep
-v "$pspid" > /tmp/pids_file2
140
task=`cat $CPUCTL/tasks |
grep
"\b$pid\b"`
/external/ltp/testcases/network/mpls/
mpls_lib.sh
60
echo "$ip_loc" |
grep
-q ':' && mask=128 || mask=32
/external/ltp/testcases/network/nfs/nfs_stress/
nfs_lib.sh
93
if [ "$(stat -f . |
grep
"Type: nfs")" ]; then
139
grep
-q "$local_dir" /proc/mounts && umount $local_dir
/external/ltp/testcases/network/stress/route/
route6-change-if
288
ps auxw | fgrep -v
grep
|
grep
ns-udpsender > /dev/null
/external/mesa3d/src/mapi/es2api/
ABI-check
26
FUNCS=$(nm -D --defined-only $LIB |
grep
-o 'T gl.*' | cut -c 3- | while read func; do
27
(
grep
-q "^$func$" || echo $func ) <<EOF
/external/openssh/contrib/
ssh-copy-id
59
DEFAULT_PUB_ID_FILE="$HOME/$(cd "$HOME" ; ls -t .ssh/id*.pub 2>/dev/null |
grep
-v -- '-cert.pub$' | head -n 1)"
240
grep
'Permission denied' "$L_TMP_ID_FILE.stderr" >/dev/null || {
272
printf "%s\n" "$KEY" |
grep
ssh-dss >/dev/null || {
/external/parameter-framework/support/android/asio/
asio_shrinker.sh
68
# list all files used during compilation. Ignore "
grep
" errors: some .P
71
xargs
grep
--no-filename 'external/parameter-framework/asio' >> "$output" || true
Completed in 1996 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>