Home
last modified time | relevance | path

Searched full:main_repo (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/external/autotest/client/common_lib/
Drevision_control_unittest.py19 def __init__(self, main_repo=None): argument
23 If a main_repo is present clone it.
26 @param main_repo: GitRepo representing main.
28 if main_repo is None:
45 main_repo.repodir,
127 main_repo=None variable in RevisionControlUnittest
135 self.main_repo = GitRepoManager()
136 self.dependent_repo = GitRepoManager(self.main_repo)
143 shutil.rmtree(self.main_repo.repodir)
152 self.main_repo._edit()
[all …]
/external/skqp/infra/bots/recipe_modules/checkout/
Dapi.py69 main_repo = self.m.properties['repository']
71 main_repo = 'https://github.com/flutter/engine.git'
72 main_name = self.m.path.basename(main_repo)
82 main.url = main_repo
/external/skia/infra/bots/recipe_modules/checkout/
Dapi.py87 main_repo = self.m.properties['repository']
89 main_repo = 'https://github.com/flutter/engine.git'
90 main_name = self.m.path.basename(main_repo)
100 main.url = main_repo
/external/oss-fuzz/projects/sleuthkit/
Dproject.yaml4 main_repo: 'https://github.com/sleuthkit/sleuthkit'
/external/oss-fuzz/projects/cifuzz-example/
Dproject.yaml9 main_repo: 'https://github.com/jonathanmetzman/cifuzz-example.git'
/external/oss-fuzz/projects/abseil-cpp/
Dproject.yaml4 main_repo: 'https://github.com/abseil/abseil-cpp.git'
/external/oss-fuzz/projects/libchewing/
Dproject.yaml5 main_repo: 'https://github.com/chewing/libchewing.git'
/external/oss-fuzz/projects/mdbtools/
Dproject.yaml4 main_repo: "https://github.com/mdbtools/mdbtools"
/external/oss-fuzz/projects/pycryptodome/
Dproject.yaml4 main_repo: 'https://github.com/Legrandin/pycryptodome.git'
/external/oss-fuzz/projects/libxls/
Dproject.yaml4 main_repo: 'https://github.com/libxls/libxls'
/external/oss-fuzz/projects/readstat/
Dproject.yaml4 main_repo: 'https://github.com/WizardMac/ReadStat'
/external/oss-fuzz/projects/immer/
Dproject.yaml4 main_repo: 'https://github.com/arximboldi/immer.git'
/external/oss-fuzz/projects/resiprocate/
Dproject.yaml4 main_repo: 'https://github.com/resiprocate/resiprocate.git'
/external/oss-fuzz/projects/wxwidgets/
Dproject.yaml4 main_repo: 'https://github.com/wxWidgets/wxWidgets.git'
/external/oss-fuzz/projects/gnupg/
Dproject.yaml4 main_repo: 'git://git.gnupg.org/gnupg.git'
/external/oss-fuzz/projects/hoextdown/
Dproject.yaml4 main_repo: 'https://github.com/kjdev/hoextdown.git'
/external/oss-fuzz/projects/cosign/
Dproject.yaml4 main_repo: "https://github.com/sigstore/cosign"
/external/oss-fuzz/projects/tesseract-ocr/
Dproject.yaml4 main_repo: 'https://github.com/tesseract-ocr/tesseract'
/external/oss-fuzz/projects/kubernetes/
Dproject.yaml8 main_repo: 'https://github.com/kubernetes/kubernetes.git'
/external/oss-fuzz/projects/alembic/
Dproject.yaml6 main_repo: 'https://github.com/alembic/alembic'
/external/oss-fuzz/projects/libcoap/
Dproject.yaml6 main_repo: 'https://github.com/obgm/libcoap.git'
/external/oss-fuzz/projects/libprotobuf-mutator/
Dproject.yaml4 main_repo: 'https://github.com/google/libprotobuf-mutator.git'
/external/oss-fuzz/projects/libgit2/
Dproject.yaml6 main_repo: 'https://github.com/libgit2/libgit2'
/external/oss-fuzz/projects/mtail/
Dproject.yaml8 main_repo: 'https://github.com/google/mtail'
/external/oss-fuzz/projects/tmux/
Dproject.yaml7 main_repo: 'https://github.com/tmux/tmux.git'

12345678910>>...16