/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/ |
D | GcovKernelCodeCoverageCollectorTest.java | 242 var moduleName = name.getMethodName(); in singleModuleSingleTestRun_returnModuleNamedTar() local 251 var moduleName = name.getMethodName(); in singleModuleMultiTestRun_returnModuleNamedTar() local 275 var moduleName = name.getMethodName(); in mountDebugfsFailure_noTar() local 286 var moduleName = name.getMethodName(); in resetGcovCountsFail_noTar() local 299 var moduleName = name.getMethodName(); in makeTempDirFail_noTar() local 312 var moduleName = name.getMethodName(); in makeGcdaTempDirFail_noTar() local 327 var moduleName = name.getMethodName(); in copyGcovDataFail_noTar() local 342 var moduleName = name.getMethodName(); in tarGcovDataFail_noTar() local 357 var moduleName = name.getMethodName(); in debugfsMountGoneBeforeGather_noTar() local 367 var moduleName = name.getMethodName(); in nullFilePulledFromDevice_noTar() local [all …]
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | HostGTestTest.java | 149 String moduleName = "hello_world_test"; in testLoadFilter() local 179 String moduleName = "hello_world_test"; in testRunTest() local 193 createTestScript(hostLinkedFolder.getAbsolutePath(), moduleName); in testRunTest() local 212 String moduleName = "hello_world_test"; in testRun_priority_get_testcase_from_hostlinked_folder() local 239 String moduleName = "hello_world_test"; in testRun_get_testcase_from_testcases_folder_if_no_hostlinked_dir_set() local 265 String moduleName = "hello_world_test"; in testRun_can_not_find_testcase() local 277 String moduleName = "hello_world_test"; in testRun_withSuffix() local 304 String moduleName = "hello_world_test"; in testBeforeCmdError() local 334 String moduleName = "hello_world_test"; in testTestFailureHandledCorrectly() local 353 String moduleName = "hello_world_test"; in testBothStdoutAndStderrCollected() local [all …]
|
D | GTestBaseTest.java | 72 String moduleName = "test1"; in testGetGTestFilters_default() local 86 String moduleName = "test1"; in testGTestFilters_positive() local 99 String moduleName = "test1"; in testGTestFilters_negative() local 112 String moduleName = "test1"; in testGTestFilters_postive_and_negative() local 167 String moduleName = "test1"; in testGTestFilters_positiveAndSharding() local
|
D | GTestListenerTest.java | 53 String moduleName = "testNoDuplicateTest"; in testNoDuplicateTests() local 89 String moduleName = "testWithDuplicateTests"; in testDuplicateTestsFailsWithOptionEnabled() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | KernelModuleUtils.java | 50 String moduleName = sepPos == -1 ? fullPath : fullPath.substring(sepPos + 1); in getDisplayedModuleName() local 119 String moduleName = getDisplayedModuleName(modulePath); in installModule() local 145 public static CommandResult removeSingleModule(ITestDevice device, String moduleName) in removeSingleModule() 167 public static CommandResult removeModuleWithDependency(ITestDevice device, String moduleName) in removeModuleWithDependency()
|
D | BundletoolUtil.java | 135 String moduleName = helperArray[helperArray.length - 2]; in extractSplitsFromApks() local
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | DmesgModuleInfoItem.java | 52 public void setModuleName(String moduleName) { in setModuleName() 67 public void setModuleCount(String moduleName) { in setModuleCount()
|
/tools/tradefederation/core/src/com/android/tradefed/result/skipped/ |
D | SkipContext.java | 41 public boolean shouldSkipModule(String moduleName) { in shouldSkipModule()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleSplitter.java | 117 String moduleName, in createAndAddModule() 223 String moduleName, in addModuleToListFromSingleTest()
|
D | TestMappingSuiteRunner.java | 275 String moduleName = entry.getKey().replace(String.format("%s ", abi.getName()), ""); in loadTests() local 526 Set<TestInfo> getTestInfos(Set<TestInfo> testInfos, String moduleName) { in getTestInfos()
|
D | BaseTestSuite.java | 601 String moduleName = mod.getName().replace(".config", ""); in setupFilters() local 678 private static void checkFilters(Set<String> filters, String moduleName) { in checkFilters()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/ |
D | SuiteModuleLoaderTest.java | 156 private void createModuleConfig(String moduleName) throws IOException { in createModuleConfig() 161 private void createNotMultiAbiModuleConfig(String moduleName) throws IOException { in createNotMultiAbiModuleConfig() 166 private void createInstantModuleConfig(String moduleName) throws IOException { in createInstantModuleConfig() 171 private void createFoldableModuleConfig(String moduleName) throws IOException { in createFoldableModuleConfig() 176 private void createMainlineModuleConfig(String moduleName) throws IOException { in createMainlineModuleConfig()
|
/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/ |
D | TestMappingsValidation.java | 340 String moduleName = testInfo.getName(); in testValidateTestEntry() local 399 String moduleName = testInfo.getName(); in testTestSuiteSetting() local 664 private Set<TestInfo> getTestInfos(String moduleName, String testGroup) { in getTestInfos()
|
D | HostUnitTestsConfigValidation.java | 216 String moduleName = FileUtil.getBaseName(new File(configName).getName()); in getErrors() local
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | DynamicShardHelper.java | 129 String moduleName = moduleDef.getId(); in shardConfig() local
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/util/ |
D | SearchArtifactUtil.java | 305 String moduleName = singleton.findModuleName(); in findFile() local 439 public static File findModuleDir(String moduleName, boolean targetFirst) { in findModuleDir()
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | CodeCoverageCollector.java | 305 String moduleName = Strings.nullToEmpty(getModuleName()); in generateJavaMeasurementFileName() local 381 String moduleName = Strings.nullToEmpty(getModuleName()); in generateNativeMeasurementFileName() local
|
D | ClangCodeCoverageCollector.java | 143 String moduleName = Strings.nullToEmpty(getModuleName()); in generateMeasurementFileName() local
|
D | JavaCodeCoverageCollector.java | 242 String moduleName = Strings.nullToEmpty(getModuleName()); in generateMeasurementFileName() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | NativeStressTest.java | 97 public void setModuleName(String moduleName) { in setModuleName()
|
D | NativeBenchmarkTest.java | 120 public void setModuleName(String moduleName) { in setModuleName()
|
D | HostGTest.java | 345 String moduleName = getTestModule(); in run() local
|
D | GTest.java | 248 String moduleName = getTestModule(); in shouldRunFile() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/suite/ |
D | AtestRunner.java | 180 String moduleName = canonicalizeConfigName(filter.substring(0, moduleSep)); in getIncludeFilters() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/ |
D | RustBinaryTest.java | 111 String moduleName = getTestModule(); in shouldSkipFile() local
|