Home
last modified time | relevance | path

Searched refs:getModuleName (Results 1 – 23 of 23) sorted by relevance

/external/autotest/frontend/client/test/autotest/moblab/
DMoblabTest.java8 public String getModuleName() { in getModuleName() method in MoblabTest
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeCompilandSymbol.cpp56 return Module.getModuleName(); in getName()
DDbiModuleDescriptor.cpp76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h44 StringRef getModuleName() const;
DDbiModuleDescriptorBuilder.h62 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/
DTestDuplicateRegistration.java16 public String getModuleName() { in getModuleName() method in TestDuplicateRegistration.MyModule
DSimpleModuleTest.java163 public String getModuleName() { return "x"; } in getModuleName() method in SimpleModuleTest.ContextVerifierModule
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModInfo.h43 StringRef getModuleName() const;
/external/llvm/lib/DebugInfo/PDB/Raw/
DModInfo.cpp117 StringRef ModInfo::getModuleName() const { return ModuleName; } in getModuleName() function in ModInfo
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestCreatorNullValue.java56 public String getModuleName() { in getModuleName() method in TestCreatorNullValue.TestModule
/external/clang/lib/AST/
DExternalASTSource.cpp39 std::string ExternalASTSource::ASTSourceDescriptor::getModuleName() const { in getModuleName() function in ExternalASTSource::ASTSourceDescriptor
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DModule.java39 public abstract String getModuleName(); in getModuleName() method in Module
DObjectMapper.java799 String name = module.getModuleName(); in registerModule()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DNodeContext2049Test.java139 public String getModuleName() { in objectMapper.registerModule()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp205 Value += ModIter->second->Info.getModuleName().str(); in dumpStreamSummary()
463 P.printString("Name", Modi.Info.getModuleName().str()); in dumpDbiStream()
636 P.printString("Name", M[SC.Imod].Info.getModuleName()); in dumpSectionContribs()
/external/auto/value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/
DGwtSerializerTest.java210 public String getModuleName() { in getModuleName() method in GwtSerializerTest
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/builder/
DBuilderSimpleTest.java249 public String getModuleName() { in getModuleName() method in BuilderSimpleTest.NopModule1557
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/module/
DSimpleModule.java478 public String getModuleName() { in getModuleName() method in SimpleModule
/external/icu/tools/testing/test_harness/src/com/android/icu/tradefed/testtype/
DICU4CTest.java149 public String getModuleName() { in getModuleName() method in ICU4CTest
/external/clang/include/clang/AST/
DExternalASTSource.h162 std::string getModuleName() const;
/external/javassist/src/main/javassist/bytecode/
DConstPool.java2356 public String getModuleName(ConstPool cp) in getModuleName() method in ModuleInfo
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1869 DIB.createCompileUnit(TheCU->getSourceLanguage(), Mod.getModuleName(), in getOrCreateModuleRef()
1881 DBuilder.createModule(Parent, Mod.getModuleName(), ConfigMacros, in getOrCreateModuleRef()
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DJavaInputAstVisitor.java2758 scan(node.getModuleName(), null);