Home | History | Annotate | Download | only in test_defs

Lines Matching refs:def

27   def __init__(self):
37 def GetName(self):
40 def SetName(self, name):
44 def GetBuildPath(self):
48 def SetBuildPath(self, build_path):
52 def GetBuildDependencies(self, options):
56 def SetBuildDependencies(self, build_dependencies):
60 def IsContinuous(self):
64 def SetContinuous(self, continuous):
68 def GetSuite(self):
72 def SetSuite(self, suite):
76 def GetDescription(self):
80 def SetDescription(self, desc):
84 def GetExtraBuildArgs(self):
88 def SetExtraBuildArgs(self, build_args):
92 def IsFullMake(self):
95 def SetIsFullMake(self, full_make):
99 def Run(self, options, adb):
112 def __init__(self, test_root_path, build_path):
123 def GetBuildPath(self):
126 def GetTestsRootPath(self):
129 def CreateTests(self, sub_tests_path=None):