/external/e2fsprogs/lib/blkid/tests/ |
swap0.results | 1 TYPE='swap'
|
swap1.results | 1 TYPE='swap' 2 LABEL='SWAP-TEST'
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
proto.str | 28 "" swap 1 internalmode maybecatstr 29 swap 30 "" swap 0 internalmode maybecatstr 50 "enum " swap catstr 52 swap " _dummy_first_" swap catstr catstr 57 "#ifdef _BFD_MAKE_TABLE_" swap catstr swap 58 "\n\nstatic const char *const " swap catstr catstr 67 swap [all...] |
/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/current/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/strace/xlat/ |
atomic_ops.in | 1 { OR1K_ATOMIC_SWAP, "SWAP" },
|
/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/go/darwin-x86/test/fixedbugs/ |
bug064.go | 10 swap(x, y int) (u, v int) { 18 a, b = swap(swap(a, b)); 20 panic("bad swap"); 9 swap(x, y int) (u, v int) { func
|
issue5515.go | 22 func (s Slice) Swap(i, j int) { 29 Swap(i, j int) 33 data.Swap(0, 4)
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug064.go | 10 swap(x, y int) (u, v int) { 18 a, b = swap(swap(a, b)); 20 panic("bad swap"); 9 swap(x, y int) (u, v int) { func
|
issue5515.go | 22 func (s Slice) Swap(i, j int) { 29 Swap(i, j int) 33 data.Swap(0, 4)
|
/external/autotest/client/site_tests/platform_CompressedSwapPerf/ |
control | 2 PURPOSE = "Measure performance of compressed swap." 5 - compressed swap is not configured. 13 Run some basic performance benchmarks on compressed swap.
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/ |
swap_noexcept.pass.cpp | 12 // void swap(unordered_map& c) 19 // In C++17, the standard says that swap shall have: 21 // noexcept(swap(declval<Hash&>(), declval<Hash&>())) && 22 // noexcept(swap(declval<Pred&>(), declval<Pred&>()))); 54 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} 75 void swap(some_hash2<T>&, some_hash2<T>&) noexcept {} 124 static_assert(noexcept(swap(c1, c2)), ""); 130 static_assert(noexcept(swap(c1, c2)), ""); 136 static_assert(noexcept(swap(c1, c2)), ""); 141 static_assert(!noexcept(swap(c1, c2)), "") [all...] |
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/ |
swap_noexcept.pass.cpp | 12 // void swap(unordered_multiset& c) 19 // In C++17, the standard says that swap shall have: 21 // noexcept(swap(declval<Hash&>(), declval<Hash&>())) && 22 // noexcept(swap(declval<Pred&>(), declval<Pred&>()))); 54 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} 75 void swap(some_hash2<T>&, some_hash2<T>&) noexcept {} 122 static_assert(noexcept(swap(c1, c2)), ""); 128 static_assert(noexcept(swap(c1, c2)), ""); 134 static_assert(noexcept(swap(c1, c2)), ""); 139 static_assert(!noexcept(swap(c1, c2)), "") [all...] |
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/ |
swap_noexcept.pass.cpp | 12 // void swap(unordered_set& c) 19 // In C++17, the standard says that swap shall have: 21 // noexcept(swap(declval<Hash&>(), declval<Hash&>())) && 22 // noexcept(swap(declval<Pred&>(), declval<Pred&>()))); 54 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} 75 void swap(some_hash2<T>&, some_hash2<T>&) noexcept {} 122 static_assert(noexcept(swap(c1, c2)), ""); 128 static_assert(noexcept(swap(c1, c2)), ""); 134 static_assert(noexcept(swap(c1, c2)), ""); 139 static_assert(!noexcept(swap(c1, c2)), "") [all...] |
/external/autotest/client/site_tests/platform_CompressedSwap/ |
control | 2 PURPOSE = "Verify compressed swap is configured and basically works." 5 - compressed swap is not configured. 6 - oom events occur before swap space is mostly consumed. 14 Verify compressed swap is configured and basically works. 24 As free memory approaches 0, swap space starts to be used. 25 Verify we can consume most of swap without hitting any oom conditions.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/ |
metacore21-invalid.s | 9 SWAP PC,PCX 10 SWAP CT.0,PCX 11 SWAP D0.1,D0.2
|
/art/test/439-swap-double/ |
info.txt | 1 Test for the optimizing compiler's parallel swap support in
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/ |
swap_noexcept.pass.cpp | 12 // void swap(unordered_multimap& c) 19 // In C++17, the standard says that swap shall have: 54 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} 75 void swap(some_hash2<T>&, some_hash2<T>&) noexcept {} 123 static_assert(noexcept(swap(c1, c2)), ""); 129 static_assert(noexcept(swap(c1, c2)), ""); 135 static_assert(noexcept(swap(c1, c2)), ""); 140 static_assert(!noexcept(swap(c1, c2)), ""); 146 static_assert(!noexcept(swap(c1, c2)), ""); 150 { // POCS allocator, throwable swap for hash, throwable swap for com [all...] |
/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/containers/associative/map/map.special/ |
swap_noexcept.pass.cpp | 12 // void swap(map& c) 16 // In C++17, the standard says that swap shall have: 18 // noexcept(swap(declval<Compare&>(), declval<Compare&>()))); 53 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} 100 static_assert(noexcept(swap(c1, c2)), ""); 105 static_assert(noexcept(swap(c1, c2)), ""); 110 static_assert(noexcept(swap(c1, c2)), ""); 115 static_assert(!noexcept(swap(c1, c2)), ""); 119 { // POCS allocator, throwable swap for comp 122 static_assert(!noexcept(swap(c1, c2)), "") [all...] |
/external/libcxx/test/std/containers/associative/multimap/multimap.special/ |
swap_noexcept.pass.cpp | 12 // void swap(multimap& c) 16 // In C++17, the standard says that swap shall have: 18 // noexcept(swap(declval<Compare&>(), declval<Compare&>()))); 53 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} 100 static_assert(noexcept(swap(c1, c2)), ""); 105 static_assert(noexcept(swap(c1, c2)), ""); 110 static_assert(noexcept(swap(c1, c2)), ""); 115 static_assert(!noexcept(swap(c1, c2)), ""); 119 { // POCS allocator, throwable swap for comp 122 static_assert(!noexcept(swap(c1, c2)), "") [all...] |
/external/libcxx/test/std/containers/associative/multiset/multiset.special/ |
swap_noexcept.pass.cpp | 12 // void swap(multiset& c) 16 // In C++17, the standard says that swap shall have: 18 // noexcept(swap(declval<Compare&>(), declval<Compare&>()))); 53 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} 100 static_assert(noexcept(swap(c1, c2)), ""); 105 static_assert(noexcept(swap(c1, c2)), ""); 110 static_assert(noexcept(swap(c1, c2)), ""); 115 static_assert(!noexcept(swap(c1, c2)), ""); 119 { // POCS allocator, throwable swap for comp 122 static_assert(!noexcept(swap(c1, c2)), "") [all...] |
/external/libcxx/test/std/containers/associative/set/set.special/ |
swap_noexcept.pass.cpp | 12 // void swap(set& c) 16 // In C++17, the standard says that swap shall have: 18 // noexcept(swap(declval<Compare&>(), declval<Compare&>()))); 53 void swap(some_comp2<T>&, some_comp2<T>&) noexcept {} 100 static_assert(noexcept(swap(c1, c2)), ""); 105 static_assert(noexcept(swap(c1, c2)), ""); 110 static_assert(noexcept(swap(c1, c2)), ""); 115 static_assert(!noexcept(swap(c1, c2)), ""); 119 { // POCS allocator, throwable swap for comp 122 static_assert(!noexcept(swap(c1, c2)), "") [all...] |
/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...] |