Searched refs:cls (Results 1 – 7 of 7) sorted by relevance
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | BusinessLogicExecutor.java | 116 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/ |
D | coverage_report_test.py | 34 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
|
D | parser_test.py | 49 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/ |
D | VtsFilePusher.java | 163 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/ |
D | BusinessLogicHostExecutor.java | 80 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/ |
D | mobly_test.py | 279 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/ |
D | check_setup_cleanup.py | 95 cls=self.__class__.__name__, props=vars(self))
|