/external/skqp/experimental/svg/model/ |
D | SkSVGUse.cpp | 28 void SkSVGUse::setY(const SkSVGLength& y) { in setY() function in SkSVGUse 46 this->setY(*y); in onSetAttribute()
|
D | SkSVGRect.cpp | 20 void SkSVGRect::setY(const SkSVGLength& y) { in setY() function in SkSVGRect 49 this->setY(*y); in onSetAttribute()
|
D | SkSVGSVG.cpp | 51 void SkSVGSVG::setY(const SkSVGLength& y) { in setY() function in SkSVGSVG 76 this->setY(*y); in onSetAttribute()
|
D | SkSVGPattern.cpp | 21 void SkSVGPattern::setY(const SkSVGLength& y) { in setY() function in SkSVGPattern 50 this->setY(*y); in onSetAttribute()
|
D | SkSVGUse.h | 28 void setY(const SkSVGLength&);
|
D | SkSVGSVG.h | 24 void setY(const SkSVGLength&);
|
D | SkSVGPattern.h | 25 void setY(const SkSVGLength&);
|
D | SkSVGRect.h | 22 void setY(const SkSVGLength&);
|
/external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securemessage/ |
D | PublicKeyProtoUtilTest.java | 232 checkParsingFailsFor(invalidProto.setY(ByteString.EMPTY).build()); in testEcPublicKeyProtoInvalidEncoding() 236 checkParsingFailsFor(invalidProto.setY(validProto.getX()).build()); in testEcPublicKeyProtoInvalidEncoding() 243 .setY(ByteString.copyFrom(ZERO_BYTE)) in testEcPublicKeyProtoInvalidEncoding() 293 checkParsingFailsFor(invalidProto.setY(ByteString.copyFrom(newY)).build()); in testSimpleDhPublicKeyProtoInvalidEncoding() 297 checkParsingFailsFor(invalidProto.setY(ByteString.copyFrom(ZERO_BYTE)).build()); in testSimpleDhPublicKeyProtoInvalidEncoding() 354 .setY(ByteString.copyFrom(pointBytes)) in testParseEcPublicKeyOnLegacyPlatform()
|
/external/skia/modules/svg/src/ |
D | SkSVGFeLightSource.cpp | 33 this->setY(SkSVGAttributeParser::parse<SkSVGNumberType>("y", n, v)) || in parseAndSetAttribute() 40 this->setY(SkSVGAttributeParser::parse<SkSVGNumberType>("y", n, v)) || in parseAndSetAttribute()
|
D | SkSVGUse.cpp | 23 this->setY(SkSVGAttributeParser::parse<SkSVGLength>("y", n, v)) || in parseAndSetAttribute()
|
/external/llvm-project/clang/test/SemaObjC/ |
D | method-lookup-3.m | 26 -(void) setY: (INTERFERE_TYPE) arg; 47 [ a0 setY: a1];
|
D | property-user-setter.m | 7 -(void) setY: (int) y0; 18 -(void) setY: (int) y0{}
|
/external/skia/modules/svg/tests/ |
D | Text.cpp | 156 a->setY(tst.ya); in DEF_TEST() 158 b->setY(tst.yb); in DEF_TEST()
|
/external/clang/test/SemaObjC/ |
D | method-lookup-3.m | 26 -(void) setY: (INTERFERE_TYPE) arg; 47 [ a0 setY: a1];
|
D | property-user-setter.m | 7 -(void) setY: (int) y0; 18 -(void) setY: (int) y0{}
|
/external/clang/test/CodeGenObjC/ |
D | dot-syntax.m | 41 -(void) setY: (__complex int) arg { 43 printf("-[A setY: (%d, %d)]\n", __real myY, __imag myY);
|
D | complex-property.m | 7 - (void) setY : (__complex int)rhs;
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | dot-syntax.m | 41 -(void) setY: (__complex int) arg { 43 printf("-[A setY: (%d, %d)]\n", __real myY, __imag myY);
|
D | complex-property.m | 7 - (void) setY : (__complex int)rhs;
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | rect_blink_traits.h | 26 out->setY(r.y());
|
D | rect_blink.h | 35 void setY(int y) { in setY() function
|
/external/llvm-project/clang/test/ARCMT/ |
D | remove-dealloc-method.m | 22 [self setY:nil];
|
/external/clang/test/ARCMT/ |
D | remove-dealloc-method.m | 22 [self setY:nil];
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/ |
D | IgnoreWithDeserTest.java | 21 @JsonIgnore public void setY(int value) { _y = value; } in setY() method in IgnoreWithDeserTest.SizeClassIgnore
|