/external/guava/guava-tests/test/com/google/common/hash/ |
D | AbstractStreamingHasherTest.java | 45 Sink sink = new Sink(4); // byte order insignificant here in testBytes() 58 Sink sink = new Sink(4); in testShort() 66 Sink sink = new Sink(4); in testInt() 74 Sink sink = new Sink(8); in testLong() 82 Sink sink = new Sink(4); in testChar() 96 new Sink(4).putString(s).hash(), in testString() 97 new Sink(4).putBytes(s.getBytes(UTF_16LE.name())).hash()); in testString() 99 new Sink(4).putString(s).hash(), in testString() 100 new Sink(4).putString(s, UTF_16LE).hash()); in testString() 105 Sink sink = new Sink(4); in testFloat() [all …]
|
/external/skia/dm/ |
D | DMSrcSink.h | 64 struct Sink { struct 65 virtual ~Sink() {} in ~Sink() argument 142 class NullSink : public Sink { 152 class GPUSink : public Sink { 167 class PDFSink : public Sink { 176 class XPSSink : public Sink { 185 class RasterSink : public Sink { 196 class SKPSink : public Sink { 205 class SVGSink : public Sink { 217 class Via : public Sink { [all …]
|
D | DMSrcSinkAndroid.h | 21 class HWUISink : public Sink { 34 class ViaAndroidSDK : public Sink { 36 explicit ViaAndroidSDK(Sink*); 43 SkAutoTDelete<Sink> fSink;
|
D | DM.cpp | 172 static SkTArray<Tagged<Sink>, kMemcpyOK> gSinks; 295 static void push_sink(const char* tag, Sink* s) { in push_sink() 296 SkAutoTDelete<Sink> sink(s); in push_sink() 316 Tagged<Sink>& ts = gSinks.push_back(); in push_sink() 329 static Sink* create_sink(const char* tag) { in create_sink() 367 static Sink* create_via(const char* tag, Sink* wrapped) { in create_via() 403 Sink* sink = NULL; in gather_sinks() 406 Sink* next = (sink == NULL) ? create_sink(part) : create_via(part, sink); in gather_sinks() 443 Task(const Tagged<Src>& src, const Tagged<Sink>& sink) : src(src), sink(sink) {} in Task() 445 const Tagged<Sink>& sink;
|
/external/llvm/lib/Fuzzer/test/ |
D | TimeoutTest.cpp | 7 static volatile int Sink; variable 11 Sink = 1; in TestOneInput() 13 Sink = 2; in TestOneInput() 15 Sink = 2; in TestOneInput() 16 while (Sink) in TestOneInput()
|
D | InfiniteTest.cpp | 7 static volatile int Sink; variable 11 Sink = 1; in TestOneInput() 13 Sink = 2; in TestOneInput() 15 Sink = 2; in TestOneInput()
|
D | SimpleTest.cpp | 7 static volatile int Sink; variable 11 Sink = 1; in TestOneInput() 13 Sink = 2; in TestOneInput()
|
D | NullDerefTest.cpp | 7 static volatile int Sink; variable 12 Sink = 1; in TestOneInput() 14 Sink = 2; in TestOneInput()
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | Okio.java | 55 public static BufferedSink buffer(Sink sink) { in buffer() 61 public static Sink sink(final OutputStream out) { in sink() 65 private static Sink sink(final OutputStream out, final Timeout timeout) { in sink() 69 return new Sink() { in sink() 112 public static Sink sink(final Socket socket) throws IOException { 115 Sink sink = sink(socket.getOutputStream(), timeout); 172 public static Sink sink(File file) throws FileNotFoundException { 178 public static Sink appendingSink(File file) throws FileNotFoundException {
|
D | ForwardingSink.java | 21 public abstract class ForwardingSink implements Sink { 22 private final Sink delegate; 24 public ForwardingSink(Sink delegate) { in ForwardingSink() 30 public final Sink delegate() { in delegate()
|
D | AsyncTimeout.java | 149 public final Sink sink(final Sink sink) { in sink() 150 return new Sink() { in sink()
|
D | GzipSink.java | 38 public final class GzipSink implements Sink { 56 public GzipSink(Sink sink) { in GzipSink()
|
D | RealBufferedSink.java | 25 public final Sink sink; 28 public RealBufferedSink(Sink sink, Buffer buffer) { in RealBufferedSink() 34 public RealBufferedSink(Sink sink) { in RealBufferedSink()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/ |
D | FileSystem.java | 22 import okio.Sink; 47 @Override public Sink sink(File file) throws FileNotFoundException { 57 @Override public Sink appendingSink(File file) throws FileNotFoundException { 112 Sink sink(File file) throws FileNotFoundException; in sink() 118 Sink appendingSink(File file) throws FileNotFoundException; in appendingSink()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
D | FaultyFileSystem.java | 26 import okio.Sink; 49 @Override public Sink sink(File file) throws FileNotFoundException { in sink() 53 @Override public Sink appendingSink(File file) throws FileNotFoundException { in appendingSink() 80 public FaultySink(Sink delegate, File file) { in FaultySink()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | RetryableSink.java | 22 import okio.Sink; 32 public final class RetryableSink implements Sink { 74 public void writeToSocket(Sink socketOut) throws IOException { in writeToSocket()
|
D | CacheRequest.java | 19 import okio.Sink; 22 Sink body() throws IOException; in body()
|
D | Transport.java | 23 import okio.Sink; 34 Sink createRequestBody(Request request, long contentLength) throws IOException; in createRequestBody()
|
D | HttpConnection.java | 35 import okio.Sink; 225 public Sink newChunkedSink() { in newChunkedSink() 231 public Sink newFixedLengthSink(long contentLength) { in newFixedLengthSink() 282 private final class FixedLengthSink implements Sink { 325 private final class ChunkedSink implements Sink {
|
D | HttpTransport.java | 24 import okio.Sink; 36 @Override public Sink createRequestBody(Request request, long contentLength) throws IOException { in createRequestBody()
|
/external/icu/icu4c/source/i18n/ |
D | collationruleparser.h | 69 class U_I18N_API Sink : public UObject { 71 virtual ~Sink(); 114 void setSink(Sink *sinkAlias) { in setSink() 186 Sink *sink;
|
/external/okhttp/okio/okio/src/test/java/okio/ |
D | AsyncTimeoutTest.java | 183 Sink sink = new ForwardingSink(new Buffer()) { in wrappedSinkTimesOut() 194 Sink timeoutSink = timeout.sink(sink); in wrappedSinkTimesOut() 224 Sink sink = new ForwardingSink(new Buffer()) { in wrappedThrowsWithTimeout() 236 Sink timeoutSink = timeout.sink(sink); in wrappedThrowsWithTimeout() 247 Sink sink = new ForwardingSink(new Buffer()) { in wrappedThrowsWithoutTimeout() 254 Sink timeoutSink = timeout.sink(sink); in wrappedThrowsWithoutTimeout()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/io/ |
D | InMemoryFileSystem.java | 25 import okio.Sink; 38 @Override public Sink sink(File file) throws FileNotFoundException { in sink() 44 @Override public Sink appendingSink(File file) throws FileNotFoundException { in appendingSink()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
D | FaultHidingSink.java | 6 import okio.Sink; 12 public FaultHidingSink(Sink delegate) { in FaultHidingSink()
|
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/ |
D | CacheAdapter.java | 32 import okio.Sink; 62 @Override public Sink body() throws IOException { in put()
|