Searched refs:swap (Results 251 - 275 of 1727) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/containers/unord/unord.multiset/unord.multiset.swap/
H A Ddb_swap_1.pass.cpp16 // void swap(unordered_multiset& x, unordered_multiset& y);
35 swap(c1, c2);
/external/libcxx/test/containers/unord/unord.set/unord.set.swap/
H A Ddb_swap_1.pass.cpp16 // void swap(unordered_set& x, unordered_set& y);
35 swap(c1, c2);
/external/libcxx/test/numerics/numarray/template.valarray/valarray.members/
H A Dswap.pass.cpp14 // void swap(valarray& v);
31 v1.swap(v2);
48 v1.swap(v2);
65 v1.swap(v2);
81 v1.swap(v2);
/external/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.special/
H A Dswap.pass.cpp16 // swap(valarray<T>& x, valarray<T>& y);
33 swap(v1, v2);
50 swap(v1, v2);
67 swap(v1, v2);
83 swap(v1, v2);
/external/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm/
H A Dswap.pass.cpp14 // void swap(thread& x, thread& y);
50 swap(t0, t1);
/external/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/
H A Dswap.pass.cpp14 // void swap(thread& t);
50 t0.swap(t1);
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/
H A Dswap.pass.cpp15 // void swap(function<R(ArgTypes...)>&, function<R(ArgTypes...)>&);
82 swap(f1, f2);
97 swap(f1, f2);
112 swap(f1, f2);
127 swap(f1, f2);
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
H A Dswap.pass.cpp14 // void swap(function& other);
81 f1.swap(f2);
96 f1.swap(f2);
111 f1.swap(f2);
126 f1.swap(f2);
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dtest_deleter.h53 swap(test_deleter<T>& x, test_deleter<T>& y) function
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
H A Dswap.pass.cpp14 // void swap(weak_ptr& r);
40 w1.swap(w2);
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/
H A Dswap.pass.cpp14 // template<class T> void swap(weak_ptr<T>& a, weak_ptr<T>& b)
40 swap(w1, w2);
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dkbuffer.h53 void *kbuffer_translate_data(int swap, void *data, unsigned int *size);
/external/qemu/android/base/containers/
H A DStringVector.h50 void swap(StringVector* other);
/external/qemu/android/base/files/
H A DScopedHandle.h63 void swap(ScopedHandle* other) { function in class:android::base::ScopedHandle
/external/qemu/audio/
H A Dmixeng.c73 #define ENDIAN_CONVERSION swap
94 #define ENDIAN_CONVERSION swap
115 #define ENDIAN_CONVERSION swap
136 #define ENDIAN_CONVERSION swap
/external/skia/src/pathops/
H A DSkOpContour.cpp13 const SkIntersections& ts, bool swap) {
27 coincidence.fTs[swap][0] = ts[0][0];
28 coincidence.fTs[swap][1] = ts[0][1];
29 coincidence.fTs[!swap][0] = ts[1][0];
30 coincidence.fTs[!swap][1] = ts[1][1];
31 coincidence.fPts[swap][0] = pt0;
32 coincidence.fPts[swap][1] = pt1;
35 coincidence.fPts[!swap][0] = nearStart ? ts.pt2(0).asSkPoint() : pt0;
36 coincidence.fPts[!swap][1] = nearEnd ? ts.pt2(1).asSkPoint() : pt1;
163 const SkIntersections& ts, int ptIndex, bool swap) {
12 addCoincident(int index, SkOpContour* other, int otherIndex, const SkIntersections& ts, bool swap) argument
162 addPartialCoincident(int index, SkOpContour* other, int otherIndex, const SkIntersections& ts, int ptIndex, bool swap) argument
188 align(const SkOpSegment::AlignedSpan& aligned, bool swap, SkCoincidence* coincidence) argument
219 alignTPt(int segmentIndex, const SkOpContour* other, int otherIndex, bool swap, int tIndex, SkIntersections* ts, SkPoint* point) const argument
239 alignT(bool swap, int tIndex, SkIntersections* ts) const argument
[all...]
/external/llvm/lib/ProfileData/
H A DInstrProfReader.cpp195 if (Magic != swap(getRawMagic<IntPtrT>()))
210 if (swap(Header.Version) != getRawVersion())
213 CountersDelta = swap(Header.CountersDelta);
214 NamesDelta = swap(Header.NamesDelta);
215 auto DataSize = swap(Header.DataSize);
216 auto CountersSize = swap(Header.CountersSize);
217 auto NamesSize = swap(Header.NamesSize);
245 StringRef RawName(getName(Data->NamePtr), swap(Data->NameSize));
246 uint32_t NumCounters = swap(Data->NumCounters);
260 Record.Hash = swap(Dat
[all...]
/external/chromium_org/base/memory/
H A Dref_counted_memory.cc46 bytes->data_.swap(*to_destroy);
69 to_destroy->swap(self->data_);
/external/chromium_org/media/midi/
H A Dmidi_message_queue.cc92 std::swap(*message, next_message_);
105 std::swap(*message, next_message_);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAlignment.h56 void swap(AlignedBuffer<size, alignment>& a, AlignedBuffer<size, alignment>& b) function in namespace:WTF
59 std::swap(a.buffer[i], b.buffer[i]);
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.cpp44 swap(tmp);
57 swap(tmp);
/external/chromium_org/tools/gn/
H A Dconfig_values_generator.cc28 (config_values->*accessor)().swap(result);
45 (config_values->*accessor)().swap(result);
/external/e2fsprogs/install-utils/
H A Dconvfstab44 xenix | coherent | nfs | proc | sw | swap )
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_pruneL.h109 std::swap(glu.lsub(kmin), glu.lsub(kmax));
119 std::swap(glu.lusup(minloc), glu.lusup(maxloc));
/external/eigen/test/eigen2/
H A Deigen2_determinant.cpp35 m2.row(i).swap(m2.row(j));
38 m2.col(i).swap(m2.col(j));

Completed in 392 milliseconds

<<11121314151617181920>>