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