Home
last modified time | relevance | path

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

12345678910>>...25

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_swappable.pass.cpp37 void swap(A&, A&) {} in swap() function
39 void swap(A&, B&) {} in swap() function
40 void swap(B&, A&) {} in swap() function
42 void swap(A&, C&) {} // missing swap(C, A) in swap() function
43 void swap(D&, C&) {} in swap() function
50 void swap(M&&, M&&) {} in swap() function
63 void swap(T&, T&) {} in swap() function
Dis_swappable_with.pass.cpp35 void swap(A&, A&) {} in swap() function
37 void swap(A&, B&) {} in swap() function
38 void swap(B&, A&) {} in swap() function
40 void swap(A&, C&) {} // missing swap(C, A) in swap() function
41 void swap(D&, C&) {} in swap() function
45 void swap(M&&, M&&) {} in swap() function
Dis_nothrow_swappable_with.pass.cpp35 void swap(A&, A&) {} in swap() function
37 void swap(A&, B&) noexcept {} in swap() function
38 void swap(B&, A&) noexcept {} in swap() function
40 void swap(A&, C&) noexcept {} in swap() function
41 void swap(C&, A&) {} in swap() function
45 void swap(M&&, M&&) noexcept {} in swap() function
Dis_nothrow_swappable.pass.cpp33 void swap(A&, A&) noexcept {} in swap() function
34 void swap(B&, B&) {} in swap() function
41 void swap(M&&, M&&) noexcept {} in swap() function
/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_swappable.pass.cpp36 void swap(A&, A&) {} in swap() function
38 void swap(A&, B&) {} in swap() function
39 void swap(B&, A&) {} in swap() function
41 void swap(A&, C&) {} // missing swap(C, A) in swap() function
42 void swap(D&, C&) {} in swap() function
49 void swap(M&&, M&&) {} in swap() function
62 void swap(T&, T&) {} in swap() function
Dis_nothrow_swappable_with.pass.cpp34 void swap(A&, A&) {} in swap() function
36 void swap(A&, B&) noexcept {} in swap() function
37 void swap(B&, A&) noexcept {} in swap() function
39 void swap(A&, C&) noexcept {} in swap() function
40 void swap(C&, A&) {} in swap() function
44 void swap(M&&, M&&) noexcept {} in swap() function
Dis_swappable_with.pass.cpp34 void swap(A&, A&) {} in swap() function
36 void swap(A&, B&) {} in swap() function
37 void swap(B&, A&) {} in swap() function
39 void swap(A&, C&) {} // missing swap(C, A) in swap() function
40 void swap(D&, C&) {} in swap() function
44 void swap(M&&, M&&) {} in swap() function
Dis_nothrow_swappable.pass.cpp32 void swap(A&, A&) noexcept {} in swap() function
33 void swap(B&, B&) {} in swap() function
40 void swap(M&&, M&&) noexcept {} in swap() function
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/internal/
DMemory.java128 public static int peekInt(long address, boolean swap) { in peekInt()
137 public static long peekLong(long address, boolean swap) { in peekLong()
147 public static short peekShort(long address, boolean swap) { in peekShort()
157 …ic native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, boolean swap); in peekCharArray()
158 …ive void peekDoubleArray(long address, double[] dst, int dstOffset, int doubleCount, boolean swap); in peekDoubleArray()
159 …native void peekFloatArray(long address, float[] dst, int dstOffset, int floatCount, boolean swap); in peekFloatArray()
160 …tatic native void peekIntArray(long address, int[] dst, int dstOffset, int intCount, boolean swap); in peekIntArray()
161 …ic native void peekLongArray(long address, long[] dst, int dstOffset, int longCount, boolean swap); in peekLongArray()
162 …native void peekShortArray(long address, short[] dst, int dstOffset, int shortCount, boolean swap); in peekShortArray()
165 public static void pokeInt(long address, int value, boolean swap) { in pokeInt()
[all …]
/external/google-breakpad/src/common/
Dscoped_ptr.h131 void swap(scoped_ptr& p2) { in swap() function
164 void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { in swap() function
238 void swap(scoped_array& p2) { in swap() function
269 void swap(scoped_array<C>& p1, scoped_array<C>& p2) { in swap() function
356 void swap(scoped_ptr_malloc & b) { in swap() function
388 void swap(scoped_ptr_malloc<C, FP>& a, scoped_ptr_malloc<C, FP>& b) { in swap() function
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
Dasm_swap_intel.s4 .globl swap symbol
32 swap: # @swap label
/external/icu/android_icu4j/libcore_bridge/src/native/
Dcom_android_i18n_timezone_internal_Memory.cpp123 …JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekCharArray()
127 …IEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekDoubleArray()
131 …NIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekFloatArray()
135 …(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekIntArray()
139 …JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekLongArray()
143 …NIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekShortArray()
175 …JNIEnv* env, jclass, jlong dstAddress, jcharArray src, jint srcOffset, jint count, jboolean swap) { in Memory_pokeCharArray()
179 …IEnv* env, jclass, jlong dstAddress, jdoubleArray src, jint srcOffset, jint count, jboolean swap) { in Memory_pokeDoubleArray()
183 …NIEnv* env, jclass, jlong dstAddress, jfloatArray src, jint srcOffset, jint count, jboolean swap) { in Memory_pokeFloatArray()
187 …(JNIEnv* env, jclass, jlong dstAddress, jintArray src, jint srcOffset, jint count, jboolean swap) { in Memory_pokeIntArray()
[all …]
/external/icu/icu4c/source/common/unicode/
Dlocalpointer.h280 void swap(LocalPointer<T> &other) U_NOEXCEPT { in swap() function
291 friend inline void swap(LocalPointer<T> &p1, LocalPointer<T> &p2) U_NOEXCEPT { in swap() function
455 void swap(LocalArray<T> &other) U_NOEXCEPT { in swap() function
466 friend inline void swap(LocalArray<T> &p1, LocalArray<T> &p2) U_NOEXCEPT { in swap() function
/external/icu/libicu/cts_headers/unicode/
Dlocalpointer.h280 void swap(LocalPointer<T> &other) U_NOEXCEPT { in swap() function
291 friend inline void swap(LocalPointer<T> &p1, LocalPointer<T> &p2) U_NOEXCEPT { in swap() function
455 void swap(LocalArray<T> &other) U_NOEXCEPT { in swap() function
466 friend inline void swap(LocalArray<T> &p1, LocalArray<T> &p2) U_NOEXCEPT { in swap() function
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/internal/
DMemoryTest.java63 private void assertIntsEqual(int[] expectedValues, long ptr, boolean swap) { in assertIntsEqual()
104 private void assertLongsEqual(long[] expectedValues, long ptr, boolean swap) { in assertLongsEqual()
142 private void assertShortsEqual(short[] expectedValues, long ptr, boolean swap) { in assertShortsEqual()
/external/mesa3d/src/freedreno/vulkan/
Dtu_formats.c42 #define TU6_VTC(vk, fmt, swap) TU6_FMT(vk, fmt, swap, FMT_VERTEX | FMT_TEXTURE | FMT_COLOR) argument
43 #define TU6_xTC(vk, fmt, swap) TU6_FMT(vk, fmt, swap, FMT_TEXTURE | FMT_COLOR) argument
44 #define TU6_Vxx(vk, fmt, swap) TU6_FMT(vk, fmt, swap, FMT_VERTEX) argument
45 #define TU6_xTx(vk, fmt, swap) TU6_FMT(vk, fmt, swap, FMT_TEXTURE) argument
46 #define TU6_xxx(vk, fmt, swap) TU6_FMT(vk, NONE, WZYX, 0) argument
/external/replicaisland/src/com/replica/replicaisland/
DQuickSorter.java67 Type swap = a[i]; // swap two elements into place in partition() local
71 Type swap = a[i]; // swap with partition element in partition() local
/external/webrtc/api/
Dscoped_refptr.h150 void swap(T** pp) noexcept { in swap() function
156 void swap(scoped_refptr<T>& r) noexcept { swap(&r.ptr_); } in swap() function
/external/angle/src/libANGLE/
DCLRefPointer.h85 void swap(RefPointer &other) noexcept { std::swap(mCLObject, other.mCLObject); } in swap() function
101 void swap(RefPointer<T> &left, RefPointer<T> &right) in swap() function
/external/icu/icu4c/source/layoutex/
DLXUtilities.cpp82 le_int32 swap = array[front]; in reverse() local
94 float swap = array[front]; in reverse() local
/external/freetype/src/autofit/
Dafangles.c191 FT_Pos swap; in af_sort_pos() local
218 AF_WidthRec swap; in af_sort_and_quantize_widths() local
/external/google-breakpad/src/common/mac/
Dmacho_walker.cc207 bool swap = (header.magic == MH_CIGAM); in WalkHeaderAtOffset() local
233 bool swap = (header.magic == MH_CIGAM_64); in WalkHeader64AtOffset() local
249 bool swap) { in WalkHeaderCore()
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dtest_instance_tracker.h232 friend void swap(CopyableOnlyInstance& lhs, CopyableOnlyInstance& rhs) { in swap() function
249 friend void swap(CopyableMovableInstance& lhs, CopyableMovableInstance& rhs) { in swap() function
263 friend void swap(MovableOnlyInstance& lhs, MovableOnlyInstance& rhs) { in swap() function
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dtest_instance_tracker.h232 friend void swap(CopyableOnlyInstance& lhs, CopyableOnlyInstance& rhs) { in swap() function
249 friend void swap(CopyableMovableInstance& lhs, CopyableMovableInstance& rhs) { in swap() function
263 friend void swap(MovableOnlyInstance& lhs, MovableOnlyInstance& rhs) { in swap() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dtest_instance_tracker.h232 friend void swap(CopyableOnlyInstance& lhs, CopyableOnlyInstance& rhs) { in swap() function
249 friend void swap(CopyableMovableInstance& lhs, CopyableMovableInstance& rhs) { in swap() function
263 friend void swap(MovableOnlyInstance& lhs, MovableOnlyInstance& rhs) { in swap() function

12345678910>>...25