| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/views/views.span/span.cons/ |
| D | initializer_list.pass.cpp | 16 struct Sink { struct 18 constexpr Sink(Sink*) {} in Sink() function 26 constexpr std::size_t countn(std::span<const Sink, N> sp) { in countn()
|
| /external/rust/crates/futures-util/src/io/ |
| D | sink.rs | 9 pub struct Sink { struct 30 pub fn sink() -> Sink { in sink() argument 34 impl AsyncWrite for Sink { implementation 63 impl fmt::Debug for Sink { implementation
|
| /external/rust/crates/tokio/src/io/util/ |
| D | sink.rs | 52 impl AsyncWrite for Sink { implementation 73 impl fmt::Debug for Sink { implementation
|
| /external/guava/android/guava-tests/test/com/google/common/hash/ |
| D | AbstractStreamingHasherTest.java | 180 private static class Sink extends AbstractStreamingHasher { class in AbstractStreamingHasherTest 188 Sink(int chunkSize, int bufferSize) { in Sink() method in AbstractStreamingHasherTest.Sink 194 Sink(int chunkSize) { in Sink() method in AbstractStreamingHasherTest.Sink
|
| /external/guava/guava-tests/test/com/google/common/hash/ |
| D | AbstractStreamingHasherTest.java | 180 private static class Sink extends AbstractStreamingHasher { class in AbstractStreamingHasherTest 188 Sink(int chunkSize, int bufferSize) { in Sink() method in AbstractStreamingHasherTest.Sink 194 Sink(int chunkSize) { in Sink() method in AbstractStreamingHasherTest.Sink
|
| /external/scudo/standalone/tests/ |
| D | atomic_test.cpp | 20 static ValAndMagic<T> *Sink; member 23 template <typename T> ValAndMagic<T> *ValAndMagic<T>::Sink; member in scudo::ValAndMagic<T>
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.rel/ |
| D | is_nothrow_invocable.pass.cpp | 40 struct Sink { struct 42 void operator()(Args&&...) const noexcept {} in operator ()()
|
| D | is_invocable.pass.cpp | 44 struct Sink { struct 46 void operator()(Args&&...) const {} in operator ()()
|
| /external/llvm/lib/Fuzzer/test/ |
| D | SimpleTest.cpp | 11 static volatile int Sink; variable
|
| D | LeakTest.cpp | 8 static volatile void *Sink; variable
|
| D | LeakTimeoutTest.cpp | 8 static volatile int *Sink; variable
|
| D | TimeoutTest.cpp | 10 static volatile int Sink; variable
|
| D | NullDerefTest.cpp | 10 static volatile int Sink; variable
|
| D | SignedIntOverflowTest.cpp | 12 static volatile int Sink; variable
|
| D | CustomMutatorTest.cpp | 13 static volatile int Sink; variable
|
| D | SwitchTest.cpp | 11 static volatile int Sink; variable
|
| /external/okio/okio/src/nonJvmMain/kotlin/okio/ |
| D | Sink.kt | 18 actual interface Sink : Closeable { interface
|
| /external/okhttp/okio/okio/src/main/java/okio/ |
| D | Sink.java | 51 public interface Sink extends Closeable, Flushable { interface
|
| /external/python/bumble/tests/ |
| D | transport_test.py | 24 class Sink: class
|
| D | device_test.py | 53 class Sink: class
|
| /external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
| D | Sink.java | 53 public interface Sink extends Closeable, Flushable { interface
|
| /external/okio/okio/src/jvmMain/kotlin/okio/ |
| D | JvmOkio.kt | 200 fun Sink.cipherSink(cipher: Cipher): CipherSink = CipherSink(this.buffer(), cipher) in sink() method 212 fun Sink.hashingSink(mac: Mac): HashingSink = HashingSink(this, mac) in sink() method 222 fun Sink.hashingSink(digest: MessageDigest): HashingSink = HashingSink(this, digest) in sink() method
|
| D | Sink.kt | 22 actual interface Sink : Closeable, Flushable { interface
|
| /external/okio/okio/src/commonMain/kotlin/okio/ |
| D | Sink.kt | 45 expect interface Sink : Closeable { interface
|
| /external/skia/dm/ |
| D | DMSrcSink.h | 115 struct Sink { struct 116 virtual ~Sink() {} in ~Sink() argument 124 // Force Tasks using this Sink to run on the main thread? argument 130 virtual SinkFlags flags() const = 0; argument 133 virtual SkColorInfo colorInfo() const { return SkColorInfo(); } in colorInfo()
|