Home
last modified time | relevance | path

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

/external/google-fruit/tests/data_structures/
Dtest_fixed_size_vector.py176 def test_swap(): function
/external/tensorflow/tensorflow/contrib/graph_editor/tests/
Dreroute_test.py43 def test_swap(self): member in RerouteTest
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
Dswap.pass.cpp35 void test_swap() { in test_swap() function
/external/eigen/test/
Dswap.cpp86 void test_swap() in test_swap() function
/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
/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
/external/icu/icu4c/source/tools/toolutil/
Dswapimpl.cpp645 test_swap(const UDataSwapper *ds, in test_swap() function
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc737 auto test_swap = [&](float a, float b) { in XLA_TEST_F() local