/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/model/typesystem/ |
D | WildcardUsageTest.java | 47 private ResolvedWildcard unbounded = ResolvedWildcard.UNBOUNDED; field in WildcardUsageTest 78 assertEquals(false, unbounded.isArray()); in testIsArray() 87 assertEquals(false, unbounded.isPrimitive()); in testIsPrimitive() 96 assertEquals(false, unbounded.isNull()); in testIsNull() 105 assertEquals(true, unbounded.isReference()); in testIsReference() 114 assertEquals(false, unbounded.isReferenceType()); in testIsReferenceType() 123 assertEquals(false, unbounded.isVoid()); in testIsVoid() 132 assertEquals(false, unbounded.isTypeVariable()); in testIsTypeVariable() 141 assertEquals(true, unbounded.isWildcard()); in testIsWildcard() 150 assertThrows(UnsupportedOperationException.class, () -> unbounded.asArrayType()); in testAsArrayTypeUsage() [all …]
|
/external/rust/crates/crossbeam-channel/tests/ |
D | list.rs | 9 use crossbeam_channel::{select, unbounded, Receiver}; 21 let (s, r) = unbounded(); in smoke() 34 let (s, r) = unbounded::<()>(); in capacity() 41 let (s, r) = unbounded(); in len_empty_full() 71 let (s, r) = unbounded(); in try_recv() 91 let (s, r) = unbounded(); in recv() 114 let (s, r) = unbounded::<i32>(); in recv_timeout() 135 let (s, r) = unbounded(); in try_send() 146 let (s, r) = unbounded(); in send() 157 let (s, r) = unbounded(); in send_timeout() [all …]
|
D | iter.rs | 3 use crossbeam_channel::unbounded; 8 let (s, r) = unbounded::<i32>(); in nested_recv_iter() 9 let (total_s, total_r) = unbounded::<i32>(); in nested_recv_iter() 31 let (s, r) = unbounded::<i32>(); in recv_iter_break() 32 let (count_s, count_r) = unbounded(); in recv_iter_break() 59 let (request_s, request_r) = unbounded(); in recv_try_iter() 60 let (response_s, response_r) = unbounded(); in recv_try_iter() 88 let (s, r) = unbounded::<i32>(); in recv_into_iter_owned() 101 let (s, r) = unbounded::<i32>(); in recv_into_iter_borrowed()
|
D | select_macro.rs | 11 use crossbeam_channel::{after, bounded, never, select, tick, unbounded}; 21 let (s1, r1) = unbounded::<usize>(); in smoke1() 22 let (s2, r2) = unbounded::<usize>(); in smoke1() 41 let (_s1, r1) = unbounded::<i32>(); in smoke2() 42 let (_s2, r2) = unbounded::<i32>(); in smoke2() 43 let (_s3, r3) = unbounded::<i32>(); in smoke2() 44 let (_s4, r4) = unbounded::<i32>(); in smoke2() 45 let (s5, r5) = unbounded::<i32>(); in smoke2() 60 let (s1, r1) = unbounded::<i32>(); in disconnected() 61 let (s2, r2) = unbounded::<i32>(); in disconnected() [all …]
|
D | ready.rs | 8 use crossbeam_channel::{after, bounded, tick, unbounded}; 18 let (s1, r1) = unbounded::<usize>(); in smoke1() 19 let (s2, r2) = unbounded::<usize>(); in smoke1() 40 let (_s1, r1) = unbounded::<i32>(); in smoke2() 41 let (_s2, r2) = unbounded::<i32>(); in smoke2() 42 let (_s3, r3) = unbounded::<i32>(); in smoke2() 43 let (_s4, r4) = unbounded::<i32>(); in smoke2() 44 let (s5, r5) = unbounded::<i32>(); in smoke2() 60 let (s1, r1) = unbounded::<i32>(); in disconnected() 61 let (s2, r2) = unbounded::<i32>(); in disconnected() [all …]
|
D | select.rs | 8 use crossbeam_channel::{after, bounded, tick, unbounded, Receiver, Select, TryRecvError}; 17 let (s1, r1) = unbounded::<usize>(); in smoke1() 18 let (s2, r2) = unbounded::<usize>(); in smoke1() 47 let (_s1, r1) = unbounded::<i32>(); in smoke2() 48 let (_s2, r2) = unbounded::<i32>(); in smoke2() 49 let (_s3, r3) = unbounded::<i32>(); in smoke2() 50 let (_s4, r4) = unbounded::<i32>(); in smoke2() 51 let (s5, r5) = unbounded::<i32>(); in smoke2() 74 let (s1, r1) = unbounded::<i32>(); in disconnected() 75 let (s2, r2) = unbounded::<i32>(); in disconnected() [all …]
|
D | thread_locals.rs | 6 use crossbeam_channel::{select, unbounded}; 22 let (_s, r) = unbounded::<()>(); in use_while_exiting() 34 let (s, r) = unbounded::<()>(); in use_while_exiting()
|
D | same_channel.rs | 3 use crossbeam_channel::{after, bounded, never, tick, unbounded}; 44 let (s, r) = unbounded::<usize>(); in list_same_channel() 52 let (s3, r3) = unbounded::<usize>(); in list_same_channel() 108 let (s2, r2) = unbounded::<usize>(); in different_flavors_same_channel()
|
D | never.rs | 6 use crossbeam_channel::{never, select, tick, unbounded}; 22 let (s, r) = unbounded::<i32>(); in optional()
|
/external/skqp/tests/ |
D | StrokerTest.cpp | 136 static SkScalar unbounded(SkRandom& r) { in unbounded() function 157 path.moveTo(unbounded(r), unbounded(r)); in DEF_TEST() 158 path.quadTo(unbounded(r), unbounded(r), unbounded(r), unbounded(r)); in DEF_TEST() 196 path.moveTo(unbounded(r), unbounded(r)); in DEF_TEST() 197 path.cubicTo(unbounded(r), unbounded(r), unbounded(r), unbounded(r), in DEF_TEST() 198 unbounded(r), unbounded(r)); in DEF_TEST()
|
/external/skia/tests/ |
D | StrokerTest.cpp | 136 static SkScalar unbounded(SkRandom& r) { in unbounded() function 157 path.moveTo(unbounded(r), unbounded(r)); in DEF_TEST() 158 path.quadTo(unbounded(r), unbounded(r), unbounded(r), unbounded(r)); in DEF_TEST() 196 path.moveTo(unbounded(r), unbounded(r)); in DEF_TEST() 197 path.cubicTo(unbounded(r), unbounded(r), unbounded(r), unbounded(r), in DEF_TEST() 198 unbounded(r), unbounded(r)); in DEF_TEST()
|
/external/rust/crates/crossbeam-channel/benches/ |
D | crossbeam.rs | 5 use crossbeam_channel::{bounded, unbounded}; 11 mod unbounded { module 16 b.iter(|| unbounded::<i32>()); in create() 22 let (s, r) = unbounded::<i32>(); in oneshot() 30 let (s, r) = unbounded::<i32>(); in inout() 41 let (s, r) = unbounded::<i32>(); in par_inout() 74 let (s, r) = unbounded::<i32>(); in spsc() 104 let (s, r) = unbounded::<i32>(); in spmc() 140 let (s, r) = unbounded::<i32>(); in mpsc() 176 let (s, r) = unbounded::<i32>(); in mpmc()
|
/external/rust/crates/tokio/src/sync/mpsc/ |
D | mod.rs | 82 mod unbounded; module 83 pub use self::unbounded::{unbounded_channel, UnboundedReceiver, UnboundedSender};
|
/external/rust/crates/futures/tests/ |
D | stream_select_all.rs | 58 let (a_tx, a_rx) = mpsc::unbounded::<u32>(); in works_1() 59 let (b_tx, b_rx) = mpsc::unbounded::<u32>(); in works_1() 60 let (c_tx, c_rx) = mpsc::unbounded::<u32>(); in works_1()
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | benchmark_service.proto | 33 // Single-sided unbounded streaming from client to server 37 // Single-sided unbounded streaming from server to client 41 // Two-sided unbounded streaming between server to client
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | benchmark_service.proto | 33 // Single-sided unbounded streaming from client to server 37 // Single-sided unbounded streaming from server to client 41 // Two-sided unbounded streaming between server to client
|
/external/rust/crates/futures-channel/benches/ |
D | sync_mpsc.rs | 23 let (tx, mut rx) = mpsc::unbounded(); in unbounded_1_tx() 45 let (tx, mut rx) = mpsc::unbounded(); in unbounded_100_tx() 66 let (tx, mut rx) = mpsc::unbounded(); in unbounded_uncontended()
|
/external/rust/crates/async-task/examples/ |
D | spawn-local.rs | 11 static QUEUE: (flume::Sender<Runnable>, flume::Receiver<Runnable>) = flume::unbounded(); 37 let (s, r) = flume::unbounded(); in run()
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | services.proto | 36 // Single-sided unbounded streaming from client to server 40 // Single-sided unbounded streaming from server to client 44 // Two-sided unbounded streaming between server to client
|
/external/libwebsockets/READMEs/ |
D | README.lws_struct.md | 13 - supports flat structs, single child struct pointers, and unbounded arrays / 19 - supports both char * type string members where the unbounded content is
|
/external/rust/crates/futures-channel/tests/ |
D | mpsc-close.rs | 51 let (mut tx1, mut rx) = mpsc::unbounded(); in multiple_senders_disconnect() 92 let (tx1, mut rx) = mpsc::unbounded(); in multiple_senders_close_channel() 114 let (sender, receiver) = mpsc::unbounded(); in single_receiver_drop_closes_channel_and_drains()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_message.h | 158 const FieldDescriptor* field, bool unbounded, 167 bool unbounded);
|
/external/rust/crates/crossbeam-channel/ |
D | README.md | 21 * Two main kinds of channels are [`bounded`] and [`unbounded`]. 31 [`unbounded`]: https://docs.rs/crossbeam-channel/*/crossbeam_channel/fn.unbounded.html
|
D | CHANGELOG.md | 55 - Fix a bug in initialization of unbounded channels. 59 - New implementation for unbounded channels. 98 - Optimize contended sends/receives in unbounded channels.
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/ |
D | GenericsWildcard.java.txt | 11 public String unbounded(Map<String, ?> map) {
|