/external/guava/guava/src/com/google/common/math/ |
D | MathPreconditions.java | 32 static int checkPositive(String role, int x) { in checkPositive() 39 static long checkPositive(String role, long x) { in checkPositive() 46 static BigInteger checkPositive(String role, BigInteger x) { in checkPositive() 53 static int checkNonNegative(String role, int x) { in checkNonNegative() 60 static long checkNonNegative(String role, long x) { in checkNonNegative() 67 static BigInteger checkNonNegative(String role, BigInteger x) { in checkNonNegative()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPathElement.cpp | 115 PassRefPtr<SVGPathSegClosePath> SVGPathElement::createSVGPathSegClosePath(SVGPathSegRole role) in createSVGPathSegClosePath() 120 …GPathSegMovetoAbs> SVGPathElement::createSVGPathSegMovetoAbs(float x, float y, SVGPathSegRole role) in createSVGPathSegMovetoAbs() 125 …GPathSegMovetoRel> SVGPathElement::createSVGPathSegMovetoRel(float x, float y, SVGPathSegRole role) in createSVGPathSegMovetoRel() 130 …GPathSegLinetoAbs> SVGPathElement::createSVGPathSegLinetoAbs(float x, float y, SVGPathSegRole role) in createSVGPathSegLinetoAbs() 135 …GPathSegLinetoRel> SVGPathElement::createSVGPathSegLinetoRel(float x, float y, SVGPathSegRole role) in createSVGPathSegLinetoRel() 140 …thSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role) in createSVGPathSegCurvetoCubicAbs() 145 …thSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role) in createSVGPathSegCurvetoCubicRel() 150 …ent::createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1, SVGPathSegRole role) in createSVGPathSegCurvetoQuadraticAbs() 155 …ent::createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1, SVGPathSegRole role) in createSVGPathSegCurvetoQuadraticRel() 160 …, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, SVGPathSegRole role) in createSVGPathSegArcAbs() [all …]
|
D | SVGPathSegWithContext.h | 29 SVGPathSegWithContext(SVGPathElement* element, SVGPathSegRole role) in SVGPathSegWithContext() 51 SVGPathSegRole role() const { return m_role; } in role() function 53 void setContextAndRole(SVGPathElement* element, SVGPathSegRole role) in setContextAndRole() 92 SVGPathSegSingleCoordinate(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegSingleCoordinate()
|
D | SVGPathSegClosePath.h | 30 static PassRefPtr<SVGPathSegClosePath> create(SVGPathElement* element, SVGPathSegRole role) in create() 36 SVGPathSegClosePath(SVGPathElement* element, SVGPathSegRole role) in SVGPathSegClosePath()
|
D | SVGPathSegLinetoHorizontalAbs.h | 31 …RefPtr<SVGPathSegLinetoHorizontalAbs> create(SVGPathElement* element, SVGPathSegRole role, float x) in create() 37 SVGPathSegLinetoHorizontalAbs(SVGPathElement* element, SVGPathSegRole role, float x) in SVGPathSegLinetoHorizontalAbs()
|
D | SVGPathSegLinetoVerticalAbs.h | 31 …ssRefPtr<SVGPathSegLinetoVerticalAbs> create(SVGPathElement* element, SVGPathSegRole role, float y) in create() 37 SVGPathSegLinetoVerticalAbs(SVGPathElement* element, SVGPathSegRole role, float y) in SVGPathSegLinetoVerticalAbs()
|
D | SVGPathSegLinetoVerticalRel.h | 31 …ssRefPtr<SVGPathSegLinetoVerticalRel> create(SVGPathElement* element, SVGPathSegRole role, float y) in create() 37 SVGPathSegLinetoVerticalRel(SVGPathElement* element, SVGPathSegRole role, float y) in SVGPathSegLinetoVerticalRel()
|
D | SVGPathSegLinetoHorizontalRel.h | 31 …RefPtr<SVGPathSegLinetoHorizontalRel> create(SVGPathElement* element, SVGPathSegRole role, float x) in create() 37 SVGPathSegLinetoHorizontalRel(SVGPathElement* element, SVGPathSegRole role, float x) in SVGPathSegLinetoHorizontalRel()
|
D | SVGPathSegCurvetoQuadraticSmoothRel.h | 31 …GPathSegCurvetoQuadraticSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create() 37 …SVGPathSegCurvetoQuadraticSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegCurvetoQuadraticSmoothRel()
|
D | SVGPathSegLinetoAbs.h | 31 …static PassRefPtr<SVGPathSegLinetoAbs> create(SVGPathElement* element, SVGPathSegRole role, float … in create() 37 SVGPathSegLinetoAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegLinetoAbs()
|
D | SVGPathSegLinetoRel.h | 31 …static PassRefPtr<SVGPathSegLinetoRel> create(SVGPathElement* element, SVGPathSegRole role, float … in create() 37 SVGPathSegLinetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegLinetoRel()
|
D | SVGPathSegMovetoAbs.h | 31 …static PassRefPtr<SVGPathSegMovetoAbs> create(SVGPathElement* element, SVGPathSegRole role, float … in create() 37 SVGPathSegMovetoAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegMovetoAbs()
|
D | SVGPathSegCurvetoQuadraticSmoothAbs.h | 31 …GPathSegCurvetoQuadraticSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create() 37 …SVGPathSegCurvetoQuadraticSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegCurvetoQuadraticSmoothAbs()
|
D | SVGPathSegMovetoRel.h | 31 …static PassRefPtr<SVGPathSegMovetoRel> create(SVGPathElement* element, SVGPathSegRole role, float … in create() 37 SVGPathSegMovetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegMovetoRel()
|
D | SVGPathSegCurvetoCubicSmoothRel.h | 31 …r<SVGPathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create() 37 …SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, fl… in SVGPathSegCurvetoCubicSmoothRel()
|
D | SVGPathSegCurvetoQuadraticAbs.h | 31 …Ptr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create() 37 …SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, floa… in SVGPathSegCurvetoQuadraticAbs()
|
D | SVGPathSegCurvetoQuadraticRel.h | 31 …Ptr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create() 37 …SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, floa… in SVGPathSegCurvetoQuadraticRel()
|
D | SVGPathSegCurvetoCubicSmoothAbs.h | 31 …r<SVGPathSegCurvetoCubicSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create() 37 …SVGPathSegCurvetoCubicSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, fl… in SVGPathSegCurvetoCubicSmoothAbs()
|
D | SVGPathSegCurvetoCubicAbs.h | 31 …sRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create() 37 …SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1… in SVGPathSegCurvetoCubicAbs()
|
D | SVGPathSegCurvetoCubicRel.h | 31 …sRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create() 37 …SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1… in SVGPathSegCurvetoCubicRel()
|
D | SVGPathSegArcRel.h | 31 …static PassRefPtr<SVGPathSegArcRel> create(SVGPathElement* element, SVGPathSegRole role, float x, … in create() 37 …SVGPathSegArcRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r… in SVGPathSegArcRel()
|
D | SVGPathSegArcAbs.h | 31 …static PassRefPtr<SVGPathSegArcAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, … in create() 37 …SVGPathSegArcAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r… in SVGPathSegArcAbs()
|
/external/libsepol/tests/ |
D | test-linker-roles.c | 55 static void only_dominates_self(policydb_t * p, role_datum_t * role) in only_dominates_self() 73 role_datum_t *role; in base_role_tests() local 102 role_datum_t *role; in module_role_tests() local
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | transportdescription.cc | 34 bool StringToConnectionRole(const std::string& role_str, ConnectionRole* role) { in StringToConnectionRole() 51 bool ConnectionRoleToString(const ConnectionRole& role, std::string* role_str) { in ConnectionRoleToString()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGTransformListPropertyTearOff.h | 36 …formList> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransfo… in create() 74 …istPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransfo… in SVGTransformListPropertyTearOff()
|