Searched refs:test_swap (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/ |
D | swap.pass.cpp | 35 void test_swap() { in test_swap() function 136 test_swap<small1, small2>(); in main() 137 test_swap<large1, large2>(); in main() 138 test_swap<small, large>(); in main() 139 test_swap<large, small>(); in main()
|
/external/skia/tests/ |
D | TArrayTest.cpp | 63 template <typename T> static void test_swap(skiatest::Reporter* reporter, in test_swap() function 97 static void test_swap(skiatest::Reporter* reporter) { in test_swap() function 105 test_swap(reporter, arrays, sizes); in test_swap() 119 test_swap(reporter, arraysMoi, sizes); in test_swap() 246 test_swap(reporter); in DEF_TEST()
|
/external/skqp/tests/ |
D | TArrayTest.cpp | 63 template <typename T> static void test_swap(skiatest::Reporter* reporter, in test_swap() function 97 static void test_swap(skiatest::Reporter* reporter) { in test_swap() function 105 test_swap(reporter, arrays, sizes); in test_swap() 119 test_swap(reporter, arraysMoi, sizes); in test_swap() 246 test_swap(reporter); in DEF_TEST()
|
/external/google-fruit/tests/data_structures/ |
D | test_fixed_size_vector.py | 176 def test_swap(): function
|
/external/eigen/test/ |
D | swap.cpp | 86 void test_swap() in test_swap() function
|
/external/tensorflow/tensorflow/contrib/graph_editor/tests/ |
D | reroute_test.py | 43 def test_swap(self): member in RerouteTest
|
/external/icu/icu4c/source/tools/toolutil/ |
D | swapimpl.cpp | 645 test_swap(const UDataSwapper *ds, in test_swap() function 747 { { 0x54, 0x65, 0x73, 0x74 }, test_swap } /* dataFormat="Test" */
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | conditional_test.cc | 737 auto test_swap = [&](float a, float b) { in XLA_TEST_F() local 752 test_swap(3.11f, 9.4f); in XLA_TEST_F() 753 test_swap(11.24f, 5.55f); in XLA_TEST_F()
|