| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/ |
| D | builtin_operations.py | 27 """Implement `scalar_add`.""" 32 """Implement `scalar_mul`.""" 37 """Implement `scalar_mul`.""" 42 """Implement `scalar_sub`.""" 47 """Implement `scalar_usub`.""" 52 """Implement `tuple_getitem`.""" 69 """Implement `scalar_gt`.""" 74 """Implement `scalar_ne`.""" 79 """Implement `scalar_eq`.""" 84 """Implement `scalar_le`.""" [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | classAbstractGeneric.errors.txt | 1 …tractGeneric.ts(10,7): error TS2515: Non-abstract class 'C<T>' does not implement inherited abstra… 2 …tractGeneric.ts(10,7): error TS2515: Non-abstract class 'C<T>' does not implement inherited abstra… 3 …AbstractGeneric.ts(12,7): error TS2515: Non-abstract class 'D' does not implement inherited abstra… 4 …AbstractGeneric.ts(12,7): error TS2515: Non-abstract class 'D' does not implement inherited abstra… 5 …tractGeneric.ts(14,7): error TS2515: Non-abstract class 'E<T>' does not implement inherited abstra… 6 …tractGeneric.ts(18,7): error TS2515: Non-abstract class 'F<T>' does not implement inherited abstra… 21 !!! error TS2515: Non-abstract class 'C<T>' does not implement inherited abstract member 'bar' from… 23 !!! error TS2515: Non-abstract class 'C<T>' does not implement inherited abstract member 'foo' from… 27 !!! error TS2515: Non-abstract class 'D' does not implement inherited abstract member 'bar' from cl… 29 !!! error TS2515: Non-abstract class 'D' does not implement inherited abstract member 'foo' from cl… [all …]
|
| D | classAbstractInheritance.errors.txt | 1 …actInheritance.ts(13,7): error TS2515: Non-abstract class 'CC' does not implement inherited abstra… 2 …actInheritance.ts(15,7): error TS2515: Non-abstract class 'DD' does not implement inherited abstra… 3 …actInheritance.ts(19,7): error TS2515: Non-abstract class 'FF' does not implement inherited abstra… 21 !!! error TS2515: Non-abstract class 'CC' does not implement inherited abstract member 'foo' from c… 25 !!! error TS2515: Non-abstract class 'DD' does not implement inherited abstract member 'foo' from c… 31 !!! error TS2515: Non-abstract class 'FF' does not implement inherited abstract member 'foo' from c…
|
| /third_party/rust/rust/tests/ui/type-alias-impl-trait/ |
| D | generic_duplicate_param_use5.stderr | 1 error[E0277]: `T` doesn't implement `Debug` 5 | ^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `Debug` 7 = note: required for `(T, U)` to implement `Debug` 13 error[E0277]: `U` doesn't implement `Debug` 17 | ^^^^^^ `U` cannot be formatted using `{:?}` because it doesn't implement `Debug` 19 = note: required for `(T, U)` to implement `Debug` 25 error[E0277]: `U` doesn't implement `Debug` 29 | ^^^^^^ `U` cannot be formatted using `{:?}` because it doesn't implement `Debug` 31 = note: required for `(U, T)` to implement `Debug` 37 error[E0277]: `T` doesn't implement `Debug` [all …]
|
| D | generic_duplicate_param_use9.stderr | 12 error[E0277]: `A` doesn't implement `Debug` 16 | ^^^^^^^^^^^^^^ `A` cannot be formatted using `{:?}` because it doesn't implement `Debug` 18 = note: required for `(A, B, _)` to implement `Debug` 24 error[E0277]: `B` doesn't implement `Debug` 28 | ^^^^^^^^^^^^^^ `B` cannot be formatted using `{:?}` because it doesn't implement `Debug` 30 = note: required for `(A, B, _)` to implement `Debug` 36 error[E0277]: `A` doesn't implement `Debug` 40 | ^^^^^^^^^^ `A` cannot be formatted using `{:?}` because it doesn't implement `Debug` 42 = note: required for `(A, B, i32)` to implement `Debug` 48 error[E0277]: `B` doesn't implement `Debug` [all …]
|
| D | generic_duplicate_param_use6.stderr | 1 error[E0277]: `T` doesn't implement `Debug` 5 | ^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `Debug` 7 = note: required for `(T, T)` to implement `Debug` 13 error[E0277]: `U` doesn't implement `Debug` 17 | ^^^^^^ `U` cannot be formatted using `{:?}` because it doesn't implement `Debug` 19 = note: required for `(U, T)` to implement `Debug` 25 error[E0277]: `T` doesn't implement `Debug` 29 | ^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `Debug` 31 = note: required for `(U, T)` to implement `Debug`
|
| D | generic_duplicate_param_use8.stderr | 1 error[E0277]: `T` doesn't implement `Debug` 5 | ^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `Debug` 7 = note: required for `(T, u32)` to implement `Debug` 13 error[E0277]: `U` doesn't implement `Debug` 17 | ^^^^^^^^^ `U` cannot be formatted using `{:?}` because it doesn't implement `Debug` 19 = note: required for `(U, u32)` to implement `Debug`
|
| /third_party/rust/rust/tests/ui/suggestions/dont-suggest-ref/ |
| D | simple.stderr | 8 | move occurs because `_t` has type `Y`, which does not implement the `Copy` trait 23 …| move occurs because `_t` has type `X`, which does not implement the `Copy… 38 …| move occurs because `_t` has type `X`, which does not implement the `C… 56 …| move occurs because `_t` has type `X`, which does not implement the `Copy` t… 74 …| move occurs because `_t` has type `X`, which does not implement the `Copy` t… 89 | move occurs because `_t` has type `Y`, which does not implement the `Copy` trait 104 …| move occurs because `_t` has type `X`, which does not implement the `Copy… 119 …| move occurs because `_t` has type `X`, which does not implement the `C… 137 …| move occurs because `_t` has type `X`, which does not implement the `Copy` t… 155 …| move occurs because `_t` has type `X`, which does not implement the `Copy` t… [all …]
|
| D | move-into-closure.stderr | 13 | move occurs because `_t` has type `Y`, which does not implement the `Copy` trait 33 …| move occurs because `_t` has type `X`, which does not implement the `… 53 …| move occurs because `_t` has type `X`, which does not implement th… 76 …| move occurs because `_t` has type `X`, which does not implement the `Cop… 99 …| move occurs because `_t` has type `X`, which does not implement the `Cop… 119 | move occurs because `_t` has type `Y`, which does not implement the `Copy` trait 139 …| move occurs because `_t` has type `X`, which does not implement the `… 159 …| move occurs because `_t` has type `X`, which does not implement th… 182 …| move occurs because `_t` has type `X`, which does not implement the `Cop… 205 …| move occurs because `_t` has type `X`, which does not implement the `Cop… [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/ |
| D | gpu_hash_table_dummy.cu | 25 MS_LOG(EXCEPTION) << "Call dummy implement function."; in Find() 30 MS_LOG(EXCEPTION) << "Call dummy implement function."; in Insert() 35 MS_LOG(EXCEPTION) << "Call dummy implement function."; in Erase() 40 MS_LOG(EXCEPTION) << "Call dummy implement function."; in Clear() 45 MS_LOG(EXCEPTION) << "Call dummy implement function."; in capacity() 50 MS_LOG(EXCEPTION) << "Call dummy implement function."; in size() 55 MS_LOG(EXCEPTION) << "Call dummy implement function."; in is_dirty() 60 MS_LOG(EXCEPTION) << "Call dummy implement function."; in Reserve() 65 MS_LOG(EXCEPTION) << "Call dummy implement function."; in GetKeysAndValues() 70 MS_LOG(EXCEPTION) << "Call dummy implement function."; in Import() [all …]
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | derive_partial_eq_without_eq.stderr | 1 error: you are deriving `PartialEq` and can implement `Eq` 9 error: you are deriving `PartialEq` and can implement `Eq` 15 error: you are deriving `PartialEq` and can implement `Eq` 21 error: you are deriving `PartialEq` and can implement `Eq` 27 error: you are deriving `PartialEq` and can implement `Eq` 33 error: you are deriving `PartialEq` and can implement `Eq` 39 error: you are deriving `PartialEq` and can implement `Eq` 45 error: you are deriving `PartialEq` and can implement `Eq` 51 error: you are deriving `PartialEq` and can implement `Eq` 57 error: you are deriving `PartialEq` and can implement `Eq` [all …]
|
| /third_party/rust/rust/tests/ui/suggestions/ |
| D | suggest-blanket-impl-local-trait.rs | 16 … alternatively use a blanket implementation to implement `LocalTraitTwo` for all types that also i… 37 … alternatively use a blanket implementation to implement `LocalTraitOne` for all types that also i… 43 … alternatively use a blanket implementation to implement `LocalTraitOne` for all types that also i… 49 …alternatively use a blanket implementation to implement `GenericTrait<E>` for all types that also … 56 …ternatively use a blanket implementation to implement `GenericTraitTwo<E>` for all types that also…
|
| D | suggest-blanket-impl-local-trait.stderr | 11 … alternatively use a blanket implementation to implement `LocalTraitTwo` for all types that also i… 48 … alternatively use a blanket implementation to implement `LocalTraitOne` for all types that also i… 63 … alternatively use a blanket implementation to implement `LocalTraitOne` for all types that also i… 78 …alternatively use a blanket implementation to implement `GenericTrait<E>` for all types that also … 93 …ternatively use a blanket implementation to implement `GenericTraitTwo<E>` for all types that also…
|
| /third_party/rust/rust/tests/ui/closures/2229_closure_analysis/migrations/ |
| D | multi_diagnostics.stderr | 5 … 2021, this closure will no longer implement `Clone` because `f1` is not fully captured and `f1.0`… 32 … 2021, this closure will no longer implement `Clone` because `f1` is not fully captured and `f1.0`… 50 … 2021, this closure will no longer implement `Clone` because `f1` is not fully captured and `f1.0`… 51 … 2021, this closure will no longer implement `Clone` because `f1` is not fully captured and `f1.2`… 70 … 2021, this closure will no longer implement `Clone` because `f1` is not fully captured and `f1.0`… 97 …21, this closure will no longer implement `Send` because `fptr1` is not fully captured and `fptr1.… 98 …21, this closure will no longer implement `Sync` because `fptr1` is not fully captured and `fptr1.… 99 …021, this closure will no longer implement `Send` because `fptr2` is not fully captured and `fptr2…
|
| /third_party/rust/rust/tests/ui/errors/trait-bound-error-spans/ |
| D | blame-trait-error.stderr | 9 note: required for `Burrito<Q>` to implement `T2` 16 note: required for `Wrapper<Burrito<Q>>` to implement `T1` 43 note: required for `Option<()>` to implement `T1` 64 note: required for `Option<Q>` to implement `T1` 89 note: required for `Option<Q>` to implement `T1` 97 = note: required for `&Option<Q>` to implement `T1` 116 note: required for `ExampleTuple<Q>` to implement `T1` 122 = note: required for `&ExampleTuple<Q>` to implement `T1` 141 note: required for `ExampleTuple<Q>` to implement `T1` 147 = note: required for `&ExampleTuple<Q>` to implement `T1` [all …]
|
| /third_party/rust/rust/tests/ui/nll/ |
| D | move-errors.stderr | 5 | ^^ move occurs because `*a` has type `A`, which does not implement the `Copy` trait 20 | move occurs because `a[_]` has type `A`, which does not implement the `Copy` trait 31 …| ^^^ move occurs because `**r` has type `A`, which does not implement the `Copy` trait 43 … | ^^ move occurs because value has type `A`, which does not implement the `Copy` trait 58 | move occurs because value has type `A`, which does not implement the `Copy` trait 72 | move occurs because `s` has type `String`, which does not implement the `Copy` trait 87 … | move occurs because `s` has type `String`, which does not implement the `Copy` trait 98 | ^^ move occurs because `*a` has type `A`, which does not implement the `Copy` trait 111 = note: move occurs because these variables have types that don't implement the `Copy` trait 127 …| move occurs because `s` has type `String`, which does not implement the `Copy` tr… [all …]
|
| /third_party/rust/rust/tests/ui/pattern/bindings-after-at/ |
| D | borrowck-pat-by-move-and-ref-inverse.stderr | 8 | move occurs because `a` has type `U` which does not implement the `Copy` trait 23 | move occurs because `a` has type `(U, U)` which does not implement the `Copy` trait 37 | move occurs because `b` has type `U` which does not implement the `Copy` trait 51 …| move occurs because `d` has type `U` which does not implement th… 66 | move occurs because `a` has type `[U; 2]` which does not implement the `Copy` trait 80 | move occurs because `a` has type `U` which does not implement the `Copy` trait 95 | move occurs because `a` has type `(U, U)` which does not implement the `Copy` trait 109 | move occurs because `b` has type `U` which does not implement the `Copy` trait 123 …| move occurs because `d` has type `U` which does not implement th… 138 | move occurs because `a` has type `[U; 2]` which does not implement the `Copy` trait [all …]
|
| /third_party/rust/rust/tests/ui/missing/missing-items/ |
| D | m2.stderr | 7 = help: implement the missing item: `const CONSTANT: u32 = 42;` 8 = help: implement the missing item: `type Type = /* Type */;` 9 …= help: implement the missing item: `fn method(&self, _: String) -> <Self as m1::X>::Type { todo!(… 10 …= help: implement the missing item: `fn method2(self: Box<Self>, _: String) -> <Self as m1::X>::Ty… 11 …= help: implement the missing item: `fn method3(_: &Self, _: String) -> <Self as m1::X>::Type { to… 12 …= help: implement the missing item: `fn method4(&self, _: &Self) -> <Self as m1::X>::Type { todo!(… 13 …= help: implement the missing item: `fn method5(self: &Box<Self>) -> <Self as m1::X>::Type { todo!…
|
| /third_party/rust/rust/tests/ui/binop/ |
| D | issue-28837.stderr | 13 | ^^^^^^^^ must implement `Add` 29 | ^^^^^^^^ must implement `Sub` 45 | ^^^^^^^^ must implement `Mul` 61 | ^^^^^^^^ must implement `Div` 77 | ^^^^^^^^ must implement `Rem` 93 | ^^^^^^^^ must implement `BitAnd` 109 | ^^^^^^^^ must implement `BitOr` 125 | ^^^^^^^^ must implement `Shl` 141 | ^^^^^^^^ must implement `Shr` 157 | ^^^^^^^^ must implement `PartialEq` [all …]
|
| /third_party/rust/rust/tests/ui/iterators/ |
| D | integral.stderr | 9 = note: required for `{integer}` to implement `IntoIterator` 19 = note: required for `u8` to implement `IntoIterator` 29 = note: required for `i8` to implement `IntoIterator` 39 = note: required for `u16` to implement `IntoIterator` 49 = note: required for `i16` to implement `IntoIterator` 59 = note: required for `u32` to implement `IntoIterator` 69 = note: required for `i32` to implement `IntoIterator` 79 = note: required for `u64` to implement `IntoIterator` 89 = note: required for `i64` to implement `IntoIterator` 99 = note: required for `usize` to implement `IntoIterator` [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/core/ |
| D | device_resource.cc | 24 … "Is this a valid device? If yes, please implement this InitResource() in the derived class."); in InitResource() 29 … "Is this a valid device? If yes, please implement this FinalizeResource() in the derived class."); in FinalizeResource() 34 …"Is this a valid device whose device memory is available? If yes, please implement this Sink() in … in Sink() 40 …"Is this a valid device whose device memory is available? If yes, please implement this Pop() in t… in Pop() 47 …"Is this a valid device whose device memory is available? If yes, please implement this DeviceData… in DeviceDataRelease() 52 …MS_LOG(ERROR) << "Is this a device which contains a processor object? If yes, please implement thi… in GetInstance() 59 …<< "Is this a device which contains context resource? If yes, please implement GetContext() in the… in GetContext() 65 …<< "Is this a device which contains stream resource? If yes, please implement GetContext() in the … in GetStream()
|
| /third_party/rust/rust/tests/ui/numbers-arithmetic/ |
| D | not-suggest-float-literal.stderr | 8 = help: the following other types implement trait `Add<Rhs>`: 21 = help: the following other types implement trait `Add<Rhs>`: 34 = help: the following other types implement trait `Add<Rhs>`: 47 = help: the following other types implement trait `Sub<Rhs>`: 60 = help: the following other types implement trait `Sub<Rhs>`: 73 = help: the following other types implement trait `Sub<Rhs>`: 86 = help: the following other types implement trait `Mul<Rhs>`: 99 = help: the following other types implement trait `Mul<Rhs>`: 112 = help: the following other types implement trait `Mul<Rhs>`: 125 = help: the following other types implement trait `Div<Rhs>`: [all …]
|
| /third_party/rust/rust/tests/ui/pattern/move-ref-patterns/ |
| D | move-ref-patterns-closure-captures-inside.stderr | 5 …| -------- move occurs because `tup0` has type `(S, S)`, which does not implement the `Cop… 20 …| -------- move occurs because `tup1` has type `(S, S, S)`, which does not implement the `… 35 …| ---- move occurs because `tup2` has type `(S, S)`, which does not implement the `Copy` t… 50 …| ---- move occurs because `tup3` has type `(S, S, S)`, which does not implement the `Copy… 65 …| ---- move occurs because `tup4` has type `(S, S)`, which does not implement the `Copy` t… 80 …| -------- move occurs because `arr0` has type `[S; 3]`, which does not implement the `Cop… 95 …| -------- move occurs because `arr1` has type `[S; 5]`, which does not implement the `Cop… 110 …| ---- move occurs because `arr2` has type `[S; 3]`, which does not implement the `Copy` t… 125 …| ---- move occurs because `arr3` has type `[S; 5]`, which does not implement the `Copy` t… 140 …--- move occurs because `tup0` has type `Option<(S, S)>`, which does not implement the `Copy` trait [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
| D | README.txt | 22 3. Implement multiplication / division by constant (dag combiner hook?). 24 4. Implement non-constant shifts. 26 5. Implement varargs stuff. 30 7. Implement floating point stuff (softfp?) 32 8. Implement instruction encoding for (possible) direct code emission in the 35 9. Since almost all instructions set flags - implement brcond / select in better 40 11. Implement hooks for better memory op folding, etc.
|
| /third_party/rust/rust/compiler/rustc_error_codes/src/error_codes/ |
| D | E0277.md | 1 You tried to use a type which doesn't implement some trait in a place which 18 // we now call the method with the i32 type, which doesn't implement 24 In order to fix this error, verify that the type you're using does implement 32 // we implement the trait on the i32 type 57 // which *does* implement the Debug trait. 63 we only call it with a parameter that does implement `Debug`, the compiler 71 // Restrict the input type to types that implement Debug.
|