Home
last modified time | relevance | path

Searched defs:role (Results 1 – 25 of 171) sorted by relevance

1234567

/external/guava/guava/src/com/google/common/math/
DMathPreconditions.java32 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/
DSVGPathElement.cpp115 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 …]
DSVGPathSegWithContext.h29 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()
DSVGPathSegClosePath.h30 static PassRefPtr<SVGPathSegClosePath> create(SVGPathElement* element, SVGPathSegRole role) in create()
36 SVGPathSegClosePath(SVGPathElement* element, SVGPathSegRole role) in SVGPathSegClosePath()
DSVGPathSegLinetoHorizontalAbs.h31 …RefPtr<SVGPathSegLinetoHorizontalAbs> create(SVGPathElement* element, SVGPathSegRole role, float x) in create()
37 SVGPathSegLinetoHorizontalAbs(SVGPathElement* element, SVGPathSegRole role, float x) in SVGPathSegLinetoHorizontalAbs()
DSVGPathSegLinetoVerticalAbs.h31 …ssRefPtr<SVGPathSegLinetoVerticalAbs> create(SVGPathElement* element, SVGPathSegRole role, float y) in create()
37 SVGPathSegLinetoVerticalAbs(SVGPathElement* element, SVGPathSegRole role, float y) in SVGPathSegLinetoVerticalAbs()
DSVGPathSegLinetoVerticalRel.h31 …ssRefPtr<SVGPathSegLinetoVerticalRel> create(SVGPathElement* element, SVGPathSegRole role, float y) in create()
37 SVGPathSegLinetoVerticalRel(SVGPathElement* element, SVGPathSegRole role, float y) in SVGPathSegLinetoVerticalRel()
DSVGPathSegLinetoHorizontalRel.h31 …RefPtr<SVGPathSegLinetoHorizontalRel> create(SVGPathElement* element, SVGPathSegRole role, float x) in create()
37 SVGPathSegLinetoHorizontalRel(SVGPathElement* element, SVGPathSegRole role, float x) in SVGPathSegLinetoHorizontalRel()
DSVGPathSegCurvetoQuadraticSmoothRel.h31 …GPathSegCurvetoQuadraticSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create()
37 …SVGPathSegCurvetoQuadraticSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegCurvetoQuadraticSmoothRel()
DSVGPathSegLinetoAbs.h31 …static PassRefPtr<SVGPathSegLinetoAbs> create(SVGPathElement* element, SVGPathSegRole role, float … in create()
37 SVGPathSegLinetoAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegLinetoAbs()
DSVGPathSegLinetoRel.h31 …static PassRefPtr<SVGPathSegLinetoRel> create(SVGPathElement* element, SVGPathSegRole role, float … in create()
37 SVGPathSegLinetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegLinetoRel()
DSVGPathSegMovetoAbs.h31 …static PassRefPtr<SVGPathSegMovetoAbs> create(SVGPathElement* element, SVGPathSegRole role, float … in create()
37 SVGPathSegMovetoAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegMovetoAbs()
DSVGPathSegCurvetoQuadraticSmoothAbs.h31 …GPathSegCurvetoQuadraticSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create()
37 …SVGPathSegCurvetoQuadraticSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegCurvetoQuadraticSmoothAbs()
DSVGPathSegMovetoRel.h31 …static PassRefPtr<SVGPathSegMovetoRel> create(SVGPathElement* element, SVGPathSegRole role, float … in create()
37 SVGPathSegMovetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegMovetoRel()
DSVGPathSegCurvetoCubicSmoothRel.h31 …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()
DSVGPathSegCurvetoQuadraticAbs.h31 …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()
DSVGPathSegCurvetoQuadraticRel.h31 …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()
DSVGPathSegCurvetoCubicSmoothAbs.h31 …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()
DSVGPathSegCurvetoCubicAbs.h31 …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()
DSVGPathSegCurvetoCubicRel.h31 …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()
DSVGPathSegArcRel.h31 …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()
DSVGPathSegArcAbs.h31 …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/
Dtest-linker-roles.c55 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/
Dtransportdescription.cc34 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/
DSVGTransformListPropertyTearOff.h36 …formList> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransfo… in create()
74 …istPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransfo… in SVGTransformListPropertyTearOff()

1234567