Home
last modified time | relevance | path

Searched defs:ns (Results 1 – 25 of 43) sorted by relevance

12

/system/linkerconfig/modules/
Dsection.cc49 for (const auto& ns : namespaces_) { in WriteConfig() local
58 for (auto& ns : namespaces_) { in WriteConfig() local
64 const Namespace& ns) { in ShouldFailOnMissingDeps()
88 for (auto& ns : namespaces_) { in Resolve() local
107 for (auto& ns : namespaces_) { in Resolve() local
131 auto& ns = *iter; in Resolve() local
163 for (auto& ns : namespaces_) { in GetNamespace() local
Dnamespace.cc30 const android::linkerconfig::modules::Namespace& ns) { in VerifyIfApexNamespaceContainsAllSharedLink()
55 void InitializeWithApex(Namespace& ns, const ApexInfo& apex_info) { in InitializeWithApex()
/system/linkerconfig/modules/tests/
Dnamespace_test.cc106 auto ns = CreateNamespaceWithPaths("test_namespace", false, false); in TEST() local
116 auto ns = CreateNamespaceWithLinks("test_namespace", true, true, in TEST() local
126 auto ns = CreateNamespaceWithPaths("test_namespace", false, false); in TEST() local
139 Namespace ns("test_namespace"); in TEST() local
157 Namespace ns("test_namespace"); in TEST() local
Dmodules_testbase.h37 Namespace ns = CreateNamespaceWithPaths(name, is_isolated, is_visible); in CreateNamespaceWithLinks() local
/system/linkerconfig/contents/tests/backward_compatibility/
Dtestbase.h66 const android::linkerconfig::modules::Namespace* ns, in ContainsSearchPath()
87 const android::linkerconfig::modules::Namespace* ns, in ContainsPermittedPath()
/system/linkerconfig/contents/namespace/
Dsystemdefault.cc32 void SetupSystemPermittedPaths(Namespace* ns) { in SetupSystemPermittedPaths()
93 Namespace ns("default", in BuildSystemDefaultNamespace() local
Dpostinstall.cc25 Namespace ns("default", /*is_isolated=*/false, in BuildPostInstallNamespace() local
Disolateddefault.cc28 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/false); in BuildIsolatedDefaultNamespace() local
Dsystem.cc31 Namespace ns("system", /*is_isolated=*/false, /*is_visible=*/false); in BuildSystemNamespace() local
Drs.cc32 Namespace ns( in BuildRsNamespace() local
Dunrestricteddefault.cc29 Namespace ns("default", /*is_isolated=*/false, /*is_visible=*/true); in BuildUnrestrictedDefaultNamespace() local
Dvndkinsystem.cc41 Namespace ns("vndk_in_system", in BuildVndkInSystemNamespace() local
Drecoverydefault.cc27 Namespace ns("default"); in BuildRecoveryDefaultNamespace() local
Dapexplatform.cc34 Namespace ns("system", /*is_isolated=*/true, /*is_visible=*/true); in BuildApexPlatformNamespace() local
Dapexdefault.cc33 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/false); in BuildApexDefaultNamespace() local
Dapexemptydefault.cc30 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/false); in BuildApexEmptyDefaultNamespace() local
Dproductdefault.cc36 Namespace ns(name, /*is_isolated=*/true, /*is_visible=*/true); in BuildProductNamespace() local
Dvendordefault.cc38 Namespace ns(name, /*is_isolated=*/true, /*is_visible=*/true); in BuildVendorNamespace() local
Dsphal.cc39 Namespace ns("sphal", in BuildSphalNamespace() local
/system/linkerconfig/contents/common/
Dsystem_links.cc48 section->ForEachNamespaces([&](Namespace& ns) { in AddStandardSystemLinks()
64 void AddLlndkLibraries(const Context& ctx, Namespace* ns, in AddLlndkLibraries()
/system/linkerconfig/contents/section/
Dsectionbuilder.cc49 [&apex](auto& ns) { return ns.GetName() == apex.namespace_name; }); in BuildSection()
51 auto ns = ctx.BuildApexNamespace(apex, true); in BuildSection() local
/system/update_engine/common/
Dprefs.cc121 for (const auto& ns : nss) { in Delete() local
135 bool PrefsBase::GetSubKeys(std::string_view ns, vector<string>* keys) const { in GetSubKeys()
179 bool Prefs::FileStorage::GetSubKeys(std::string_view ns, in GetSubKeys()
250 bool MemoryPrefs::MemoryStorage::GetSubKeys(std::string_view ns, in GetSubKeys()
252 auto lower_comp = [](const auto& pr, const auto& ns) { in GetSubKeys()
255 auto upper_comp = [](const auto& ns, const auto& pr) { in GetSubKeys()
/system/media/audio_utils/include/audio_utils/
Dclock.h54 static inline void audio_utils_ns_to_string(int64_t ns, char *buffer, size_t buffer_size) in audio_utils_ns_to_string()
91 static inline audio_utils_time_string_t audio_utils_time_string_from_ns(int64_t ns) in audio_utils_time_string_from_ns()
/system/tools/hidl/test/hidl_test/
DFooCallback.cpp77 Return<void> FooCallback::reportResults(int64_t ns, reportResults_cb cb) { in reportResults()
112 Return<void> FooCallback::youBlockedMeFor(const hidl_array<int64_t, 3> &ns) { in youBlockedMeFor()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DUnion.h29 ns = 0, enumerator
38 static const inline Tag ns = Tag::ns; variable

12