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

  /external/deqp/scripts/src_util/
common.py 90 def git (*args): function
91 process = subprocess.Popen(['git'] + list(args), cwd=getProjectPath(), stdout=subprocess.PIPE)
102 output = git('diff', '--cached', '--name-only', '-z', '--diff-filter=ACMR')
107 output = git('ls-files', '--cached', '-z')
pre_commit.py 31 def git(*args, **kwargs): function
32 return subprocess.check_output(['git'] + list(args), **kwargs)
35 output = git('diff', '--cached', '--name-only', '-z', '--diff-filter='+filter)
40 head = git('rev-parse', '--verify', 'HEAD', stderr=None)
62 allownonascii = git('config', '--get', '--bool', 'hooks.allownonascii')
77 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))
  /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/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...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 406 milliseconds