Searched refs:git_utils (Results 1 - 6 of 6) sorted by relevance

/external/skia/tools/
H A Dadd_codereview_message.py29 import git_utils namespace
64 git = git_utils.git_executable()
76 with git_utils.ChangeGitBranch(branch_name, upstream, verbose):
87 branch_name = git_utils.git_branch_name(verbose)
133 if not git_utils.git_executable():
H A Droll_deps.py35 import git_utils namespace
84 self.git = git_utils.git_executable()
373 branch_name = git_utils.git_branch_name(vsp.verbose)
436 with git_utils.ChangeGitBranch(branch, 'origin/master',
438 branch = git_utils.git_branch_name(config.vsp.verbose)
466 with git_utils.ChangeGitBranch(branch, 'origin/master',
468 branch = git_utils.git_branch_name(config.vsp.verbose)
534 if not git_utils.git_executable():
H A Dgit-sync-deps38 from git_utils import git_executable
/external/chromium_org/third_party/skia/tools/
H A Droll_deps.py35 from common.py.utils import git_utils namespace
182 git_utils.GIT, 'cl', 'try', '-m', 'tryserver.chromium']
211 git_utils.Fetch()
212 output = shell_utils.run([git_utils.GIT, 'show', 'origin/master:DEPS'],
220 master_hash = git_utils.FullHash('origin/master').rstrip()
228 with git_utils.GitBranch(branch, message,
232 branch = git_utils.GetCurrentBranch()
255 with git_utils.GitBranch(branch, message,
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dwritable_expectations.py21 from py.utils import git_utils namespace
33 class WritableExpectations(git_utils.NewGitCheckout):
121 return self._run_in_git_root(args=[git_utils.GIT, 'diff'])
H A Dcompare_rendered_pictures.py27 from py.utils import git_utils namespace
502 args=[git_utils.GIT, 'rev-parse', 'HEAD'], cwd=repo_dir).strip()

Completed in 97 milliseconds