Home
last modified time | relevance | path

Searched refs:test_output_string (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_io.cpp89 static void test_output_string() in test_output_string() function
132 CALL_SUBTEST(test_output_string<ColMajor>()); in EIGEN_DECLARE_TEST()
133 CALL_SUBTEST(test_output_string<RowMajor>()); in EIGEN_DECLARE_TEST()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_curses.py280 def test_output_string(self): member in TestCurses