/external/libusb/.private/ |
pre-commit.sh | 31 NANO=`git log --oneline | wc -l`
|
/prebuilts/qemu-kernel/ |
update_emu_kernels.sh | 98 tot_commit=`git log --oneline -1 | cut -d' ' -f1` 101 line_count=`git log --oneline HEAD...${last_commit} | wc -l` 104 git log --oneline --no-decorate -3 >> ../emu_kernel.commitmsg 106 git log --oneline --no-decorate HEAD...${last_commit} | tail -n 3 >> ../emu_kernel.commitmsg 108 git log --oneline --no-decorate HEAD...${last_commit} >> ../emu_kernel.commitmsg
|
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/windres/ |
windres.exp | 47 proc oneline { file } { 128 set patline [oneline $pat] 129 set outline [oneline $out]
|
/external/mesa3d/bin/ |
get-extra-pick-list.sh | 25 git log -n1 --pretty=oneline --grep=$sha $latest_branchpoint..origin/master |\
|
get-pick-list.sh | 35 git log -n1 --pretty=oneline $sha | cat
|
get-typod-pick-list.sh | 39 git log -n1 --pretty=oneline $sha | cat
|
/external/llvm/utils/git-svn/ |
git-svnrevert | 36 ONE_LINE_MSG=$(git log --oneline $GIT -1 | cut -f2- -d " ")
|
/external/iproute2/bridge/ |
bridge.c | 21 int oneline; variable 147 } else if (matches(opt, "-oneline") == 0) { 148 ++oneline; 193 _SL_ = oneline ? "\\" : "\n";
|
/external/iproute2/ip/ |
ip_common.h | 11 int oneline; member in struct:link_filter 46 void ipaddr_reset_filter(int oneline, int ifindex);
|
ip.c | 33 int oneline; variable 241 } else if (matches(opt, "-oneline") == 0) { 242 ++oneline; 301 _SL_ = oneline ? "\\" : "\n";
|
xfrm_monitor.c | 101 if (oneline) 131 if (oneline) 169 if (oneline) 206 if (oneline)
|
ipmaddr.c | 232 if (oneline) {
|
/external/autotest/site_utils/ |
dut_status.py | 75 -o/--oneline - Use the one-line summary with the --working or 164 This function handles the output format of the --oneline option. 339 * If neither --broken nor --working was used, then --oneline 348 if (not arguments.oneline and not arguments.diagnosis and 350 arguments.oneline = (not arguments.working and 420 format_group.add_argument('-o', '--oneline', action='store_true', 459 if arguments.oneline:
|
automated_deploy.py | 124 diff = infra.local_runner('git log prod..%s --oneline' % rebase_to, 135 # using git log E.g. 123..456, then run git log --oneline 123..456. 155 "git log --oneline A...B | grep autotest 165 get_commits_cmd = 'git log --oneline %s' % pushed_commits_range
|
/build/kati/testcase/ |
parse_benchcmp.go | 94 commit := output("git", "log", "--oneline", "-1") 102 commit = output("git", "log", "--oneline", "-1")
|
/external/swiftshader/third_party/LLVM/test/lib/ |
llvm.exp | 164 } elseif {[regexp {RUN: *(.+)(\\)$} $line match oneline suffix]} {
165 set runline "$runline$oneline "
169 } elseif {[regexp {RUN: *(.+)$} $line match oneline suffix]} {
170 set runline "$runline$oneline"
|
/external/llvm/utils/vim/syntax/ |
tablegen.vim | 24 syn region tgString start=/"/ skip=/\\"/ end=/"/ oneline
|
/external/swiftshader/third_party/LLVM/utils/vim/ |
tablegen.vim | 24 syn region tgString start=/"/ skip=/\\"/ end=/"/ oneline
|
/external/v8/tools/ |
v8-info.sh | 96 git svn log -1 --oneline $1 | cut -d" " -f1
|
/external/curl/tests/ |
testcurl.pl | 437 @commits=`git log --pretty=oneline --abbrev-commit -5`; 460 @commits=`git log --pretty=oneline --abbrev-commit -5`;
|
/external/mesa3d/src/mesa/ |
Android.gen.mk | 78 git --git-dir $(PRIVATE_PATH)/../../.git log -n 1 --oneline | \
|
/packages/apps/TV/src/com/android/tv/ui/ |
ChannelBannerView.java | 618 boolean oneline = (mProgramTextView.getLineCount() == 1); 619 if (!oneline) { 627 oneline = (mProgramTextView.getLineCount() == 1); 631 oneline [all...] |
/external/iproute2/include/ |
utils.h | 22 extern int oneline;
|
/hardware/intel/common/libva/va/ |
va.c | 61 char oneline[1024]; local 68 while (fp && (fgets(oneline, 1024, fp) != NULL)) { 69 if (strlen(oneline) == 1) 71 token = strtok_r(oneline, "=\n", &saveptr); [all...] |
/hardware/intel/img/psb_video/src/ |
psb_drv_debug.c | 266 char oneline[1024]; local 274 while (fp && (fgets(oneline, 1024, fp) != NULL)) { 275 if (strlen(oneline) == 1) 277 token = strtok_r(oneline, "=\n", &saveptr); [all...] |