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

123456

/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/astl/src/
H A Dlist.cpp33 void ListNodeBase::swap(ListNodeBase& a, ListNodeBase& b) { function in class:android::ListNodeBase
37 std::swap(a.mNext, b.mNext);
38 std::swap(a.mPrev, b.mPrev);
/external/junit/src/junit/runner/
H A DSorter.java6 * A custom quick sort with support to customize the swap behaviour.
12 public void swap(Vector values, int left, int right); method in interface:Sorter.Swapper
25 swapper.swap(values, left, right);
/external/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/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/webkit/Source/WebCore/css/
H A DStyleSheetList.h49 void swap(StyleSheetVector& sheets) function in class:WebCore::StyleSheetList
51 m_sheets.swap(sheets);
/external/webkit/Source/WebCore/html/
H A DCollectionCache.cpp53 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(hasNameCach
[all...]
/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/llvm/lib/VMCore/
H A DUse.cpp19 // Use swap Implementation
22 void Use::swap(Use &RHS) { function in class:llvm::Use
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/
H A DSDL_mintaudio_it.S52 - Then we swap the buffers
203 swap d1 define
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
H A DSDL_ataric2p.S197 swap d2 define
203 swap d3 define
233 swap d0 define
234 swap d1 define
235 swap d2 define
236 swap d3 define
341 swap d3 define
363 swap d3 define
/external/chromium/base/memory/
H A Dscoped_nsobject.h63 void swap(scoped_nsobject& that) { function in class:scoped_nsobject
86 void swap(scoped_nsobject<C>& p1, scoped_nsobject<C>& p2) { function
87 p1.swap(p2);
136 void swap(scoped_nsobject& that) { function in class:scoped_nsobject
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_provider_mac_unittest.cc38 swap(other);
42 void swap(PolicyTestParams& other) { function in class:policy::PolicyTestParams
43 std::swap(type_, other.type_);
44 std::swap(policy_name_, other.policy_name_);
45 test_value_.swap(other.test_value_);
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
H A Dsorttable.js331 var swap = true; variable
333 while(swap) {
334 swap = false;
338 swap = true;
343 if (!swap) break;
348 swap = true;
353 } // while(swap)
/external/chromium/crypto/
H A Dscoped_capi_types.h80 void swap(ScopedCAPIHandle& b) { function in class:crypto::ScopedCAPIHandle
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp46 function(other).swap(*this);
52 function(f).swap(*this);
56 void swap(function& other) { function in class:function
/external/clang/tools/scan-build/
H A Dsorttable.js308 var swap = true; variable
310 while(swap) {
311 swap = false;
315 swap = true;
320 if (!swap) break;
325 swap = true;
330 } // while(swap)
/external/llvm/include/llvm/ADT/
H A DOwningPtr.h66 void swap(OwningPtr &RHS) { function in class:llvm::OwningPtr
74 inline void swap(OwningPtr<T> &a, OwningPtr<T> &b) { function in namespace:llvm
75 a.swap(b);
119 void swap(OwningArrayPtr &RHS) { function in class:llvm::OwningArrayPtr
127 inline void swap(OwningArrayPtr<T> &a, OwningArrayPtr<T> &b) { function in namespace:llvm
128 a.swap(b);
/external/oprofile/libutil++/
H A Dutility.h45 void swap(scoped_ptr & sp) { function in class:scoped_ptr
72 void swap(scoped_array & sp) { function in class:scoped_array
/external/skia/src/animator/
H A DSkTypedArray.cpp54 this->swap(tmp);
84 this->swap(tmp);
101 void SkDS32Array::swap(SkDS32Array& other) function in class:SkDS32Array
/external/skia/src/core/
H A DSkClampRange.cpp101 bool swap = dx < 0; local
102 if (swap) {
107 if (swap) {
/external/webkit/Source/JavaScriptCore/heap/
H A DStrong.h93 void swap(Strong& other) function in class:JSC::Strong
95 Handle<T>::swap(other);
147 template<class T> inline void swap(Strong<T>& a, Strong<T>& b) function in namespace:JSC
149 a.swap(b);

Completed in 740 milliseconds

123456