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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r10/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/r11/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/r13/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/clang/test/SemaCXX/
libstdcxx_pair_swap_hack.cpp 2 // an issue with GCC's <utility> implementation. std::pair::swap
4 // swap. This is invalid, because it ends up calling itself with
25 template<typename T> void swap(T &, T &);
26 template<typename T> void do_swap(T &a, T &b) noexcept(noexcept(swap(a, b))) {
27 swap(a, b);
32 void swap(CLASS &other) noexcept(noexcept(do_swap(member, other.member)));
36 void swap(CLASS &other) noexcept(noexcept(swap(member, other.member)));
42 // void swap(vector &other) noexcept(noexcept(do_swap(member, other.member)));
55 void swap(X &, X &) noexcept
    [all...]
  /external/eigen/failtest/
swap_2.cpp 10 b.swap(ac);
12 b.swap(ac.const_cast_derived());
  /external/toybox/toys/other/
mkswap.c 1 /* mkswap.c - Format swap device.
13 Sets up a Linux swap area on a device or file.
27 unsigned int pages = (len/pagesize)-1, *swap = (unsigned int *)toybuf; local
28 char *label = (char *)(swap+7), *uuid = (char *)(swap+3);
33 swap[0] = 1;
34 swap[1] = pages;
38 xwrite(fd, swap, 129*sizeof(unsigned int));
  /external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/
swap.pass.cpp 14 // void swap(path& lhs, path& rhs) noexcept;
26 // NOTE: this is tested in path.members/path.modifiers via the member swap.
36 ASSERT_NOEXCEPT(swap(p1, p2));
37 ASSERT_SAME_TYPE(void, decltype(swap(p1, p2)));
43 swap(p1, p2);
46 swap(p1, p2);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_parse_sc_stub.c 3 uint32_t cp_using_dma(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp 57 swap(sample_update_policy& other);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp 57 swap(sample_update_policy& other);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp 57 swap(sample_update_policy& other);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp 57 swap(sample_update_policy& other);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_policy/
sample_update_policy.hpp 57 swap(sample_update_policy& other);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
quadratic_probe_fn_imp.hpp 44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC

Completed in 554 milliseconds

1 2 3 4 5 6 7 8 91011>>