Home
last modified time | relevance | path

Searched refs:Incremental (Results 1 – 25 of 54) sorted by relevance

123

/external/llvm-project/clang-tools-extra/clangd/
DFormat.cpp250 IncrementalChanges Incremental = in formatIncremental() local
261 tooling::applyAllReplacements(OriginalCode, Incremental.Changes)); in formatIncremental()
262 unsigned Cursor = Incremental.Changes.getShiftedCodePosition(OriginalCursor); in formatIncremental()
265 for (tooling::Range &R : Incremental.FormatRanges) in formatIncremental()
269 CodeToFormat.insert(Cursor, Incremental.CursorPlaceholder); in formatIncremental()
274 std::vector<tooling::Range> RangesToFormat = Incremental.FormatRanges; in formatIncremental()
278 R = tooling::Range(R.getOffset() + Incremental.CursorPlaceholder.size(), in formatIncremental()
283 tooling::Range(Cursor, Incremental.CursorPlaceholder.size())); in formatIncremental()
285 FormatLimit += Incremental.CursorPlaceholder.size(); in formatIncremental()
311 tooling::Replacement(Filename, Cursor, 0, Incremental.CursorPlaceholder)); in formatIncremental()
[all …]
/external/llvm-project/clang-tools-extra/clangd/test/
Dsemantic-tokens.test36 # Incremental token request, based on previous response.
62 # Incremental token request with incorrect baseline => full tokens list.
/external/pigweed/pw_protobuf/
Ddecoding.rst20 Incremental size report
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Denums.go22 namesTextDocumentSyncKind [int(Incremental) + 1]string
40 namesTextDocumentSyncKind[int(Incremental)] = "Incremental"
Dtsprotocol.go4137 Incremental TextDocumentSyncKind = 2 const
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Denums.go22 namesTextDocumentSyncKind [int(Incremental) + 1]string
40 namesTextDocumentSyncKind[int(Incremental)] = "Incremental"
Dtsprotocol.go4137 Incremental TextDocumentSyncKind = 2 const
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Denums.go22 namesTextDocumentSyncKind [int(Incremental) + 1]string
40 namesTextDocumentSyncKind[int(Incremental)] = "Incremental"
Dtsprotocol.go4137 Incremental TextDocumentSyncKind = 2 const
/external/pigweed/pw_string/
DBUILD.gn132 label = "Incremental cost relative to snprintf for 10 strings"
/external/llvm-project/clang/docs/
DThinLTO.rst33 see the LLVM blog post `ThinLTO: Scalable and Incremental LTO
135 Incremental section in Usage
246 `ThinLTO: Scalable and Incremental LTO
/external/llvm-project/libcxx/docs/
DCxx1yStatusPaperStatus.csv11 "`3545 <https://wg21.link/n3545>`__","LWG","An Incremental Improvement to integral_constant","Brist…
/external/google-styleguide/docguide/
Dphilosophy.md66 * **Incremental improvement is better than prolonged debate**. Patience and
/external/tensorflow/tensorflow/python/autograph/
DSTYLE_GUIDE.md51 [1]: Tony Finch. Incremental calculation of weighted mean and variance.
/external/grpc-grpc/doc/
Dconnectivity-semantics-and-api.md72 <td>Incremental progress during connection establishment</td>
81 <td>Incremental successful communication on established channel.</td>
/external/libcppbor/
DREADME.md144 ### Incremental generation
146 Incremental generation requires deeper understanding of CBOR, because
/external/kotlinx.atomicfu/
DCHANGES.md120 * Incremental JS compilation is fixed in plugin
/external/pdfium/testing/
Dtest.gni128 # Incremental test targets work only for .apks.
/external/autotest/docs/
Duser-doc.md201 - Non-Incremental - Simply override the default selection by an entirely new
207 - Incremental - All USE_EXPAND flags are also accessible as USE flags, with
219 **NOTE**: Both Incremental and Non-Incremental methods can be set/overriden by
/external/python/cpython2/Misc/NEWS.d/
D2.6b3.rst219 Incremental decoder's decode function now takes bytearray by using 's*'
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dmachine-combiner.ll3 ; Incremental updates of the instruction depths should be enough for this test
/external/rust/crates/plotters/
DCHANGELOG.md61 - Incremental Rendering by saving the previous chart context into a state and restore it on a diffe…
/external/python/cpython3/Doc/library/
Dbz2.rst144 Incremental (de)compression
/external/swiftshader/third_party/llvm-subzero/
DCREDITS.TXT50 D: Incremental bitcode loader
/external/llvm/
DCREDITS.TXT51 D: Incremental bitcode loader

123