Home
last modified time | relevance | path

Searched defs:Swap (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/external/pytorch/aten/src/ATen/native/sparse/cuda/
DStaticSort.h14 struct Swap { struct
24 CUTLASS_HOST_DEVICE Swap(A& a, const int& i0, const int& i1) { in Swap() function
/external/rust/android-crates-io/crates/moveit/src/new/
Dimpls.rs39 impl<$($($targs)*)?> Swap for $ty { impl
64 impl<$($($targs)*)?> Swap for $ty { impl
/external/rust/android-crates-io/crates/arc-swap/tests/
Drandom.rs13 Swap(usize), enumerator
40 Swap(usize), enumerator
/external/libcxx/benchmarks/
Dfunction.bench.cpp155 struct Swap { struct
156 static void run(benchmark::State& state) { in run()
164 static bool skip() { return Function1() > Function2(); } in skip()
166 static std::string name() { in name()
/external/cronet/stable/third_party/libc++/src/test/benchmarks/
Dfunction.bench.cpp155 struct Swap { struct
156 static void run(benchmark::State& state) { in run()
164 static bool skip() { return Function1() > Function2(); } in skip()
166 static std::string name() { return "BM_Swap" + Function1::name() + Function2::name(); } in name()
/external/cronet/tot/third_party/libc++/src/test/benchmarks/
Dfunction.bench.cpp155 struct Swap { struct
156 static void run(benchmark::State& state) { in run()
164 static bool skip() { return Function1() > Function2(); } in skip()
166 static std::string name() { return "BM_Swap" + Function1::name() + Function2::name(); } in name()
/external/sandboxed-api/sandboxed_api/util/
Dfileops.h43 void Swap(FDCloser& other) { std::swap(fd_, other.fd_); } in Swap() function
/external/protobuf/src/google/protobuf/
Dwrappers.pb.h144 inline void Swap(DoubleValue* other) { in Swap() function
292 inline void Swap(FloatValue* other) { in Swap() function
440 inline void Swap(Int64Value* other) { in Swap() function
588 inline void Swap(UInt64Value* other) { in Swap() function
736 inline void Swap(Int32Value* other) { in Swap() function
884 inline void Swap(UInt32Value* other) { in Swap() function
1032 inline void Swap(BoolValue* other) { in Swap() function
1180 inline void Swap(StringValue* other) { in Swap() function
1333 inline void Swap(BytesValue* other) { in Swap() function
Dreflection_internal.h234 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
275 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
304 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
342 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dwrappers.pb.h144 inline void Swap(DoubleValue* other) { in Swap() function
292 inline void Swap(FloatValue* other) { in Swap() function
440 inline void Swap(Int64Value* other) { in Swap() function
588 inline void Swap(UInt64Value* other) { in Swap() function
736 inline void Swap(Int32Value* other) { in Swap() function
884 inline void Swap(UInt32Value* other) { in Swap() function
1032 inline void Swap(BoolValue* other) { in Swap() function
1180 inline void Swap(StringValue* other) { in Swap() function
1333 inline void Swap(BytesValue* other) { in Swap() function
Dreflection_internal.h234 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
275 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
304 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
342 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dwrappers.pb.h144 inline void Swap(DoubleValue* other) { in Swap() function
292 inline void Swap(FloatValue* other) { in Swap() function
440 inline void Swap(Int64Value* other) { in Swap() function
588 inline void Swap(UInt64Value* other) { in Swap() function
736 inline void Swap(Int32Value* other) { in Swap() function
884 inline void Swap(UInt32Value* other) { in Swap() function
1032 inline void Swap(BoolValue* other) { in Swap() function
1180 inline void Swap(StringValue* other) { in Swap() function
1333 inline void Swap(BytesValue* other) { in Swap() function
Dreflection_internal.h234 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
275 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
304 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
342 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
/external/google-breakpad/src/processor/
Dminidump.cc127 inline void Swap(uint8_t* value) {} in Swap() function
135 inline void Swap(uint16_t* value) { in Swap() function
139 inline void Swap(uint32_t* value) { in Swap() function
146 inline void Swap(uint64_t* value) { in Swap() function
170 void Swap(uint128_struct* value) { in Swap() function
176 inline void Swap(int32_t* value) { in Swap() function
180 inline void Swap(MDLocationDescriptor* location_descriptor) { in Swap() function
185 inline void Swap(MDMemoryDescriptor* memory_descriptor) { in Swap() function
190 inline void Swap(MDGUID* guid) { in Swap() function
197 inline void Swap(MDSystemTime* system_time) { in Swap() function
[all …]
/external/licenseclassifier/v2/tools/identify_license/results/
Dresults.go42 func (lt LicenseTypes) Swap(i, j int) { lt[i], lt[j] = lt[j], lt[i] } func
81 func (jr JSONResult) Swap(i, j int) { jr[i], jr[j] = jr[j], jr[i] } func
/external/webrtc/pc/
Ddata_channel_utils.cc46 void PacketQueue::Swap(PacketQueue* other) { in Swap() function in webrtc::PacketQueue
/external/openscreen/cast/sender/public/
Dcast_app_discovery_service.cc40 void CastAppDiscoveryService::Subscription::Swap(Subscription& other) { in Swap() function in openscreen::cast::CastAppDiscoveryService::Subscription
/external/icing/icing/file/
Ddestructible-directory.h60 void Swap(DestructibleDirectory& other) { in Swap() function
/external/libchrome/mojo/public/cpp/bindings/
Dstruct_ptr.h76 void Swap(StructPtr* other) { std::swap(ptr_, other->ptr_); } in Swap() function
175 void Swap(InlinedStructPtr* other) { in Swap() function
/external/icing/icing/jni/
Dscoped-utf-chars.h65 void Swap(ScopedUtfChars& other) { in Swap() function
Dscoped-primitive-array-critical.h70 void Swap(ScopedPrimitiveArrayCritical& other) { in Swap() function
/external/mtools/
Dopen_image.c120 Stream_t *Swap = OpenSwap(Stream); in OpenImage() local
/external/pigweed/pw_allocator/public/pw_allocator/internal/
Dmanaged_ptr.h166 void Swap(ManagedPtr& other) noexcept { std::swap(value_, other.value_); } in Swap() function
/external/licenseclassifier/tools/identify_license/results/
Dresults.go33 func (lt LicenseTypes) Swap(i, j int) { lt[i], lt[j] = lt[j], lt[i] } func
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_ptr_state.cc37 void InterfacePtrStateBase::Swap(InterfacePtrStateBase* other) { in Swap() function in mojo::internal::InterfacePtrStateBase

12345678910>>...15