HomeSort by relevance Sort by last modified time
    Searched refs:git (Results 51 - 75 of 172) sorted by null

1 23 4 5 6 7

  /external/deqp/framework/delibs/scripts/
pre_commit.py 10 def git(*args, **kwargs): function
11 return subprocess.check_output(['git'] + list(args), **kwargs)
14 output = git('diff', '--cached', '--name-only', '-z', '--diff-filter='+filter)
19 head = git('rev-parse', '--verify', 'HEAD', stderr=None)
41 allownonascii = git('config', '--get', '--bool', 'hooks.allownonascii')
56 git('diff-index', '--check', '--cached', against, stderr=None)
  /device/common/
generate-blob-lists.sh 114 git add .
115 git commit -m "$(echo -e 'auto-generated blob list for '$DEVICENAME'\n\nBug: 4295425')"
119 git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs
125 git commit --allow-empty -m "$(echo -e 'DO NOT SUBMIT - BROKEN BUILD\n\nBug: 4295425')"
129 git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs
  /development/tools/findunused/
removeunusedresources 46 git rm $RESLINE > /dev/null
63 git add $RESLINE
68 git add $RESLINE
83 echo "When you're done, you can 'git commit' the change."
  /external/chromium_org/third_party/opus/src/win32/
genversion.bat 5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v
11 echo Git cannot be found, nor can version.mk. Generating unknown version.
  /external/chromium_org/third_party/skia/tools/
add_codereview_message.py 12 `git cl upload` to append the message to the given codereview issue.
17 cd /path/to/git/checkout
53 message: (string) will be passed to `git cl upload -m $MESSAGE`
54 checkout_path: (string) location of the git
64 git = git_utils.git_executable()
74 vsp.check_call([git, 'fetch', '-q', 'origin'])
77 vsp.check_call([git, 'cl', 'patch', issue])
80 git, 'cl', 'upload', '-t', 'bot report', '-m', message]
92 space, [git, 'checkout', branch_name])
96 print vsp.check_output([git, 'cl', 'issue']
    [all...]
roll_deps.py 11 - searches through the last N Skia git commits to find out the hash that is
19 To specify the location of the git executable, set the GIT_EXECUTABLE
68 git: (string) The git executable.
69 chromium_path: (string) path to a local chromium git repository.
71 verbose: (boolean) iff false, suppress the output from git-cl.
73 skia_url: (string) Skia's git repository.
80 self.skia_url = 'https://skia.googlesource.com/skia.git'
82 'git-svn-id: http://skia.googlecode.com/svn/trunk@%d ')
84 self.git = git_utils.git_executable(
    [all...]
  /external/libopus/win32/
genversion.bat 5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v
11 echo Git cannot be found, nor can version.mk. Generating unknown version.
  /external/libvpx/libvpx/build/make/
version.sh 27 if [ -d ${source_path}/.git ]; then
28 # Source Path is a git working copy. Check for local modifications.
29 export GIT_DIR=${source_path}/.git
30 git_version_id=`git describe --match=v[0-9]* 2>/dev/null`
  /external/skia/tools/
add_codereview_message.py 12 `git cl upload` to append the message to the given codereview issue.
17 cd /path/to/git/checkout
53 message: (string) will be passed to `git cl upload -m $MESSAGE`
54 checkout_path: (string) location of the git
64 git = git_utils.git_executable()
74 vsp.check_call([git, 'fetch', '-q', 'origin'])
77 vsp.check_call([git, 'cl', 'patch', issue])
80 git, 'cl', 'upload', '-t', 'bot report', '-m', message]
92 space, [git, 'checkout', branch_name])
96 print vsp.check_output([git, 'cl', 'issue']
    [all...]
roll_deps.py 11 - searches through the last N Skia git commits to find out the hash that is
19 To specify the location of the git executable, set the GIT_EXECUTABLE
68 git: (string) The git executable.
69 chromium_path: (string) path to a local chromium git repository.
71 verbose: (boolean) iff false, suppress the output from git-cl.
73 skia_url: (string) Skia's git repository.
80 self.skia_url = 'https://skia.googlesource.com/skia.git'
82 'git-svn-id: http://skia.googlecode.com/svn/trunk@%d ')
84 self.git = git_utils.git_executable(
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
version.sh 27 if [ -d ${source_path}/.git ]; then
28 # Source Path is a git working copy. Check for local modifications.
29 export GIT_DIR=${source_path}/.git
30 git_version_id=`git describe --match=v[0-9]* 2>/dev/null`
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl 38 diff --git a/foo.h b/foo.h
62 diff --git a/foo.h b/foo.h
88 diff --git a/foo b/foo
95 diff --git a/configure.ac b/configure.ac
116 diff --git foo.h foo.h
142 diff --git a/foo b/foo_new
146 diff --git a/bar b/bar
160 "diff --git a/bar b/bar\n"],
166 diff --git a/foo b/foo_new
170 diff --git a/bar b/ba
    [all...]
