Searched defs:swap (Results 1 - 25 of 253) sorted by relevance

1234567891011

/external/stlport/stlport/stl/
H A D_relops_hash_cont.h9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { function
10 __hm1.swap(__hm2);
H A D_relops_cont.h25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x, function
27 __x.swap(__y);
/external/chromium_org/chrome/installer/util/
H A Dregistry_key_backup.h36 void swap(RegistryKeyBackup& other) { function in class:RegistryKeyBackup
37 key_data_.swap(other.key_data_);
/external/chromium_org/content/common/dom_storage/
H A Ddom_storage_map_unittest.cc27 DOMStorageValuesMap swap; local
40 map->SwapValues(&swap);
41 EXPECT_TRUE(swap.empty());
79 map->SwapValues(&swap);
80 EXPECT_EQ(2ul, swap.size());
109 DOMStorageValuesMap swap; local
110 swap[kKey] = base::NullableString16(kValue, false);
111 swap[kKey2] = base::NullableString16(kValue, false);
112 map->SwapValues(&swap);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAlignment.h57 void swap(AlignedBuffer<size, alignment>& a, AlignedBuffer<size, alignment>& b) function in namespace:WTF
60 std::swap(a.buffer[i], b.buffer[i]);
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafangles.c251 FT_Pos swap; local
261 swap = table[j];
263 table[j - 1] = swap;
274 AF_WidthRec swap; local
284 swap = table[j];
286 table[j - 1] = swap;
/external/eigen/test/eigen2/
H A Deigen2_swap.cpp25 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(MatrixX
[all...]
/external/eigen/test/
H A Dswap.cpp25 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(MatrixX
[all...]
/external/freetype/src/autofit/
H A Dafangles.c251 FT_Pos swap; local
261 swap = table[j];
263 table[j - 1] = swap;
278 AF_WidthRec swap; local
292 swap = table[j];
294 table[j - 1] = swap;
/external/icu4c/layoutex/
H A DLXUtilities.cpp80 le_int32 swap = array[front]; local
83 array[back] = swap;
92 float swap = array[front]; local
95 array[back] = swap;
/external/replicaisland/src/com/replica/replicaisland/
H A DCrusherAndouComponent.java50 public void setSwap(ChangeComponentsComponent swap) { argument
51 mSwap = swap;
/external/chromium/base/mac/
H A Dscoped_cftyperef.h63 void swap(ScopedCFTypeRef& that) { function in class:base::mac::ScopedCFTypeRef
/external/chromium/chrome/browser/cocoa/
H A Dscoped_authorizationref.h58 void swap(scoped_AuthorizationRef& that) { function in class:scoped_AuthorizationRef
/external/chromium_org/base/mac/
H A Dscoped_authorizationref.h60 void swap(ScopedAuthorizationRef& that) { function in class:base::mac::ScopedAuthorizationRef
H A Dscoped_block.h73 void swap(ScopedBlock& that) { function in class:base::mac::ScopedBlock
H A Dscoped_cftyperef.h85 void swap(ScopedCFTypeRef& that) { function in class:base::ScopedCFTypeRef
H A Dscoped_ioobject.h53 void swap(ScopedIOObject& that) { function in class:base::mac::ScopedIOObject
H A Dscoped_ioplugininterface.h55 void swap(ScopedIOPluginInterface& that) { function in class:base::mac::ScopedIOPluginInterface
H A Dscoped_launch_data.h56 void swap(ScopedLaunchData& that) { function in class:base::mac::ScopedLaunchData
57 std::swap(object_, that.object_);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dscoped_ref_ptr.h64 // b.swap(a);
146 void swap(T** pp) { function in class:talk_base::scoped_refptr
152 void swap(scoped_refptr<T>& r) { function in class:talk_base::scoped_refptr
153 swap(&r.ptr_);
/external/chromium_org/third_party/skia/include/utils/win/
H A DSkTScopedComPtr.h63 void swap(SkTScopedComPtr<T>& that) { function in class:SkTScopedComPtr
/external/llvm/lib/IR/
H A DUse.cpp20 // Use swap Implementation
23 void Use::swap(Use &RHS) { function in class:llvm::Use
/external/marisa-trie/lib/marisa/
H A Dmapper.cc89 temp.swap(this);
113 temp.swap(this);
118 Mapper().swap(this);
121 void Mapper::swap(Mapper *rhs) { function in class:marisa::Mapper
H A Dreader.cc53 Reader().swap(this);
56 void Reader::swap(Reader *rhs) { function in class:marisa::Reader
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dmapper.cc92 temp.swap(this);
117 temp.swap(this);
122 Mapper().swap(this);
125 void Mapper::swap(Mapper *rhs) { function in class:marisa_alpha::Mapper

Completed in 3128 milliseconds

1234567891011