/external/clang/test/SemaObjC/ |
D | special-dep-unavail-warning.m | 6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked un… 7 …ttribute__((deprecated)); // expected-note {{'depInA1' has been explicitly marked deprecated here}} 9 …ttribute__((deprecated)); // expected-note {{'depInA2' has been explicitly marked deprecated here}} 10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… 12 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}} 13 …ribute__((deprecated)); // expected-note {{'FuzzyMeth' has been explicitly marked deprecated here}} 18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… 19 - (void) depInA __attribute__((deprecated)); // expected-note {{'depInA' has been explicitly marked… 23 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}} 26 …ibute__((deprecated)); // expected-note {{'FuzzyMeth1' has been explicitly marked deprecated here}} [all …]
|
D | attr-deprecated.m | 5 …int X __attribute__((deprecated)); // expected-note 2 {{'X' has been explicitly marked deprecated … 7 + (void)F __attribute__((deprecated)); // expected-note 2 {{'F' has been explicitly marked deprecat… 8 - (void)f __attribute__((deprecated)); // expected-note 5 {{'f' has been explicitly marked deprecat… 46 - (void)p __attribute__((deprecated)); // expected-note {{'p' has been explicitly marked deprecated… 75 …ribute__ ((deprecated)); // expected-note 2 {{'FooBar' has been explicitly marked deprecated here}} 87 @interface DEPRECATED { // expected-note 2 {{'DEPRECATED' has been explicitly marked deprecated her… 111 …declared deprecated here}} expected-note 3 {{'test2' has been explicitly marked deprecated here}} \ 112 // expected-note {{'setTest2:' has been explicitly marked deprecated here}} 130 } footype __attribute((deprecated)); // expected-note 2 {{'footype' has been explicitly marked depr… 145 …__((deprecated("blah"))); // expected-note 4 {{'DeprI' has been explicitly marked deprecated here}} [all …]
|
D | property-deprecated-warning.m | 9 …s declared deprecated here}} expected-note {{'ptarget' has been explicitly marked deprecated here}} 12 …clared partial here}} expected-note@+2 {{'partialPtarget' has been explicitly marked partial here}} 24 …eclared deprecated here}} expected-note {{'setTarget:' has been explicitly marked deprecated here}} 27 …red partial here}} expected-note@+2 {{'setPartialTarget:' has been explicitly marked partial here}} 38 …deprecated=3.0))); // expected-note 2 {{'dep_target' has been explicitly marked deprecated here}} \ 40 … // expected-note 2 {{'setDep_target:' has been explicitly marked deprecated here}} 43 …_target' has been explicitly marked partial here}} expected-note@+2 2 {{'setPartial_dep_target:' h… 98 ….0,deprecated=3.0))); // expected-note {{'isEnabled' has been explicitly marked deprecated here}} … 100 …recated=3.0))); // expected-note {{'setNewDelegate:' has been explicitly marked deprecated here}} … 103 …ared partial here}} expected-note@+2 {{'partialIsEnabled' has been explicitly marked partial here}} [all …]
|
D | protocol-attribute.m | 4 @protocol FwProto; // expected-note{{marked unavailable}} 9 …d)) @protocol MyProto1 // expected-note 7 {{'MyProto1' has been explicitly marked deprecated here}} 36 @protocol FwProto @end // expected-note{{marked unavailable}} 41 __attribute ((unavailable)) __attribute ((deprecated)) @protocol XProto; // expected-note{{marked u…
|
D | method-sentinel-attr.m | 8 - (void) foo1 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel her… 10 …tribute__ ((__sentinel__(1))); // expected-note {{method has been explicitly marked sentinel here}} 11 …tribute__ ((__sentinel__(5))); // expected-note {{method has been explicitly marked sentinel here}} 12 …tribute__ ((__sentinel__(0))); // expected-note {{method has been explicitly marked sentinel here}} 17 - (void) foo12 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel he…
|
D | attr-availability.m | 5 …eprecated=10.2))); // expected-note 2 {{'proto_method' has been explicitly marked deprecated here}} 8 // expected-note@+2 2 {{'partial_proto_method' has been explicitly marked partial here}} 14 …d=10.1,deprecated=10.2))); // expected-note {{'method' has been explicitly marked deprecated here}} 16 // expected-note@+2 {{'partialMethod' has been explicitly marked partial here}} 79 …d=10.1,deprecated=10.2))); // expected-note {{'method' has been explicitly marked deprecated here}} 143 // expected-note@+2 {{'ipartialMethod2' has been explicitly marked partial here}} 148 // expected-note@+2 {{'ipartialMethod2' has been explicitly marked partial here}} 180 // expected-note@+2 {{'PartialI2' has been explicitly marked partial here}} 202 enum MyEnum : int { // expected-note {{'MyEnum' has been explicitly marked unavailable here}} 203 …MyEnum_Blah UNAVAILABLE, // expected-note {{'MyEnum_Blah' has been explicitly marked unavailable h… [all …]
|
D | attr-availability-1.m | 11 …eprecated=10_2))); // expected-note 2 {{'proto_method' has been explicitly marked deprecated here}} 15 …d=10_1,deprecated=10_2))); // expected-note {{'method' has been explicitly marked deprecated here}} 47 …d=10_1,deprecated=10_2))); // expected-note {{'method' has been explicitly marked deprecated here}} 109 …troduced=NA))); // expected-note {{'interface_method' has been explicitly marked unavailable here}} 110 …eprecated=NA))); // expected-note {{'strange_method' has been explicitly marked unavailable here}}
|
D | objc-container-subscripting-attr.m | 6 …le)); // expected-note 2 {{'objectForKeyedSubscript:' has been explicitly marked unavailable here}} 7 …)); // expected-note {{'setObject:forKeyedSubscript:' has been explicitly marked unavailable here}}
|
D | warn-protocol-method-deprecated.m | 6 …ted)); // expected-note 2 {{'deprecatedProtocolMethod' has been explicitly marked deprecated here}} 14 …cated)); // expected-note {{'deprecatedInstanceMethod' has been explicitly marked deprecated here}}
|
D | attr-designated-init.m | 38 -(id)initB1 NS_DESIGNATED_INITIALIZER; // expected-note 6 {{method marked as designated initializer… 43 -(id)initB3 NS_DESIGNATED_INITIALIZER; // expected-note 4 {{method marked as designated initializer… 53 -(id)initS1 NS_DESIGNATED_INITIALIZER; // expected-note {{method marked as designated initializer o… 55 -(id)initS3 NS_DESIGNATED_INITIALIZER; // expected-note 2 {{method marked as designated initializer… 60 -(id)initS4 NS_DESIGNATED_INITIALIZER; // expected-note 2 {{method marked as designated initializer… 100 -(id)initS1 NS_DESIGNATED_INITIALIZER; // expected-note {{method marked as designated initializer o… 104 -(id)initSS1 NS_DESIGNATED_INITIALIZER; // expected-note 2 {{method marked as designated initialize… 270 -(id)initB4 NS_DESIGNATED_INITIALIZER; // expected-note 4 {{method marked as designated initializer… 358 -(instancetype) init NS_DESIGNATED_INITIALIZER; // expected-note {{method marked as designated init…
|
D | custom-atomic-property.m | 8 … default property 'myProp' has a user defined getter (property should be marked 'atomic' if this i… 9 … default property 'myProp' has a user defined setter (property should be marked 'atomic' if this i…
|
D | property-noninherited-availability-attr.m | 8 …ted=10.8))); // expected-note {{'myProtocolProperty' has been explicitly marked deprecated here}} \ 13 …precated=10.8))); // expected-note 2 {{'myProperty' has been explicitly marked deprecated here}} \
|
D | class-unavail-warning.m | 5 @interface MyClass { // expected-note 8 {{'MyClass' has been explicitly marked unavailable here}} 48 @interface Foo : NSObject @end // expected-note 3 {{'Foo' has been explicitly marked unavailable he…
|
/external/eigen/test/eigen2/ |
D | eigen2_triangular.cpp | 68 …VERIFY(m3.template marked<Eigen::LowerTriangular>().solveTriangular(m3).cwise().abs().isIdentity(t… in triangular() 69 VERIFY(m3.transpose().template marked<Eigen::UpperTriangular>() in triangular() 73 m3.transpose().template marked<Eigen::UpperTriangular>().solveTriangularInPlace(trm4); in triangular() 77 …VERIFY(m3.template marked<Eigen::UpperTriangular>().solveTriangular(m3).cwise().abs().isIdentity(t… in triangular() 78 VERIFY(m3.transpose().template marked<Eigen::LowerTriangular>() in triangular() 82 m3.transpose().template marked<Eigen::LowerTriangular>().solveTriangularInPlace(trm4); in triangular() 86 …VERIFY(m2.isApprox(m3 * (m3.template marked<Eigen::UpperTriangular>().solveTriangular(m2)), larger… in triangular() 88 …VERIFY(m2.isApprox(m3 * (m3.template marked<Eigen::LowerTriangular>().solveTriangular(m2)), larger… in triangular()
|
D | eigen2_sparse_solvers.cpp | 53 VERIFY_IS_APPROX(refMat2.template marked<LowerTriangular>().solveTriangular(vec2), in sparse_solvers() 54 m2.template marked<LowerTriangular>().solveTriangular(vec3)); in sparse_solvers() 58 VERIFY_IS_APPROX(refMat2.template marked<LowerTriangular>().transpose().solveTriangular(vec2), in sparse_solvers() 59 m2.template marked<LowerTriangular>().transpose().solveTriangular(vec3)); in sparse_solvers() 63 VERIFY_IS_APPROX(refMat2.template marked<UpperTriangular>().solveTriangular(vec2), in sparse_solvers() 64 m2.template marked<UpperTriangular>().solveTriangular(vec3)); in sparse_solvers() 68 VERIFY_IS_APPROX(refMat2.template marked<UpperTriangular>().transpose().solveTriangular(vec2), in sparse_solvers() 69 m2.template marked<UpperTriangular>().transpose().solveTriangular(vec3)); in sparse_solvers()
|
D | eigen2_sparse_product.cpp | 99 VERIFY_IS_APPROX(x=mUp.template marked<UpperTriangular|SelfAdjoint>()*b, refX=refS*b); in sparse_product() 100 VERIFY_IS_APPROX(x=mLo.template marked<LowerTriangular|SelfAdjoint>()*b, refX=refS*b); in sparse_product() 101 VERIFY_IS_APPROX(x=mS.template marked<SelfAdjoint>()*b, refX=refS*b); in sparse_product()
|
/external/markdown/tests/extensions-x-footnotes/ |
D | named_markers.txt | 5 [^foo]: Footnote marked ``foo``. 6 [^bar]: This one is marked *bar*.
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-self.m | 2 // self and _cmd are marked as DW_AT_artificial. 3 // myarg is not marked as DW_AT_artificial.
|
/external/clang/test/Modules/ |
D | attr-unavailable.m | 12 // expected-note@oneA.h:2 {{'method2' has been explicitly marked unavailable here}} 14 // expected-note@oneA.h:3 {{'method3' has been explicitly marked unavailable here}}
|
/external/doclava/ |
D | android-changes.txt | 16 doesn't already exist. This ensures that APIs only marked with a 17 @deprecated documentation comment will also be marked as
|
/external/llvm/test/Transforms/FunctionAttrs/ |
D | out-of-bounds-iterator-bug.ll | 5 ; Inferring readonly for %x *is* actually correct, since @va_func is marked 10 ; to be marked invalid.
|
D | nonnull.ll | 17 ; Given an SCC where one of the functions can not be marked nonnull, 48 ; make sure we haven't marked them as nonnull.
|
/external/skia/src/pathops/ |
D | SkOpAngle.h | 108 void setLastMarked(SkOpSpanBase* marked) { in setLastMarked() 109 fLastMarked = marked; in setLastMarked()
|
/external/protobuf/src/google/protobuf/ |
D | unittest_repeated_packables_nano.proto | 44 // One with none marked as packed and the other all packed. For 50 // All packable types, none marked as packed. 75 // all marked as packed.
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_grabcut/ |
D | py_grabcut.markdown | 22 it may have marked some foreground region as background and vice versa. In that case, user need to 24 basically says *"Hey, this region should be foreground, you marked it background, correct it in next 86 marked with four flags denoting background/foreground as specified above. So we modify the mask such 119 the image. Using brush tool in the paint, I marked missed foreground (hair, shoes, ball etc) with 127 # whereever it is marked white (sure foreground), change mask=1 128 # whereever it is marked black (sure background), change mask=0
|