Home
last modified time | relevance | path

Searched defs:NewModule (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/build/blueprint/
H A Dname_interface.go56NewModule(ctx NamespaceContext, group ModuleGroup, module Module) (namespace Namespace, err []erro… methodSpec
124 func (s *SimpleNameInterface) NewModule(ctx NamespaceContext, group ModuleGroup, module Module) (na… func
/aosp_15_r20/external/guice/core/test/com/google/inject/util/
H A DOverrideModuleTest.java598 static class NewModule<T> extends AbstractModule { class in OverrideModuleTest
601 NewModule(T bound) { in NewModule() method in OverrideModuleTest.NewModule
/aosp_15_r20/external/pytorch/test/package/package_a/
H A Dfake_interface.py24 class NewModule(torch.nn.Module): class
/aosp_15_r20/build/soong/android/
H A Dnamespace.go195 func (r *NameResolver) NewModule(ctx blueprint.NamespaceContext, moduleGroup blueprint.ModuleGroup,… func
/aosp_15_r20/external/clang/lib/Serialization/
H A DModuleManager.cpp89 bool NewModule = false; in addModule() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp216 auto* NewModule = NewFunc->getParent(); in CloneFunctionInto() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp290 auto *NewModule = NewFunc->getParent(); in CloneFunctionInto() local
/aosp_15_r20/external/llvm/tools/gold/
H A Dgold-plugin.cpp1194 std::unique_ptr<llvm::Module> NewModule(new llvm::Module(Name, Context)); in thinLTOBackendTask() local
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_module_interface.py36 class NewModule(nn.Module): class
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go375 func NewModule(name string) (m Module) { func
382 func (c Context) NewModule(name string) (m Module) { func