Home
last modified time | relevance | path

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

/system/netd/server/dns/
DLockedQueue.h39 void swap(std::deque<T>& other) { in swap() function
/system/nvram/messages/
Dblob.cpp43 void swap(Blob& first, Blob& second) { in swap() function
/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.h140 void FixedSizeVector<ElementType, kCapacity>::swap(size_t index0, in swap() function
Ddynamic_vector_impl.h300 void DynamicVector<ElementType>::swap(size_type index0, size_type index1) { in swap() function
/system/core/logcat/
Dgetopt_long.cpp103 char* swap = nargv[pos]; in permute_args() local
/system/core/libpixelflinger/
Dfixed.cpp248 static inline void swap(T& a, T& b) { in swap() function
Dtrap.cpp90 static inline void swap(T& a, T& b) { in swap() function
/system/extras/libpagemap/include/pagemap/
Dpagemap.h47 size_t swap; member
/system/libufdt/sysdeps/
Dlibufdt_sysdeps_vendor.c82 #define swap(a, b) \ macro
/system/extras/showmap/
Dshowmap.cpp22 unsigned swap; member
/system/netd/libnetdutils/
DSyscalls.cpp250 Syscalls& SyscallsHolder::swap(Syscalls& syscalls) { in swap() function in android::netdutils::SyscallsHolder