Searched defs:test_swap (Results 1 - 6 of 6) sorted by relevance

/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Dswap.pass.cpp34 void test_swap() { function
135 test_swap<small1, small2>();
136 test_swap<large1, large2>();
137 test_swap<small, large>();
138 test_swap<large, small>();
/external/tensorflow/tensorflow/contrib/graph_editor/tests/
H A Dreroute_test.py43 def test_swap(self): member in class:RerouteTest
/external/eigen/test/
H A Dswap.cpp86 void test_swap() function
/external/icu/icu4c/source/tools/toolutil/
H A Dswapimpl.cpp645 test_swap(const UDataSwapper *ds, function
659 udata_printError(ds, "test_swap(): data header swap failed %s\n", pErrorCode != NULL ? u_errorName(*pErrorCode) : "pErrorCode is NULL");
672 udata_printError(ds, "test_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as testdata\n",
689 udata_printError(ds, "test_swap(): too few bytes (%d after header, wanted %d) for all of testdata\n",
747 { { 0x54, 0x65, 0x73, 0x74 }, test_swap } /* dataFormat="Test" */
/external/skia/tests/
H A DTArrayTest.cpp63 template <typename T> static void test_swap(skiatest::Reporter* reporter, function
97 static void test_swap(skiatest::Reporter* reporter) { function
105 test_swap(reporter, arrays, sizes);
119 test_swap(reporter, arraysMoi, sizes);
347 test_swap(reporter);
/external/skqp/tests/
H A DTArrayTest.cpp63 template <typename T> static void test_swap(skiatest::Reporter* reporter, function
97 static void test_swap(skiatest::Reporter* reporter) { function
105 test_swap(reporter, arrays, sizes);
119 test_swap(reporter, arraysMoi, sizes);
347 test_swap(reporter);

Completed in 310 milliseconds