Home
last modified time | relevance | path

Searched refs:newChannel (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
DAbstractStub.java162 public final S withChannel(Channel newChannel) { in withChannel() argument
163 return build(newChannel, callOptions); in withChannel()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DAppendTrack.java51 track.getSampleDescriptionBox().getBox(Channels.newChannel(curBaos)); in AppendTrack()
52 stsd.getBox(Channels.newChannel(refBaos)); in AppendTrack()
139 cur1.getBox(Channels.newChannel(baos1)); in mergeAudioSampleEntries()
140 cur2.getBox(Channels.newChannel(baos2)); in mergeAudioSampleEntries()
/external/brotli/java/org/brotli/wrapper/enc/
DBrotliOutputStream.java31 this.encoder = new Encoder(Channels.newChannel(destination), params, bufferSize); in BrotliOutputStream()
DBrotliEncoderChannelTest.java87 WritableByteChannel encoder = new BrotliEncoderChannel(Channels.newChannel(dst)); in run()
/external/brotli/java/org/brotli/wrapper/dec/
DBrotliInputStream.java30 this.decoder = new Decoder(Channels.newChannel(source), bufferSize); in BrotliInputStream()
DBrotliDecoderChannelTest.java74 ReadableByteChannel src = Channels.newChannel(new ByteArrayInputStream(compressed)); in run()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/bzip2/
DPythonTruncatedBzip2Test.java109 return Channels.newChannel(bZin); in makeBZ2C()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DSampleEntry.java140 WritableByteChannel wbc = Channels.newChannel(baos); in _writeChildBoxes()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java2009 MessageChannel newChannel; in createRawMessageChannel() local
2019 newChannel = null; in createRawMessageChannel()
2021 while (processorIterator.hasNext() && newChannel == null) { in createRawMessageChannel()
2031 newChannel = nextProcessor.createMessageChannel(targetHostPort); in createRawMessageChannel()
2045 return newChannel; in createRawMessageChannel()
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCHost.m130 _channel = [self newChannel];
268 - (GRPCChannel *)newChannel { method
/external/guava/guava-tests/test/com/google/common/io/
DByteStreamsTest.java43 WritableByteChannel outChannel = Channels.newChannel(out); in testCopyChannel()
46 Channels.newChannel(new ByteArrayInputStream(expected)); in testCopyChannel()
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DOpenLoopClient.java90 ManagedChannel ch = config.newChannel(); in run()
DClientConfiguration.java68 public ManagedChannel newChannel() throws IOException { in newChannel() method in ClientConfiguration
DAsyncClient.java79 channels.add(config.newChannel()); in run()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c20152 SGChannel newChannel; in Qt_SGNewChannelFromComponent() local
20162 &newChannel, in Qt_SGNewChannelFromComponent()
20166 CmpInstObj_New, newChannel); in Qt_SGNewChannelFromComponent()