HomeSort by relevance Sort by last modified time
    Searched refs:oneline (Results 1 - 25 of 32) sorted by null

1 2

  /external/libusb/.private/
pre-commit.sh 31 NANO=`git log --oneline | wc -l`
  /prebuilts/qemu-kernel/
update_emu_kernels.sh 95 tot_3_4_commit=`git log --oneline -1 | cut -d' ' -f1`
97 git log --oneline HEAD...${last_3_4_commit} >> ../emu_kernel.commitmsg
100 tot_3_10_commit=`git log --oneline -1 | cut -d' ' -f1`
102 git log --oneline HEAD...${last_3_10_commit} >> ../emu_kernel.commitmsg
105 tot_3_18_commit=`git log --oneline -1 | cut -d' ' -f1`
107 git log --oneline HEAD...${last_3_18_commit} >> ../emu_kernel.commitmsg
  /toolchain/binutils/binutils-2.25/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-pick-list.sh 26 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 22 int oneline; variable
147 } else if (matches(opt, "-oneline") == 0) {
148 ++oneline;
191 _SL_ = oneline ? "\\" : "\n";
  /device/google/dragon-kernel/
push-kernel.sh 66 oldrev=$(git log --oneline | head -1 | sed -e "s/.*${preamble} \(.*\)/\1/")
78 git log --graph --oneline $oldrev..$newrev >> $commitmsg
  /external/curl/
update_curl.sh 118 git --no-pager log "${UPSTREAM}/master" --not "${current_sha}" --oneline \
131 if [[ $(git log --oneline "${target_sha}" --not "${current_sha}" | wc -l) \
  /external/autotest/site_utils/
dut_status.py 75 -o/--oneline - Use the one-line summary with the --working or
163 This function handles the output format of the --oneline option.
334 * If neither --broken nor --working was used, then --oneline
343 if (not arguments.oneline and not arguments.diagnosis and
345 arguments.oneline = (not arguments.working and
414 format_group.add_argument('-o', '--oneline', action='store_true',
451 if arguments.oneline:
automated_deploy.py 112 # using git log E.g. 123..456, then run git log --oneline 123..456.
129 "git log --oneline A...B | grep autotest
136 get_commits_cmd = 'git log --oneline %s' % pushed_commits_range
  /external/iproute2/ip/
ip.c 34 int oneline; variable
236 } else if (matches(opt, "-oneline") == 0) {
237 ++oneline;
294 _SL_ = oneline ? "\\" : "\n";
ip_common.h 18 void ipaddr_reset_filter(int oneline, int ifindex);
xfrm_monitor.c 100 if (oneline)
130 if (oneline)
168 if (oneline)
205 if (oneline)
ipmaddr.c 237 if (oneline) {
  /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"
  /libcore/tzdata/tools2/testing/
prepareTzDataUpdates.sh 42 PREVIOUSCOMMIT=$(cd bionic; git log --format=oneline ${TZDATA} | grep -E "${previousYear}.$" | head -n1)
46 PREVIOUSCOMMIT=$(cd bionic; git log --format=oneline ${TZDATA} | grep -E "${TZ_PREVIOUS}$" | head -n1)
  /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/iproute2/include/
utils.h 21 extern int oneline;
  /packages/apps/TV/src/com/android/tv/ui/
ChannelBannerView.java 642 boolean oneline = (mProgramTextView.getLineCount() == 1);
643 if (!oneline) {
650 oneline = (mProgramTextView.getLineCount() == 1);
652 updateTopMargin(mAnchorView, oneline
    [all...]
  /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 117 git --git-dir $(PRIVATE_PATH)/../../.git log -n 1 --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...]

Completed in 2124 milliseconds

1 2