OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:installable_object
(Results
1 - 5
of
5
) sorted by null
/external/autotest/server/
kernel.py
10
from autotest_lib.server import
installable_object
13
class Kernel(
installable_object
.InstallableObject):
hypervisor.py
17
import
installable_object
20
class Hypervisor(
installable_object
.InstallableObject):
git.py
11
from autotest_lib.server import utils,
installable_object
14
class InstallableGitRepo(
installable_object
.InstallableObject):
site_autotest.py
12
from autotest_lib.server import
installable_object
, autoserv_parser
22
class SiteAutotest(
installable_object
.InstallableObject):
29
installable_object
.InstallableObject.get(self, location)
autotest.py
6
from autotest_lib.server import
installable_object
, prebuild, utils
60
class BaseAutotest(
installable_object
.InstallableObject):
[
all
...]
Completed in 364 milliseconds