Home
last modified time | relevance | path

Searched defs:mono1 (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
H A DConvertTest.kt51 val mono1 = d.asMono(Dispatchers.Unconfined) in <lambda>() constant
67 val mono1 = d.asMono(Dispatchers.Unconfined) in <lambda>() constant
79 val mono1 = d.asMono(Dispatchers.Unconfined) in <lambda>() constant
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res.monotonic.buffer/mem.res.monotonic.buffer.mem/
H A Dallocate_from_zero_sized_buffer.pass.cpp27 …auto mono1 = std::pmr::monotonic_buffer_resource(buffer, 0, std::pmr::new_delet… in main() local
39 …auto mono1 = std::pmr::monotonic_buffer_resource(nullptr, 0, std::pmr::new_dele… in main() local
H A Dallocate_deallocate.pass.cpp27 …auto mono1 = std::pmr::monotonic_buffer_resource(std::pmr::new_delete_resource(… in main() local
H A Dallocate_with_initial_size.pass.cpp26 …auto mono1 = std::pmr::monotonic_buffer_resource(initial_buffer_size, std::pmr::new_delete_resourc… in test() local
H A Dallocate_overaligned_request.pass.cpp25 …auto mono1 = std::pmr::monotonic_buffer_resource(1024, std::pmr::new_delete_res… in main() local
H A Dallocate_from_initial_buffer.pass.cpp26 …auto mono1 = std::pmr::monotonic_buffer_resource(buffer, sizeof buffer, std::pmr::new_delete_resou… in main() local
H A Dallocate_in_geometric_progression.pass.cpp29 std::pmr::monotonic_buffer_resource mono1(100, std::pmr::new_delete_resource()); in test_geometric_progression() local
H A Dequality.pass.cpp54 std::pmr::monotonic_buffer_resource mono1; in main() local
H A Dallocate_exception_safety.pass.cpp41 …auto mono1 = std::pmr::monotonic_buffer_resource(buffer, sizeof buffer, &upstre… in test_exception_safety() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/utility/mem.res/mem.res.monotonic.buffer/mem.res.monotonic.buffer.mem/
H A Dallocate_from_underaligned_buffer.pass.cpp27 …auto mono1 = std::pmr::monotonic_buffer_resource(buffer, 16, std::pmr::new_dele… in main() local