Searched refs:sink (Results 101 - 125 of 325) sorted by relevance

1234567891011>>

/external/skia/dm/
H A DDMSrcSink.h400 explicit Via(Sink* sink) : fSink(sink) {} argument
430 explicit ViaSerialization(Sink* sink) : Via(sink) {} argument
436 explicit ViaPicture(Sink* sink) : Via(sink) {} argument
442 explicit ViaPipe(Sink* sink) : Via(sink) {} argument
448 explicit ViaDefer(Sink* sink) : Via(sink) {} argument
463 ViaSecondPicture(Sink* sink) argument
469 ViaSingletonPictures(Sink* sink) argument
475 ViaTwice(Sink* sink) argument
481 ViaSVG(Sink* sink) argument
487 ViaMojo(Sink* sink) argument
493 ViaLite(Sink* sink) argument
[all...]
H A DDM.cpp282 Gold(const SkString& sink, const SkString& src, argument
286 this->append(sink);
813 std::unique_ptr<Sink> sink(s);
815 // Try a simple Src as a canary. If it fails, skip this sink.
828 Error err = sink->draw(justOneRect, &bitmap, &stream, &log);
835 ts.reset(sink.release());
866 #define SINK(t, sink, ...) if (config->getBackend().equals(t)) { return new sink(__VA_ARGS__); }
948 Sink* sink = create_sink(grCtxOptions, &config); local
949 if (sink
1048 is_blacklisted(const char* sink, const char* src, const char* srcOptions, const char* name) argument
1068 Task(const TaggedSrc& src, const TaggedSink& sink) argument
1070 const TaggedSink& sink; member in struct:Task
[all...]
/external/webrtc/talk/app/webrtc/
H A Dremoteaudiosource.h61 void AddSink(AudioTrackSinkInterface* sink) override;
62 void RemoveSink(AudioTrackSinkInterface* sink) override;
H A Dmediastreaminterface.h185 virtual void AddSink(AudioTrackSinkInterface* sink) {} argument
186 virtual void RemoveSink(AudioTrackSinkInterface* sink) {} argument
222 // Add/Remove a sink that will receive the audio data from the track.
223 virtual void AddSink(AudioTrackSinkInterface* sink) = 0;
224 virtual void RemoveSink(AudioTrackSinkInterface* sink) = 0;
H A Dmediastreamprovider.h73 // Allows for setting a direct audio sink for an incoming audio source.
74 // Only one audio sink is supported per ssrc and ownership of the sink is
78 rtc::scoped_ptr<webrtc::AudioSinkInterface> sink) = 0;
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
H A DRealWebSocket.java55 public RealWebSocket(boolean isClient, BufferedSource source, BufferedSink sink, Random random, argument
59 writer = new WebSocketWriter(isClient, sink, random);
128 BufferedSink sink = Okio.buffer(writer.newMessageSink(formatOpcode));
130 message.writeTo(sink);
131 sink.close();
/external/valgrind/coregrind/
H A Dm_libcprint.c60 /* Do the low-level send of a message to the logging sink. */
62 void send_bytes_to_logging_sink ( OutputSink* sink, const HChar* msg, Int nbytes ) argument
64 if (sink->is_socket) {
65 Int rc = VG_(write_socket)( sink->fd, msg, nbytes );
68 sink->is_socket = False;
69 sink->fd = 2;
70 VG_(write)( sink->fd, msg, nbytes );
73 /* sink->fd could have been set to -1 in the various
77 if (sink->fd >= 0)
78 VG_(write)( sink
97 OutputSink* sink; member in struct:__anon23012
127 vprintf_WRK( OutputSink* sink, const HChar *format, va_list vargs ) argument
423 OutputSink* sink; member in struct:__anon23014
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationkeys.cpp110 /** Appends all but the last byte to the sink. The last byte should be the 01 terminator. */
111 void appendTo(ByteSink &sink) const {
113 sink.Append(reinterpret_cast<const char *>(buffer.getAlias()), len - 1);
229 SortKeyByteSink &sink,
321 sink.Append(Collation::PRIMARY_COMPRESSION_LOW_BYTE);
324 sink.Append(Collation::PRIMARY_COMPRESSION_HIGH_BYTE);
327 sink.Append(p1);
337 sink.Append(buffer, (buffer[1] == 0) ? 1 : (buffer[2] == 0) ? 2 : 3);
342 if(!preflight && sink.Overflowed()) {
343 if(U_SUCCESS(errorCode) && !sink
226 writeSortKeyUpToQuaternary(CollationIterator &iter, const UBool *compressibleBytes, const CollationSettings &settings, SortKeyByteSink &sink, Collation::Level minLevel, LevelCallback &callback, UBool preflight, UErrorCode &errorCode) argument
[all...]
H A Dbocsu.cpp101 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink) { argument
107 char *buffer=sink.GetAppendBuffer(1, length*2, scratch, (int32_t)sizeof(scratch), &capacity);
110 // but we do not want to force the sink.GetAppendBuffer() to allocate
139 sink.Append(buffer, (int32_t)(p-reinterpret_cast<uint8_t *>(buffer)));
H A Dbocsu.h157 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink);
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DLazyStringEndToEndTest.java84 byte[] sink = new byte[TEST_ALL_TYPES_SERIALIZED_WITH_ILLEGAL_UTF8.size()];
85 CodedOutputStream outputStream = CodedOutputStream.newInstance(sink);
90 ByteString.copyFrom(sink));
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/stub/element/
H A DSmaliClassElementType.java82 @Override public void indexStub(@NotNull SmaliClassStub stub, @NotNull IndexSink sink) { argument
88 sink.occurrence(SmaliClassNameIndex.KEY, qualifiedName);
93 sink.occurrence(JavaStubIndexKeys.CLASS_SHORT_NAMES, shortName);
/external/webrtc/webrtc/base/
H A Dphysicalsocketserver_unittest.cc127 testing::StreamSink sink; local
133 sink.Monitor(client1.get());
139 sink.Monitor(client2.get());
146 sink.Monitor(server.get());
152 EXPECT_FALSE(sink.Check(server.get(), testing::SSE_READ));
163 EXPECT_FALSE(sink.Check(client1.get(), testing::SSE_OPEN));
164 EXPECT_FALSE(sink.Check(client1.get(), testing::SSE_CLOSE));
167 EXPECT_TRUE_WAIT((sink.Check(server.get(), testing::SSE_READ)), kTimeout);
175 EXPECT_FALSE(sink.Check(server.get(), testing::SSE_READ));
186 EXPECT_FALSE(sink
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationKeys.java235 // Appends all but the last byte to the sink. The last byte should be the 01 terminator.
236 void appendTo(SortKeyByteSink sink) { argument
238 sink.Append(buffer, len - 1);
335 CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback,
428 sink.Append(Collation.PRIMARY_COMPRESSION_LOW_BYTE);
431 sink.Append(Collation.PRIMARY_COMPRESSION_HIGH_BYTE);
434 sink.Append(p1);
446 sink.Append(p234, (p234[1] == 0) ? 1 : (p234[2] == 0) ? 2 : 3);
451 if (!preflight && sink.Overflowed()) {
452 // not used in Java -- if (!sink
334 writeSortKeyUpToQuaternary(CollationIterator iter, boolean[] compressibleBytes, CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback, boolean preflight) argument
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationKeys.java231 // Appends all but the last byte to the sink. The last byte should be the 01 terminator.
232 void appendTo(SortKeyByteSink sink) { argument
234 sink.Append(buffer, len - 1);
331 CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback,
424 sink.Append(Collation.PRIMARY_COMPRESSION_LOW_BYTE);
427 sink.Append(Collation.PRIMARY_COMPRESSION_HIGH_BYTE);
430 sink.Append(p1);
442 sink.Append(p234, (p234[1] == 0) ? 1 : (p234[2] == 0) ? 2 : 3);
447 if (!preflight && sink.Overflowed()) {
448 // not used in Java -- if (!sink
330 writeSortKeyUpToQuaternary(CollationIterator iter, boolean[] compressibleBytes, CollationSettings settings, SortKeyByteSink sink, int minLevel, LevelCallback callback, boolean preflight) argument
[all...]
/external/bsdiff/
H A Dbspatch.h33 const std::function<size_t(const uint8_t*, size_t)>& sink);
/external/okhttp/okio/okio/src/main/java/okio/
H A DGzipSource.java53 * decompressed sink buffers.
67 @Override public long read(Buffer sink, long byteCount) throws IOException { argument
79 long offset = sink.size;
80 long result = inflaterSource.read(sink, byteCount);
82 updateCrc(sink, offset, result);
/external/protobuf/src/google/protobuf/stubs/
H A Dbytestream.cc40 void ByteSource::CopyTo(ByteSink* sink, size_t n) { argument
48 sink->Append(fragment.data(), fragment_size);
188 void LimitByteSource::CopyTo(ByteSink *sink, size_t n) { argument
190 source_->CopyTo(sink, n);
/external/clang/test/OpenMP/
H A Dordered_ast_print.cpp48 #pragma omp ordered depend(sink:i+N)
88 // CHECK-NEXT: #pragma omp ordered depend(sink : i + 3)
125 // CHECK-NEXT: #pragma omp ordered depend(sink : i + N)
167 #pragma omp ordered depend(sink: i - 5)
203 // CHECK-NEXT: #pragma omp ordered depend(sink : i - 5)
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DNameValueBlockReader.java55 @Override public long read(Buffer sink, long byteCount) throws IOException {
57 long read = super.read(sink, Math.min(byteCount, compressedLimit));
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DFaultyFileSystem.java49 @Override public Sink sink(File file) throws FileNotFoundException { method in class:FaultyFileSystem
50 return new FaultySink(delegate.sink(file), file);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DSocksProxy.java103 BufferedSink fromSink = Okio.buffer(Okio.sink(from));
194 BufferedSink toSink = Okio.buffer(Okio.sink(toSocket));
205 final BufferedSource source, final BufferedSink sink) {
213 sink.write(buffer, byteCount);
214 sink.emit();
229 sink.close();
204 transfer(final InetAddress fromAddress, final InetAddress toAddress, final BufferedSource source, final BufferedSink sink) argument
/external/webrtc/webrtc/modules/video_coding/test/
H A Dvcm_payload_sink_factory.cc156 rtc::scoped_ptr<VcmPayloadSink> sink(
159 sinks_.push_back(sink.get());
160 return sink.release();
195 void VcmPayloadSinkFactory::Remove(VcmPayloadSink* sink) { argument
196 assert(sink);
198 Sinks::iterator it = std::find(sinks_.begin(), sinks_.end(), sink);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
H A DRealConnection.java83 public BufferedSink sink; field in class:RealConnection
119 sink = null;
146 sink = Okio.buffer(Okio.sink(rawSocket));
159 .socket(socket, route.getAddress().url().host(), source, sink)
218 sink = Okio.buffer(Okio.sink(socket));
265 Http1xStream tunnelConnection = new Http1xStream(null, source, sink);
267 sink.timeout().timeout(writeTimeout, MILLISECONDS);
287 if (!source.buffer().exhausted() || !sink
[all...]
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/
H A DWebSocketReaderTest.java154 final Buffer sink = new Buffer();
158 source.readFully(sink, 3); // Read "Hel"
160 source.readFully(sink, 2); // Read "lo"
166 assertEquals("Hello", sink.readUtf8());
273 final Buffer sink = new Buffer();
276 message.source().read(sink, 3);
282 assertEquals("Hel", sink.readUtf8());
295 final Buffer sink = new Buffer();
298 message.source().read(sink, 2);
304 assertEquals("He", sink
[all...]

Completed in 8541 milliseconds

1234567891011>>