| /system/chre/platform/linux/include/chre/platform/linux/ |
| D | system_time.h | 40 explicit SystemTimeOverride(Nanoseconds ns) { in SystemTimeOverride() 43 explicit SystemTimeOverride(uint64_t ns) { in SystemTimeOverride() 50 void update(Nanoseconds ns) { in update() 53 void update(uint64_t ns) { in update()
|
| /system/linkerconfig/modules/ |
| D | section.cc | 41 for (const auto& ns : namespaces_) { in WriteConfig() local 50 for (const auto& ns : namespaces_) { in WriteConfig() local 56 const Namespace& ns) { in ShouldFailOnMissingDeps() 80 for (auto& ns : namespaces_) { in Resolve() local 100 for (auto& ns : namespaces_) { in Resolve() local 124 auto& ns = *iter; in Resolve() local 166 for (auto& ns : namespaces_) { in GetNamespace() local
|
| D | namespace.cc | 31 const android::linkerconfig::modules::Namespace& ns) { in VerifyIfApexNamespaceContainsAllSharedLink() 57 void InitializeWithApex(Namespace& ns, const ApexInfo& apex_info) { in InitializeWithApex()
|
| /system/linkerconfig/modules/tests/ |
| D | namespace_test.cc | 106 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 170 auto ns = CreateNamespaceWithLinks( in TEST() 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 | systemdefault.cc | 31 void SetupSystemPermittedPaths(Namespace* ns) { in SetupSystemPermittedPaths() 93 Namespace ns("default", in BuildSystemDefaultNamespace() local
|
| D | vendordefault.cc | 41 Namespace ns(name, /*is_isolated=*/true, /*is_visible=*/true); in BuildVendorNamespace() local 74 Namespace ns(name, /*is_isolated=*/true, /*is_visible=*/true); in BuildVendorSubdirNamespace() local
|
| D | apexplatform.cc | 33 Namespace ns("system", /*is_isolated=*/true, /*is_visible=*/true); in BuildApexPlatformNamespace() local
|
| D | vndkinsystem.cc | 40 Namespace ns("vndk_in_system", in BuildVndkInSystemNamespace() local
|
| D | sphal.cc | 41 Namespace ns("sphal", in BuildSphalNamespace() 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 | postinstall.cc | 25 Namespace ns("default", /*is_isolated=*/false, in BuildPostInstallNamespace() local
|
| D | system.cc | 30 Namespace ns("system", /*is_isolated=*/false, /*is_visible=*/false); in BuildSystemNamespace() local
|
| D | recoverydefault.cc | 27 Namespace ns("default"); in BuildRecoveryDefaultNamespace() local
|
| D | apexemptydefault.cc | 30 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/false); in BuildApexEmptyDefaultNamespace() local
|
| D | apexdefault.cc | 33 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/false); in BuildApexDefaultNamespace() local
|
| D | rs.cc | 34 Namespace ns( in BuildRsNamespace() local
|
| /system/linkerconfig/contents/common/ |
| D | system_links.cc | 48 section->ForEachNamespaces([&](Namespace& ns) { in AddStandardSystemLinks() 64 void AddLlndkLibraries(const Context& ctx, Namespace* ns, in AddLlndkLibraries()
|
| /system/linkerconfig/contents/section/ |
| D | sectionbuilder.cc | 50 [&apex](auto& ns) { return ns.GetName() == apex.namespace_name; }); in BuildSection() 52 auto ns = ctx.BuildApexNamespace(apex, true); in BuildSection() local
|
| /system/update_engine/common/ |
| D | prefs.cc | 133 for (const auto& ns : nss) { in Delete() local 147 bool PrefsBase::GetSubKeys(std::string_view ns, vector<string>* keys) const { in GetSubKeys() 276 bool Prefs::FileStorage::GetSubKeys(std::string_view ns, in GetSubKeys() 353 bool MemoryPrefs::MemoryStorage::GetSubKeys(std::string_view ns, in GetSubKeys() 355 auto lower_comp = [](const auto& pr, const auto& ns) { in GetSubKeys() 358 auto upper_comp = [](const auto& ns, const auto& pr) { in GetSubKeys()
|
| /system/linkerconfig/devicetest/src/android/linkerconfig/gts/utils/elements/ |
| D | Section.java | 61 Namespace ns = new Namespace(); in parseConfiguration() local 79 Namespace ns = getNamespaceFromName(targetNamespace); in parseConfiguration() local
|
| /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/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
| D | Union.h | 37 ns = 0, enumerator 46 static const inline Tag ns = Tag::ns; variable
|