| /external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/ | 
| D | iterator_sentinel.pass.cpp | 26     auto sent = assignable_sentinel(It(last));  in check_assignable()  local 35     auto sent = assignable_sentinel(stride_counting_iterator(It(last)));  in check_assignable()  local 48     auto sent = distance_apriori_sentinel(size);  in check_sized_sentinel()  local 57     auto sent = distance_apriori_sentinel(size);  in check_sized_sentinel()  local 73     auto sent = sentinel_wrapper(It(last));  in check_sentinel()  local 82     auto sent = sentinel_wrapper(stride_counting_iterator(It(last)));  in check_sentinel()  local
  | 
| D | iterator_count_sentinel.pass.cpp | 30     auto sent = sentinel_wrapper(It(last));  in check_forward()  local 39     auto sent = sentinel_wrapper(stride_counting_iterator(It(last)));  in check_forward()  local 56     auto sent = distance_apriori_sentinel(size);  in check_forward_sized_sentinel()  local 65     auto sent = distance_apriori_sentinel(size);  in check_forward_sized_sentinel()  local 85     It sent(first);  in check_backward()  local 94     auto sent = stride_counting_iterator(It(first));  in check_backward()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.factories/range.iota.view/sentinel/ | 
| D | eq.pass.cpp | 23     auto sent = io.end();  in test()  local 30     auto sent = io.end();  in test()  local 37     auto sent = io.end();  in test()  local 44     auto sent = io.end();  in test()  local
  | 
| D | ctor.value.pass.cpp | 24     auto sent = Sent(IntSentinelWith<int>(42));  in test()  local 30     auto sent = Sent(IntSentinelWith<SomeInt>(SomeInt(42)));  in test()  local
  | 
| D | minus.pass.cpp | 36     auto sent = io.end();  in test()  local 45     const auto sent = io.end();  in test()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.next/ | 
| D | iterator_sentinel.pass.cpp | 25   auto sent = assignable_sentinel(It(last));  in check_assignable()  local 35   auto sent = distance_apriori_sentinel(size);  in check_sized_sentinel()  local 43   auto sent = sentinel_wrapper(It(last));  in check_sentinel()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.filter/sentinel/ | 
| D | compare.pass.cpp | 32     auto const sent = view.end();  in test()  local 40     auto const sent = view.end();  in test()  local
  | 
| /external/curl/tests/libtest/ | 
| D | lib2304.c | 31   size_t sent;  in ping()  local 73   size_t sent;  in websocket_close()  local
  | 
| D | lib2301.c | 99   size_t sent;  in writecb()  local
  | 
| /external/pigweed/pw_rpc/nanopb/ | 
| D | fake_channel_output_test.cc | 57   Info::Request sent = output.requests<TestService::TestUnaryRpc>().front();  in TEST()  local 87   Info::Response sent = output.responses<TestService::TestUnaryRpc>().front();  in TEST()  local
  | 
| /external/pigweed/pw_rpc/pwpb/ | 
| D | fake_channel_output_test.cc | 61   Info::Request sent = output.requests<TestService::TestUnaryRpc>().front();  in TEST()  local 91   Info::Response sent = output.responses<TestService::TestUnaryRpc>().front();  in TEST()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.transform/ | 
| D | end.pass.cpp | 47     auto sent = tv.end();  in test()  local 61     auto sent = tv.end();  in test()  local
  | 
| /external/libchrome/dbus/ | 
| D | dbus_statistics_unittest.cc | 59   int sent = 0, received = 0, block = 0;  in TEST_F()  local 88   int sent = 0, received = 0, block = 0;  in TEST_F()  local
  | 
| /external/curl/lib/vquic/ | 
| D | vquic.c | 106   ssize_t sent;  in do_sendmsg()  local 202   size_t sent;  in send_packet_no_gso()  local 254   size_t sent;  in vquic_send_blocked_pkt()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.join.view/sentinel/ | 
| D | ctor.default.pass.cpp | 21   std::ranges::sentinel_t<std::ranges::join_view<CopyableParent>> sent;  in test()  local
  | 
| D | ctor.parent.pass.cpp | 26   std::ranges::sentinel_t<decltype(jv)> sent(jv);  in test()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.factories/range.istream.view/ | 
| D | end.pass.cpp | 39   [[maybe_unused]] std::same_as<std::default_sentinel_t> auto sent = isv.end();  in test()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/predef.iterators/iterators.common/ | 
| D | ctor.sentinel.pass.cpp | 25   Sent sent = Sent(It(a+1));  in test()  local
  | 
| /external/rust/crates/tokio/tests/ | 
| D | udp.rs | 245     let sent = &sender  in try_send_spawn()  localVariable 256     let sent = &sender.try_send(MSG2).unwrap();  in try_send_spawn()  localVariable 261         let sent = &sender.try_send(MSG).unwrap();  in try_send_spawn()  localVariable
  | 
| /external/pigweed/pw_rpc/ | 
| D | channel.cc | 61   Status sent = output().Send(encoded.value());  in Send()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.split/sentinel/ | 
| D | ctor.parent.pass.cpp | 34     SplitSent sent(sv);  in test()  local
  | 
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/ | 
| D | ChannelSelectStressTest.kt | 19     private val sent = atomic(0)  constant in kotlinx.coroutines.channels.ChannelSelectStressTest
  | 
| D | ConflatedChannelCloseStressTest.kt | 17     private val sent = AtomicInteger()  in <lambda>()  constant in kotlinx.coroutines.channels.ConflatedChannelCloseStressTest
  | 
| /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/ | 
| D | Ping.java | 28   private long sent = -1;  field in Ping
  | 
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ | 
| D | Ping.java | 26   private long sent = -1;  field in Ping
  |