Searched defs:git (Results 1 - 10 of 10) sorted by relevance

/external/deqp/scripts/src_util/
H A Dcommon.py90 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')
H A Dpre_commit.py31 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/lz4/tests/
H A Dtest-lz4-versions.py18 repo_url = 'https://github.com/lz4/lz4.git'
21 git_cmd = 'git'
40 def git(args, pipe=True): function
44 stdout, stderr = git(['tag', '-l', 'r[0-9][0-9][0-9]'])
46 stdout, stderr = git(['tag', '-l', 'v[1-9].[0-9].[0-9]'])
65 git(['clone', repo_url, clone_dir])
85 git(['--work-tree=' + r_dir, 'checkout', tag, '--', '.'], False)
/external/vixl/tools/
H A Dclang_format.py39 import git namespace
H A Dlint.py41 import git namespace
199 if git.is_git_repository_root(config.dir_root):
200 files = git.get_tracked_files().split()
H A Dtest.py31 import git namespace
/external/toolchain-utils/cros_utils/
H A Dmisc.py27 command = ('git ls-remote '
28 'https://chromium.googlesource.com/chromiumos/manifest.git')
321 """Return True if git repository has staged changes."""
322 command = 'cd {0} && git diff --quiet --cached --exit-code HEAD'.format(
329 """Return True if git repository has un-staged changes."""
330 command = 'cd {0} && git diff --quiet --exit-code HEAD'.format(git_dir)
336 """Return True if git repository has un-tracked changes."""
338 '$(git ls-files --exclude-standard --others)').format(git_dir)
344 """Return githash for the symbolic git commit.
347 "cros/gcc.gnu.org/branches/gcc/gcc-4_8-mobile, this function returns the git
472 from lib import git namespace
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_inspect.py46 git = mod.StupidGit() variable
85 self.istest(inspect.ismethod, 'git.argue')
156 git.abuse(7, 8, 9)
159 self.istest(inspect.istraceback, 'git.ex[2]')
174 self.assertEqual(len(git.tr), 3)
175 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue',
177 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam',
179 self.assertEqual(git.tr[2][1:], (modfile, 18, 'eggs',
264 self.assertEqual(inspect.getdoc(git.abuse),
290 self.assertSourceEqual(git
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_inspect.py61 git = mod.StupidGit() variable
126 self.istest(inspect.ismethod, 'git.argue')
240 git.abuse(7, 8, 9)
243 self.istest(inspect.istraceback, 'git.ex[2]')
266 self.assertEqual(len(git.tr), 3)
267 self.assertEqual(revise(*git.tr[0][1:]),
269 self.assertEqual(revise(*git.tr[1][1:]),
271 self.assertEqual(revise(*git.tr[2][1:]),
359 self.assertEqual(inspect.getdoc(git.abuse),
411 self.assertSourceEqual(git
[all...]
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 1749 milliseconds