| /third_party/rust/rust/tests/ui/rfcs/rfc-3348-c-string-literals/ |
| D | no-nuls.stderr | 7 = note: prefixed identifiers and literals are reserved since Rust 2021 19 = note: prefixed identifiers and literals are reserved since Rust 2021 31 = note: prefixed identifiers and literals are reserved since Rust 2021 43 = note: prefixed identifiers and literals are reserved since Rust 2021 55 = note: prefixed identifiers and literals are reserved since Rust 2021 67 = note: prefixed identifiers and literals are reserved since Rust 2021 79 = note: prefixed identifiers and literals are reserved since Rust 2021 91 = note: prefixed identifiers and literals are reserved since Rust 2021 103 = note: prefixed identifiers and literals are reserved since Rust 2021 115 = note: prefixed identifiers and literals are reserved since Rust 2021 [all …]
|
| D | gate.stderr | 7 = note: prefixed identifiers and literals are reserved since Rust 2021 19 = note: prefixed identifiers and literals are reserved since Rust 2021
|
| /third_party/rust/rust/tests/ui/rust-2021/ |
| D | reserved-prefixes.stderr | 7 = note: prefixed identifiers and literals are reserved since Rust 2021 19 = note: prefixed identifiers and literals are reserved since Rust 2021 31 = note: prefixed identifiers and literals are reserved since Rust 2021 43 = note: prefixed identifiers and literals are reserved since Rust 2021 55 = note: prefixed identifiers and literals are reserved since Rust 2021 67 = note: prefixed identifiers and literals are reserved since Rust 2021 79 = note: prefixed identifiers and literals are reserved since Rust 2021 91 = note: prefixed identifiers and literals are reserved since Rust 2021 103 = note: prefixed identifiers and literals are reserved since Rust 2021
|
| D | reserved-prefixes-via-macro-2.stderr | 7 = note: prefixed identifiers and literals are reserved since Rust 2021 16 = note: prefixed identifiers and literals are reserved since Rust 2021 25 = note: prefixed identifiers and literals are reserved since Rust 2021
|
| /third_party/icu/icu4c/source/data/rbnf/ |
| D | lv.txt | 12 "%%spellout-prefixed:", 38 "11: >%%spellout-prefixed>padsmit;", 39 "20: <%%spellout-prefixed<desmit[ >>];", 41 "200: <%%spellout-prefixed<simt[ >>];", 43 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];", 68 "20: <%%spellout-prefixed<desmit[ >>];", 70 "200: <%%spellout-prefixed<simt[ >>];", 72 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];",
|
| /third_party/skia/m133/third_party/externals/icu/source/data/rbnf/ |
| D | lv.txt | 12 "%%spellout-prefixed:", 38 "11: >%%spellout-prefixed>padsmit;", 39 "20: <%%spellout-prefixed<desmit[ >>];", 41 "200: <%%spellout-prefixed<simt[ >>];", 43 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];", 68 "20: <%%spellout-prefixed<desmit[ >>];", 70 "200: <%%spellout-prefixed<simt[ >>];", 72 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];",
|
| /third_party/skia/third_party/externals/icu/source/data/rbnf/ |
| D | lv.txt | 12 "%%spellout-prefixed:", 38 "11: >%%spellout-prefixed>padsmit;", 39 "20: <%%spellout-prefixed<desmit[ >>];", 41 "200: <%%spellout-prefixed<simt[ >>];", 43 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];", 68 "20: <%%spellout-prefixed<desmit[ >>];", 70 "200: <%%spellout-prefixed<simt[ >>];", 72 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];",
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | used_underscore_binding.stderr | 1 error: used binding `_foo` which is prefixed with an underscore. A leading underscore signals that … 9 error: used binding `_foo` which is prefixed with an underscore. A leading underscore signals that … 15 error: used binding `_foo` which is prefixed with an underscore. A leading underscore signals that … 21 error: used binding `_foo` which is prefixed with an underscore. A leading underscore signals that … 27 error: used binding `_underscore_field` which is prefixed with an underscore. A leading underscore … 33 error: used binding `_i` which is prefixed with an underscore. A leading underscore signals that a …
|
| D | let_underscore_lock.stderr | 7 …= help: consider using an underscore-prefixed named binding or dropping explicitly with `std::mem:… 16 …= help: consider using an underscore-prefixed named binding or dropping explicitly with `std::mem:… 24 …= help: consider using an underscore-prefixed named binding or dropping explicitly with `std::mem:… 32 …= help: consider using an underscore-prefixed named binding or dropping explicitly with `std::mem:…
|
| D | no_effect.stderr | 153 error: binding to `_` prefixed variable with no side-effect 161 error: binding to `_` prefixed variable with no side-effect 167 error: binding to `_` prefixed variable with no side-effect 173 error: binding to `_` prefixed variable with no side-effect
|
| /third_party/grpc/doc/ |
| D | c-style-guide.md | 73 - Non-static functions must be prefixed by `grpc_` 74 - Static functions must *not* be prefixed by `grpc_` 75 - Typenames of `struct`s , `union`s, and `enum`s must be prefixed by `grpc_` if 76 they are declared in a header file. They must not be prefixed by `grpc_` if 81 prefixed with `GRPC_` (except for `#define` macros that are being used to 84 be prefixed with `GRPC_`.
|
| D | PROTOCOL-HTTP2.md | 13 * Request → Request-Headers \*Length-Prefixed-Message EOS 14 * Response → (Response-Headers \*Length-Prefixed-Message Trailers) / Trailers-Only 19 * Request → Request-Headers \*Length-Prefixed-Message EOS 93 The repeated sequence of **Length-Prefixed-Message** items is delivered in DATA frames 95 * **Length-Prefixed-Message** → Compressed-Flag Message-Length Message 106 * **Response** → (Response-Headers \*Length-Prefixed-Message Trailers) / Trailers-Only 165 <Length-Prefixed Message> 175 <Length-Prefixed Message> 212 DATA frame boundaries have no relation to **Length-Prefixed-Message** boundaries and implementation…
|
| /third_party/flatbuffers/go/ |
| D | lib.go | 15 …refixedRootAs is a generic helper to initialize a FlatBuffer with the provided size-prefixed buffer 22 // GetSizePrefix reads the size from a size-prefixed flatbuffer 37 // GetBufferIdentifier returns the file identifier as string for a size-prefixed buffer 47 …asIdentifier checks if the identifier in a buffer has the expected value for a size-prefixed buffer
|
| /third_party/rust/rust/src/tools/rustfmt/tests/target/ |
| D | issue_5691.rs | 4 /* An asterisk-based, or a double-slash-prefixed, comment here is 7 …A single-line triple-slash-prefixed comment (with a field following it) is not enough - it will no… 14 (asterisk-based, or a double-slash-prefixed) comment, too.
|
| /third_party/flatbuffers/swift/Sources/FlatBuffers/ |
| D | Root.swift | 23 /// Takes in a prefixed sized buffer, where the prefixed size would be skipped. 45 /// Takes in a prefixed sized buffer, where we check if the sized buffer is equal to prefix size. 70 /// Takes in a prefixed sized buffer, where the prefixed size would be skipped.
|
| /third_party/protobuf/objectivec/Tests/ |
| D | unittest_objc_options.proto | 23 // Verify that messages that already have a prefix aren't prefixed twice. 27 // Verify that enums that already have a prefix aren't prefixed twice. 37 // Verify that classes named the same as prefixes are prefixed.
|
| /third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/ |
| D | ByteBufferUtil.java | 35 * @param bb a size-prefixed buffer 43 * Create a duplicate of a size-prefixed `ByteBuffer` that has its position 46 * @param bb a size-prefixed buffer
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/ |
| D | find_path.rs | 75 prefixed: Option<PrefixKind>, in find_path_inner() 96 prefixed, in find_path_inner() 103 if prefixed.is_none() { in find_path_inner() 120 prefixed, in find_path_inner() 142 prefixed, in find_path_inner() 156 prefixed: Option<PrefixKind>, in find_path_for_module() 166 if prefixed.is_none() { in find_path_for_module() 178 if prefixed.filter(PrefixKind::is_absolute).is_none() { in find_path_for_module() 221 prefixed, in find_path_for_module() 300 mut prefixed: Option<PrefixKind>, in calculate_best_path() [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/style/ |
| D | naming.adoc | 56 Each definition is prefixed with `VK_`, followed by the name. 97 Each type name is prefixed with `Vk`. 177 Each enumerant name is prefixed with `VK_`. 179 Enumerants are prefixed with the exact name of the type it belongs to, 187 ** Success codes are not prefixed with anything other than `VK_`. 188 ** Error codes are prefixed with `VK_ERROR_`. 357 declared command would be declared, but prefixed with `PFN_`, standing for 378 Pointer members/parameters are prefixed with a number of `p` characters, 381 Function pointer members/parameters are prefixed with `pfn`. 620 specification are prefixed with these two characters, according to the
|
| D | naming.txt | 56 Each definition is prefixed with `VK_`, followed by the name. 97 Each type name is prefixed with `Vk`. 177 Each enumerant name is prefixed with `VK_`. 179 Enumerants are prefixed with the exact name of the type it belongs to, 187 ** Success codes are not prefixed with anything other than `VK_`. 188 ** Error codes are prefixed with `VK_ERROR_`. 357 declared command would be declared, but prefixed with `PFN_`, standing for 378 Pointer members/parameters are prefixed with a number of `p` characters, 381 Function pointer members/parameters are prefixed with `pfn`. 619 specification are prefixed with these two characters, according to the
|
| /third_party/rust/crates/nix/ |
| D | CONTRIBUTING.md | 44 - **A-** prefixed labels state which area of the project the issue 46 - **E-** prefixed labels explain the level of experience necessary to fix the 48 - **O-** prefixed labels specify the OS for issues that are OS-specific 49 - **R-** prefixed labels specify the architecture for issues that are
|
| /third_party/skia/site/docs/dev/contrib/ |
| D | style.md | 40 prefixed. 78 Global variables are similar but prefixed with g and camel-capped. 108 Enum values are also prefixed with k. Unscoped enum values are postfixed with an 160 than file scope should be prefixed SK or GR. 192 Ganesh macros that are GL-specific should be prefixed GR_GL. 419 Method calls within method calls should be prefixed with dereference of the
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | codeFixUnusedIdentifier_all_prefix.ts | 11 //// const x = 0; // Can't be prefixed, ignored 24 const x = 0; // Can't be prefixed, ignored
|
| /third_party/skia/m133/site/docs/dev/contrib/ |
| D | style.md | 40 prefixed. 78 Global variables are similar but prefixed with g and camel-capped. 108 Enum values are also prefixed with k. Unscoped enum values are postfixed with an 160 than file scope should be prefixed SK or GR. 192 Ganesh macros that are GL-specific should be prefixed GR_GL. 420 Method calls within method calls should be prefixed with dereference of the
|
| /third_party/iptables/libipq/ |
| D | ipq_errstr.3 | 46 variable (if set). The error message is prefixed with the string 50 is NULL, the error message is prefixed with the string "ERROR".
|