Searched defs:cls (Results 1 – 5 of 5) sorted by relevance
/test/vts/utils/python/coverage/ |
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
|
D | coverage_report_test.py | 34 def setUpClass(cls): argument
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | BusinessLogicExecutor.java | 116 Class cls = Class.forName(className); in invokeMethod() local 158 protected abstract ResolvedMethod getResolvedMethod(Class cls, String methodName, in getResolvedMethod() 167 protected List<Method> getMethodsWithName(Class cls, String name) { in getMethodsWithName()
|
/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()
|
/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | VtsFilePusher.java | 163 Class cls = this.getClass(); in pushFileGroups() local
|