OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_branch
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/site_tests/platform_Crouton/
platform_Crouton.py
22
self.
_branch
= "master"
30
self.
_branch
= value
42
logging.info(" - branch: %s", self.
_branch
);
50
% (self._repo, self.
_branch
)
/external/skia/infra/bots/
utils.py
86
self.
_branch
= None
103
self.
_branch
= '_tmp_%s' % uuid.uuid4()
104
subprocess.check_call([GIT, 'checkout', '-b', self.
_branch
,
113
subprocess.check_call([GIT, 'branch', '-D', self.
_branch
])
/external/skqp/infra/bots/
utils.py
86
self.
_branch
= None
103
self.
_branch
= '_tmp_%s' % uuid.uuid4()
104
subprocess.check_call([GIT, 'checkout', '-b', self.
_branch
,
113
subprocess.check_call([GIT, 'branch', '-D', self.
_branch
])