Home
last modified time | relevance | path

Searched defs:ns (Results 1 – 25 of 41) 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
75 for (auto& ns : namespaces_) { in Resolve() local
98 for (auto& ns : namespaces_) { in Resolve() local
122 auto& ns = *iter; in Resolve() local
153 for (auto& ns : namespaces_) { in GetNamespace() local
Dbasecontext.cc43 Namespace ns(apex_info.namespace_name, in BuildApexNamespace() local
/system/linkerconfig/modules/tests/
Dnamespace_test.cc84 auto ns = CreateNamespaceWithPaths("test_namespace", false, false); in TEST() local
94 auto ns = CreateNamespaceWithLinks("test_namespace", true, true, in TEST() local
104 auto ns = CreateNamespaceWithPaths("test_namespace", false, false); in TEST() local
117 Namespace ns("test_namespace"); in TEST() local
Dmodules_testbase.h36 Namespace ns = CreateNamespaceWithPaths(name, is_isolated, is_visible); in CreateNamespaceWithLinks() local
/system/linkerconfig/contents/tests/backward_compatibility/
Dtestbase.h68 const android::linkerconfig::modules::Namespace* ns, in ContainsSearchPath()
89 const android::linkerconfig::modules::Namespace* ns, in ContainsPermittedPath()
/system/linkerconfig/contents/namespace/
Dvndkinsystem.cc39 Namespace ns("vndk_in_system", /*is_isolated=*/true, in BuildVndkInSystemNamespace() local
Dvendordefault.cc32 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/true); in BuildVendorDefaultNamespace() local
Dsphal.cc37 Namespace ns("sphal", in BuildSphalNamespace() local
Drs.cc30 Namespace ns( in BuildRsNamespace() local
Dproductdefault.cc29 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/true); in BuildProductDefaultNamespace() local
Dsystem.cc31 Namespace ns("system", /*is_isolated=*/false, /*is_visible=*/false); in BuildSystemNamespace() local
Dunrestricteddefault.cc29 Namespace ns("default", /*is_isolated=*/false, /*is_visible=*/true); in BuildUnrestrictedDefaultNamespace() local
Disolateddefault.cc28 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/false); in BuildIsolatedDefaultNamespace() local
Drecoverydefault.cc27 Namespace ns("default"); in BuildRecoveryDefaultNamespace() local
Dapexartdefault.cc26 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/false); in BuildApexArtDefaultNamespace() local
Dpostinstall.cc25 Namespace ns("default", /*is_isolated=*/false, in BuildPostInstallNamespace() local
Dart.cc34 Namespace ns(apex.namespace_name, in BuildArtNamespace() local
Dapexdefault.cc30 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/false); in BuildApexDefaultNamespace() local
Dapexplatform.cc60 Namespace ns("system", /*is_isolated=*/true, /*is_visible=*/true); in BuildApexPlatformNamespace() local
Dsystemdefault.cc38 Namespace ns("default", in BuildSystemDefaultNamespace() local
Dvndk.cc48 Namespace ns(name, in BuildVndkNamespace() local
/system/update_engine/common/
Dprefs.cc115 bool PrefsBase::GetSubKeys(const string& ns, vector<string>* keys) const { in GetSubKeys() argument
157 bool Prefs::FileStorage::GetSubKeys(const string& ns, in GetSubKeys()
223 bool MemoryPrefs::MemoryStorage::GetSubKeys(const string& ns, in GetSubKeys()
227 auto lower_comp = [](const value_type& pr, const key_type& ns) { in GetSubKeys()
230 auto upper_comp = [](const key_type& ns, const value_type& 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/linkerconfig/contents/section/
Dsectionbuilder.cc39 auto ns = ctx.BuildApexNamespace(apex, true); in BuildSection() local

12