Home
last modified time | relevance | path

Searched defs:namespaces (Results 1 – 18 of 18) sorted by relevance

/system/linkerconfig/modules/tests/
Dsection_test.cc97 std::vector<Namespace> namespaces; in TEST() local
115 std::vector<Namespace> namespaces; in TEST() local
126 std::vector<Namespace> namespaces; in TEST() local
156 std::vector<Namespace> namespaces; in TEST() local
174 std::vector<Namespace> namespaces; in TEST() local
188 std::vector<Namespace> namespaces; in TEST() local
211 std::vector<Namespace> namespaces; in TEST() local
Dapex_test.cc88 std::vector<Namespace> namespaces; in TEST() local
/system/linkerconfig/contents/section/
Dpostinstall.cc37 std::vector<Namespace> namespaces; in BuildPostInstallSection() local
Dvendor.cc35 std::vector<Namespace> namespaces; in BuildVendorSection() local
Dproduct.cc35 std::vector<Namespace> namespaces; in BuildProductSection() local
Drecovery.cc29 std::vector<Namespace> namespaces; in BuildRecoverySection() local
Dapexart.cc33 std::vector<Namespace> namespaces; in BuildApexArtSection() local
Dsystem.cc33 std::vector<Namespace> namespaces; in BuildSystemSection() local
Dlegacy.cc32 std::vector<Namespace> namespaces; in BuildLegacySection() local
Dapexdefault.cc46 std::vector<Namespace> namespaces; in BuildApexDefaultSection() local
Disolated.cc33 std::vector<Namespace> namespaces; in BuildIsolatedSection() local
Dunrestricted.cc38 std::vector<Namespace> namespaces; in BuildUnrestrictedSection() local
Dsectionbuilder.cc33 std::vector<Namespace>&& namespaces, in BuildSection()
/system/linkerconfig/modules/include/linkerconfig/
Dsection.h52 Section(std::string name, std::vector<Namespace> namespaces) in Section()
/system/linkerconfig/contents/tests/configuration/include/
Dmodules.h46 std::map<std::string, Namespace> namespaces; member
/system/bt/gd/dumpsys/bundler/
Dbundler.cc127 std::vector<std::string> namespaces; in WriteHeaderFile() local
/system/media/camera/docs/
Dmetadata_model.py809 def namespaces(self): member in Kind
909 def namespaces(self): member in InnerNamespace
/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java58 private final Map<String, String> namespaces; field in XsdHandler