HomeSort by relevance Sort by last modified time
    Searched full:swap (Results 51 - 75 of 5352) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
dependent-noexcept-unevaluated.cpp 14 void swap(T& x, T& y) noexcept(some_trait<T>::value)
26 void swap(array& a) noexcept(noexcept(::swap(declval<T&>(), declval<T&>())));
  /external/icu/icu4c/source/common/
ucol_swp.h 16 * Swap collation binaries.
37 * Swap ICU collation data like ucadata.icu. See udataswp.h.
46 * Swap inverse UCA collation data (invuca.icu). See udataswp.h.
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
SorterTemplate.java 24 abstract protected void swap(int i, int j); method in class:SorterTemplate
40 swap(lo, i); method
43 swap(lo, hi); method
46 swap(i, hi); method
49 swap(i, j); method
62 swap(i, j); method
64 swap(i, hi - 1); method
79 swap(j - 1, j);
105 swap(pivot, lo); method
132 swap(lot++, hit--)
    [all...]
  /external/libbrillo/brillo/
process_information.h 25 // Set the command line array. This method DOES swap out the contents of
29 cmd_line_.swap(*value);
34 // Set the command line array. This method DOES swap out the contents of
38 open_files_.swap(*value);
43 // Set the command line array. This method DOES swap out the contents of
47 cwd_.swap(*value);
  /external/libcxx/test/std/experimental/any/any.nonmembers/
swap.pass.cpp 14 // void swap(any &, any &) noexcept
16 // swap(...) just wraps any::swap(...). That function is tested elsewhere.
29 static_assert(noexcept(swap(a, a)), "swap(any&, any&) must be noexcept");
35 swap(a1, a2);
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic.s 18 ! swap [%o0], %o3 ! Do the compare and swap
37 ! swap [%o0], %o3 ! Do the compare and swap
59 ! swap [%o0], %o3 ! Do the compare and swap
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
swap.hpp 20 // - boost::swap has two template arguments, instead of one, to
22 // not have its own boost::swap overload.
24 #include <algorithm> //for std::swap
32 using namespace std;//use std::swap if argument dependent lookup fails
33 swap(left,right);
49 void swap(T1& left, T2& right) function in namespace:boost
  /prebuilts/go/darwin-x86/test/
simassign.go 35 func swap(x, y int) (u, v int) { func
70 a, b = swap(1, 2)
72 panic("bad swap")
75 a, b = swap(swap(a, b))
77 panic("bad swap")
  /prebuilts/go/linux-x86/test/
simassign.go 35 func swap(x, y int) (u, v int) { func
70 a, b = swap(1, 2)
72 panic("bad swap")
75 a, b = swap(swap(a, b))
77 panic("bad swap")
  /external/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/
swap_noexcept.pass.cpp 12 // void swap(basic_string& c)
16 // In C++17, the standard says that swap shall have:
58 static_assert(noexcept(swap(c1, c2)), "");
63 static_assert(noexcept(swap(c1, c2)), "");
70 static_assert( noexcept(swap(c1, c2)), "");
72 static_assert(!noexcept(swap(c1, c2)), "");
79 // if the allocators are always equal, then the swap can be noexcept
80 static_assert( noexcept(swap(c1, c2)), "");
  /external/replicaisland/src/com/replica/replicaisland/
QuickSorter.java 57 while (comparator.compare(a[++i], a[right]) < 0) { // find item on left to swap
59 while (comparator.compare(a[right], a[--j]) < 0) { // find item on right to swap
67 Type swap = a[i]; // swap two elements into place local
69 a[j] = swap;
71 Type swap = a[i]; // swap with partition element local
73 a[right] = swap;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x, function
27 __x.swap(__y);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional_fwd.hpp 13 // 10 May 2008 (added swap related forward declaration) Niels Dekker
22 template<class T> void swap ( optional<T>& , optional<T>& ) ;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x, function
27 __x.swap(__y);
  /external/autotest/server/site_tests/firmware_PDDataSwap/
firmware_PDDataSwap.py 16 Servo based USB PD data role swap test
20 cases where the swap does not complete.
33 # Plankton initiated data swap request
34 PLANKTON_SWAP_REQ = 'pd %d swap data' % PLANKTON_PORT
35 # Swap Result Tables
144 """Send data swap request, get PD control msg reply
147 a pd data role swap request message. This allows the
157 cmd = 'pd %d swap data' % port
164 """Perform a data role swap request
166 Data swap requests can be either initiated by the DUT or receive
    [all...]
control 9 PURPOSE = "Servo based PD data role swap test"
10 CRITERIA = "This test will fail if a data swap gives unexpected results"
19 - Tests if the DUT can receive data swap requests
20 - Tests if the DUT can initate data swap requests
  /external/google-breakpad/src/processor/
minidump.cc 113 static inline void Swap(uint8_t* value) {
124 static inline void Swap(uint16_t* value) {
130 static inline void Swap(uint32_t* value) {
138 static inline void Swap(uint64_t* value) {
140 Swap(&value32[0]);
141 Swap(&value32[1]);
162 static void Swap(uint128_struct* value) {
163 Swap(&value->low);
164 Swap(&value->high);
168 static inline void Swap(int16_t* value)
    [all...]
  /external/autotest/server/site_tests/firmware_PDPowerSwap/
control 9 PURPOSE = "Servo based PD power role swap test"
10 CRITERIA = "This test will fail if a power swap gives unexpected results"
19 - Tests if the DUT can receive power swap requests
20 - Tests if the DUT can initiate power swap requests
  /external/llvm/test/MC/Sparc/
sparc-atomic-instructions.s 7 ! CHECK: swap [%i0+%l6], %o2 ! encoding: [0xd4,0x7e,0x00,0x16]
8 swap [%i0+%l6], %o2
10 ! CHECK: swap [%i0+32], %o2 ! encoding: [0xd4,0x7e,0x20,0x20]
11 swap [%i0+32], %o2
  /external/strace/
swapon.c 3 #include <sys/swap.h>
  /external/strace/xlat/
atomic_ops.h 11 { OR1K_ATOMIC_SWAP, "SWAP" },
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
swap.hpp 10 #include "boost/utility/swap.hpp"
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
swap.h 23 //! Custom swap() to avoid dependency on C++ <algorith> header
24 /*! \tparam T Type of the arguments to swap, should be instantiated with primitive C++ types only.
25 \note This has the same semantics as std::swap().
28 inline void Swap(T& a, T& b) RAPIDJSON_NOEXCEPT {
  /external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.assign/
member_swap.pass.cpp 15 // void swap(basic_stringbuf& rhs);
25 buf.swap(buf1);
32 buf.swap(buf1);
39 buf.swap(buf1);
46 buf.swap(buf1);
53 buf.swap(buf1);
60 buf.swap(buf1);
nonmember_swap.pass.cpp 16 // void swap(basic_stringbuf<charT, traits, Allocator>& x,
27 swap(buf, buf1);
34 swap(buf, buf1);
41 swap(buf, buf1);
48 swap(buf, buf1);
55 swap(buf, buf1);
62 swap(buf, buf1);

Completed in 1919 milliseconds

1 23 4 5 6 7 8 91011>>