Home
last modified time | relevance | path

Searched defs:sent2 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_server_bearer.rs406 let sent2 = rx.recv().await.unwrap(); in test_sequential_indications() localVariable
456 let sent2 = rx.recv().await.unwrap(); in test_queued_indications_dequeue_second() localVariable
485 let sent2 = rx.recv().await.unwrap(); in test_queued_indications_complete_both() localVariable
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/move.iterators/move.sentinel/
H A Dop_eq.pass.cpp45 const auto sent2 = std::move_sentinel<sentinel_wrapper<It>>(sentinel_wrapper<It>(It(s + 1))); in test_one() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/sentinel/
H A Dctor.default.pass.cpp25 FilterSentinel sent2; in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.transform/iterator/
H A Dsentinel.pass.cpp25 …std::ranges::sentinel_t<const std::ranges::transform_view<SizedSentinelView, PlusOne>> sent2{sent1… in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.zip/sentinel/
H A Dctor.other.pass.cpp57 std::ranges::sentinel_t<const decltype(v)> sent2 = sent1; in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.join/range.join.sentinel/
H A Dctor.other.pass.cpp58 std::ranges::sentinel_t<const decltype(jv)> sent2 = sent1; in test() local
/aosp_15_r20/system/libbase/
H A Dcmsg_test.cpp184 unique_fd sent2(dup(tmp2.fd)); in TEST_P() local