Home
last modified time | relevance | path

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

12345678910>>...158

/aosp_15_r20/libcore/luni/src/main/java/libcore/io/
H A DMemory.java47 byte[] src, int srcOffset, int sizeofElements, boolean swap); in unsafeBulkGet()
55 Object src, int srcOffset, int sizeofElements, boolean swap); in unsafeBulkPut()
249 public static int peekInt(long address, boolean swap) { in peekInt()
263 public static long peekLong(long address, boolean swap) { in peekLong()
276 public static short peekShort(long address, boolean swap) { in peekShort()
297 …ic native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, boolean swap); in peekCharArray()
303 …ive void peekDoubleArray(long address, double[] dst, int dstOffset, int doubleCount, boolean swap); in peekDoubleArray()
309 …native void peekFloatArray(long address, float[] dst, int dstOffset, int floatCount, boolean swap); in peekFloatArray()
315 …tatic native void peekIntArray(long address, int[] dst, int dstOffset, int intCount, boolean swap); in peekIntArray()
321 …ic native void peekLongArray(long address, long[] dst, int dstOffset, int longCount, boolean swap); in peekLongArray()
[all …]
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/internal/
H A 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()
159 …ic native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, boolean swap); in peekCharArray()
161 …ive void peekDoubleArray(long address, double[] dst, int dstOffset, int doubleCount, boolean swap); in peekDoubleArray()
163 …native void peekFloatArray(long address, float[] dst, int dstOffset, int floatCount, boolean swap); in peekFloatArray()
165 …tatic native void peekIntArray(long address, int[] dst, int dstOffset, int intCount, boolean swap); in peekIntArray()
167 …ic native void peekLongArray(long address, long[] dst, int dstOffset, int longCount, boolean swap); in peekLongArray()
169 …native void peekShortArray(long address, short[] dst, int dstOffset, int shortCount, boolean swap); in peekShortArray()
172 public static void pokeInt(long address, int value, boolean swap) { in pokeInt()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/test/
Doptional_test_swap.cpp147 …void swap(class_whose_default_ctor_should_not_be_used & lhs, class_whose_default_ctor_should_not_b… in swap() function
152 …void swap(class_whose_default_ctor_should_be_used & lhs, class_whose_default_ctor_should_be_used &… in swap() function
157 void swap(class_without_default_ctor & lhs, class_without_default_ctor & rhs) in swap() function
162 …void swap(class_whose_explicit_ctor_should_be_used & lhs, class_whose_explicit_ctor_should_be_used… in swap() function
168 …void swap(template_whose_default_ctor_should_be_used<T> & lhs, template_whose_default_ctor_should_… in swap() function
178 …void swap(boost::optional<class_whose_explicit_ctor_should_be_used> & x, boost::optional<class_who… in swap() function
223 void swap(optional<optional_swap_test::class_whose_explicit_ctor_should_be_used> & x, optional<opti… in swap() function
238 void swap(optional_swap_test::class_whose_default_ctor_should_be_used & x, optional_swap_test::clas… in swap() function
244 void swap(optional_swap_test::class_whose_default_ctor_should_not_be_used & x, optional_swap_test::… in swap() function
250 void swap(optional_swap_test::class_without_default_ctor & x, optional_swap_test::class_without_def… in swap() function
[all …]
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/
H A Dmessageformat2_data_model.h167 friend inline void swap(Reserved& r1, Reserved& r2) noexcept { in swap() function
290 friend inline void swap(Literal& l1, Literal& l2) noexcept { in swap() function
498 friend inline void swap(Operand& o1, Operand& o2) noexcept { in swap() function
598 friend inline void swap(Key& k1, Key& k2) noexcept { in swap() function
783 friend inline void swap(SelectorKeys& s1, SelectorKeys& s2) noexcept { in swap() function
885 friend inline void swap(Option& o1, Option& o2) noexcept { in swap() function
942 friend inline void swap(OptionMap& m1, OptionMap& m2) noexcept { in swap() function
969 friend inline void swap(Builder& m1, Builder& m2) noexcept { in swap() function
993 friend inline void swap(Callable& c1, Callable& c2) noexcept { in swap() function
1209 friend inline void swap(Operator& o1, Operator& o2) noexcept { in swap() function
[all …]
H A Dlocalpointer.h280 void swap(LocalPointer<T> &other) noexcept { in swap() function
291 friend inline void swap(LocalPointer<T> &p1, LocalPointer<T> &p2) noexcept { in swap() function
455 void swap(LocalArray<T> &other) noexcept { in swap() function
466 friend inline void swap(LocalArray<T> &p1, LocalArray<T> &p2) noexcept { in swap() function
587 void swap(LocalOpenPointer &other) noexcept { in swap() function
592 friend inline void swap(LocalOpenPointer &p1, LocalOpenPointer &p2) noexcept { in swap() function
/aosp_15_r20/external/icu/icu4c/source/i18n/unicode/
H A Dmessageformat2_data_model.h167 friend inline void swap(Reserved& r1, Reserved& r2) noexcept { in swap() function
290 friend inline void swap(Literal& l1, Literal& l2) noexcept { in swap() function
498 friend inline void swap(Operand& o1, Operand& o2) noexcept { in swap() function
598 friend inline void swap(Key& k1, Key& k2) noexcept { in swap() function
783 friend inline void swap(SelectorKeys& s1, SelectorKeys& s2) noexcept { in swap() function
885 friend inline void swap(Option& o1, Option& o2) noexcept { in swap() function
942 friend inline void swap(OptionMap& m1, OptionMap& m2) noexcept { in swap() function
969 friend inline void swap(Builder& m1, Builder& m2) noexcept { in swap() function
993 friend inline void swap(Callable& c1, Callable& c2) noexcept { in swap() function
1209 friend inline void swap(Operator& o1, Operator& o2) noexcept { in swap() function
[all …]
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A 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
H A 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
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A 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
H A 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
H A 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
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/native/
H A Dcom_android_i18n_timezone_internal_Memory.cpp124 …JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekCharArray()
128 …IEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekDoubleArray()
132 …NIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekFloatArray()
136 …(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekIntArray()
140 …JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekLongArray()
144 …NIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstOffset, jint count, jboolean swap) { in Memory_peekShortArray()
176 …JNIEnv* env, jclass, jlong dstAddress, jcharArray src, jint srcOffset, jint count, jboolean swap) { in Memory_pokeCharArray()
180 …IEnv* env, jclass, jlong dstAddress, jdoubleArray src, jint srcOffset, jint count, jboolean swap) { in Memory_pokeDoubleArray()
184 …NIEnv* env, jclass, jlong dstAddress, jfloatArray src, jint srcOffset, jint count, jboolean swap) { in Memory_pokeFloatArray()
188 …(JNIEnv* env, jclass, jlong dstAddress, jintArray src, jint srcOffset, jint count, jboolean swap) { in Memory_pokeIntArray()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/type_classification/
H A Dswappable.h38 friend constexpr void swap(lvalue_adl_swappable& x, in swap() function
74 friend constexpr void swap(lvalue_rvalue_adl_swappable& x, in swap() function
111 friend constexpr void swap(rvalue_lvalue_adl_swappable&& x, in swap() function
146 friend constexpr void swap(rvalue_adl_swappable&& x, in swap() function
183 friend constexpr void swap(non_move_constructible_adl_swappable& x, in swap() function
216 friend constexpr void swap(non_move_assignable_adl_swappable& x, in swap() function
252 friend constexpr void swap(throwable_adl_swappable& X, in swap() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/sequence/intrinsic/
Dswap.hpp27 struct swap struct
36 struct swap struct
39 struct result
46 void operator()(Elem const& e) const in operator ()()
57 swap(Seq1& lhs, Seq2& rhs) in swap() function
/aosp_15_r20/external/google-breakpad/src/common/
H A 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
/aosp_15_r20/libcore/luni/src/main/native/
H A Dlibcore_io_Memory.cpp136 …JNIEnv* env, jclass, jlong dstAddress, jcharArray src, jint srcOffset, jint count, jboolean swap) { in Memory_pokeCharArray()
140 …IEnv* env, jclass, jlong dstAddress, jdoubleArray src, jint srcOffset, jint count, jboolean swap) { in Memory_pokeDoubleArray()
144 …NIEnv* env, jclass, jlong dstAddress, jfloatArray src, jint srcOffset, jint count, jboolean swap) { in Memory_pokeFloatArray()
148 …(JNIEnv* env, jclass, jlong dstAddress, jintArray src, jint srcOffset, jint count, jboolean swap) { in Memory_pokeIntArray()
152 …JNIEnv* env, jclass, jlong dstAddress, jlongArray src, jint srcOffset, jint count, jboolean swap) { in Memory_pokeLongArray()
156 …NIEnv* env, jclass, jlong dstAddress, jshortArray src, jint srcOffset, jint count, jboolean swap) { in Memory_pokeShortArray()
185 jint sizeofElement, jboolean swap) { in unsafeBulkCopy()
207 jint byteCount, jbyteArray srcArray, jint srcOffset, jint sizeofElement, jboolean swap) { in Memory_unsafeBulkGet()
224 jint byteCount, jobject srcObject, jint srcOffset, jint sizeofElement, jboolean swap) { in Memory_unsafeBulkPut()
/aosp_15_r20/external/icu/icu4c/source/common/unicode/
H A Dlocalpointer.h280 void swap(LocalPointer<T> &other) noexcept { in swap() function
291 friend inline void swap(LocalPointer<T> &p1, LocalPointer<T> &p2) noexcept { in swap() function
455 void swap(LocalArray<T> &other) noexcept { in swap() function
466 friend inline void swap(LocalArray<T> &p1, LocalArray<T> &p2) noexcept { in swap() function
587 void swap(LocalOpenPointer &other) noexcept { in swap() function
592 friend inline void swap(LocalOpenPointer &p1, LocalOpenPointer &p2) noexcept { in swap() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/
Dadl_move_swap.cpp50 friend void swap(movable &, movable &) { ++friend_swap_calls; } in swap() function
60 void swap(movable_swap_member &) { ++member_swap_calls; } in swap() function in movable_swap_member
61 friend void swap(movable_swap_member &, movable_swap_member &) { ++friend_swap_calls; } in swap() function
70 void swap(copyable &) { ++member_swap_calls; } in swap() function in copyable
71 friend void swap(copyable &, copyable &) { ++friend_swap_calls; } in swap() function
81 void swap(no_swap &) { ++member_swap_calls; } in swap() function in no_swap
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/iterator/
Dmulti_pass.hpp76 void swap(ref_counted& x) in swap() function in boost::spirit::multi_pass_policies::ref_counted
127 void swap(first_owner&) in swap() function in boost::spirit::multi_pass_policies::first_owner
188 void swap(buf_id_check& x) in swap() function in boost::spirit::multi_pass_policies::buf_id_check
226 void swap(no_check&) {} in swap() function in boost::spirit::multi_pass_policies::no_check
272 void swap(inner& x) in swap() function in boost::spirit::multi_pass_policies::std_deque::inner
411 void swap(inner& x) in swap() function in boost::spirit::multi_pass_policies::fixed_size_queue::inner
554 void swap(inner& x) in swap() function in boost::spirit::multi_pass_policies::input_iterator::inner
635 void swap(inner& x) in swap() function in boost::spirit::multi_pass_policies::lex_input::inner
715 void swap(inner& x) in swap() function in boost::spirit::multi_pass_policies::functor_input::inner
974 swap(multi_pass& x) in swap() function in boost::spirit::multi_pass
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/detail/
Dcompressed_pair.hpp134 void swap(::boost::compressed_pair<T1, T2>& y) in swap() function in boost::details::compressed_pair_imp
177 void swap(::boost::compressed_pair<T1,T2>& y) in swap() function in boost::details::compressed_pair_imp
219 void swap(::boost::compressed_pair<T1,T2>& y) in swap() function in boost::details::compressed_pair_imp
264 void swap(::boost::compressed_pair<T1,T2>&) {} in swap() function in boost::details::compressed_pair_imp
302 void swap(::boost::compressed_pair<T1,T2>&) {} in swap() function in boost::details::compressed_pair_imp
336 void swap(::boost::compressed_pair<T1, T2>& y) in swap() function in boost::details::compressed_pair_imp
387 void swap(compressed_pair& y) { base::swap(y); } in swap() function in boost::compressed_pair
434 void swap(::boost::compressed_pair<T,T>& y) { base::swap(y); } in swap() function in boost::compressed_pair
440 swap(compressed_pair<T1, T2>& x, compressed_pair<T1, T2>& y) in swap() function
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Dcoordination_service.pb.h258 friend void swap(CoordinatedTask& a, CoordinatedTask& b) { in swap() function
408 friend void swap(CoordinationServiceError& a, CoordinationServiceError& b) { in swap() function
562 friend void swap(TfDeviceList& a, TfDeviceList& b) { in swap() function
705 friend void swap(XlaDeviceList& a, XlaDeviceList& b) { in swap() function
854 friend void swap(CoordinationServiceDeviceInfo& a, CoordinationServiceDeviceInfo& b) { in swap() function
1030 friend void swap(RegisterTaskRequest& a, RegisterTaskRequest& b) { in swap() function
1184 friend void swap(RegisterTaskResponse& a, RegisterTaskResponse& b) { in swap() function
1318 friend void swap(HeartbeatRequest& a, HeartbeatRequest& b) { in swap() function
1472 friend void swap(HeartbeatResponse& a, HeartbeatResponse& b) { in swap() function
1606 friend void swap(WaitForAllTasksRequest& a, WaitForAllTasksRequest& b) { in swap() function
[all …]
/aosp_15_r20/art/runtime/native/
H A Dlibcore_io_Memory.cc129 jboolean swap) { in Memory_peekCharArray()
139 jboolean swap) { in Memory_peekDoubleArray()
149 jboolean swap) { in Memory_peekFloatArray()
159 jboolean swap) { in Memory_peekIntArray()
169 jboolean swap) { in Memory_peekLongArray()
179 jboolean swap) { in Memory_peekShortArray()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/iterators/detail/
Dcombine_policies.hpp53 void swap(multi_pass_unique& x) in swap() function
88 void swap(multi_pass_unique& x) in swap() function
139 void swap(multi_pass_unique& x) in swap() function
177 void swap(multi_pass_unique& x) in swap() function
232 void swap(multi_pass_unique& x) in swap() function
278 void swap(multi_pass_unique& x) in swap() function
340 void swap(multi_pass_unique& x) in swap() function
389 void swap(multi_pass_unique& x) in swap() function
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/
H A DBits.java48 static short swap(short x) { in swap() method in Bits
52 static char swap(char x) { in swap() method in Bits
56 static int swap(int x) { in swap() method in Bits
60 static long swap(long x) { in swap() method in Bits

12345678910>>...158