Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 5 of 5) sorted by relevance

/test/vts/utils/python/coverage/
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
Dcoverage_report_test.py34 def setUpClass(cls): argument
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java116 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/
DBusinessLogicHostExecutor.java80 protected ResolvedMethod getResolvedMethod(Class cls, String methodName, String... args) in getResolvedMethod()
/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DVtsFilePusher.java163 Class cls = this.getClass(); in pushFileGroups() local