Searched refs:implementing (Results 1 – 25 of 642) sorted by relevance
12345678910>>...26
/external/llvm-project/clang/test/SemaObjC/ |
D | warn-deprecated-implementations.m | 20 + (void)F { } // No warning, implementing its own deprecated method 21 - (void) D {} // expected-warning {{implementing deprecated method}} 22 - (void) E {} // No warning, implementing deprecated method in its class extension. 24 - (void) unavailable { } // expected-warning {{implementing unavailable metho}} 32 - (void) G {} // No warning, implementing its own deprecated method 39 @implementation CL // expected-warning {{implementing deprecated class}} 42 @implementation CL (SomeCategory) // expected-warning {{implementing deprecated category}} 58 - (void) B {} // expected-warning {{implementing deprecated method}} 59 + (void) unavailable { } // expected-warning {{implementing unavailable method}} 79 @implementation Test(DeprecatedCategory) // expected-warning {{implementing deprecated category}}
|
D | protocol-implementing-class-methods.m | 24 - (void) initialize {NSImage *p=0; [p initialize]; } // expected-warning {{category is implementing… 26 - (void) : (double) arg{}; // expected-warning {{category is implementing a method which will also … 27 - (void) CEMeth {}; // expected-warning {{category is implementing a method which will also be impl…
|
D | incomplete-implementation.m | 13 - Meth {return 0;} // expected-warning {{category is implementing a method which will also be imple… 32 - Meth {return 0;} // expected-warning {{category is implementing a method which will also be imple… 73 - (void)ImpleThisMethod {} // expected-warning {{category is implementing a method which will also …
|
D | avoid-unavailable-implementation-warning-in-app-extension.m | 19 - (void)reallyUnavail { // expected-warning {{implementing unavailable method}} 21 - (void)reallyUnavail2 { // expected-warning {{implementing unavailable method}}
|
/external/gemmlowp/doc/ |
D | output.md | 13 Besides implementing a quantization paradigm, the other thing that output 14 pipelines is good for, is implementing fused operations where a matrix 16 additional array traversals. For instance, when implementing neural network 19 implementing the Convolutional operator itself, directly into the bias-addition 20 and activation function. gemmlowp's output pipelines allow implementing that:
|
/external/clang/test/SemaObjC/ |
D | protocol-implementing-class-methods.m | 24 - (void) initialize {NSImage *p=0; [p initialize]; } // expected-warning {{category is implementing… 26 - (void) : (double) arg{}; // expected-warning {{category is implementing a method which will also … 27 - (void) CEMeth {}; // expected-warning {{category is implementing a method which will also be impl…
|
D | incomplete-implementation.m | 13 - Meth {return 0;} // expected-warning {{category is implementing a method which will also be imple… 25 - Meth {return 0;} // expected-warning {{category is implementing a method which will also be imple… 66 - (void)ImpleThisMethod {} // expected-warning {{category is implementing a method which will also …
|
D | warn-deprecated-implementations.m | 18 + (void)F { } // No warning, implementing its own deprecated method 20 - (void) E {} // No warning, implementing deprecated method in its class extension. 28 - (void) G {} // No warning, implementing its own deprecated method
|
/external/auto/factory/src/test/resources/good/ |
D | MultipleFactoriesImplementingInterface.java | 27 @AutoFactory(implementing = Base.Factory.class) 30 @AutoFactory(implementing = Base.Factory.class)
|
D | MixedDepsImplementingInterfaces.java | 25 @AutoFactory(implementing = {FromInt.class, MarkerA.class}) 28 @AutoFactory(implementing = {FromObject.class, MarkerB.class})
|
/external/rust/crates/pin-project/tests/ui/pinned_drop/ |
D | invalid.stderr | 31 error: implementing the trait `PinnedDrop` is not unsafe 37 error: implementing the method `drop` is not unsafe 40 71 | unsafe fn drop(self: Pin<&mut Self>) {} //~ ERROR implementing the method `drop` is no… 127 error: implementing the trait `PinnedDrop` on this type is unsupported 133 error: implementing the trait `PinnedDrop` on this type is unsupported 139 error: implementing the trait `PinnedDrop` on this type is unsupported
|
/external/llvm/lib/Target/Lanai/ |
D | Lanai.td | 11 // Target-independent interfaces which we are implementing 40 // Declare the target which we are implementing
|
/external/llvm/lib/Target/XCore/ |
D | XCore.td | 15 // Target-independent interfaces which we are implementing 41 // Declare the target which we are implementing
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCore.td | 14 // Target-independent interfaces which we are implementing 40 // Declare the target which we are implementing
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCore.td | 14 // Target-independent interfaces which we are implementing 40 // Declare the target which we are implementing
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | Lanai.td | 10 // Target-independent interfaces which we are implementing 39 // Declare the target which we are implementing
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | Lanai.td | 10 // Target-independent interfaces which we are implementing 39 // Declare the target which we are implementing
|
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/ |
D | ProxyBuilderTest.java | 786 .implementing(Callable.class) in testImplementingInterfaces() 787 .implementing(Comparable.class) in testImplementingInterfaces() 802 .implementing(Callable.class) in testCallSuperWithInterfaceMethod() 822 .implementing(Callable.class) in testImplementInterfaceCallingThroughConcreteClass() 849 .implementing(Callable.class) in testImplementInterfaceCallingThroughInterface() 893 .implementing(FooReturnsVoid.class, FooReturnsString.class, FooReturnsInt.class) in testInterfacesSameNamesDifferentReturnTypes() 910 FooReturnsVoid f = (FooReturnsVoid)proxyFor(Object.class).implementing(FooReturnsVoid.class) in testCallInterfaceSuperMethod() 927 .implementing(FooReturnsInt.class, FooReturnsInt2.class) in testInterfacesSameNamesSameReturnType() 1023 .implementing(ExtendsAnotherInterface.class) in testExtraInterfaceExtendsInterface() 1249 .implementing(Runnable.class).withSharedClassLoader().buildProxyClass(); [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VE.td | 13 // Target-independent interfaces which we are implementing 42 // Declare the target which we are implementing
|
/external/sfntly/doc/ |
D | MicroTypeExpress.md | 12 service striving for maximum performance can benefit from implementing 38 Patches are welcome -- possible areas include: implementing the VDMX 41 implementing a decoder in addition to an encoder, and porting the Java
|
/external/eigen/doc/ |
D | CustomizingEigen_NullaryExpr.dox | 7 …ipulation with minimal efforts such that \ref TopicNewExpressionType "implementing new expression"… 11 …t with the \em circulant example of the \ref TopicNewExpressionType "implementing new expression"… 26 1 - a proper \c circulant_functor storing the input vector and implementing the adequate coefficien… 63 … references to the input matrix and to the two arrays of indices, and implementing the required \c…
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VE.td | 13 // Target-independent interfaces which we are implementing 52 // Declare the target which we are implementing
|
/external/eigen/Eigen/ |
D | SVD | 23 …* - JacobiSVD implementing two-sided Jacobi iterations is numerically very accurate, fast for sma… 24 …* - BDCSVD implementing a recursive divide & conquer strategy on top of an upper-bidiagonalizatio…
|
/external/auto/value/userguide/ |
D | extensions.md | 29 You can use [AutoService] to make implementing the `ServiceLoader` pattern easy. 33 behavior by overriding or implementing new methods.
|
/external/pigweed/pw_assert_basic/ |
D | docs.rst | 14 crash time logging or implementing application specific reset and/or hang 25 Here is a typical usage example implementing a simple handler backend which uses
|
12345678910>>...26