Home
last modified time | relevance | path

Searched refs:getClass (Results 1 – 25 of 31) sorted by relevance

12

/test/suite_harness/tools/dex-tools/test/dex/reader/
DDexFileReaderTests.java58 DexClass class1 = getClass(dexFile, "La/b/c/A;"); in testA()
153 DexClass T0 = getClass(dexFile, "LT0;"); in testT0_T1()
156 DexClass T1 = getClass(dexFile, "LT1;"); in testT0_T1()
177 DexClass A0 = getClass(dexFile, "LA0;"); in testA0()
198 DexClass T3 = getClass(dexFile, "LT3;"); in testA0_T3()
204 DexClass A0 = getClass(dexFile, "LA0;"); in testA0_T3()
219 DexClass G0 = getClass(dexFile, "LG0;"); in testG0()
244 DexClass G1 = getClass(dexFile, "LG1;"); in testG1()
274 DexClass I0 = getClass(dexFile, "LI0;"); in testI0()
298 DexClass Outer0 = getClass(dexFile, "LOuter0;"); in testOuter0()
[all …]
DDexTestsCommon.java93 protected DexClass getClass(DexFile file, String className) { in getClass() method in DexTestsCommon
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleDef.java257 CLog.d("Test: %s", mTest.getClass().getSimpleName()); in run()
275 CLog.d("Cleaner: %s", cleaner.getClass().getSimpleName()); in runPreparerTeardowns()
333 CLog.e("Precondition class %s failed", preparer.getClass().getCanonicalName()); in prepare()
341 String preparerName = preparer.getClass().getCanonicalName(); in runPreparerSetup()
347 CLog.d("Preparer: %s", preparer.getClass().getSimpleName()); in runPreparerSetup()
356 preparer.getClass().getCanonicalName()); in runPreparerSetup()
361 preparer.getClass().getCanonicalName()); in runPreparerSetup()
DCompatibilityTest.java662 String clazz = s.getClass().getCanonicalName(); in shouldIncludeSystemStatusChecker()
678 failures.add(checker.getClass().getCanonicalName()); in runPreModuleCheck()
679 CLog.w("System status checker [%s] failed", checker.getClass().getCanonicalName()); in runPreModuleCheck()
700 failures.add(checker.getClass().getCanonicalName()); in runPostModuleCheck()
701 CLog.w("System status checker [%s] failed", checker.getClass().getCanonicalName()); in runPostModuleCheck()
DJarHostTest.java47 listener.testRunStarted(getClass().getName(), numTests); in run()
DBusinessLogicHostTestBase.java64 String testName = String.format("%s#%s", this.getClass().getName(), methodName); in executeBusinessLogic()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DCtsConfigLoadingTest.java216 if (prep.getClass().isAssignableFrom(ApkInstaller.class)) { in testConfigurationLoad()
223 if (prep.getClass().isAssignableFrom(PreconditionPreparer.class)) { in testConfigurationLoad()
228 config.getName(), prep.getClass())); in testConfigurationLoad()
234 if (!SUPPORTED_CTS_TEST_TYPE.contains(test.getClass().getCanonicalName())) { in testConfigurationLoad()
237 test.getClass().getCanonicalName())); in testConfigurationLoad()
318 if (test.getClass().isAssignableFrom(JarHostTest.class)) { in testConfigurationLoad()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/presubmit/
DVtsConfigLoadingTest.java78 if (!SUPPORTED_VTS_TEST_TYPE.contains(test.getClass().getCanonicalName())) { in testConfigurationLoad()
81 test.getClass().getCanonicalName())); in testConfigurationLoad()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DDeviceInfo.java52 String deviceInfoName = getClass().getSimpleName() + FILE_SUFFIX; in testCollectDeviceInfo()
56 jsonFile = FileUtil.createTempFile(getClass().getSimpleName(), FILE_SUFFIX); in testCollectDeviceInfo()
/test/vts-testcase/hal/usb/gadget/V1_0/host/
DVtsHalUsbGadgetV1_0HostTest.py75 altsetting.getClass(),
78 if altsetting.getClass() == usb_class and \
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DPreconditionPreparer.java60 protected final String mLogTag = getClass().getSimpleName();
84 this.getClass().getName()); in setOption()
DDynamicConfigPusher.java217 InputStream dynamicFileRes = getClass().getResourceAsStream( in getLocalConfigFile()
/test/vts/harnesses/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
DVtsRetryFilterHelperTest.java56 getClass().getResourceAsStream(RESULTS_FILE), invDir, "test_result.xml"); in setUp()
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DVtsVendorConfigFileUtil.java77 InputStream config = getClass().getResourceAsStream(configPath); in LoadVendorConfig()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsSuiteTestJobServlet.java66 private final Logger logger = Logger.getLogger(this.getClass().getName());
98 this.getClass().getClassLoader().getResourceAsStream("keys/" + GCS_KEY_FILE); in init()
DVtsSpreadSheetSyncServlet.java79 this.getClass() in init()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsFuzzTestResultParserTest.java54 InputStream gtestResultStream1 = getClass().getResourceAsStream(File.separator + in readInFile()
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DCrashUtilsTest.java42 getClass().getClassLoader().getResourceAsStream("logcat.txt")))) { in setUp()
DReadElfTest.java298 InputStream input = getClass().getResourceAsStream("/" + fileName); in openResourceAsStream()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DOptionHelper.java42 Field[] classFields = object.getClass().getDeclaredFields(); in getFields()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java118 if (getTestObject() != null && cls.isAssignableFrom(getTestObject().getClass())) { in invokeMethod()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestEntity.java123 if (obj == null || !TestEntity.class.isAssignableFrom(obj.getClass())) { in equals()
DTestSuiteResultEntity.java458 this.getClass() in getLabInfraIssueDescription()
490 this.getClass() in getCrashSecurityDescription()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DBaseServlet.java46 protected final Logger logger = Logger.getLogger(getClass().getName());
/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DVtsFilePusher.java163 Class cls = this.getClass(); in pushFileGroups()

12