HomeSort by relevance Sort by last modified time
    Searched refs:git (Results 101 - 125 of 179) sorted by null

1 2 3 45 6 7 8

  /external/mesa3d/src/mesa/
Android.gen.mk 114 @echo "GIT-SHA1: $(PRIVATE_MODULE) <= git"
116 $(hide) if which git > /dev/null; then \
117 git --git-dir $(PRIVATE_PATH)/../../.git log -n 1 --oneline | \
118 sed 's/^\([^ ]*\) .*/#define MESA_GIT_SHA1 "git-\1"/' \
  /external/vixl/tools/
lint.py 37 import git namespace
50 '''This tool lints the C++ files tracked by the git repository, and
167 if git.is_git_repository_root(config.dir_root):
168 default_tracked_files = git.get_tracked_files().split()
173 'from its Git repository. The linter will not run.' + \
  /external/autotest/server/
git_kernel.py 9 import git, source_kernel namespace
12 class GitKernel(git.InstallableGitRepo):
14 This class represents an installable git kernel repo.
16 It is used to pull down a local copy of a git repo, check if the local repo
17 is up-to-date, if not update and then build the kernel from the git repo.
40 @param revision: Name of the git remote branch, revision or tag
72 Show the current git revision.
80 Install the git tree in a host.
  /external/deqp/framework/qphelper/
gen_release_info.py 57 parser.add_argument('--git', dest='git', action='store_true', default=False, help="Development build, use git HEAD to identify")
58 parser.add_argument('--git-dir', dest='gitDir', default=None, help="Use specific git dir for extracting info")
68 if (args.releaseName != None) == args.git:
69 print "Either --name and --id, or --git must be specified"
77 defaultGitDir = os.path.normpath(os.path.join(curDir, "..", "..", ".git"))
82 if args.git:
85 releaseName = "git-%s" % hea
    [all...]
  /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`
  /prebuilts/devtools/
update_jars.sh 33 echo " -m: do NOT generate a .git/MERGE_MSG"
34 echo " -u: detect and git-revert unchanged JAR files"
52 local SHA1=$( cd ../../tools/$repo ; git show-ref --head --hash HEAD )
60 local dst=.git/MERGE_MSG
  /sdk/build/
windows_sdk_tools.mk 4 # to device which tools we want to build from the sdk.git project.
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
host_replay.sh 83 # there should be no double quotes around $log_files after git rm.
84 [ -n "$log_files" ] && git rm $log_files
  /external/bison/
Makefile.am 42 # See comments in build-aux/git-version-gen. However, we make .version depend
69 $(AM_V_GEN)if test -d $(srcdir)/.git; then \
76 --amend=$(srcdir)/build-aux/git-log-fix \
  /external/bison/build-aux/
vc-list-files 68 if test -d .git; then
72 # Ignore git symlinks - either they point into the tree, in which case
76 eval exec git ls-tree -r 'HEAD:"$dir"' \
  /external/nanopb-c/tools/
make_windows_package.sh 5 # and requires the following tools: git, make, zip, unix2dos
10 VERSION=`git describe --always`-windows-x86
17 git archive HEAD | tar x -C $DEST
  /ndk/build/tools/
build-ccache.sh 36 DOWNLOAD_ROOT=http://android.git.kernel.org/pub
dev-cleanup.sh 30 if [ ! -d $DIR/.git ] ; then
  /build/core/tasks/
collect_gpl_sources.mk 22 $(hide) tar cfz $@ --exclude ".git*" $(PRIVATE_PATHS)
  /external/curl/tests/
testcurl.pl 50 # --nocvsup Don't pull from git even though it is a git tree
51 # --nogitpull Don't pull from git even though it is a git tree
58 # if [curl-daily-name] is omitted, a 'curl' git directory is assumed.
69 use vars qw($version $fixed $infixed $CURLDIR $git $pwd $build $buildlog
81 # Determine if we're running from git or a canned copy of curl,
84 if (-f ".git/config") {
88 $git=1;
141 $git=0; # a given dir, assume not using gi
    [all...]
  /external/nanopb-c/extra/
nanopb.mk 25 # Source only or git checkout
  /external/vulkan-validation-layers/
CONTRIBUTING.md 36 * A sample git workflow may look like:
39 > $ git add .
42 > $ git add .
43 > $ git commit
  /external/autotest/client/profilers/powertop/src/
Makefile 48 rm -rf .svn po/.svn DEADJOE po/DEADJOE todo.txt Lindent svn-commit.* dogit.sh git/ *.rej *.orig
  /external/autotest/tko/
plotgraph 35 if ($version =~ /^2\.\d+\.\d+(\.\d+|-rc\d+)?(-git\d+)?$/) {
  /build/
envsetup.sh 1135 find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|S|java|xml|sh|mk|aidl|vts)' \
1143 find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|S\|java\|xml\|sh\|mk\|aidl\|vts\)' \
1156 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" \
1162 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 119 GIT_CMD=git
281 --git=*) GIT_CMD=$optarg
283 --git-date=*) GIT_DATE=$optarg
285 --git-branch=*) GIT_BRANCH=$optarg
287 --git-base=*) GIT_BASE=$optarg
289 --git-reference=*) GIT_REFERENCE=$optarg
366 echo " --git=<cmd> Use this version of the git tool [$GIT_CMD]"
367 echo " --git-date=<date> Specify specific git date when download sources [none]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 119 GIT_CMD=git
283 --git=*) GIT_CMD=$optarg
285 --git-date=*) GIT_DATE=$optarg
287 --git-branch=*) GIT_BRANCH=$optarg
289 --git-base=*) GIT_BASE=$optarg
291 --git-reference=*) GIT_REFERENCE=$optarg
368 echo " --git=<cmd> Use this version of the git tool [$GIT_CMD]"
369 echo " --git-date=<date> Specify specific git date when download sources [none]
    [all...]
  /packages/apps/Messaging/
version.mk 110 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
  /external/curl/
maketgz 3 # from git and you should first run ./buildconf and build curl once.
131 git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./scripts/log2changes.pl > CHANGES.dist
  /prebuilts/qemu-kernel/arm/
rebuild.sh 293 git ls-files -o | xargs rm -f

Completed in 1435 milliseconds

1 2 3 45 6 7 8