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/swiftshader/third_party/llvm-7.0/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 <dbi_mod_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.rst157 Module Info Substream
252 Section Contribution Substream
283 Section Map Substream
322 File Info Substream
376 Type Server Substream
385 EC Substream
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp206 BinarySubstreamRef Substream; in formatMsfStreamData() local
207 Substream.Offset = Offset; in formatMsfStreamData()
208 Substream.StreamData = Slice.drop_front(Offset).keep_front(Size); in formatMsfStreamData()
211 formatMsfStreamData(Label, File, Layout, Substream); in formatMsfStreamData()
216 BinarySubstreamRef Substream) { in formatMsfStreamData() argument
217 BinaryStreamReader Reader(Substream.StreamData); in formatMsfStreamData()
228 std::tie(FoundRun, RunOffset) = findRun(Substream.Offset, Runs); in formatMsfStreamData()
242 Substream.Offset += Len; in formatMsfStreamData()
DLinePrinter.h62 BinarySubstreamRef Substream);
DBytesOutputStyle.cpp306 auto Substream = Stream.getTypeRecordsSubstream(); in dumpTypeIndex() local
318 auto OneType = Substream.slice(Offset, Type.length()); in dumpTypeIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/
Dexplain-dbi-stream.test104 CHECK-NEXT: which contains the size of the Module Info Substream.
112 CHECK-NEXT: which contains the size of the Section Contribution Substream.
120 CHECK-NEXT: which contains the size of the Section Map Substream.
128 CHECK-NEXT: which contains the size of the File Info Substream.
160 CHECK-NEXT: which contains the size of the Edit & Continue Substream.
199 CHECK-NEXT: address is at offset 0/232 of the Module Info Substream.
206 CHECK-NEXT: address is at offset 156/232 of the Module Info Substream.
/external/grpc-grpc/third_party/nanopb/docs/
Dreference.rst767 :substream: Substream to close
/external/nanopb-c/docs/
Dreference.rst777 :substream: Substream to close