/external/e2fsprogs/lib/blkid/tests/ |
swap0.results | 1 TYPE='swap'
|
swap1.results | 1 TYPE='swap' 2 LABEL='SWAP-TEST'
|
/external/stlport/stlport/stl/ |
_relops_hash_cont.h | 9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { function 10 __hm1.swap(__hm2);
|
_relops_cont.h | 25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x, function 27 __x.swap(__y);
|
/bionic/libc/arch-sh/include/ |
endian.h | 16 __asm volatile ("swap.b %1,%0" : "=r"(rval) : "r"(x)); \ 24 __asm volatile ("swap.b %1,%0; swap.w %0,%0; swap.b %0,%0" \
|
/external/webkit/WebCore/html/ |
CollectionCache.cpp | 53 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(hasNameCache, other.hasNameCache) [all...] |
/external/stlport/test/unit/ |
swap_test.cpp | 6 #if 0 /* temporary: investigation of problem with swap */ 49 swap(a, b); 81 * Following two tests check the corectness of specialization of swap(): 82 * for containers with container::swap method swap( a, b ) should 83 * use a.swap( b ), but don't try to do this substitution for container 84 * without swap method (in this case swap should be made via explicit members 108 swap( v1, v2 ); // this shouldn't try make it as v1.swap( v2 ), no queue::swap method [all...] |
stack_allocator.h | 52 //one. This is the case for the std::swap function. 148 void swap(StackAllocator &other) { function in struct:StackAllocator 149 __STD swap(m_state, other.m_state); 155 void _M_swap_workaround(StackAllocator& __x) { swap(__x); } 185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b) function in namespace:std 186 { __a.swap(__b); } 189 //with new StackAllocator instanciations associated swap overload should also be 191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b) function in namespace:std 192 { __a.swap(__b); } 193 inline void swap(StackAllocator<char>& __a, StackAllocator<char>& __b function in namespace:std 195 inline void swap(StackAllocator<pair<const int, int> >& __a, function in namespace:std [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/swap/ |
Test_swap.java | 17 package dxc.junit.opcodes.swap; 21 import dxc.junit.opcodes.swap.jm.T_swap_1; 22 import dxc.junit.opcodes.swap.jm.T_swap_6; 23 import dxc.junit.opcodes.swap.jm.T_swap_7; 24 import dxc.junit.opcodes.swap.jm.T_swap_8; 67 Class.forName("dxc.junit.opcodes.swap.jm.T_swap_2"); 81 Class.forName("dxc.junit.opcodes.swap.jm.T_swap_3"); 94 Class.forName("dxc.junit.opcodes.swap.jm.T_swap_4"); 107 Class.forName("dxc.junit.opcodes.swap.jm.T_swap_5");
|
/dalvik/dx/src/junit/runner/ |
Sorter.java | 8 * A custom quick sort with support to customize the swap behaviour. 14 public void swap(Vector values, int left, int right); method in interface:Sorter.Swapper 27 swapper.swap(values, left, right);
|
/dalvik/libcore/luni/src/test/java/junit/runner/ |
Sorter.java | 8 * A custom quick sort with support to customize the swap behaviour. 14 public void swap(Vector values, int left, int right); method in interface:Sorter.Swapper 27 swapper.swap(values, left, right);
|
/external/junit/src/junit/runner/ |
Sorter.java | 6 * 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/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
|
/external/icu4c/common/ |
ucol_swp.h | 16 * Swap collation binaries. 29 * Swap a header-less collation binary, inside a resource bundle or ucadata.icu. 39 * Swap ICU collation data like ucadata.icu. See udataswp.h. 48 * Swap inverse UCA collation data (invuca.icu). See udataswp.h.
|
/external/kernel-headers/original/linux/ |
swap.h | 13 #define SWAP_FLAG_PREFER 0x8000 /* set if swap priority specified */ 24 * be swapped to. The swap type and the offset into that swap type are 34 /* Use last two entries for page migration swap entries */ 41 * Magic header for a swap area. The first part of the union is 42 * what the swap magic looks like for the old (limited to 128MB) 43 * swap area format, the second part of the union adds - in the 47 * Having the magic at the end of the PAGE_SIZE makes detecting swap 55 char magic[10]; /* SWAP-SPACE or SWAPSPACE2 */ 69 /* A swap entry has to fit into a "unsigned long", a [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/swap/jm/ |
T_swap_1.j | 16 .class public dxc/junit/opcodes/swap/jm/T_swap_1 30 swap
|
T_swap_2.j | 16 .class public dxc/junit/opcodes/swap/jm/T_swap_2 31 swap
|
T_swap_3.j | 16 .class public dxc/junit/opcodes/swap/jm/T_swap_3 32 swap
|
T_swap_4.j | 16 .class public dxc/junit/opcodes/swap/jm/T_swap_4 33 swap
|
T_swap_5.j | 16 .class public dxc/junit/opcodes/swap/jm/T_swap_5 33 swap
|
T_swap_6.j | 16 .class public dxc/junit/opcodes/swap/jm/T_swap_6 34 swap
|
T_swap_7.j | 16 .class public dxc/junit/opcodes/swap/jm/T_swap_7 34 swap
|
T_swap_8.j | 16 .class public dxc/junit/opcodes/swap/jm/T_swap_8 34 swap
|
/external/dropbear/libtommath/ |
bn_mp_exch.c | 18 /* swap the elements of two integers, for cases where you can't simply swap the
|
/external/icu4c/layoutex/ |
LXUtilities.cpp | 80 le_int32 swap = array[front]; local 83 array[back] = swap; 92 float swap = array[front]; local 95 array[back] = swap;
|