Home
last modified time | relevance | path

Searched refs:test_swap (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
Dswap.pass.cpp35 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/
DTArrayTest.cpp63 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/
DTArrayTest.cpp63 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/
Dtest_fixed_size_vector.py176 def test_swap(): function
/external/eigen/test/
Dswap.cpp86 void test_swap() in test_swap() function
/external/tensorflow/tensorflow/contrib/graph_editor/tests/
Dreroute_test.py43 def test_swap(self): member in RerouteTest
/external/icu/icu4c/source/tools/toolutil/
Dswapimpl.cpp645 test_swap(const UDataSwapper *ds, in test_swap() function
747 { { 0x54, 0x65, 0x73, 0x74 }, test_swap } /* dataFormat="Test" */
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc737 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()