Home
last modified time | relevance | path

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

/build/soong/android/
Dnamespace.go392 type Namespace struct { struct
393 blueprint.NamespaceMarker
394 Path string
397 importedNamespaceNames []string
399 visibleNamespaces []*Namespace
401 id string
403 exportToKati bool
405 moduleContainer blueprint.NameInterface
Dearly_module_context.go100 Namespace() *Namespace methodSpec
187 func (e *earlyModuleContext) Namespace() *Namespace { func
/build/blueprint/
Dname_interface.go44 type Namespace interface { interface
45 namespace(Namespace) argument
63 ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool)
66 …SkippedModuleFromName(moduleName string, namespace Namespace) (skipInfos []SkippedModuleInfo, skip…
70 …MissingDependencyError(depender string, dependerNamespace Namespace, depName string, guess []strin…
73 Rename(oldName string, newName string, namespace Namespace) []error
Dmodule_ctx.go229 Namespace() Namespace methodSpec
544 func (d *baseModuleContext) Namespace() Namespace { func
/build/make/ci/
Dbuild_test_suites.py66 args: argparse.Namespace,
Doptimized_targets.py46 args: argparse.Namespace,
Dbuild_test_suites_test.py431 args: argparse.Namespace = None,
/build/soong/cmd/release_config/release_config_proto/
Dbuild_flags_declarations.pb.go48 Namespace *string `protobuf:"bytes,2,opt,name=namespace" json:"namespace,omitempty"` member
Dbuild_flags_src.pb.go229 Namespace *string `protobuf:"bytes,2,opt,name=namespace" json:"namespace,omitempty"` member
/build/soong/fsgen/
Dfsgen_mutators.go48 Namespace string member