HomeSort by relevance Sort by last modified time
    Searched refs:git (Results 76 - 100 of 255) sorted by null

1 2 34 5 6 7 8 91011

  /external/vulkan-validation-layers/build-android/
update_external_sources_android.bat 40 where /q git.exe
43 echo git.exe not found
44 echo Git for Windows can be downloaded here: https://git-scm.com/download/win
45 echo Install and ensure git.exe makes it into your PATH
197 git clone https://github.com/KhronosGroup/glslang.git .
198 git checkout %GLSLANG_REVISION%
209 git fetch --all
210 git checkout %GLSLANG_REVISION
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 32 # Add VERSION_STR postfix for builds from a git repository
33 ifeq ($(wildcard ../.git),../.git)
34 GITVER := $(shell git describe --dirty=+)
    [all...]
  /packages/apps/Camera2/
version.mk 89 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
  /packages/apps/TV/
version.mk 94 # and hh is the git hash
98 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
  /build/kati/testcase/
parse_benchcmp.go 78 status := output("git", "status", "-s")
84 curBranch := output("git", "symbolic-ref", "--short", "HEAD")
91 fmt.Println("git checkout master")
92 run("git", "checkout", "master")
93 run("git", "clean", "-f")
94 commit := output("git", "log", "--oneline", "-1")
99 fmt.Println("git checkout", curBranch)
100 run("git", "checkout", curBranch)
101 run("git", "clean", "-f")
102 commit = output("git", "log", "--oneline", "-1"
    [all...]
  /device/google/dragon-kernel/
push-kernel.sh 66 oldrev=$(git log --oneline | head -1 | sed -e "s/.*${preamble} \(.*\)/\1/")
69 git remote update
78 git log --graph --oneline $oldrev..$newrev >> $commitmsg
81 git add Image.fit
82 git commit -t $commitmsg
  /external/autotest/site_utils/suite_scheduler/
manifest_versions.py 29 """Raised when `git clone` fails to create the repository."""
75 a failed `git clone` operation.
77 a failed `git clone` operation.
78 @var _MANIFEST_VERSIONS_URL: URL of the internal manifest-versions git repo.
84 @var _git: absolute path of git binary.
91 'chromeos/manifest-versions.git')
105 self._git = _SystemOutput('which git')
113 """Determine if any builds passed since git |revision|.
115 @param revision: the git revision to look back to.
135 Clone manifest-versions.git into tempdir managed by this instance
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
pkg_test.go 41 `<meta name="go-import" content="foo/bar git https://github.com/rsc/foo/bar">`,
42 []metaImport{{"foo/bar", "git", "https://github.com/rsc/foo/bar"}},
45 `<meta name="go-import" content="foo/bar git https://github.com/rsc/foo/bar">
46 <meta name="go-import" content="baz/quux git http://github.com/rsc/baz/quux">`,
48 {"foo/bar", "git", "https://github.com/rsc/foo/bar"},
49 {"baz/quux", "git", "http://github.com/rsc/baz/quux"},
54 <meta name="go-import" content="foo/bar git https://github.com/rsc/foo/bar">
56 []metaImport{{"foo/bar", "git", "https://github.com/rsc/foo/bar"}},
59 `<meta name="go-import" content="foo/bar git https://github.com/rsc/foo/bar">
61 []metaImport{{"foo/bar", "git", "https://github.com/rsc/foo/bar"}}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
pkg_test.go 41 `<meta name="go-import" content="foo/bar git https://github.com/rsc/foo/bar">`,
42 []metaImport{{"foo/bar", "git", "https://github.com/rsc/foo/bar"}},
45 `<meta name="go-import" content="foo/bar git https://github.com/rsc/foo/bar">
46 <meta name="go-import" content="baz/quux git http://github.com/rsc/baz/quux">`,
48 {"foo/bar", "git", "https://github.com/rsc/foo/bar"},
49 {"baz/quux", "git", "http://github.com/rsc/baz/quux"},
54 <meta name="go-import" content="foo/bar git https://github.com/rsc/foo/bar">
56 []metaImport{{"foo/bar", "git", "https://github.com/rsc/foo/bar"}},
59 `<meta name="go-import" content="foo/bar git https://github.com/rsc/foo/bar">
61 []metaImport{{"foo/bar", "git", "https://github.com/rsc/foo/bar"}}
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/
update_external_sources_android.bat 38 where /q git.exe
41 echo git.exe not found
42 echo Git for Windows can be downloaded here: https://git-scm.com/download/win
43 echo Install and ensure git.exe makes it into your PATH
168 git clone https://github.com/KhronosGroup/glslang.git .
169 git checkout %GLSLANG_REVISION%
180 git fetch --all
181 git checkout %GLSLANG_REVISION
    [all...]
  /frameworks/multidex/instrumentation/
Android.mk 24 ASMDI_GIT_VERSION_TAG := `cd $(LOCAL_PATH); git log --format="%H" -n 1 || (echo git hash not available; exit 0)`
29 $(hide) echo "git.version=$(ASMDI_GIT_VERSION_TAG)" > $@
  /frameworks/multidex/library/
Android.mk 22 ASMD_GIT_VERSION_TAG := `cd $(LOCAL_PATH); git log --format="%H" -n 1 || (echo git hash not available; exit 0)`
27 $(hide) echo "git.version=$(ASMD_GIT_VERSION_TAG)" > $@
  /prebuilts/go/darwin-x86/src/internal/syscall/unix/
getrandom_linux.go 27 // See https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=c6e9d6f38894798696f23c8084ca7edbf16ee895
  /prebuilts/go/darwin-x86/src/runtime/
defs3_linux.go 41 // see http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/powerpc/include/uapi/asm/ucontext.h
  /prebuilts/go/linux-x86/src/internal/syscall/unix/
getrandom_linux.go 27 // See https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=c6e9d6f38894798696f23c8084ca7edbf16ee895
  /prebuilts/go/linux-x86/src/runtime/
defs3_linux.go 41 // see http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/powerpc/include/uapi/asm/ucontext.h
  /art/tools/cpp-define-generator/
presubmit-check-files-up-to-date 50 # Repo upload hook runs inside of the top-level git directory.
51 # If we run this script manually, be in the right place for git.
59 # Get version we are about to push into git.
60 git show "$PREUPLOAD_COMMIT:$ASM_SUPPORT_GEN_CHECKED_IN_COPY" > "$PREUPLOAD_COMMIT_COPY" || exit 1
  /external/libdivsufsort/
generate_includes.sh 47 git add android_include/*
  /external/nanopb-c/tools/
make_linux_package.sh 9 VERSION=`git describe --always`-linux-x86
16 git archive HEAD | tar x -C $DEST
  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 38 # Prior to running this script you should git-rm the previous content of the
53 echo "run from the Parameter Framework's git root"
79 # This script must be run from the Parameter Framework's git root.
117 xargs git add || fail "Failed to git-add some necessary ASIO headers"
121 git add COPYING LICENSE_1_0.txt README
123 git rm -f include/asio.hpp || true # it may already have been removed
135 git add README.parameter-framework
  /external/protobuf/jenkins/
pull_request_in_docker.sh 19 git clone /var/local/jenkins/protobuf
64 COPY_FROM_DOCKER=/var/local/git/protobuf/testoutput
  /prebuilts/checkstyle/
checkstyle.py 29 import gitlint.git as git
66 SUBPATH_FOR_TEST_DATA_FILES = _FindFoldersContaining(git.repository_root(),
110 if not git.repository_root():
111 print 'FAILURE: not inside a git repository'
116 commit = git.last_commit()
143 root = git.repository_root()
144 untracked_files = git.modified_files(root, False)
207 modified_lines = git.modified_lines(file_name,
269 root = git.repository_root(
    [all...]
  /device/generic/goldfish/qemud/
Android.mk 4 # development.git/tools/emulator/. The following test is to ensure
  /external/bison/build-aux/
do-release-commit-and-tag 2 # In a git/autoconf/automake-enabled project with a NEWS file and a version-
43 - you use git for version-control
86 branch=$(git branch | sed -ne '/^\* /{s///;p;q;}')
139 case $(git diff-index --name-only HEAD) in
145 curr_br=$(git rev-parse --symbolic-full-name HEAD)
169 | git commit -F - -a || die 'git commit failed'
170 git tag -s -m "$pkg $ver" v$ver HEAD || die 'git tag failed'
  /external/curl/scripts/
contrithanks.sh 38 git log $start..HEAD | \

Completed in 455 milliseconds

1 2 34 5 6 7 8 91011