Home
last modified time | relevance | path

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

/aosp12/system/linkerconfig/contents/tests/configuration/include/
H A Dmodules.h31 struct Namespace { struct
46 std::map<std::string, Namespace> namespaces; argument
/aosp12/build/soong/android/
H A Dnamespace.go40 func (s *sortedNamespaces) add(namespace *Namespace) {
62 func (s *sortedNamespaces) index(namespace *Namespace) int {
288 func (r *NameResolver) chooseId(namespace *Namespace) {
347 type Namespace struct { struct
348 blueprint.NamespaceMarker
349 Path string
352 importedNamespaceNames []string
354 visibleNamespaces []*Namespace
356 id string
358 exportToKati bool
[all …]
H A Dmodule.go1999 func (e *earlyModuleContext) Namespace() *Namespace { func
/aosp12/system/extras/perf2cfg/
H A Dperf2cfg.py86 def analyze_record_files(args: argparse.Namespace) -> analyze.RecordAnalyzer:
103 args: argparse.Namespace) -> None:
122 args: argparse.Namespace) -> None:
/aosp12/build/blueprint/
H A Dname_interface.go42 type Namespace interface { interface
48 func (m *NamespaceMarker) namespace(Namespace) { argument
121 func (s *SimpleNameInterface) ModuleFromName(moduleName string, namespace Namespace) (group ModuleG…
126 func (s *SimpleNameInterface) Rename(oldName string, newName string, namespace Namespace) (errs []e…
170 func (s *SimpleNameInterface) MissingDependencyError(depender string, dependerNamespace Namespace, …
H A Dmodule_ctx.go474 func (d *baseModuleContext) Namespace() Namespace { func
H A Dcontext.go3090 func (c *Context) moduleGroupFromName(name string, namespace Namespace) *moduleGroup {
/aosp12/frameworks/base/core/java/android/net/
H A DLocalSocketAddress.java32 public enum Namespace { enum in LocalSocketAddress
47 Namespace (int id) { in Namespace() method in LocalSocketAddress.Namespace
/aosp12/system/extras/simpleperf/scripts/test/
H A Ddo_test.py362 def __init__(self, args: argparse.Namespace):
369 def _build_test_devices(self, args: argparse.Namespace) -> List[Device]:
379 def _build_test_options(self, args: argparse.Namespace) -> List[str]:
460 def run_tests_in_child_process(tests: List[str], args: argparse.Namespace) -> bool:
/aosp12/frameworks/base/tools/aapt2/
H A DResourceValues.h374 struct Namespace { struct
375 std::string alias;
376 std::string package_name;
377 bool is_private;
/aosp12/system/extras/simpleperf/scripts/
H A Ddebug_unwind_reporter.py132 def set_filters(self, args: argparse.Namespace):
/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java909 public @interface Namespace {} annotation in KeyProperties
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...