/system/linkerconfig/modules/ |
D | section.cc | 49 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
|
D | basecontext.cc | 43 Namespace ns(apex_info.namespace_name, in BuildApexNamespace() local
|
/system/linkerconfig/modules/tests/ |
D | namespace_test.cc | 84 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
|
D | modules_testbase.h | 36 Namespace ns = CreateNamespaceWithPaths(name, is_isolated, is_visible); in CreateNamespaceWithLinks() local
|
/system/linkerconfig/contents/tests/backward_compatibility/ |
D | testbase.h | 68 const android::linkerconfig::modules::Namespace* ns, in ContainsSearchPath() 89 const android::linkerconfig::modules::Namespace* ns, in ContainsPermittedPath()
|
/system/linkerconfig/contents/namespace/ |
D | vndkinsystem.cc | 39 Namespace ns("vndk_in_system", /*is_isolated=*/true, in BuildVndkInSystemNamespace() local
|
D | vendordefault.cc | 32 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/true); in BuildVendorDefaultNamespace() local
|
D | sphal.cc | 37 Namespace ns("sphal", in BuildSphalNamespace() local
|
D | rs.cc | 30 Namespace ns( in BuildRsNamespace() local
|
D | productdefault.cc | 29 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/true); in BuildProductDefaultNamespace() local
|
D | system.cc | 31 Namespace ns("system", /*is_isolated=*/false, /*is_visible=*/false); in BuildSystemNamespace() local
|
D | unrestricteddefault.cc | 29 Namespace ns("default", /*is_isolated=*/false, /*is_visible=*/true); in BuildUnrestrictedDefaultNamespace() local
|
D | isolateddefault.cc | 28 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/false); in BuildIsolatedDefaultNamespace() local
|
D | recoverydefault.cc | 27 Namespace ns("default"); in BuildRecoveryDefaultNamespace() local
|
D | apexartdefault.cc | 26 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/false); in BuildApexArtDefaultNamespace() local
|
D | postinstall.cc | 25 Namespace ns("default", /*is_isolated=*/false, in BuildPostInstallNamespace() local
|
D | art.cc | 34 Namespace ns(apex.namespace_name, in BuildArtNamespace() local
|
D | apexdefault.cc | 30 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/false); in BuildApexDefaultNamespace() local
|
D | apexplatform.cc | 60 Namespace ns("system", /*is_isolated=*/true, /*is_visible=*/true); in BuildApexPlatformNamespace() local
|
D | systemdefault.cc | 38 Namespace ns("default", in BuildSystemDefaultNamespace() local
|
D | vndk.cc | 48 Namespace ns(name, in BuildVndkNamespace() local
|
/system/update_engine/common/ |
D | prefs.cc | 115 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/ |
D | clock.h | 54 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/ |
D | FooCallback.cpp | 77 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/ |
D | sectionbuilder.cc | 39 auto ns = ctx.BuildApexNamespace(apex, true); in BuildSection() local
|