OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_default_build
(Results
1 - 2
of
2
) sorted by null
/external/autotest/site_utils/
test_push_unittest.py
46
self.mox.StubOutWithMock(test_push, '
get_default_build
')
47
test_push.
get_default_build
(mox.IgnoreArg(), mox.IgnoreArg()).AndReturn(
49
test_push.
get_default_build
(mox.IgnoreArg(), mox.IgnoreArg()).AndReturn(
test_push.py
131
def
get_default_build
(devserver=None, board='stumpy'):
function
196
arguments.build =
get_default_build
(arguments.devserver,
199
arguments.shard_build =
get_default_build
(arguments.devserver,
Completed in 84 milliseconds