Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java142 Class cls = Class.forName(className); in invokeMethod() local
143 Object obj = cls.getDeclaredConstructor().newInstance(); in invokeMethod()
144 if (getTestObject() != null && cls.isAssignableFrom(getTestObject().getClass())) { in invokeMethod()
148 ResolvedMethod rm = getResolvedMethod(cls, method.substring(index + 1), args); in invokeMethod()
184 protected abstract ResolvedMethod getResolvedMethod(Class cls, String methodName, in getResolvedMethod() argument
193 protected List<Method> getMethodsWithName(Class cls, String name) { in getMethodsWithName() argument
195 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.java159 Class cls = this.getClass(); in pushFileGroups() local
162 Log.w(cls.getSimpleName(), String.format( in pushFileGroups()
168 Log.d(cls.getSimpleName(), in pushFileGroups()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutor.java82 protected ResolvedMethod getResolvedMethod(Class cls, String methodName, String... args) in getResolvedMethod() argument
84 List<Method> nameMatches = getMethodsWithName(cls, methodName); in getResolvedMethod()
/test/suite_harness/common/host-side/tradefed/tests/res/testtype/
DtestJar1.jar ... .String) throws java.io.FileNotFoundException Class cls java.lang.reflect.Constructor cons Object instance ...
/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))
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...