Searched refs:Substream (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | RetriableStream.java | 81 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/ |
D | ModiStream.rst | 49 - **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
|
D | DbiStream.rst | 157 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/ |
D | LinePrinter.cpp | 206 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()
|
D | LinePrinter.h | 62 BinarySubstreamRef Substream);
|
D | BytesOutputStyle.cpp | 306 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/ |
D | explain-dbi-stream.test | 104 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/ |
D | reference.rst | 767 :substream: Substream to close
|
/external/nanopb-c/docs/ |
D | reference.rst | 777 :substream: Substream to close
|