HomeSort by relevance Sort by last modified time
    Searched defs:git (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/v8/tools/
test-push-to-trunk.sh 60 EXP[0]="git status -s -uno"
62 EXP[1]="git status -s -b -uno"
64 EXP[2]="git svn fetch"
66 EXP[3]="git branch"
68 EXP[4]="git checkout -b prepare-push-temporary-branch-created-by-script"
70 EXP[5]="git branch"
72 EXP[6]="git branch"
74 EXP[7]="git checkout -b prepare-push svn/bleeding_edge"
76 EXP[8]="git log -1 --format=%H ChangeLog"
78 EXP[9]="git log -1 hash1
184 git() { function
    [all...]
  /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)
  /external/bison/
GNUmakefile 47 _have-git-version-gen := \
48 $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes)
49 ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL))
55 && $(_build-aux)/git-version-gen \
57 $(git-version-gen-tag-sed-script))
  /external/vixl/tools/
presubmit.py 36 import git namespace
193 if not args.nolint and not git.is_git_repository_root():
194 print 'WARNING: This is not a Git repository. The linter will not run.'
209 tracked_files = git.get_tracked_files().split()
244 if git.is_git_repository_root():
245 untracked_files = git.get_untracked_files()
  /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);
  /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...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 508 milliseconds