Searched refs:Leading (Results 1 – 25 of 113) sorted by relevance
12345
/external/golang-protobuf/cmd/protoc-gen-go/testdata/comments/ |
D | comments.proto | 12 // COMMENT: Enum1.Leading 14 // COMMENT: FOO.Leading 16 // COMMENT: BAR.Leading 24 // COMMENT: Message1.Leading 26 // COMMENT: Message1A.Leading 34 // COMMENT: Field1A.Leading 37 // COMMENT: Oneof1A.Leading 39 // COMMENT: Oneof1AField1.Leading 48 // COMMENT: Extension.Leading
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-06-01.data | 1 # Leading comment line spaces are 8 Flow style: [ # Leading spaces
|
/external/python/pyyaml/tests/data/ |
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/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/skia/modules/skparagraph/include/ |
D | ParagraphStyle.h | 36 void setLeading(SkScalar Leading) { fLeading = Leading; } in setLeading()
|
/external/cronet/third_party/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/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/golang-protobuf/cmd/protoc-gen-go/internal_gengo/ |
D | main.go | 230 leadingComments := appendDeprecationSuffix(e.Comments.Leading, 240 leadingComments := appendDeprecationSuffix(value.Comments.Leading, 326 leadingComments := appendDeprecationSuffix(m.Comments.Leading, 387 leadingComments := oneof.Comments.Leading 426 leadingComments := appendDeprecationSuffix(field.Comments.Leading, 775 leadingComments := x.Comments.Leading 816 leadingComments := appendDeprecationSuffix(field.Comments.Leading,
|
/external/curl/docs/cmdline-opts/ |
D | form-string.d | 14 literally. Leading '@' and '<' characters, and the ';type=' string in
|
/external/sg3_utils/examples/ |
D | transport_ids.txt | 28 # Leading spaces and tabs before a '#' are ok.
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2021-144.md | 29 "Leading dim_size of both tensors must match."));
|
/external/rust/crates/heck/ |
D | README.md | 28 "hello_world", not the exact same string). Leading or trailing word boundary
|
/external/rust/crates/heck/0.3.3/ |
D | README.md | 28 "hello_world", not the exact same string). Leading or trailing word boundary
|
/external/perfetto/src/trace_processor/util/ |
D | glob_unittest.cc | 111 TEST(GlobUnittest, Leading) { in TEST() argument
|
/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/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/cldr-code/src/main/resources/org/unicode/cldr/draft/ |
D | idnaContextRules.txt | 19 # Leading and trailing spaces are ignored. 156 Title: 4.2.3.2. Leading Combining Marks
|
/external/iptables/extensions/ |
D | libxt_time.man | 18 23:59:59. Leading zeroes are allowed (e.g. "06:03") and correctly interpreted
|
/external/python/cpython3/Doc/library/ |
D | ipaddress.rst | 106 integer represents an octet (byte) in the address. Leading zeroes are 121 Leading zeros are tolerated, even in ambiguous cases that look like 126 Leading zeros are no longer tolerated and are treated as an error. 156 The string representation in dotted decimal notation. Leading zeroes
|
/external/wayland-protocols/bazel/ |
D | gensrcs.bzl | 22 Leading periods on the basename are ignored, so
|
/external/bazel-skylib/lib/ |
D | paths.bzl | 210 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
|
12345