| /third_party/rust/rust/src/tools/rustfmt/tests/target/comments-in-lists/ |
| D | wrap-comments-true.rs | 7 // through the inclusion pipeline, or according to the descriptions 10 // through the inclusion pipeline, or according to the descriptions 13 // through the inclusion pipeline, or according to the descriptions 19 // through the inclusion pipeline, or according to the descriptions 23 // Expand as needed, numbers should be ascending according to the stage through the inclusion 26 // Expand as needed, numbers should be ascending according to the stage through the inclusion 29 // Expand as needed, numbers should be ascending according to the stage through the inclusion 35 // through the inclusion pipeline, or according to the descriptions 38 // through the inclusion pipeline, or according to the descriptions 41 // through the inclusion pipeline, or according to the descriptions [all …]
|
| D | wrap-comments-not-normalized.rs | 6 // through the inclusion pipeline, or according to the descriptions 9 // through the inclusion pipeline, or according to the descriptions 12 // through the inclusion pipeline, or according to the descriptions 18 // through the inclusion pipeline, or according to the descriptions 22 // Expand as needed, numbers should be ascending according to the stage through the inclusion 25 // Expand as needed, numbers should be ascending according to the stage through the inclusion 28 // Expand as needed, numbers should be ascending according to the stage through the inclusion 34 // through the inclusion pipeline, or according to the descriptions 37 // through the inclusion pipeline, or according to the descriptions 40 // through the inclusion pipeline, or according to the descriptions [all …]
|
| D | format-doc-comments.rs | 18 // through the inclusion pipeline, or according to the descriptions 21 // through the inclusion pipeline, or according to the descriptions 24 // through the inclusion pipeline, or according to the descriptions 29 // through the inclusion pipeline, or according to the descriptions 34 // through the inclusion pipeline, or according to the descriptions 37 // through the inclusion pipeline, or according to the descriptions 40 // through the inclusion pipeline, or according to the descriptions 45 // through the inclusion pipeline, or according to the descriptions 50 // through the inclusion pipeline, or according to the descriptions in foo() 53 // through the inclusion pipeline, or according to the descriptions in foo() [all …]
|
| D | wrap-comments-false.rs | 6 // through the inclusion pipeline, or according to the descriptions 9 // through the inclusion pipeline, or according to the descriptions 12 // through the inclusion pipeline, or according to the descriptions 17 // through the inclusion pipeline, or according to the descriptions 22 // through the inclusion pipeline, or according to the descriptions 25 // through the inclusion pipeline, or according to the descriptions 28 // through the inclusion pipeline, or according to the descriptions 33 // through the inclusion pipeline, or according to the descriptions 38 // through the inclusion pipeline, or according to the descriptions in foo() 41 // through the inclusion pipeline, or according to the descriptions in foo() [all …]
|
| /third_party/rust/rust/src/tools/rustfmt/tests/source/comments-in-lists/ |
| D | wrap-comments-not-normalized.rs | 6 // through the inclusion pipeline, or according to the descriptions 9 // through the inclusion pipeline, or according to the descriptions 12 // through the inclusion pipeline, or according to the descriptions 18 // through the inclusion pipeline, or according to the descriptions 22 …// Expand as needed, numbers should be ascending according to the stage through the inclusion pipe… 24 …// Expand as needed, numbers should be ascending according to the stage through the inclusion pipe… 26 …// Expand as needed, numbers should be ascending according to the stage through the inclusion pipe… 32 // through the inclusion pipeline, or according to the descriptions 35 // through the inclusion pipeline, or according to the descriptions 38 // through the inclusion pipeline, or according to the descriptions [all …]
|
| D | wrap-comments-true.rs | 7 // through the inclusion pipeline, or according to the descriptions 10 // through the inclusion pipeline, or according to the descriptions 13 // through the inclusion pipeline, or according to the descriptions 19 // through the inclusion pipeline, or according to the descriptions 23 …// Expand as needed, numbers should be ascending according to the stage through the inclusion pipe… 25 …// Expand as needed, numbers should be ascending according to the stage through the inclusion pipe… 27 …// Expand as needed, numbers should be ascending according to the stage through the inclusion pipe… 33 // through the inclusion pipeline, or according to the descriptions 36 // through the inclusion pipeline, or according to the descriptions 39 // through the inclusion pipeline, or according to the descriptions [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | protectedClassPropertyAccessibleWithinSubclass2.errors.txt | 2 …2.ts(26,11): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 3 …2.ts(28,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 5 …2.ts(30,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 6 …2.ts(42,11): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 7 …2.ts(43,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 9 …2.ts(59,11): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 10 …2.ts(60,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 11 …2.ts(61,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 12 …2.ts(63,12): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 13 …2.ts(75,11): error TS2446: Property 'x' is protected and only accessible through an instance of cl… [all …]
|
| D | protectedClassPropertyAccessibleWithinNestedSubclass1.errors.txt | 2 …1.ts(32,19): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 3 …1.ts(34,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 5 …1.ts(36,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 6 …1.ts(52,19): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 7 …1.ts(53,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 9 …1.ts(73,19): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 10 …1.ts(74,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 11 …1.ts(75,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 12 …1.ts(77,20): error TS2446: Property 'x' is protected and only accessible through an instance of cl… 13 …1.ts(93,19): error TS2446: Property 'x' is protected and only accessible through an instance of cl… [all …]
|
| D | protectedClassPropertyAccessibleWithinSubclass2.js | 27 b.x; // Error, isn't accessed through an instance of the enclosing class 28 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 29 d2.x; // Error, isn't accessed through an instance of the enclosing class 31 d4.x; // Error, isn't accessed through an instance of the enclosing class 43 b.x; // Error, isn't accessed through an instance of the enclosing class 44 d1.x; // Error, isn't accessed through an instance of the enclosing class 45 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 47 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 60 b.x; // Error, isn't accessed through an instance of the enclosing class 61 d1.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
| D | protectedClassPropertyAccessibleWithinNestedSubclass1.js | 33 b.x; // Error, isn't accessed through an instance of the enclosing class 34 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 35 d2.x; // Error, isn't accessed through an instance of the enclosing class 37 d4.x; // Error, isn't accessed through an instance of the enclosing class 53 b.x; // Error, isn't accessed through an instance of the enclosing class 54 d1.x; // Error, isn't accessed through an instance of the enclosing class 55 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 57 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 74 b.x; // Error, isn't accessed through an instance of the enclosing class 75 d1.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
| D | typedArrays-es5.errors.txt | 1 …rays-es5.ts(2,5): error TS2802: Type 'Float32Array' can only be iterated through when using the '-… 2 …rays-es5.ts(5,5): error TS2802: Type 'Float64Array' can only be iterated through when using the '-… 3 …Arrays-es5.ts(8,5): error TS2802: Type 'Int16Array' can only be iterated through when using the '-… 4 …rrays-es5.ts(11,5): error TS2802: Type 'Int32Array' can only be iterated through when using the '-… 5 …Arrays-es5.ts(14,5): error TS2802: Type 'Int8Array' can only be iterated through when using the '-… 6 …dArrays-es5.ts(17,5): error TS2802: Type 'NodeList' can only be iterated through when using the '-… 7 …rays-es5.ts(20,5): error TS2802: Type 'Uint16Array' can only be iterated through when using the '-… 8 …rays-es5.ts(23,5): error TS2802: Type 'Uint32Array' can only be iterated through when using the '-… 9 …rrays-es5.ts(26,5): error TS2802: Type 'Uint8Array' can only be iterated through when using the '-… 10 …s5.ts(29,5): error TS2802: Type 'Uint8ClampedArray' can only be iterated through when using the '-… [all …]
|
| D | protectedClassPropertyAccessibleWithinSubclass2.types | 75 b.x; // Error, isn't accessed through an instance of the enclosing class 80 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 85 d2.x; // Error, isn't accessed through an instance of the enclosing class 95 d4.x; // Error, isn't accessed through an instance of the enclosing class 124 b.x; // Error, isn't accessed through an instance of the enclosing class 129 d1.x; // Error, isn't accessed through an instance of the enclosing class 134 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 144 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 176 b.x; // Error, isn't accessed through an instance of the enclosing class 181 d1.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
| /third_party/bounds_checking_function/src/ |
| D | memcpy_s.c | 233 /* fall-through */ /* FALLTHRU */ \ 236 /* fall-through */ /* FALLTHRU */ \ 239 /* fall-through */ /* FALLTHRU */ \ 242 /* fall-through */ /* FALLTHRU */ \ 245 /* fall-through */ /* FALLTHRU */ \ 248 /* fall-through */ /* FALLTHRU */ \ 251 /* fall-through */ /* FALLTHRU */ \ 254 /* fall-through */ /* FALLTHRU */ \ 257 /* fall-through */ /* FALLTHRU */ \ 260 /* fall-through */ /* FALLTHRU */ \ [all …]
|
| D | strcpy_s.c | 144 /* fall-through */ /* FALLTHRU */ \ 147 /* fall-through */ /* FALLTHRU */ \ 150 /* fall-through */ /* FALLTHRU */ \ 153 /* fall-through */ /* FALLTHRU */ \ 156 /* fall-through */ /* FALLTHRU */ \ 159 /* fall-through */ /* FALLTHRU */ \ 162 /* fall-through */ /* FALLTHRU */ \ 165 /* fall-through */ /* FALLTHRU */ \ 168 /* fall-through */ /* FALLTHRU */ \ 171 /* fall-through */ /* FALLTHRU */ \ [all …]
|
| D | memset_s.c | 90 /* fall-through */ /* FALLTHRU */ \ 93 /* fall-through */ /* FALLTHRU */ \ 96 /* fall-through */ /* FALLTHRU */ \ 99 /* fall-through */ /* FALLTHRU */ \ 102 /* fall-through */ /* FALLTHRU */ \ 105 /* fall-through */ /* FALLTHRU */ \ 108 /* fall-through */ /* FALLTHRU */ \ 111 /* fall-through */ /* FALLTHRU */ \ 114 /* fall-through */ /* FALLTHRU */ \ 117 /* fall-through */ /* FALLTHRU */ \ [all …]
|
| /third_party/mindspore/mindspore-src/source/third_party/securec/src/ |
| D | memcpy_s.c | 242 /* fall-through */ /* FALLTHRU */ \ 245 /* fall-through */ /* FALLTHRU */ \ 248 /* fall-through */ /* FALLTHRU */ \ 251 /* fall-through */ /* FALLTHRU */ \ 254 /* fall-through */ /* FALLTHRU */ \ 257 /* fall-through */ /* FALLTHRU */ \ 260 /* fall-through */ /* FALLTHRU */ \ 263 /* fall-through */ /* FALLTHRU */ \ 266 /* fall-through */ /* FALLTHRU */ \ 269 /* fall-through */ /* FALLTHRU */ \ [all …]
|
| D | strcpy_s.c | 146 /* fall-through */ /* FALLTHRU */ \ 149 /* fall-through */ /* FALLTHRU */ \ 152 /* fall-through */ /* FALLTHRU */ \ 155 /* fall-through */ /* FALLTHRU */ \ 158 /* fall-through */ /* FALLTHRU */ \ 161 /* fall-through */ /* FALLTHRU */ \ 164 /* fall-through */ /* FALLTHRU */ \ 167 /* fall-through */ /* FALLTHRU */ \ 170 /* fall-through */ /* FALLTHRU */ \ 173 /* fall-through */ /* FALLTHRU */ \ [all …]
|
| /third_party/typescript/tests/cases/conformance/classes/members/accessibility/ |
| D | protectedClassPropertyAccessibleWithinSubclass2.ts | 26 b.x; // Error, isn't accessed through an instance of the enclosing class 27 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 28 d2.x; // Error, isn't accessed through an instance of the enclosing class 30 d4.x; // Error, isn't accessed through an instance of the enclosing class 42 b.x; // Error, isn't accessed through an instance of the enclosing class 43 d1.x; // Error, isn't accessed through an instance of the enclosing class 44 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 46 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 59 b.x; // Error, isn't accessed through an instance of the enclosing class 60 d1.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
| D | protectedClassPropertyAccessibleWithinNestedSubclass1.ts | 32 b.x; // Error, isn't accessed through an instance of the enclosing class 33 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 34 d2.x; // Error, isn't accessed through an instance of the enclosing class 36 d4.x; // Error, isn't accessed through an instance of the enclosing class 52 b.x; // Error, isn't accessed through an instance of the enclosing class 53 d1.x; // Error, isn't accessed through an instance of the enclosing class 54 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 56 … // OK, accessed within a class derived from their declaring class, and through an instance of th… 73 b.x; // Error, isn't accessed through an instance of the enclosing class 74 d1.x; // Error, isn't accessed through an instance of the enclosing class [all …]
|
| /third_party/skia/src/gpu/ |
| D | GrSPIRVUniformHandler.cpp | 33 case kShort_GrSLType: // fall through in grsltype_to_alignment_mask() 36 case kShort2_GrSLType: // fall through in grsltype_to_alignment_mask() 39 case kShort3_GrSLType: // fall through in grsltype_to_alignment_mask() 55 case kHalf_GrSLType: // fall through in grsltype_to_alignment_mask() 58 case kHalf2_GrSLType: // fall through in grsltype_to_alignment_mask() 61 case kHalf3_GrSLType: // fall through in grsltype_to_alignment_mask() 64 case kHalf4_GrSLType: // fall through in grsltype_to_alignment_mask() 67 case kHalf2x2_GrSLType: // fall through in grsltype_to_alignment_mask() 70 case kHalf3x3_GrSLType: // fall through in grsltype_to_alignment_mask() 73 case kHalf4x4_GrSLType: // fall through in grsltype_to_alignment_mask() [all …]
|
| /third_party/skia/m133/src/sksl/ |
| D | SkSLOperator.cpp | 23 case Kind::STAR: // fall through in getBinaryPrecedence() 24 case Kind::SLASH: // fall through in getBinaryPrecedence() 26 case Kind::PLUS: // fall through in getBinaryPrecedence() 28 case Kind::SHL: // fall through in getBinaryPrecedence() 30 case Kind::LT: // fall through in getBinaryPrecedence() 31 case Kind::GT: // fall through in getBinaryPrecedence() 32 case Kind::LTEQ: // fall through in getBinaryPrecedence() 34 case Kind::EQEQ: // fall through in getBinaryPrecedence() 42 case Kind::EQ: // fall through in getBinaryPrecedence() 43 case Kind::PLUSEQ: // fall through in getBinaryPrecedence() [all …]
|
| /third_party/rust/rust/tests/ui/borrowck/ |
| D | borrowck-borrow-overloaded-auto-deref.stderr | 7 …= help: trait `DerefMut` is required to modify through a dereference, but it is not implemented fo… 15 …= help: trait `DerefMut` is required to modify through a dereference, but it is not implemented fo… 23 …= help: trait `DerefMut` is required to modify through a dereference, but it is not implemented fo… 31 …= help: trait `DerefMut` is required to modify through a dereference, but it is not implemented fo… 39 …= help: trait `DerefMut` is required to modify through a dereference, but it is not implemented fo… 47 …= help: trait `DerefMut` is required to modify through a dereference, but it is not implemented fo… 55 …= help: trait `DerefMut` is required to modify through a dereference, but it is not implemented fo… 63 …= help: trait `DerefMut` is required to modify through a dereference, but it is not implemented fo… 71 …= help: trait `DerefMut` is required to modify through a dereference, but it is not implemented fo… 79 …= help: trait `DerefMut` is required to modify through a dereference, but it is not implemented fo… [all …]
|
| /third_party/skia/m133/src/gpu/ganesh/ |
| D | GrSPIRVUniformHandler.cpp | 46 case SkSLType::kShort: // fall through in sksltype_to_alignment_mask() 49 case SkSLType::kShort2: // fall through in sksltype_to_alignment_mask() 52 case SkSLType::kShort3: // fall through in sksltype_to_alignment_mask() 68 case SkSLType::kHalf: // fall through in sksltype_to_alignment_mask() 71 case SkSLType::kHalf2: // fall through in sksltype_to_alignment_mask() 74 case SkSLType::kHalf3: // fall through in sksltype_to_alignment_mask() 77 case SkSLType::kHalf4: // fall through in sksltype_to_alignment_mask() 80 case SkSLType::kHalf2x2: // fall through in sksltype_to_alignment_mask() 83 case SkSLType::kHalf3x3: // fall through in sksltype_to_alignment_mask() 86 case SkSLType::kHalf4x4: // fall through in sksltype_to_alignment_mask() [all …]
|
| /third_party/skia/src/sksl/ |
| D | SkSLOperators.cpp | 18 case Kind::TK_STAR: // fall through in getBinaryPrecedence() 19 case Kind::TK_SLASH: // fall through in getBinaryPrecedence() 21 case Kind::TK_PLUS: // fall through in getBinaryPrecedence() 23 case Kind::TK_SHL: // fall through in getBinaryPrecedence() 25 case Kind::TK_LT: // fall through in getBinaryPrecedence() 26 case Kind::TK_GT: // fall through in getBinaryPrecedence() 27 case Kind::TK_LTEQ: // fall through in getBinaryPrecedence() 29 case Kind::TK_EQEQ: // fall through in getBinaryPrecedence() 37 case Kind::TK_EQ: // fall through in getBinaryPrecedence() 38 case Kind::TK_PLUSEQ: // fall through in getBinaryPrecedence() [all …]
|
| /third_party/rust/rust/tests/mir-opt/ |
| D | reference_prop.rs | 11 // Propagation through a reference. in reference_propagation() 19 // Propagation through a two references. in reference_propagation() 30 // Propagation through a borrowed reference. in reference_propagation() 39 // Propagation through a borrowed reference. in reference_propagation() 48 // Propagation through an escaping borrow. in reference_propagation() 56 // Propagation through a transitively escaping borrow. in reference_propagation() 84 // Fixed-point propagation through a borrowed reference. in reference_propagation() 93 // Fixed-point propagation through a borrowed reference. in reference_propagation() 104 // Propagation through a reference. in reference_propagation_mut() 112 // Propagation through a two references. in reference_propagation_mut() [all …]
|