/test/suite_harness/tools/dex-tools/test/dex/reader/ |
D | DexFileReaderTests.java | 58 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 …]
|
D | DexTestsCommon.java | 93 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/ |
D | ModuleDef.java | 257 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()
|
D | CompatibilityTest.java | 662 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()
|
D | JarHostTest.java | 47 listener.testRunStarted(getClass().getName(), numTests); in run()
|
D | BusinessLogicHostTestBase.java | 64 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/ |
D | CtsConfigLoadingTest.java | 216 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/ |
D | VtsConfigLoadingTest.java | 78 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/ |
D | DeviceInfo.java | 52 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/ |
D | VtsHalUsbGadgetV1_0HostTest.py | 75 altsetting.getClass(), 78 if altsetting.getClass() == usb_class and \
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | PreconditionPreparer.java | 60 protected final String mLogTag = getClass().getSimpleName(); 84 this.getClass().getName()); in setOption()
|
D | DynamicConfigPusher.java | 217 InputStream dynamicFileRes = getClass().getResourceAsStream( in getLocalConfigFile()
|
/test/vts/harnesses/tradefed/tests/src/com/android/compatibility/common/tradefed/util/ |
D | VtsRetryFilterHelperTest.java | 56 getClass().getResourceAsStream(RESULTS_FILE), invDir, "test_result.xml"); in setUp()
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/ |
D | VtsVendorConfigFileUtil.java | 77 InputStream config = getClass().getResourceAsStream(configPath); in LoadVendorConfig()
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsSuiteTestJobServlet.java | 66 private final Logger logger = Logger.getLogger(this.getClass().getName()); 98 this.getClass().getClassLoader().getResourceAsStream("keys/" + GCS_KEY_FILE); in init()
|
D | VtsSpreadSheetSyncServlet.java | 79 this.getClass() in init()
|
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/ |
D | VtsFuzzTestResultParserTest.java | 54 InputStream gtestResultStream1 = getClass().getResourceAsStream(File.separator + in readInFile()
|
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
D | CrashUtilsTest.java | 42 getClass().getClassLoader().getResourceAsStream("logcat.txt")))) { in setUp()
|
D | ReadElfTest.java | 298 InputStream input = getClass().getResourceAsStream("/" + fileName); in openResourceAsStream()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | OptionHelper.java | 42 Field[] classFields = object.getClass().getDeclaredFields(); in getFields()
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | BusinessLogicExecutor.java | 118 if (getTestObject() != null && cls.isAssignableFrom(getTestObject().getClass())) { in invokeMethod()
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | TestEntity.java | 123 if (obj == null || !TestEntity.class.isAssignableFrom(obj.getClass())) { in equals()
|
D | TestSuiteResultEntity.java | 458 this.getClass() in getLabInfraIssueDescription() 490 this.getClass() in getCrashSecurityDescription()
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | BaseServlet.java | 46 protected final Logger logger = Logger.getLogger(getClass().getName());
|
/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | VtsFilePusher.java | 163 Class cls = this.getClass(); in pushFileGroups()
|