/ndk/sources/cxx-stl/stlport/src/ |
sparc_atomic64.s | 16 casx [%o0], %o2, %o3 ! Do the compare and swap 35 casx [%o0], %o2, %o3 ! Do the compare and swap 55 casx [%o0], %o2, %o3 ! Do the compare and swap
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
byteorder.h | 15 __asm__("xchgb %b0,%h0\n\t" /* swap lower bytes */ 16 "rorl $16,%0\n\t" /* swap words */ 17 "xchgb %b0,%h0" /* swap higher bytes */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
byteorder.h | 15 __asm__("xchgb %b0,%h0\n\t" /* swap lower bytes */ 16 "rorl $16,%0\n\t" /* swap words */ 17 "xchgb %b0,%h0" /* swap higher bytes */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
byteorder.h | 15 __asm__("xchgb %b0,%h0\n\t" /* swap lower bytes */ 16 "rorl $16,%0\n\t" /* swap words */ 17 "xchgb %b0,%h0" /* swap higher bytes */
|
/external/chromium/third_party/libjingle/source/talk/base/ |
scoped_ptr.h | 84 void swap(scoped_ptr & b) { function in class:talk_base::scoped_ptr 110 void swap(scoped_ptr<T>& a, scoped_ptr<T>& b) { function in namespace:talk_base 111 a.swap(b); 162 void swap(scoped_array & b) { function in class:talk_base::scoped_array 184 void swap(scoped_array<T>& a, scoped_array<T>& b) { function in namespace:talk_base 185 a.swap(b); 230 void swap(scoped_ptr_malloc & b) { function in class:talk_base::scoped_ptr_malloc 252 void swap(scoped_ptr_malloc<T,FF>& a, scoped_ptr_malloc<T,FF>& b) { function in namespace:talk_base 253 a.swap(b);
|
/external/chromium_org/chrome_frame/ |
policy_settings.cc | 215 // Nofail swap in the new values. (Note: this is all that need be protected 217 using std::swap; 219 swap(default_renderer_, default_renderer); 220 swap(skip_metadata_check_, skip_metadata_check); 221 swap(renderer_exclusion_list_, renderer_exclusion_list); 222 swap(content_type_list_, content_type_list); 223 swap(application_locale_, application_locale); 224 swap(additional_launch_parameters_, additional_launch_parameters); 225 swap(suppress_turndown_prompt_, suppress_turndown_prompt);
|
/external/chromium_org/content/common/dom_storage/ |
dom_storage_map_unittest.cc | 27 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/content/public/browser/ |
render_process_host_factory.h | 18 // swap out a different one to use a TestRenderProcessHost.
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
KeyframeValueList.h | 65 swap(copy); 69 void swap(KeyframeValueList& other) function in class:WebCore::KeyframeValueList 71 std::swap(m_property, other.m_property); 72 m_values.swap(other.m_values);
|
/external/chromium_org/third_party/re2/patches/ |
re2-libcxx.patch | 6 using std::swap;
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
base_unittests.gtest-drmemory_win32.txt | 19 ScopedProcessInformationTest.Swap
|
/external/chromium_org/ui/accessibility/ |
ax_node.cc | 27 children.swap(children_);
|
/external/chromium_org/ui/views/window/ |
window_resources.h | 20 // contents of a window frame. The Window may swap in different
|
/external/chromium_org/webkit/data/test_shell/sort/ |
sort-insertion.js | 10 sort.swap(y, y - 1);
|
/external/clang/test/CodeGenObjC/ |
dot-syntax.m | 61 #define SWAP(T,a,b) { T a_tmp = a; a = b; b = a_tmp; } 93 SWAP(int, a.x, b.x); 94 // SWAP(__complex int, a.y, b.y); 95 SWAP(S, a.z, b.z);
|
/external/e2fsprogs/tests/f_crashdisk/ |
expect.1 | 6 filesystem (and not swap or ufs or something else), then the superblock
|
/external/linux-tools-perf/util/ |
trace-event.h | 193 unsigned short swap; local 198 swap = ((data & 0xffULL) << 8) | 201 return swap; 206 unsigned int swap; local 211 swap = ((data & 0xffULL) << 24) | 216 return swap; 221 unsigned long long swap; local 226 swap = ((data & 0xffULL) << 56) | 235 return swap;
|
/external/marisa-trie/lib/marisa/ |
vector-inline.h | 27 temp_mapper.swap(mapper); 44 temp.swap(this); 80 temp.swap(this); 188 void Vector<T>::swap(Vector *rhs) { function in class:marisa::Vector 190 Swap(&buf_, &rhs->buf_); 191 Swap(&objs_, &rhs->objs_); 192 Swap(&size_, &rhs->size_); 193 Swap(&capacity_, &rhs->capacity_); 194 Swap(&fixed_, &rhs->fixed_);
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
vector-inline.h | 27 temp_mapper.swap(mapper); 44 temp.swap(this); 80 temp.swap(this); 188 void Vector<T>::swap(Vector *rhs) { function in class:marisa_alpha::Vector 190 Swap(&buf_, &rhs->buf_); 191 Swap(&objs_, &rhs->objs_); 192 Swap(&size_, &rhs->size_); 193 Swap(&capacity_, &rhs->capacity_); 194 Swap(&fixed_, &rhs->fixed_);
|
/external/webrtc/src/system_wrappers/interface/ |
scoped_ptr.h | 84 void swap(scoped_ptr & b) { function in class:webrtc::scoped_ptr 110 void swap(scoped_ptr<T>& a, scoped_ptr<T>& b) { function in namespace:webrtc 111 a.swap(b); 162 void swap(scoped_array & b) { function in class:webrtc::scoped_array 184 void swap(scoped_array<T>& a, scoped_array<T>& b) { function in namespace:webrtc 185 a.swap(b); 230 void swap(scoped_ptr_malloc & b) { function in class:webrtc::scoped_ptr_malloc 252 void swap(scoped_ptr_malloc<T,FF>& a, scoped_ptr_malloc<T,FF>& b) { function in namespace:webrtc 253 a.swap(b);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/ |
member_swap.pass.cpp | 14 // void swap(map& m); 37 m1.swap(m2); 60 m1.swap(m2); 79 m1.swap(m2); 106 m1.swap(m2); 126 m1.swap(m2); 149 m1.swap(m2); 168 m1.swap(m2); 195 m1.swap(m2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/ |
member_swap.pass.cpp | 14 // void swap(multimap& m); 37 m1.swap(m2); 60 m1.swap(m2); 79 m1.swap(m2); 106 m1.swap(m2); 125 m1.swap(m2); 148 m1.swap(m2); 167 m1.swap(m2); 194 m1.swap(m2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/ |
member_swap.pass.cpp | 14 // void swap(multiset& m); 37 m1.swap(m2); 60 m1.swap(m2); 79 m1.swap(m2); 106 m1.swap(m2); 126 m1.swap(m2); 149 m1.swap(m2); 168 m1.swap(m2); 195 m1.swap(m2);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/ |
member_swap.pass.cpp | 14 // void swap(set& m); 37 m1.swap(m2); 60 m1.swap(m2); 79 m1.swap(m2); 106 m1.swap(m2); 126 m1.swap(m2); 149 m1.swap(m2); 168 m1.swap(m2); 195 m1.swap(m2);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
scoped_array.hpp | 74 this_type(p).swap(*this); 92 void swap(scoped_array & b) // never throws function in class:boost::scoped_array 100 template<class T> inline void swap(scoped_array<T> & a, scoped_array<T> & b) // never throws function in namespace:boost 102 a.swap(b);
|