Home
last modified time | relevance | path

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

/system/linkerconfig/modules/tests/
Dsection_test.cc125 std::vector<Namespace> namespaces; in TEST() local
143 std::vector<Namespace> namespaces; in TEST() local
154 std::vector<Namespace> namespaces; in TEST() local
184 std::vector<Namespace> namespaces; in TEST() local
207 std::vector<Namespace> namespaces; in TEST() local
226 std::vector<Namespace> namespaces; in TEST() local
250 std::vector<Namespace> namespaces; in TEST() local
Dapex_test.cc112 std::vector<Namespace> namespaces; in TEST() local
/system/linkerconfig/contents/section/
Dpostinstall.cc37 std::vector<Namespace> namespaces; in BuildPostInstallSection() local
Drecovery.cc29 std::vector<Namespace> namespaces; in BuildRecoverySection() local
Dsystem.cc34 std::vector<Namespace> namespaces; in BuildSystemSection() local
Disolated.cc33 std::vector<Namespace> namespaces; in BuildIsolatedSection() local
Dlegacy.cc32 std::vector<Namespace> namespaces; in BuildLegacySection() local
Dproduct.cc35 std::vector<Namespace> namespaces; in BuildProductSection() local
Dunrestricted.cc38 std::vector<Namespace> namespaces; in BuildUnrestrictedSection() local
Dvendor.cc37 std::vector<Namespace> namespaces; in BuildVendorSection() local
Dapexdefault.cc66 std::vector<Namespace> namespaces; in BuildApexDefaultSection() local
Dsectionbuilder.cc37 std::vector<Namespace>&& namespaces, in BuildSection()
/system/linkerconfig/modules/include/linkerconfig/
Dsection.h53 Section(std::string name, std::vector<Namespace> namespaces) in Section()
/system/linkerconfig/contents/tests/configuration/include/
Dmodules.h48 std::map<std::string, Namespace> namespaces; member
/system/media/camera/docs/
Dmetadata_model.py804 def namespaces(self): member in Kind
904 def namespaces(self): member in InnerNamespace
/system/tools/xsdc/src/main/java/com/android/xsdc/
DXsdHandler.java58 private final Map<String, String> namespaces; field in XsdHandler