setChangeLogDateAndReviewer.pl 43 diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
60 diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
82 diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
99 diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
  /external/chromium_org/v8/tools/
v8-info.sh 49 Fetches V8 revision information from a git-svn checkout.
56 Output format: [Git hash] [SVN revision] [V8 version]
76 git for-each-ref --format="%(objectname) %(refname:short)" refs/remotes/svn
84 git log --format="%h %ci %ce %s" -1 $1
96 git svn log -1 --oneline $1 | cut -d" " -f1
109 git svn find-rev $2 svn/$1
113 cd $(git rev-parse --show-toplevel)
114 rev=$(git show $1:$VERSION \
123 git cherry -v svn/trunk svn/$1 | while read merge; do
  /external/mockito/
update_source.sh 8 SOURCE="git://github.com/mockito/mockito.git"
27 git clone $SOURCE $working_dir/source
  /ndk/build/tools/
find-case-duplicates.sh 19 # from the git repository. This is used to remove them when generating
26 ORG_FILES=`(cd $NDK_ROOT_DIR && git ls-files) | sort -f`
  /external/ceres-solver/
import_ceres_upstream.sh 20 git clone \
25 declare -r commit="$(git log | head -1 | cut -d ' ' -f2)"
26 rm -rf .git
patch_from_client.sh 19 git clone \
24 declare -r commit="$(git log | head -1)"
25 rm -rf .git
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/bullet/
build.sh 47 LogExecute git clone $url $dir
50 LogExecute git fetch origin
55 LogExecute git checkout $sha
  /packages/apps/Camera2/
version.mk 87 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
  /external/harfbuzz_ng/
git.mk 0 # git.mk
12 # https://raw.github.com/behdad/git.mk/master/git.mk
14 # https://github.com/behdad/git.mk
16 # To use in your project, import this file in your git repo's toplevel,
17 # then do "make -f git.mk". This modifies all Makefile.am files in
18 # your project to -include git.mk. Remember to add that line to new
20 # "make -f git.mk".
36 # by this script (that is, if "git status" shows untracked files still), send
37 # me the output of "git status" as well as your Makefile.am and Makefile fo
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 159 test -d .git && vc_ignore=.gitignore
227 # See if we can use gnulib's git-merge-changelog merge driver.
228 if test -d .git && (git --version) >/dev/null 2>/dev/null ; then
229 if git config merge.merge-changelog.driver >/dev/null ; then
231 elif (git-merge-changelog --version) >/dev/null 2>/dev/null ; then
232 echo "initializing git-merge-changelog driver"
233 git config merge.merge-changelog.name 'GNU-style ChangeLog merge driver'
234 git config merge.merge-changelog.driver 'git-merge-changelog %O %A %B
    [all...]
  /external/smali/
build.gradle 41 def git = org.eclipse.jgit.api.Git.open(file('.'))
42 def head = git.getRepository().getRef("HEAD")
45 if (!git.status().call().clean) {
125 connection 'scm:git:git://github.com/JesusFreke/smali.git'
126 developerConnection 'scm:git:git@github.com:JesusFreke/smali.git'
    [all...]
  /external/nanopb-c/tools/
make_linux_package.sh 9 VERSION=`git describe --always`-linux-x86
16 git archive HEAD | tar x -C $DEST
  /external/smack/asmack-master/
build.bash 19 echo "Fetching ${2} branch/commit from ${1} to ${3} via git"
21 if ! [ -f "${3}/.git/config" ]; then
22 git clone "${1}" "${3}"
24 git checkout "${2}"
27 git fetch
28 git checkout "${2}"
56 if [ -f .used-smack-git-repo ] && [ $(cat .used-smack-git-repo) != $SMACK_REPO ] ; then
58 echo "Old: $(cat .used-smack-git-repo) New: ${SMACK_REPO}."
62 echo "${SMACK_REPO}" > .used-smack-git-rep
    [all...]

Completed in 1734 milliseconds

1 23 4 5 6 7