Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/
DComponentNameMatcher.kt166 var cls = str.substring(sep + 1) in unflattenFromString() variable
167 if (cls.isNotEmpty() && cls[0] == '.') { in unflattenFromString()
168 cls = pkg + cls in unflattenFromString()
170 return ComponentNameMatcher(pkg, cls) in unflattenFromString()
202 var cls = str.substring(sep + 1) in unflattenFromStringWithJunk() variable
204 val clsCharArr = cls.toCharArray() in unflattenFromStringWithJunk()
212 if (!(clsSep < 0 || clsSep + 1 >= cls.length)) { in unflattenFromStringWithJunk()
213 cls = cls.substring(0, clsSep) in unflattenFromStringWithJunk()
216 if (cls.isNotEmpty() && cls[0] == '.') { in unflattenFromStringWithJunk()
217 cls = pkg + cls in unflattenFromStringWithJunk()
[all …]
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java146 Class cls = Class.forName(className); in invokeMethod() local
148 if (getTestObject() != null && cls.isAssignableFrom(getTestObject().getClass())) { in invokeMethod()
154 obj = cls.getDeclaredConstructor().newInstance(); in invokeMethod()
156 ResolvedMethod rm = getResolvedMethod(cls, method.substring(index + 1), args); in invokeMethod()
192 protected abstract ResolvedMethod getResolvedMethod(Class cls, String methodName, in getResolvedMethod() argument
201 protected List<Method> getMethodsWithName(Class cls, String name) { in getMethodsWithName() argument
203 for (Method m : cls.getMethods()) { in getMethodsWithName()
DOWNERS2 per-file ReasonType.java = ape-relpgm-cls@google.com
/platform_testing/libraries/flicker/utils/src/android/tools/
DScenarioBuilder.kt28 fun forClass(cls: String) = apply { testClass = cls } in <lambda>()
/platform_testing/libraries/junitxml/src/com/android/junitxml/
DJUnitXmlRunner.java110 for (Class cls : as) { in calcTestCount()
111 Method[] declaredMethods = cls.getMethods(); in calcTestCount()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/
DLegacyFlickerDecoratorTest.kt191 private fun assertFailProviderMethod(cls: KClass<*>, expectedExceptions: List<String>) { in <lambda>()
193 TestWithParameters("test", TestClass(cls.java), listOf(TestUtils.VALID_ARGS_EMPTY)) in <lambda>()
/platform_testing/tests/bettertogether/betocq/
Dnc_constants.py162 cls, argument
181 field.name for field in dataclasses.fields(cls)
183 test_parameters = cls(