/external/chromium_org/build/ |
tree_truth.sh | 12 oneline=$(cd $1 && git log -1 $2 --format='%H' 2>/dev/null) 14 echo $oneline 42 local sh=$(cd $1 && git log --pretty=oneline -n 3 | tail -1 | awk '{print $1}')
|
/external/chromium_org/third_party/mesa/src/bin/ |
get-pick-list.sh | 26 git log -n1 --pretty=oneline $sha | cat
|
/external/llvm/utils/git-svn/ |
git-svnrevert | 24 ONE_LINE_MSG=$(git log --oneline $COMMIT -1 | cut -f2- -d " ")
|
/external/mesa3d/bin/ |
get-pick-list.sh | 26 git log -n1 --pretty=oneline $sha | cat
|
/external/iproute2/ip/ |
ip.c | 30 int oneline = 0; variable 210 } else if (matches(opt, "-oneline") == 0) { 211 ++oneline; 253 _SL_ = oneline ? "\\" : "\n" ;
|
xfrm_monitor.c | 99 if (oneline) 129 if (oneline) 167 if (oneline) 204 if (oneline)
|
ipaddress.c | 42 int oneline; member in struct:__anon19338 585 if (filter.oneline || filter.flushb) 771 ipaddr_reset_filter(oneline); 958 if (filter.oneline) 1034 void ipaddr_reset_filter(int oneline) 1037 filter.oneline = oneline; [all...] |
ipmaddr.c | 236 if (oneline) {
|
xfrm_policy.c | 553 if (oneline)
|
xfrm_state.c | 809 if (oneline)
|
/external/qemu/ |
qemu-io.c | 344 .oneline = "reads a number of bytes at a specified offset", 524 .oneline = "reads a number of bytes at a specified offset", 649 .oneline = "writes a number of bytes at a specified offset", 780 .oneline = "writes a number of bytes at a specified offset", 884 .oneline = "issues multiple write requests at once", 1115 .oneline = "asynchronously reads a number of bytes", 1215 .oneline = "asynchronously writes a number of bytes", 1291 .oneline = "completes all outstanding aio requests" 1305 .oneline = "flush all in-core file state to disk", 1336 .oneline = "truncates the current file at the given offset" [all...] |
/external/llvm/utils/vim/ |
tablegen.vim | 24 syn region tgString start=/"/ skip=/\\"/ end=/"/ oneline
|
/external/chromium_org/v8/tools/ |
v8-info.sh | 96 git svn log -1 --oneline $1 | cut -d" " -f1
|
/external/iproute2/include/ |
utils.h | 17 extern int oneline;
|
/ndk/build/tools/ |
download-toolchain-sources.sh | 180 (printf "%-38s " "toolchain/$NAME.git $BRANCH"; $GITCMD $GITOPTS log -1 --format=oneline $REVISION) >> $SOURCES_LIST
|
/external/mesa3d/src/mesa/ |
Android.gen.mk | 117 git --git-dir $(PRIVATE_PATH)/../../.git log -n 1 --oneline | \
|
/external/chromium_org/tools/ |
bisect-perf-regression.py | [all...] |
/external/iproute2/doc/ |
ip-cref.tex | 87 \item \verb|-o|, \verb|-oneline| [all...] |