Home
last modified time | relevance | path

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

123

/system/chre/platform/linux/include/chre/platform/linux/
Dsystem_time.h40 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/
Dsection.cc41 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
Dnamespace.cc31 const android::linkerconfig::modules::Namespace& ns) { in VerifyIfApexNamespaceContainsAllSharedLink()
57 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
170 auto ns = CreateNamespaceWithLinks( in TEST() 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/
Dsystemdefault.cc31 void SetupSystemPermittedPaths(Namespace* ns) { in SetupSystemPermittedPaths()
93 Namespace ns("default", in BuildSystemDefaultNamespace() local
Dvendordefault.cc41 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
Dapexplatform.cc33 Namespace ns("system", /*is_isolated=*/true, /*is_visible=*/true); in BuildApexPlatformNamespace() local
Dvndkinsystem.cc40 Namespace ns("vndk_in_system", in BuildVndkInSystemNamespace() local
Dsphal.cc41 Namespace ns("sphal", in BuildSphalNamespace() 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
Dpostinstall.cc25 Namespace ns("default", /*is_isolated=*/false, in BuildPostInstallNamespace() local
Dsystem.cc30 Namespace ns("system", /*is_isolated=*/false, /*is_visible=*/false); in BuildSystemNamespace() local
Drecoverydefault.cc27 Namespace ns("default"); in BuildRecoveryDefaultNamespace() local
Dapexemptydefault.cc30 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/false); in BuildApexEmptyDefaultNamespace() local
Dapexdefault.cc33 Namespace ns("default", /*is_isolated=*/true, /*is_visible=*/false); in BuildApexDefaultNamespace() local
Drs.cc34 Namespace ns( in BuildRsNamespace() 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.cc50 [&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/
Dprefs.cc133 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/
DSection.java61 Namespace ns = new Namespace(); in parseConfiguration() local
79 Namespace ns = getNamespaceFromName(targetNamespace); in parseConfiguration() local
/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/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DUnion.h37 ns = 0, enumerator
46 static const inline Tag ns = Tag::ns; variable

123