Home
last modified time | relevance | path

Searched defs:swap (Results 1 – 12 of 12) sorted by relevance

/system/chre/platform/tinysys/include/chre/target_platform/
Datomic_base.h77 bool swap(bool desired) { in swap() function
94 uint32_t swap(uint32_t desired) { in swap() function
/system/chre/platform/arm/include/chre/target_platform/
Datomic_base.h174 bool swap(bool desired) { in swap() function
191 uint32_t swap(uint32_t desired) { in swap() function
/system/libbase/include/android-base/
Dexpected.h317 void swap(expected& rhs) noexcept( in swap() function
419 void swap(expected<T1, E1>& x, expected<T1, E1>& y) noexcept(noexcept(x.swap(y))) { in swap() function
555 void swap(expected& rhs) noexcept(std::is_nothrow_move_constructible_v<E>) { in swap() function
706 void swap(unexpected& other) noexcept(std::is_nothrow_swappable_v<E>) { in swap() function
737 void swap(unexpected<E1>& x, unexpected<E1>& y) noexcept(noexcept(x.swap(y))) { in swap() function
/system/nvram/messages/
Dblob.cpp43 void swap(Blob& first, Blob& second) { in swap() function
/system/memory/lmkd/tests/
Dlmkd_tests.cpp153 static bool ParseProcSize(const std::string& line, long& rss, long& swap) { in ParseProcSize()
210 long rss, swap; in TEST_F() local
/system/nvram/messages/include/nvram/messages/
Dvector.h60 friend void swap(Vector<ElementType>& first, Vector<ElementType>& second) { in swap() function
/system/chre/util/include/chre/util/
Dfixed_size_vector_impl.h155 void FixedSizeVector<ElementType, kCapacity>::swap(size_t index0, in swap() function
Ddynamic_vector_impl.h305 void DynamicVector<ElementType>::swap(size_type index0, size_type index1) { in swap() function
/system/memory/libmeminfo/include/meminfo/
Dmeminfo.h35 uint64_t swap; member
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/
Ddynamic_vector_impl.h305 void DynamicVector<ElementType>::swap(size_type index0, size_type index1) { in swap() function
/system/libufdt/sysdeps/
Dlibufdt_sysdeps_vendor.c82 #define swap(a, b) \ macro
/system/incremental_delivery/incfs/
DMountRegistry.cpp77 void MountRegistry::Mounts::swap(MountRegistry::Mounts& other) { in swap() function in android::incfs::MountRegistry::Mounts