Home
last modified time | relevance | path

Searched defs:git (Results 1 – 16 of 16) sorted by relevance

/external/syzkaller/pkg/vcs/
Dgit.go22 type git struct { struct
23 os string
24 vm string
25 dir string
36 func (git *git) Poll(repo, branch string) (*Commit, error) {
68 func (git *git) CheckoutBranch(repo, branch string) (*Commit, error) {
86 func (git *git) CheckoutCommit(repo, commit string) (*Commit, error) {
101 func (git *git) SwitchCommit(commit string) (*Commit, error) {
109 func (git *git) clone(repo, branch string) error {
122 func (git *git) initRepo() error {
[all …]
Dakaros.go13 git *git member
/external/skia/tools/
Dgit-sync-deps76 def git_repository_sync_is_disabled(git, directory): argument
85 def is_git_toplevel(git, directory): argument
111 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument
/external/skqp/tools/
Dgit-sync-deps76 def git_repository_sync_is_disabled(git, directory): argument
85 def is_git_toplevel(git, directory): argument
111 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument
/external/v8/tools/node/
Dfetch_deps.py46 def git(args): function
/external/deqp/scripts/src_util/
Dcommon.py90 def git (*args): function
Dpre_commit.py31 def git(*args, **kwargs): function
/external/skia/infra/bots/recipe_modules/checkout/
Dapi.py20 def git(self, checkout_root): member in CheckoutApi
/external/skqp/infra/bots/recipe_modules/checkout/
Dapi.py20 def git(self, checkout_root): member in CheckoutApi
/external/lz4/tests/
Dtest-lz4-versions.py40 def git(args, pipe=True): function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/git-svn/
Dgit-llvm132 def git(*cmd, **kwargs): function
/external/curl/docs/
DINTERNALS.md54 git chapter
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_param_resolver_local.cc470 for (const auto& git : gdm) { in CompleteDefaultRanking() local
/external/python/cpython2/Lib/test/
Dtest_inspect.py47 git = mod.StupidGit() variable
/external/grpc-grpc/tools/run_tests/
Drun_tests.py1483 def git(cmd, cwd=cwd): function
/external/python/cpython3/Lib/test/
Dtest_inspect.py58 git = mod.StupidGit() variable