Home
last modified time | relevance | path

Searched refs:Substream (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DRetriableStream.java81 new ArrayList<BufferEntry>(8), Collections.<Substream>emptyList(), null, false, false);
117 private Runnable commit(final Substream winningSubstream) { in commit()
122 final Collection<Substream> savedDrainedSubstreams = state.drainedSubstreams; in commit()
134 for (Substream substream : savedDrainedSubstreams) { in commit()
153 private void commitAndRun(Substream winningSubstream) { in commitAndRun()
162 private Substream createSubstream(int previousAttempts) { in createSubstream()
163 Substream sub = new Substream(previousAttempts); in createSubstream()
198 private void drain(Substream substream) { in drain()
271 public void runWith(Substream substream) { in start()
280 Substream substream = createSubstream(0); in start()
[all …]
/external/llvm-project/llvm/docs/PDB/
DModiStream.rst49 - **Symbols** - The :ref:`CodeView Symbol Substream <modi_symbol_substream>`.
51 corresponding module's entry in the :ref:`Module Info Substream
56 :ref:`Module Info Substream <dbi_mod_info_substream>` of the
64 :ref:`Module Info Substream <dbi_mod_info_substream>` of the
72 The CodeView Symbol Substream
75 The CodeView Symbol Substream. This is an array of variable length
DDbiStream.rst158 Module Info Substream
261 Section Contribution Substream
294 Section Map Substream
333 File Info Substream
387 Type Server Map Substream
397 EC Substream
/external/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp204 BinarySubstreamRef Substream; in formatMsfStreamData() local
205 Substream.Offset = Offset; in formatMsfStreamData()
206 Substream.StreamData = Slice.drop_front(Offset).keep_front(Size); in formatMsfStreamData()
209 formatMsfStreamData(Label, File, Layout, Substream); in formatMsfStreamData()
214 BinarySubstreamRef Substream) { in formatMsfStreamData() argument
215 BinaryStreamReader Reader(Substream.StreamData); in formatMsfStreamData()
226 std::tie(FoundRun, RunOffset) = findRun(Substream.Offset, Runs); in formatMsfStreamData()
240 Substream.Offset += Len; in formatMsfStreamData()
DLinePrinter.h61 BinarySubstreamRef Substream);
DBytesOutputStyle.cpp305 auto Substream = Stream.getTypeRecordsSubstream(); in dumpTypeIndex() local
317 auto OneType = Substream.slice(Offset, Type.length()); in dumpTypeIndex()
/external/llvm-project/llvm/test/tools/llvm-pdbutil/
Dexplain-dbi-stream.test106 CHECK-NEXT: which contains the size of the Module Info Substream.
114 CHECK-NEXT: which contains the size of the Section Contribution Substream.
122 CHECK-NEXT: which contains the size of the Section Map Substream.
130 CHECK-NEXT: which contains the size of the File Info Substream.
162 CHECK-NEXT: which contains the size of the Edit & Continue Substream.
201 CHECK-NEXT: address is at offset 0/232 of the Module Info Substream.
208 CHECK-NEXT: address is at offset 156/232 of the Module Info Substream.
/external/nanopb-c/docs/
Dreference.rst777 :substream: Substream to close
/external/grpc-grpc/third_party/nanopb/docs/
Dreference.rst767 :substream: Substream to close