/external/okhttp/okhttp-hpacktests/ |
README.md | 5 implementation. The HPACK test cases are in a separate git submodule, so to 8 git submodule init 9 git submodule update 14 * Add maven goal to avoid manual call to git submodule init. 15 * Make hpack-test-case update itself from git, and run new tests.
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
vcs_test.go | 44 "hub.jazz.net/git/user1/pkgname", 47 repo: "https://hub.jazz.net/git/user1/pkgname", 51 "hub.jazz.net/git/user1/pkgname/submodule/submodule/submodule", 54 repo: "https://hub.jazz.net/git/user1/pkgname", 75 "hub.jazz.net/git/User 1/pkgname", 79 "hub.jazz.net/git/user1/pkg name", 84 "hub.jazz.net/git/user.1/pkgname", 88 "hub.jazz.net/git/user/pkg.name", 91 repo: "https://hub.jazz.net/git/user/pkg.name", 96 "hub.jazz.net/git/USER/pkgname" [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
vcs_test.go | 44 "hub.jazz.net/git/user1/pkgname", 47 repo: "https://hub.jazz.net/git/user1/pkgname", 51 "hub.jazz.net/git/user1/pkgname/submodule/submodule/submodule", 54 repo: "https://hub.jazz.net/git/user1/pkgname", 75 "hub.jazz.net/git/User 1/pkgname", 79 "hub.jazz.net/git/user1/pkg name", 84 "hub.jazz.net/git/user.1/pkgname", 88 "hub.jazz.net/git/user/pkg.name", 91 repo: "https://hub.jazz.net/git/user/pkg.name", 96 "hub.jazz.net/git/USER/pkgname" [all...] |
/external/dagger2/util/ |
generate-latest-docs.sh | 12 git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/google/dagger gh-pages > /dev/null 15 git config --global user.email "travis@travis-ci.org" 16 git config --global user.name "travis-ci" 17 git rm -rf api/latest 20 git add -f api/latest 21 git commit -m "Lastest javadoc on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to gh-pages" 22 git push -fq origin gh-pages > /dev/null
|
/external/deqp/framework/qphelper/ |
CMakeLists.txt | 46 elseif (EXISTS "${CMAKE_SOURCE_DIR}/.git") 50 message(STATUS "Using git revision as release identifier") 53 COMMAND ${PYTHON_BIN} -B ${CMAKE_CURRENT_SOURCE_DIR}/gen_release_info.py --git --out=${CMAKE_CURRENT_BINARY_DIR}/qpReleaseInfo.inl 54 DEPENDS gen_release_info.py ${CMAKE_SOURCE_DIR}/.git/HEAD ${CMAKE_SOURCE_DIR}/.git/index) # \note HEAD updated only when changing branches 55 add_custom_target(git-rel-info DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/qpReleaseInfo.inl) 56 add_dependencies(qphelper git-rel-info)
|
/external/tinycompress/ |
README | 17 Git: git clone git://git.alsa-project.org/tinycompress.git 18 Http: http://git.alsa-project.org/?p=tinycompress.git
|
/cts/tests/tests/security/src/android/security/cts/ |
NativeCodeTest.java | 29 + "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/" 36 + "at http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/" 48 + "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/" 72 + "https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=75cf667b7fac08a7b21694adca7dff (…) [all...] |
/external/autotest/client/tests/kvm/ |
unittests.cfg.sample | 52 - git: 53 mode = git 54 user_git_repo = git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git 57 test_git_repo = git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git 70 only build.git unittest
|
/external/okhttp/ |
deploy_website.sh | 5 REPO="git@github.com:square/okhttp.git" 15 git clone $REPO $DIR 21 git checkout -t origin/gh-pages 45 # Stage all files in git and create a commit 46 git add . 47 git add -u 48 git commit -m "Website at $(date)" 51 git push origin gh-pages
|
/external/v8/tools/release/ |
test_scripts.py | 456 self.Expect([Cmd("git --version", "git version 1.2.3"), 457 Cmd("git dummy", "")]) 458 self.assertEquals("git version 1.2.3", self.MakeStep().Git("--version")) 459 self.assertEquals("", self.MakeStep().Git("dummy")) 463 Cmd("git status -s -uno", ""), 464 Cmd("git checkout -f origin/master", ""), 465 Cmd("git fetch", ""), 466 Cmd("git branch", " branch1\n* %s" % TEST_CONFIG["BRANCHNAME"]) [all...] |
/external/libusb-compat/ |
Makefile.am | 18 git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
|
/external/rootdev/ |
README.chromium | 3 Inspired by git://git.debian.org/~lamont/util-linux.git / 717db2c8177203fe242ea35b31bc312abe9aa3c9
|
/external/tcpdump/ |
.travis.yml | 8 - if [ $BUILD_LIBPCAP == "true" ]; then ( cd ../ && git clone git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure && make ); else sudo apt-get install libpcap-dev; fi
|
/ndk/sources/cxx-stl/llvm-libc++/tools/ |
upgrade-upstream.sh | 116 echo "Creating git repository and 'master' branch." 117 run git init 123 run git add . 124 run git add -f .gitignore 125 run git commit -m "upstream @$REVISION" 128 run git branch ndk master 129 run git checkout ndk 133 run git am "$NDK_LIBCXX_DIR"/patches.android/* 142 run git checkout master 143 run git tag revision-$REVISION HEA [all...] |
/development/tools/mkstubs/.idea/ |
vcs.xml | 4 <mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
|
/development/tools/rmtypedefs/.idea/ |
vcs.xml | 5 <mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
|
/external/androidplot/.idea/ |
vcs.xml | 4 <mapping directory="$PROJECT_DIR$" vcs="Git" />
|
/external/autotest/client/tests/real_time_tests/ |
real_time_tests.py | 8 # http://git.kernel.org/?p=linux/kernel/git/galak/ltp.git;a=tree;f=testcases/realtime 9 def setup(self, tarball = 'realtime-latest-git-snapshot.tar.bz2'):
|
/external/dbus/ |
README.cygwin | 2 dbus git repository since 1.3.1.
|
/external/e2fsprogs/util/ |
all.exclude | 1 .git
|
/external/harfbuzz_ng/test/ |
Makefile.am | 9 -include $(top_srcdir)/git.mk
|
/external/libweave/ |
.clang-format | 3 # Usage: git clang-format -f m/master --style=file
|
/external/llvm/utils/ |
GetRepositoryPath | 19 elif [ -f .git/svn/.metadata ]; then 20 git svn info | grep 'URL:' | cut -d: -f2- 21 elif [ -d .git ]; then 22 git remote -v | grep 'fetch' | awk '{ print $2 }' | head -n1
|
GetSourceVersion | 19 elif [ -f .git/svn/.metadata ]; then 20 git svn info | grep 'Revision:' | cut -d: -f2- 21 elif [ -d .git ]; then 22 git log -1 --pretty=format:%H
|
/external/robolectric/.idea/ |
vcs.xml | 7 <mapping directory="" vcs="Git" />
|