func-referers()
{
git grep --show-function --line-number "$@" \
| perl -ne '/(.*=\d+)=(.*?(\w+)\(.*)/ && print "$3 \t$1\t$2\n"; '
}
References:
– git grep
grep with show-function
You can grep sources and see context function like with diff –show-c-function or diff -p.
Search sources stored in git and show the preceding line that contains the function name of the match:
git grep –show-function STR
Same, but search files not in git, even without git repository:
git grep –no-index –show-function STR
References:
– git grep
Throughput: Comparison of channel capacity and video throughput
You are welcome to post here your comment on article
Comparison of channel capacity and video throughput
Comments on Android API classes
Discussion about map of Android internals
Please post your comments on Android internals.
No e-mail required to post.