Home
last modified time | relevance | path

Searched refs:cls (Results 1 – 7 of 7) sorted by relevance

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java116 Class cls = Class.forName(className); in invokeMethod() local
117 Object obj = cls.getDeclaredConstructor().newInstance(); in invokeMethod()
118 if (getTestObject() != null && cls.isAssignableFrom(getTestObject().getClass())) { in invokeMethod()
122 ResolvedMethod rm = getResolvedMethod(cls, method.substring(index + 1), args); in invokeMethod()
158 protected abstract ResolvedMethod getResolvedMethod(Class cls, String methodName, in getResolvedMethod() argument
167 protected List<Method> getMethodsWithName(Class cls, String name) { in getMethodsWithName() argument
169 for (Method m : cls.getMethods()) { in getMethodsWithName()
/test/vts/utils/python/coverage/
Dcoverage_report_test.py34 def setUpClass(cls): argument
36 gcno_path = os.path.join(dir_path, cls.GOLDEN_GCNO_PATH)
39 gcda_path = os.path.join(dir_path, cls.GOLDEN_GCDA_PATH)
43 cls.gcno_summary = gcno_summary
Dparser_test.py49 def concat_int(cls, stream, integer): argument
68 def concat_int64(cls, stream, integer): argument
89 def concat_string(cls, stream, string): argument
/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DVtsFilePusher.java163 Class cls = this.getClass(); in pushFileGroups() local
166 Log.w(cls.getSimpleName(), String.format( in pushFileGroups()
172 Log.d(cls.getSimpleName(), in pushFileGroups()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutor.java80 protected ResolvedMethod getResolvedMethod(Class cls, String methodName, String... args) in getResolvedMethod() argument
82 List<Method> nameMatches = getMethodsWithName(cls, methodName); in getResolvedMethod()
/test/vts/testcases/template/mobly/
Dmobly_test.py279 module, cls = module_name.rsplit('.', 1)
280 sys.modules['__main__'].__dict__[cls] = getattr(
281 importlib.import_module(module), cls)
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
Dcheck_setup_cleanup.py95 cls=self.__class__.__name__, props=vars(self))