Searched defs:FunctionTests (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/test/ |
H A D | function_tests.cc | 567 TEST(FunctionTests, sized_function_size_bounds) { in TEST() argument 602 TEST(FunctionTests, inline_function_size_bounds) { in TEST() argument 638 TEST(FunctionTests, inline_function_alignment_check) { in TEST() argument 646 TEST(FunctionTests, move_only_argument_and_result) { in TEST() argument 660 TEST(FunctionTests, implicit_construction) { in TEST() argument 671 TEST(FunctionTests, overload_resolution) { in TEST() argument 676 TEST(FunctionTests, sharing) { in TEST() argument 780 TEST(FunctionTests, sharing_with_custom_allocator) { in TEST() argument 839 TEST(FunctionTests, deprecated_bind_member) { in TEST() argument 852 TEST(FunctionTests, bind_member) { in TEST() argument [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/sqlite3/test/ |
D | userfunctions.py | 125 class FunctionTests(unittest.TestCase): class
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_sqlite3/ |
D | test_userfunctions.py | 185 class FunctionTests(unittest.TestCase): class
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_functions.py | 118 class FunctionTests(torch._dynamo.test_case.TestCase): class
|