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

1 2 3 4 56 7 8

  /device/generic/goldfish/gps/
Android.mk 17 # development.git/tools/emulator/. The following test is to ensure
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
README.rst 155 $ git clone git://github.com/boto/boto.git
207 .. _gitflow: http://nvie.com/posts/a-successful-git-branching-model/
  /external/iw/
Makefile 96 $(wildcard .git/index .git/refs/tags)
  /external/libvpx/libvpx/test/
tools_common.sh 69 # Echoes the git hash portion of the VERSION_STRING variable defined in
71 # no git hash is contained in VERSION_STRING.
75 # output the git hash to stdout.
78 # 1. The default case: $vpx_version is a git hash, so echo it unchanged.
86 # Echoes the short form of the current git hash.
88 if git --version > /dev/null 2>&1; then
90 git rev-parse --short HEAD)
92 # Return the config hash if git is unavailable: Fail silently, git hashes
98 # Echoes warnings to stdout when git hash in vpx_config.h does not match th
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 52 # Echoes the git hash portion of the VERSION_STRING variable defined in
54 # no git hash is contained in VERSION_STRING.
58 # output the git hash to stdout.
61 # 1. The default case: $vpx_version is a git hash, so echo it unchanged.
69 # Echoes the short form of the current git hash.
71 if git --version > /dev/null 2>&1; then
73 git rev-parse --short HEAD)
75 # Return the config hash if git is unavailable: Fail silently, git hashes
81 # Echoes warnings to stdout when git hash in vpx_config.h does not match th
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_inspect.py 43 git = mod.StupidGit() variable
82 self.istest(inspect.ismethod, 'git.argue')
153 git.abuse(7, 8, 9)
156 self.istest(inspect.istraceback, 'git.ex[2]')
171 self.assertEqual(len(git.tr), 3)
172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue',
174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam',
176 self.assertEqual(git.tr[2][1:], (modfile, 18, 'eggs',
246 self.assertEqual(inspect.getdoc(git.abuse),
272 self.assertSourceEqual(git.abuse, 29, 39
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_inspect.py 43 git = mod.StupidGit() variable
82 self.istest(inspect.ismethod, 'git.argue')
153 git.abuse(7, 8, 9)
156 self.istest(inspect.istraceback, 'git.ex[2]')
171 self.assertEqual(len(git.tr), 3)
172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue',
174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam',
176 self.assertEqual(git.tr[2][1:], (modfile, 18, 'eggs',
246 self.assertEqual(inspect.getdoc(git.abuse),
272 self.assertSourceEqual(git.abuse, 29, 39
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 43 git = mod.StupidGit() variable
82 self.istest(inspect.ismethod, 'git.argue')
153 git.abuse(7, 8, 9)
156 self.istest(inspect.istraceback, 'git.ex[2]')
171 self.assertEqual(len(git.tr), 3)
172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue',
174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam',
176 self.assertEqual(git.tr[2][1:], (modfile, 18, 'eggs',
246 self.assertEqual(inspect.getdoc(git.abuse),
272 self.assertSourceEqual(git.abuse, 29, 39
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 43 git = mod.StupidGit() variable
82 self.istest(inspect.ismethod, 'git.argue')
153 git.abuse(7, 8, 9)
156 self.istest(inspect.istraceback, 'git.ex[2]')
171 self.assertEqual(len(git.tr), 3)
172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue',
174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam',
176 self.assertEqual(git.tr[2][1:], (modfile, 18, 'eggs',
246 self.assertEqual(inspect.getdoc(git.abuse),
272 self.assertSourceEqual(git.abuse, 29, 39
    [all...]
  /external/bison/build-aux/
gnu-web-doc-update 5 # assumes you're using git for revision control,
104 find_tool GIT git
137 current_branch=$($GIT branch | sed -ne '/^\* /{s///;p;q;}')
143 $GIT checkout "$current_branch"
144 $GIT submodule update --recursive
145 $GIT branch -d $tmp_branch
155 $GIT checkout -b $tmp_branch v$version
156 $GIT submodule update --recursive
  /external/blktrace/
Makefile 65 git-tar-tree HEAD btrace-1.0 > btrace-1.0.tar
  /external/blktrace/doc/
blktrace.tex 52 as part of the following git repository:
54 git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git bt
65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be:
68 % git clone git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git b
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 294 "SDK git repository", sdkPath);
298 File git = sdk.getParentFile(); local
299 File attrsPath = new File(git, "frameworks" + File.separator + "base"
311 checkDir(new File(git, "packages" + File.separator + "apps"), false, attributeMap, seen);
  /external/clang/tools/clang-format/
git-clang-format 3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
13 clang-format git integration
16 This file provides a clang-format integration for git. Put it somewhere in your
17 path and ensure that it is executable. Then, "git clang-format" will invoke
21 git clang-format -h
35 usage = 'git clang-format [OPTIONS] [<commit>] [--] [<file>...]'
42 The following git-config settings set the default of the corresponding option:
50 # This file is created within the .git directory.
166 """Return the git configuration as a dictionary
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urlparse.py 44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
  /prebuilts/gdb/linux-x86/lib/python2.7/
urlparse.py 44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 44 'svn', 'svn+ssh', 'sftp','nfs','git', 'git+ssh']
  /system/core/fastboot/
Android.mk 17 fastboot_version := $(shell git -C $(LOCAL_PATH) rev-parse --short=12 HEAD 2>/dev/null)-android
  /external/bison/
maint.mk 60 GIT = git
61 VC = $(GIT)
102 ifeq ($(VC),$(GIT))
378 # git grep -l '\<exit *(1)' \
382 # git grep -l '\<exit *(0)' \
    [all...]
  /build/core/
product.mk 31 -name .git -prune \
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
Gruntfile.js 7 grunt.loadNpmTasks('grunt-git-status');
143 'git-status': {
  /external/chromium-trace/catapult/tracing/third_party/devscripts/
licensecheck.pl.vanilla 159 (?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|_darcs|\.git|
  /external/v8/tools/vim/
ninja-build.vim 38 fingerprints = ['.git', 'build', 'include', 'samples', 'src', 'testing',
  /external/google-breakpad/autotools/
config.guess 30 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
    [all...]

Completed in 1194 milliseconds

1 2 3 4 56 7 8