Searched refs:Leading (Results 1 – 25 of 112) sorted by relevance
12345
/external/llvm-project/clang-tools-extra/clangd/ |
D | Format.cpp | 139 StringRef Leading = in getIncrementalChangesAfterNewline() local 151 StringRef CommentMarker = commentMarker(Leading); in getIncrementalChangesAfterNewline() 159 Leading.take_front(CommentMarker.data() - Leading.data()); in getIncrementalChangesAfterNewline() 172 if (CommentMarker.empty() && Leading.endswith("{") && in getIncrementalChangesAfterNewline() 183 tooling::Range(Leading.data() - Code.data(), Leading.size())); in getIncrementalChangesAfterNewline()
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-06-01.data | 1 # Leading comment line spaces are 8 Flow style: [ # Leading spaces
|
/external/llvm/test/YAMLParser/ |
D | spec-06-01.test | 3 # Leading comment line spaces are 10 Flow style: [ # Leading spaces
|
/external/llvm-project/llvm/test/YAMLParser/ |
D | spec-06-01.test | 3 # Leading comment line spaces are 10 Flow style: [ # Leading spaces
|
/external/libcups/data/ |
D | raster.defs | 39 #define CUPS_EDGE_TOP 0 /* Leading edge is the top of the page */ 40 #define CUPS_EDGE_RIGHT 1 /* Leading edge is the right of the page */ 41 #define CUPS_EDGE_BOTTOM 2 /* Leading edge is the bottom of the page */ 42 #define CUPS_EDGE_LEFT 3 /* Leading edge is the left of the page */
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | arm-branches.s | 18 @ Leading '$' on branch targets must not be dropped if part of symbol names 40 @ Leading '$' should be allowed to introduce an expression
|
/external/skia/modules/skparagraph/include/ |
D | ParagraphStyle.h | 36 void setLeading(SkScalar Leading) { fLeading = Leading; } in setLeading()
|
/external/curl/docs/cmdline-opts/ |
D | form-string.d | 9 literally. Leading \&'@' and \&'<' characters, and the \&';type=' string in
|
/external/protobuf/csharp/protos/ |
D | unittest_proto3.proto | 390 // Leading nested message comment 392 // Leading nested message field comment 396 // Leading nested enum comment 402 // Leading field comment 406 // Leading enum comment
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/Inputs/ |
D | debug_line_reserved_length.s | 2 # Leading good section
|
D | debug_line_malformed.s | 2 # Leading good section.
|
/external/llvm-project/llvm/tools/llvm-objcopy/ |
D | ObjcopyOpts.td | 63 "contain comments beginning with '#'. Leading and trailing " 156 "'#'. Leading and trailing whitespace is stripped from each line. May " 183 "'#'. Leading and trailing whitespace is stripped from each line. May "
|
/external/rust/crates/heck/ |
D | README.md | 28 "hello_world", not the exact same string). Leading or trailing word boundary
|
/external/jarjar/res/com/tonicsystems/jarjar/ |
D | help.txt | 46 The rules file is a text file, one rule per line. Leading and trailing
|
/external/llvm-project/libcxx/ |
D | TODO.TXT | 53 * INCOMPLETE - US 61: Leading dots in filename() should not begin an extension
|
/external/curl/tests/ |
D | objnames.inc | 53 # 1) Leading directory components are removed.
|
/external/python/cpython2/Doc/c-api/ |
D | int.rst | 50 must be between ``2`` and ``36``, inclusive. Leading spaces are ignored. If
|
D | long.rst | 95 between ``2`` and ``36``, inclusive. Leading spaces are ignored. If there are
|
/external/libcxx/ |
D | TODO.TXT | 54 * INCOMPLETE - US 61: Leading dots in filename() should not begin an extension
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | idnaContextRules.txt | 19 # Leading and trailing spaces are ignored. 156 Title: 4.2.3.2. Leading Combining Marks
|
D | idnaTestLog.txt | 24 {Rule before: ^, at: $M, result: fail, line: 160, title: 4.2.3.2. Leading Combining Marks} 102 79. Success - expected and got Invalid: ☹\u094D\u200C 4.2.3.2. Leading Combining Marks; RuleLine… 104 81. Success - expected and got Invalid: ☹\u094D\u200Cख 4.2.3.2. Leading Combining Marks; RuleLin… 108 91. Success - expected and got Invalid: ☹\u094D\u200D 4.2.3.2. Leading Combining Marks; RuleLine… 110 93. Success - expected and got Invalid: ☹\u094D\u200Dख 4.2.3.2. Leading Combining Marks; RuleLin… 148 181. Success - expected and got Invalid: ☹\u0300a 4.2.3.2. Leading Combining Marks; RuleLine: 160 149 182. Success - expected and got Invalid: ☹\u0300\u0301a 4.2.3.2. Leading Combining Marks; RuleLi…
|
/external/iptables/extensions/ |
D | libxt_time.man | 18 23:59:59. Leading zeroes are allowed (e.g. "06:03") and correctly interpreted
|
/external/starlark-go/starlark/testdata/ |
D | paths.star | 218 Leading periods on the basename are ignored, so
|
/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/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | IDNATestInput.txt | 475 desc: 2-3-2-1 If UseSTD3ASCIIRules: Leading hyphen before Nameprep 519 desc: 2-3-4-1 If UseSTD3ASCIIRules: Leading hyphen after Nameprep
|
12345