HomeSort by relevance Sort by last modified time
    Searched full:swap (Results 1 - 25 of 3925) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/lib/blkid/tests/
swap0.results 1 TYPE='swap'
swap1.results 1 TYPE='swap'
2 LABEL='SWAP-TEST'
  /external/stlport/stlport/stl/
_relops_hash_cont.h 9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { function
10 __hm1.swap(__hm2);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h 9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { function
10 __hm1.swap(__hm2);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h 9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { function
10 __hm1.swap(__hm2);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h 9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { function
10 __hm1.swap(__hm2);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h 9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { function
10 __hm1.swap(__hm2);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h 9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { function
10 __hm1.swap(__hm2);
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GL_SwapBuffers.3 3 SDL_GL_SwapBuffers \- Swap OpenGL framebuffers/Update Display
11 Swap the OpenGL buffers, if double-buffering is supported\&.
  /external/eigen/test/eigen2/
eigen2_swap.cpp 25 template<typename MatrixType> void swap(const MatrixType& m) function
44 m1.swap(m2);
51 m1.swap(m3);
58 m1.swap(m2.block(0,0,rows,cols));
65 m1.transpose().swap(m3.transpose());
72 VERIFY_RAISES_ASSERT(m1.swap(m1.row(0)));
74 VERIFY_RAISES_ASSERT(m1.row(0).swap(m1));
79 CALL_SUBTEST_1( swap(Matrix3f()) ); // fixed size, no vectorization
80 CALL_SUBTEST_1( swap(Matrix4d()) ); // fixed size, possible vectorization
81 CALL_SUBTEST_1( swap(MatrixXd(3,3)) ); // dyn size, no vectorization
    [all...]
  /external/eigen/test/
swap.cpp 25 template<typename MatrixType> void swap(const MatrixType& m) function
44 m1.swap(m2);
51 m1.swap(m3);
58 m1.swap(m2.block(0,0,rows,cols));
65 m1.transpose().swap(m3.transpose());
72 VERIFY_RAISES_ASSERT(m1.swap(m1.row(0)));
74 VERIFY_RAISES_ASSERT(m1.row(0).swap(m1));
79 CALL_SUBTEST_1( swap(Matrix3f()) ); // fixed size, no vectorization
80 CALL_SUBTEST_2( swap(Matrix4d()) ); // fixed size, possible vectorization
81 CALL_SUBTEST_3( swap(MatrixXd(3,3)) ); // dyn size, no vectorization
    [all...]
  /external/clang/test/Analysis/
unions-region.m 22 union u_testA swap;
23 swap.f = f;
25 if (testA_aux(swap.i)) // no-warning
26 swap.i = ((swap.i & 0xffff0000) >> 16) | ((swap.i & 0x0000fffff) << 16);
28 testA_aux_2(swap); // no-warning
30 return swap.f;
  /external/clang/www/
libstdc++4.4-clang0x.patch 16 - swap(forward_list&& __list)
17 + swap(forward_list& __list)
18 { _Node_base::swap(this->_M_impl._M_head, __list._M_impl._M_head); }
68 - swap(__shared_ptr<_Tp, _Lp>&& __other) // never throws
69 + swap(__shared_ptr<_Tp, _Lp>& __other) // never throws
71 std::swap(_M_ptr, __other._M_ptr);
74 swap(__shared_ptr<_Tp, _Lp>& __a, __shared_ptr<_Tp, _Lp>& __b)
75 { __a.swap(__b); }
79 - swap(__shared_ptr<_Tp, _Lp>&& __a, __shared_ptr<_Tp, _Lp>& __b)
80 - { __a.swap(__b);
    [all...]
  /external/webkit/Source/WebCore/html/
CollectionCache.cpp 53 void CollectionCache::swap(CollectionCache& other) function in class:WebCore::CollectionCache
55 std::swap(version, other.version);
56 std::swap(current, other.current);
57 std::swap(position, other.position);
58 std::swap(length, other.length);
59 std::swap(elementsArrayPosition, other.elementsArrayPosition);
61 idCache.swap(other.idCache);
62 nameCache.swap(other.nameCache);
64 std::swap(hasLength, other.hasLength);
65 std::swap(hasNameCache, other.hasNameCache)
    [all...]
  /external/marisa-trie/lib/marisa/
trie.cc 18 temp_mapper.swap(mapper);
42 temp.swap(this);
83 temp.swap(this);
145 Trie().swap(this);
148 void Trie::swap(Trie *rhs) { function in class:marisa::Trie
150 louds_.swap(&rhs->louds_);
151 labels_.swap(&rhs->labels_);
152 terminal_flags_.swap(&rhs->terminal_flags_);
153 link_flags_.swap(&rhs->link_flags_);
154 links_.swap(&rhs->links_)
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie.cc 18 temp_mapper.swap(mapper);
42 temp.swap(this);
83 temp.swap(this);
145 Trie().swap(this);
148 void Trie::swap(Trie *rhs) { function in class:marisa_alpha::Trie
150 louds_.swap(&rhs->louds_);
151 labels_.swap(&rhs->labels_);
152 terminal_flags_.swap(&rhs->terminal_flags_);
153 link_flags_.swap(&rhs->link_flags_);
154 links_.swap(&rhs->links_)
    [all...]
  /external/stlport/test/unit/
swap_test.cpp 6 #if 0 /* temporary: investigation of problem with swap */
49 swap(a, b);
81 * Following two tests check the corectness of specialization of swap():
82 * for containers with container::swap method swap( a, b ) should
83 * use a.swap( b ), but don't try to do this substitution for container
84 * without swap method (in this case swap should be made via explicit members
108 swap( v1, v2 ); // this shouldn't try make it as v1.swap( v2 ), no queue::swap method
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
swap_test.cpp 6 #if 0 /* temporary: investigation of problem with swap */
49 swap(a, b);
81 * Following two tests check the corectness of specialization of swap():
82 * for containers with container::swap method swap( a, b ) should
83 * use a.swap( b ), but don't try to do this substitution for container
84 * without swap method (in this case swap should be made via explicit members
108 swap( v1, v2 ); // this shouldn't try make it as v1.swap( v2 ), no queue::swap method
    [all...]
  /ndk/tests/device/test-stlport/unit/
swap_test.cpp 6 #if 0 /* temporary: investigation of problem with swap */
49 swap(a, b);
81 * Following two tests check the corectness of specialization of swap():
82 * for containers with container::swap method swap( a, b ) should
83 * use a.swap( b ), but don't try to do this substitution for container
84 * without swap method (in this case swap should be made via explicit members
108 swap( v1, v2 ); // this shouldn't try make it as v1.swap( v2 ), no queue::swap method
    [all...]
  /libcore/luni/src/main/java/libcore/io/
NioBufferIterator.java 30 private final boolean swap; field in class:NioBufferIterator
34 NioBufferIterator(long address, int size, boolean swap) {
37 this.swap = swap;
60 int result = Memory.peekInt(address + position, swap);
66 Memory.peekIntArray(address + position, dst, dstOffset, intCount, swap);
71 short result = Memory.peekShort(address + position, swap);
  /external/clang/test/SemaCXX/
dependent-noexcept-unevaluated.cpp 14 void swap(T& x, T& y) noexcept(some_trait<T>::value)
26 void swap(array& a) noexcept(noexcept(swap(declval<T&>(), declval<T&>())));
  /external/stlport/src/
sparc_atomic.s 18 ! swap [%o0], %o3 ! Do the compare and swap
37 ! swap [%o0], %o3 ! Do the compare and swap
59 ! swap [%o0], %o3 ! Do the compare and swap
  /libcore/luni/src/main/java/java/nio/
MemoryBlock.java 155 public final void pokeCharArray(int offset, char[] src, int srcOffset, int charCount, boolean swap) {
156 Memory.pokeCharArray(address + offset, src, srcOffset, charCount, swap);
159 public final void pokeDoubleArray(int offset, double[] src, int srcOffset, int doubleCount, boolean swap) {
160 Memory.pokeDoubleArray(address + offset, src, srcOffset, doubleCount, swap);
163 public final void pokeFloatArray(int offset, float[] src, int srcOffset, int floatCount, boolean swap) {
164 Memory.pokeFloatArray(address + offset, src, srcOffset, floatCount, swap);
167 public final void pokeIntArray(int offset, int[] src, int srcOffset, int intCount, boolean swap) {
168 Memory.pokeIntArray(address + offset, src, srcOffset, intCount, swap);
171 public final void pokeLongArray(int offset, long[] src, int srcOffset, int longCount, boolean swap) {
172 Memory.pokeLongArray(address + offset, src, srcOffset, longCount, swap);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic.s 18 ! swap [%o0], %o3 ! Do the compare and swap
37 ! swap [%o0], %o3 ! Do the compare and swap
59 ! swap [%o0], %o3 ! Do the compare and swap
  /external/replicaisland/src/com/replica/replicaisland/
QuickSorter.java 57 while (comparator.compare(a[++i], a[right]) < 0) { // find item on left to swap
59 while (comparator.compare(a[right], a[--j]) < 0) { // find item on right to swap
67 Type swap = a[i]; // swap two elements into place local
69 a[j] = swap;
71 Type swap = a[i]; // swap with partition element local
73 a[right] = swap;

Completed in 1080 milliseconds

1 2 3 4 5 6 7 8 91011>>