| /system/utest/fbl/ |
| A D | intrusive_doubly_linked_list_tests.cpp | 48 RUN_NAMED_TEST("Clear (unmanaged)", UMTE::ClearTest) 49 RUN_NAMED_TEST("Clear (unique)", UPTE::ClearTest) 50 RUN_NAMED_TEST("Clear (std::uptr)", SUPDDTE::ClearTest) 52 RUN_NAMED_TEST("Clear (RefPtr)", RPTE::ClearTest) 62 RUN_NAMED_TEST("IsEmpty (unmanaged)", UMTE::IsEmptyTest) 63 RUN_NAMED_TEST("IsEmpty (unique)", UPTE::IsEmptyTest) 106 RUN_NAMED_TEST("Swap (unmanaged)", UMTE::SwapTest) 107 RUN_NAMED_TEST("Swap (unique)", UPTE::SwapTest) 110 RUN_NAMED_TEST("Swap (RefPtr)", RPTE::SwapTest) 118 RUN_NAMED_TEST("Scope (unique)", UPTE::ScopeTest) [all …]
|
| A D | intrusive_singly_linked_list_tests.cpp | 48 RUN_NAMED_TEST("Clear (unmanaged)", UMTE::ClearTest) 49 RUN_NAMED_TEST("Clear (unique)", UPTE::ClearTest) 50 RUN_NAMED_TEST("Clear (std::uptr)", SUPDDTE::ClearTest) 51 RUN_NAMED_TEST("Clear (std::uptr<Del>)", SUPCDTE::ClearTest) 52 RUN_NAMED_TEST("Clear (RefPtr)", RPTE::ClearTest) 62 RUN_NAMED_TEST("IsEmpty (unmanaged)", UMTE::IsEmptyTest) 63 RUN_NAMED_TEST("IsEmpty (unique)", UPTE::IsEmptyTest) 66 RUN_NAMED_TEST("IsEmpty (RefPtr)", RPTE::IsEmptyTest) 113 RUN_NAMED_TEST("Swap (unmanaged)", UMTE::SwapTest) 114 RUN_NAMED_TEST("Swap (unique)", UPTE::SwapTest) [all …]
|
| A D | intrusive_hash_table_sll_tests.cpp | 171 RUN_NAMED_TEST("Swap (unmanaged)", UMTE::SwapTest) 172 RUN_NAMED_TEST("Swap (unique)", UPTE::SwapTest) 173 RUN_NAMED_TEST("Swap (std::uptr)", SUPDDTE::SwapTest) 174 RUN_NAMED_TEST("Swap (std::uptr<Del>)", SUPCDTE::SwapTest) 175 RUN_NAMED_TEST("Swap (RefPtr)", RPTE::SwapTest) 184 RUN_NAMED_TEST("Scope (unique)", UPTE::ScopeTest) 187 RUN_NAMED_TEST("Scope (RefPtr)", RPTE::ScopeTest) 205 RUN_NAMED_TEST("EraseIf (unmanaged)", UMTE::EraseIfTest) 210 RUN_NAMED_TEST("FindIf (unmanaged)", UMTE::FindIfTest) 211 RUN_NAMED_TEST("FindIf (unique)", UPTE::FindIfTest) [all …]
|
| A D | intrusive_hash_table_dll_tests.cpp | 101 RUN_NAMED_TEST("Clear (unmanaged)", UMTE::ClearTest) 102 RUN_NAMED_TEST("Clear (unique)", UPTE::ClearTest) 105 RUN_NAMED_TEST("Clear (RefPtr)", RPTE::ClearTest) 115 RUN_NAMED_TEST("IsEmpty (unmanaged)", UMTE::IsEmptyTest) 116 RUN_NAMED_TEST("IsEmpty (unique)", UPTE::IsEmptyTest) 119 RUN_NAMED_TEST("IsEmpty (RefPtr)", RPTE::IsEmptyTest) 165 RUN_NAMED_TEST("Swap (unmanaged)", UMTE::SwapTest) 166 RUN_NAMED_TEST("Swap (unique)", UPTE::SwapTest) 169 RUN_NAMED_TEST("Swap (RefPtr)", RPTE::SwapTest) 178 RUN_NAMED_TEST("Scope (unique)", UPTE::ScopeTest) [all …]
|
| A D | intrusive_wavl_tree_tests.cpp | 429 RUN_NAMED_TEST("Clear (unmanaged)", UMTE::ClearTest) 430 RUN_NAMED_TEST("Clear (unique)", UPTE::ClearTest) 433 RUN_NAMED_TEST("Clear (RefPtr)", RPTE::ClearTest) 489 RUN_NAMED_TEST("Swap (unmanaged)", UMTE::SwapTest) 490 RUN_NAMED_TEST("Swap (unique)", UPTE::SwapTest) 493 RUN_NAMED_TEST("Swap (RefPtr)", RPTE::SwapTest) 501 RUN_NAMED_TEST("Scope (unique)", UPTE::ScopeTest) 504 RUN_NAMED_TEST("Scope (RefPtr)", RPTE::ScopeTest) 528 RUN_NAMED_TEST("FindIf (unmanaged)", UMTE::FindIfTest) 529 RUN_NAMED_TEST("FindIf (unique)", UPTE::FindIfTest) [all …]
|
| A D | recycler_tests.cpp | 112 RUN_NAMED_TEST("public unique_ptr fbl_recycle()", 114 RUN_NAMED_TEST("public const unique_ptr fbl_recycle()", 116 RUN_NAMED_TEST("public volatile unique_ptr fbl_recycle()", 120 RUN_NAMED_TEST("private unique_ptr fbl_recycle()", 122 RUN_NAMED_TEST("private const unique_ptr fbl_recycle()", 128 RUN_NAMED_TEST("public RefPtr fbl_recycle()", 130 RUN_NAMED_TEST("private RefPtr fbl_recycle()", 135 RUN_NAMED_TEST("public const RefPtr fbl_recycle()", 137 RUN_NAMED_TEST("public volatile RefPtr fbl_recycle()", 141 RUN_NAMED_TEST("private const RefPtr fbl_recycle()", [all …]
|
| A D | slab_allocator_tests.cpp | 623 RUN_NAMED_TEST("Manual Delete Unmanaged (mutex)", 625 RUN_NAMED_TEST("Manual Delete Unmanaged (unlock)", 640 RUN_NAMED_TEST("Counted Unmanaged Single Slab (mutex)",(slab_test 642 RUN_NAMED_TEST("Counted Unmanaged Multi Slab (mutex)", (slab_test 644 RUN_NAMED_TEST("Counted UniquePtr Single Slab (mutex)", (slab_test 646 RUN_NAMED_TEST("Counted UniquePtr Multi Slab (mutex)", (slab_test 648 RUN_NAMED_TEST("Counted RefPtr Single Slab (mutex)", (slab_test 650 RUN_NAMED_TEST("Counted RefPtr Multi Slab (mutex)", (slab_test 653 RUN_NAMED_TEST("Counted Unmanaged Single Slab (unlock)", (slab_test 655 RUN_NAMED_TEST("Counted Unmanaged Multi Slab (unlock)", (slab_test [all …]
|
| A D | algorithm_tests.cpp | 431 RUN_NAMED_TEST("min test", min_test) 432 RUN_NAMED_TEST("max test", max_test) 433 RUN_NAMED_TEST("clamp test", clamp_test) 434 RUN_NAMED_TEST("round_up test", round_up_test) 435 RUN_NAMED_TEST("round_down test", round_down_test) 441 RUN_NAMED_TEST("max_element test", max_element_test) 443 RUN_NAMED_TEST("min_element test", min_element_test) 445 RUN_NAMED_TEST("lower_bound test", lower_bound_test) 451 RUN_NAMED_TEST("gcd_test<size_t>", gcd_test<size_t>) 456 RUN_NAMED_TEST("lcm_test<size_t>", lcm_test<size_t>) [all …]
|
| A D | ref_counted_tests.cpp | 250 RUN_NAMED_TEST("Ref Counted (adoption validation on)", ref_counted_test<true>) 251 RUN_NAMED_TEST("Ref Counted (adoption validation off)", ref_counted_test<false>) 252 RUN_NAMED_TEST("Make Ref Counted (adoption validation on)", make_ref_counted_test<true>) 253 RUN_NAMED_TEST("Make Ref Counted (adoption validation off)", make_ref_counted_test<false>) 254 RUN_NAMED_TEST("Wrapping dead pointer should assert", wrap_dead_pointer_asserts) 255 RUN_NAMED_TEST("Extra release should assert", extra_release_asserts) 256 RUN_NAMED_TEST("Wrapping zero-count pointer should assert", wrap_after_last_release_asserts) 257 RUN_NAMED_TEST("AddRef on unadopted object should assert", unadopted_add_ref_asserts) 258 RUN_NAMED_TEST("Release on unadopted object should assert", unadopted_release_asserts)
|
| A D | unique_free_ptr_tests.cpp | 139 RUN_NAMED_TEST("Move", ufptr_test_move) 140 RUN_NAMED_TEST("nullptr Scoped Destruction", ufptr_test_null_scoped_destruction) 141 RUN_NAMED_TEST("Different Scope Swapping", ufptr_test_diff_scope_swap) 142 RUN_NAMED_TEST("operator bool", ufptr_test_bool_op) 143 RUN_NAMED_TEST("comparison operators", ufptr_test_comparison)
|
| A D | unique_ptr_tests.cpp | 614 RUN_NAMED_TEST("Scoped Destruction", uptr_test_scoped_destruction) 615 RUN_NAMED_TEST("Move", uptr_test_move) 617 RUN_NAMED_TEST("Different Scope Swapping", uptr_test_diff_scope_swap) 618 RUN_NAMED_TEST("operator bool", uptr_test_bool_op) 619 RUN_NAMED_TEST("comparison operators", uptr_test_comparison) 621 RUN_NAMED_TEST("Array Move", uptr_test_array_move) 624 RUN_NAMED_TEST("Array operator bool", uptr_test_array_bool_op) 625 RUN_NAMED_TEST("Array comparison operators", uptr_test_array_comparison) 626 RUN_NAMED_TEST("Upcast tests", upcasting::uptr_upcasting) 627 RUN_NAMED_TEST("Make unique", uptr_test_make_unique) [all …]
|
| A D | ref_counted_upgradeable_tests.cpp | 113 RUN_NAMED_TEST("Fail to upgrade raw pointer (adoption validation on)", upgrade_fail_test<true>) 114 RUN_NAMED_TEST("Fail to upgrade raw pointer (adoption validation off)", upgrade_fail_test<false>) 115 RUN_NAMED_TEST("Upgrade raw pointer (adoption validation on)", upgrade_success_test<true>) 116 RUN_NAMED_TEST("Upgrade raw pointer (adoption validation off)", upgrade_success_test<false>)
|
| A D | array_tests.cpp | 50 RUN_NAMED_TEST("destructor test", destructor_test)
|
| A D | type_info_tests.cpp | 57 RUN_NAMED_TEST("type info test", type_info_test)
|
| A D | ref_ptr_tests.cpp | 651 RUN_NAMED_TEST("Ref Pointer", ref_ptr_test) 652 RUN_NAMED_TEST("Ref Pointer Comparison", ref_ptr_compare_test) 653 RUN_NAMED_TEST("Ref Pointer Upcast", upcasting::ref_ptr_upcast_test) 654 RUN_NAMED_TEST("Ref Pointer Adopt null", ref_ptr_adopt_null_test) 655 RUN_NAMED_TEST("Ref Pointer To Const", ref_ptr_to_const_test) 656 RUN_NAMED_TEST("Ref Pointer Move Assignment", ref_ptr_move_assign)
|
| /system/ulib/ddktl/test/ |
| A D | device-tests.cpp | 313 RUN_NAMED_TEST("No mixins", do_test<TestNone>); 315 RUN_NAMED_TEST("ddk::Openable", do_test<TestOpenable>); 317 RUN_NAMED_TEST("ddk::Closable", do_test<TestClosable>); 319 RUN_NAMED_TEST("ddk::Readable", do_test<TestReadable>); 320 RUN_NAMED_TEST("ddk::Writable", do_test<TestWritable>); 322 RUN_NAMED_TEST("ddk::Ioctlable", do_test<TestIoctlable>); 324 RUN_NAMED_TEST("ddk::Resumable", do_test<TestResumable>); 325 RUN_NAMED_TEST("ddk::Rxrpcable", do_test<TestRxrpcable>); 327 RUN_NAMED_TEST("Method dispatch test", test_dispatch); 331 RUN_NAMED_TEST("FailNoDdkOpen", do_test<TestNotOpenable>); [all …]
|
| A D | ethernet-tests.cpp | 277 RUN_NAMED_TEST("ddk::EthmacIfc", test_ethmac_ifc); 278 RUN_NAMED_TEST("ddk::EthmacIfcClient", test_ethmac_ifc_client); 279 RUN_NAMED_TEST("ddk::EthmacProtocol", test_ethmac_protocol); 280 RUN_NAMED_TEST("ddk::EthmacProtocolClient", test_ethmac_protocol_client); 281 RUN_NAMED_TEST("EthmacProtocol using EthmacIfcClient", test_ethmac_protocol_ifc_client);
|
| /system/utest/libfzl/ |
| A D | vmo-pool-tests.cpp | 301 RUN_NAMED_TEST("vmo_pool_reset", vmo_pool_reset_test) 302 RUN_NAMED_TEST("vmo_pool_init_vector", vmo_pool_init_vector_test) 303 RUN_NAMED_TEST("vmo_pool_double_get_buffer", vmo_pool_double_get_buffer_test) 304 RUN_NAMED_TEST("vmo_pool_release_wrong_buffer", vmo_pool_release_wrong_buffer_test) 305 RUN_NAMED_TEST("vmo_pool_release_before_complete", vmo_pool_release_before_complete_test) 306 RUN_NAMED_TEST("vmo_pool_fill_and_empty_pool", vmo_pool_fill_and_empty_pool_test) 307 RUN_NAMED_TEST("vmo_pool_out_of_order", vmo_pool_out_of_order_test) 308 RUN_NAMED_TEST("vmo_pool_reinit", vmo_pool_reinit)
|
| A D | vmo-vmar-tests.cpp | 368 RUN_NAMED_TEST("vmo_create_and_map_root", vmo_create_and_map_root_test) 369 RUN_NAMED_TEST("vmo_create_and_map_sub_vmar", vmo_create_and_map_sub_vmar_test) 370 RUN_NAMED_TEST("vmo_create_and_map_sub_sub_vmar", vmo_create_and_map_sub_sub_vmar_test) 371 RUN_NAMED_TEST("vmo_map_root", vmo_map_root_test) 372 RUN_NAMED_TEST("vmo_map_sub_vmar", vmo_map_sub_vmar_test) 373 RUN_NAMED_TEST("vmo_map_sub_sub_vmar", vmo_map_sub_sub_vmar_test) 374 RUN_NAMED_TEST("vmo_mapper_move_test", vmo_mapper_move_test)
|
| /system/utest/fidl/ |
| A D | message_tests.cpp | 130 RUN_NAMED_TEST("Message test", message_test) 131 RUN_NAMED_TEST("MessageBuilder test", message_builder_test) 132 RUN_NAMED_TEST("MessagePart friendly with STL test", message_part_is_stl_container_test) 133 RUN_NAMED_TEST("MessagePart size test", message_part_size_test)
|
| A D | cpp_types_tests.cpp | 61 RUN_NAMED_TEST("StringView test", string_view_test) 62 RUN_NAMED_TEST("VectorView test", vector_view_test)
|
| A D | llcpp_types_tests.cpp | 258 RUN_NAMED_TEST("EncodedMessage test", EncodedMessageTest) 259 RUN_NAMED_TEST("DecodedMessage test", DecodedMessageTest) 260 RUN_NAMED_TEST("Round trip test", RoundTripTest) 261 RUN_NAMED_TEST("Array layout test", ArrayLayoutTest)
|
| /system/utest/region-alloc/ |
| A D | region-alloc.cpp | 302 RUN_NAMED_TEST("Region Pools", ralloc_region_pools_test) 303 RUN_NAMED_TEST("Alloc by size", ralloc_by_size_test) 304 RUN_NAMED_TEST("Alloc specific", ralloc_specific_test) 305 RUN_NAMED_TEST("Add/Overlap", ralloc_add_overlap_test) 306 RUN_NAMED_TEST("Subtract", ralloc_subtract_test) 307 RUN_NAMED_TEST("Allocated Walk", ralloc_alloc_walk_test)
|
| A D | region-alloc-c-api.c | 393 RUN_NAMED_TEST("Region Pools (C-API)", ralloc_pools_c_api_test) 394 RUN_NAMED_TEST("Alloc by size (C-API)", ralloc_by_size_c_api_test) 395 RUN_NAMED_TEST("Alloc specific (C-API)", ralloc_specific_c_api_test) 396 RUN_NAMED_TEST("Subtract (C-API)", ralloc_subtract_c_api_test) 397 RUN_NAMED_TEST("Allocated Walk (C-API)", ralloc_alloc_walk_c_api_test)
|
| /system/utest/fidl-simple/ |
| A D | server_tests.c | 195 RUN_NAMED_TEST("fuchsia.crash.Analyzer dispatch test", dispatch_test) 196 RUN_NAMED_TEST("fuchsia.crash.Analyzer reply test", reply_test) 197 RUN_NAMED_TEST("fuchsia.crash.Analyzer error test", error_test)
|