Searched refs:Trailing (Results 1 – 25 of 69) sorted by relevance
123
/external/llvm-project/clang-tools-extra/clangd/ |
D | Format.cpp | 133 StringRef Trailing = firstLine(Code.substr(Cursor)); in getIncrementalChangesAfterNewline() local 141 StringRef NextLine = firstLine(Code.substr(Cursor + Trailing.size() + 1)); in getIncrementalChangesAfterNewline() 144 StringRef TrailingTrim = Trailing.ltrim(); in getIncrementalChangesAfterNewline() 145 if (unsigned TrailWS = Trailing.size() - TrailingTrim.size()) in getIncrementalChangesAfterNewline() 147 replacement(Code, StringRef(Trailing.begin(), TrailWS), ""))); in getIncrementalChangesAfterNewline() 173 Trailing.startswith("}")) { in getIncrementalChangesAfterNewline() 175 Result.Changes.add(replacement(Code, Trailing.take_front(1), "\n}"))); in getIncrementalChangesAfterNewline() 178 tooling::Range(Trailing.data() - Code.data() + 1, 1)); in getIncrementalChangesAfterNewline()
|
/external/llvm/test/Assembler/ |
D | invalid-datalayout6.ll | 3 ; CHECK: Trailing separator in datalayout string
|
/external/llvm-project/llvm/test/Assembler/ |
D | invalid-datalayout6.ll | 3 ; CHECK: Trailing separator in datalayout string
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | readability-convert-member-functions-to-static.cpp | 140 struct Trailing { struct
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/Inputs/ |
D | debug_line_reserved_length.s | 32 # Trailing good section
|
D | debug_line_malformed.s | 471 # Trailing good section.
|
/external/grpc-grpc/ |
D | CONCEPTS.md | 57 …` terminated with a mandatory `Status` and optional `Status-Metadata` (a.k.a.,`Trailing-Metadata`). 60 …P/2 frames at the sender and reassembled at the receiver. `Status` and `Trailing-Metadata` are sen…
|
/external/rust/crates/grpcio-sys/grpc/ |
D | CONCEPTS.md | 57 …` terminated with a mandatory `Status` and optional `Status-Metadata` (a.k.a.,`Trailing-Metadata`). 60 …P/2 frames at the sender and reassembled at the receiver. `Status` and `Trailing-Metadata` are sen…
|
/external/llvm-project/mlir/test/Dialect/Quant/ |
D | parse-uniform.mlir | 14 // Trailing whitespace.
|
/external/llvm-project/libcxx/docs/DesignDocs/ |
D | ExtendedCXX03Support.rst | 36 * Trailing return types.
|
/external/llvm/lib/Target/PowerPC/ |
D | p9-instrs.txt | 70 // Count Trailing Zeros Word X-form p95 75 // Count Trailing Zeros Doubleword X-form p98 412 // Vector Count Trailing Zeros Instructions, 362
|
D | README_P9.txt | 38 - Vector Count Leading/Trailing Zero LSB. Result is placed into GPR[rD]: 44 - Vector Count Trailing Zeros: vctzb vctzh vctzw vctzd
|
/external/starlark-go/syntax/testdata/ |
D | errors.star | 198 # Trailing tuple commas are permitted only within parens; see b/28867036.
|
/external/google-styleguide/docguide/ |
D | style.md | 18 1. [Trailing whitespace](#trailing-whitespace) 102 ## Trailing whitespace
|
/external/curl/docs/ |
D | CHECKSRC.md | 103 - `TRAILINGSPACE`: Trailing whitespace on the line
|
/external/starlark-go/starlark/testdata/ |
D | paths.star | 117 - Trailing slashes are removed, unless the path consists solely of slashes.
|
/external/clang/docs/ |
D | ControlFlowIntegrityDesign.rst | 112 Stripping Leading/Trailing Zeros in Bit Vectors 195 those sub-hierarchies need to be (see "Stripping Leading/Trailing Zeros in Bit
|
/external/protobuf/csharp/protos/ |
D | unittest_proto3.proto | 403 string text = 1; // Trailing field comment
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | IDNATestInput.txt | 486 desc: 2-3-2-2 If UseSTD3ASCIIRules: Trailing hyphen before Nameprep 530 desc: 2-3-4-2 If UseSTD3ASCIIRules: Trailing hyphen after Nameprep
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 38 - Vector Count Leading/Trailing Zero LSB. Result is placed into GPR[rD]: 44 - Vector Count Trailing Zeros: vctzb vctzh vctzw vctzd
|
/external/icu/icu4c/source/test/testdata/ |
D | idna_conf.txt | 486 desc: 2-3-2-2 If UseSTD3ASCIIRules: Trailing hyphen before Nameprep 530 desc: 2-3-4-2 If UseSTD3ASCIIRules: Trailing hyphen after Nameprep
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | IDNATestInput.txt | 486 desc: 2-3-2-2 If UseSTD3ASCIIRules: Trailing hyphen before Nameprep 530 desc: 2-3-4-2 If UseSTD3ASCIIRules: Trailing hyphen after Nameprep
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 38 - Vector Count Leading/Trailing Zero LSB. Result is placed into GPR[rD]: 44 - Vector Count Trailing Zeros: vctzb vctzh vctzw vctzd
|
/external/python/cpython3/Lib/email/ |
D | architecture.rst | 165 Trailing carriage return and/or linefeed characters are stripped from the
|
/external/arm-trusted-firmware/docs/process/ |
D | coding-style.rst | 75 Trailing whitespace is not allowed and must be trimmed.
|
123