Home
last modified time | relevance | path

Searched refs:implementing (Results 1 – 25 of 642) sorted by relevance

12345678910>>...26

/external/llvm-project/clang/test/SemaObjC/
Dwarn-deprecated-implementations.m20 + (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}}
Dprotocol-implementing-class-methods.m24 - (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…
Dincomplete-implementation.m13 - 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 …
Davoid-unavailable-implementation-warning-in-app-extension.m19 - (void)reallyUnavail { // expected-warning {{implementing unavailable method}}
21 - (void)reallyUnavail2 { // expected-warning {{implementing unavailable method}}
/external/gemmlowp/doc/
Doutput.md13 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/
Dprotocol-implementing-class-methods.m24 - (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…
Dincomplete-implementation.m13 - 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 …
Dwarn-deprecated-implementations.m18 + (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/
DMultipleFactoriesImplementingInterface.java27 @AutoFactory(implementing = Base.Factory.class)
30 @AutoFactory(implementing = Base.Factory.class)
DMixedDepsImplementingInterfaces.java25 @AutoFactory(implementing = {FromInt.class, MarkerA.class})
28 @AutoFactory(implementing = {FromObject.class, MarkerB.class})
/external/rust/crates/pin-project/tests/ui/pinned_drop/
Dinvalid.stderr31 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/
DLanai.td11 // Target-independent interfaces which we are implementing
40 // Declare the target which we are implementing
/external/llvm/lib/Target/XCore/
DXCore.td15 // Target-independent interfaces which we are implementing
41 // Declare the target which we are implementing
/external/llvm-project/llvm/lib/Target/XCore/
DXCore.td14 // 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/
DXCore.td14 // Target-independent interfaces which we are implementing
40 // Declare the target which we are implementing
/external/llvm-project/llvm/lib/Target/Lanai/
DLanai.td10 // 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/
DLanai.td10 // 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/
DProxyBuilderTest.java786 .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/
DVE.td13 // Target-independent interfaces which we are implementing
42 // Declare the target which we are implementing
/external/sfntly/doc/
DMicroTypeExpress.md12 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/
DCustomizingEigen_NullaryExpr.dox7 …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/
DVE.td13 // Target-independent interfaces which we are implementing
52 // Declare the target which we are implementing
/external/eigen/Eigen/
DSVD23 …* - 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/
Dextensions.md29 You can use [AutoService] to make implementing the `ServiceLoader` pattern easy.
33 behavior by overriding or implementing new methods.
/external/pigweed/pw_assert_basic/
Ddocs.rst14 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