Searched refs:getModuleName (Results 1 – 13 of 13) sorted by relevance
170 public String getModuleName() { in getModuleName() method in ConfigurationDescriptor247 if (!protoDescriptor.getModuleName().isEmpty()) { in fromProto()248 configDescriptor.mModuleName = protoDescriptor.getModuleName(); in fromProto()
78 StringBuilder testName = new StringBuilder(configDescriptor.getModuleName()); in getAtestInstruction()100 configDescriptor.getModuleName(), optionDef.name)); in getAtestInstruction()
77 assertEquals("test", descriptor.getModuleName()); in testSerialization()82 assertEquals("test", desc.getModuleName()); in testSerialization()
176 if (testsInTestMapping.containsKey(configDescriptor.getModuleName())) { in loadTests()179 testsInTestMapping.get(configDescriptor.getModuleName())); in loadTests()
177 if (configDescriptor.getModuleName() != null) { in ModuleDefinition()179 MODULE_NAME, configDescriptor.getModuleName()); in ModuleDefinition()
45 CLog.d("Skipping module %s because it is only applicable to automotive.", getModuleName()); in shouldRun()
72 public final String getModuleName() { in getModuleName() method in BaseModuleController
67 getModuleName(), in shouldRun()
58 getModuleName()); in shouldRun()
107 public String getModuleName() { in getModuleName() method in NativeStressTest
109 public String getModuleName() { in getModuleName() method in GoogleBenchmarkTest
128 public String getModuleName() { in getModuleName() method in NativeBenchmarkTest
183 public String getModuleName() { in getModuleName() method in GTestBase