Home
last modified time | relevance | path

Searched refs:Namespace (Results 1 – 20 of 20) sorted by relevance

/build/soong/android/
Dnamespace.go40 items []*Namespace
44 func (s *sortedNamespaces) add(namespace *Namespace) {
53 func (s *sortedNamespaces) sortedItems() []*Namespace {
66 func (s *sortedNamespaces) index(namespace *Namespace) int {
79 rootNamespace *Namespace
91 namespaceExportFilter func(*Namespace) bool
111 namespaceExportFilter := func(namespace *Namespace) bool {
120 r.rootNamespace.visibleNamespaces = []*Namespace{r.rootNamespace}
126 func (r *NameResolver) newNamespace(path string) *Namespace {
148 func (r *NameResolver) addNamespace(namespace *Namespace) (err error) {
[all …]
Dearly_module_context.go95 Namespace() *Namespace methodSpec
171 func (e *earlyModuleContext) Namespace() *Namespace { func
172 return e.EarlyModuleContext.Namespace().(*Namespace)
Dmodule.go1669 namespacePrefix := ctx.Namespace().id
/build/blueprint/
Dname_interface.go43 type Namespace interface { interface
44 namespace(Namespace) argument
49 func (m *NamespaceMarker) namespace(Namespace) {
56 …NewModule(ctx NamespaceContext, group ModuleGroup, module Module) (namespace Namespace, err []erro…
62 ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool) argument
65 …SkippedModuleFromName(moduleName string, namespace Namespace) (skipInfos []SkippedModuleInfo, skip… argument
69 …MissingDependencyError(depender string, dependerNamespace Namespace, depName string, guess []strin… argument
72 Rename(oldName string, newName string, namespace Namespace) []error argument
78 GetNamespace(ctx NamespaceContext) (namespace Namespace)
124 …Module(ctx NamespaceContext, group ModuleGroup, module Module) (namespace Namespace, err []error) {
[all …]
Dmodule_ctx.go198 Namespace() Namespace methodSpec
490 func (d *baseModuleContext) Namespace() Namespace { func
Dcontext.go308 namespace Namespace
413 func (module *moduleInfo) namespace() Namespace {
3559 func (c *Context) moduleGroupFromName(name string, namespace Namespace) *moduleGroup {
/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
100 if x != nil && x.Namespace != nil {
101 return *x.Namespace
Dbuild_flags_src.pb.go159 Namespace *string `protobuf:"bytes,2,opt,name=namespace" json:"namespace,omitempty"` member
211 if x != nil && x.Namespace != nil {
212 return *x.Namespace
Dbuild_flags_declarations.proto47 // Namespace the flag belongs to (required)
Dbuild_flags_src.proto63 // Namespace the flag belongs to (required)
/build/make/ci/
Dbuild_test_suites.py57 args: argparse.Namespace, argument
118 def parse_args(argv: list[str]) -> argparse.Namespace:
Dbuild_test_suites_test.py331 args: argparse.Namespace = None, argument
363 ) -> argparse.Namespace:
/build/soong/cmd/release_config/release_config_lib/
Drelease_configs.go187 Namespace: proto.String("android_UNKNOWN"),
289 if flagDeclaration.Namespace == nil {
290 flagDeclaration.Namespace = proto.String("android_UNKNOWN")
Dflag_artifact.go100 ret.Namespace = proto.String(namespace)
Drelease_config.go349 addVar(name, "NAMESPACE", *decl.Namespace)
/build/soong/cc/ndkstubgen/
D__init__.py88 def parse_args() -> argparse.Namespace:
/build/make/tools/aconfig/aconfig_protos/protos/
Daconfig.proto77 // Namespace the flag belongs to (required)
162 // Namespace the flag belongs to (required)
/build/bazel/rules/cc/
Dcc_xsd_config_library.bzl140 doc = "Namespace to use in the generated .cpp file",
/build/soong/cmd/release_config/crunch_flags/
Dmain.go131 Namespace: proto.String(namespace),
/build/soong/java/
Ddex.go454 proguardUsage := proguardUsageDir.Join(ctx, ctx.Namespace().Path,