Searched defs:swap (Results 1 – 12 of 12) sorted by relevance
| /system/chre/platform/tinysys/include/chre/target_platform/ |
| D | atomic_base.h | 77 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/ |
| D | atomic_base.h | 174 bool swap(bool desired) { in swap() function 191 uint32_t swap(uint32_t desired) { in swap() function
|
| /system/libbase/include/android-base/ |
| D | expected.h | 317 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/ |
| D | blob.cpp | 43 void swap(Blob& first, Blob& second) { in swap() function
|
| /system/memory/lmkd/tests/ |
| D | lmkd_tests.cpp | 153 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/ |
| D | vector.h | 60 friend void swap(Vector<ElementType>& first, Vector<ElementType>& second) { in swap() function
|
| /system/chre/util/include/chre/util/ |
| D | fixed_size_vector_impl.h | 155 void FixedSizeVector<ElementType, kCapacity>::swap(size_t index0, in swap() function
|
| D | dynamic_vector_impl.h | 305 void DynamicVector<ElementType>::swap(size_type index0, size_type index1) { in swap() function
|
| /system/memory/libmeminfo/include/meminfo/ |
| D | meminfo.h | 35 uint64_t swap; member
|
| /system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/ |
| D | dynamic_vector_impl.h | 305 void DynamicVector<ElementType>::swap(size_type index0, size_type index1) { in swap() function
|
| /system/libufdt/sysdeps/ |
| D | libufdt_sysdeps_vendor.c | 82 #define swap(a, b) \ macro
|
| /system/incremental_delivery/incfs/ |
| D | MountRegistry.cpp | 77 void MountRegistry::Mounts::swap(MountRegistry::Mounts& other) { in swap() function in android::incfs::MountRegistry::Mounts
|