Home
last modified time | relevance | path

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

1234

/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/webkit/Source/WebCore/svg/
DSVGPathElement.cpp89 PassRefPtr<SVGPathSegClosePath> SVGPathElement::createSVGPathSegClosePath(SVGPathSegRole role) in createSVGPathSegClosePath()
94 …GPathSegMovetoAbs> SVGPathElement::createSVGPathSegMovetoAbs(float x, float y, SVGPathSegRole role) in createSVGPathSegMovetoAbs()
99 …GPathSegMovetoRel> SVGPathElement::createSVGPathSegMovetoRel(float x, float y, SVGPathSegRole role) in createSVGPathSegMovetoRel()
104 …GPathSegLinetoAbs> SVGPathElement::createSVGPathSegLinetoAbs(float x, float y, SVGPathSegRole role) in createSVGPathSegLinetoAbs()
109 …GPathSegLinetoRel> SVGPathElement::createSVGPathSegLinetoRel(float x, float y, SVGPathSegRole role) in createSVGPathSegLinetoRel()
114 …thSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role) in createSVGPathSegCurvetoCubicAbs()
119 …thSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role) in createSVGPathSegCurvetoCubicRel()
124 …ent::createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1, SVGPathSegRole role) in createSVGPathSegCurvetoQuadraticAbs()
129 …ent::createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1, SVGPathSegRole role) in createSVGPathSegCurvetoQuadraticRel()
134 …, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, SVGPathSegRole role) in createSVGPathSegArcAbs()
[all …]
DSVGPathSegLinetoVertical.h31 SVGPathSegLinetoVertical(SVGPathElement* element, SVGPathSegRole role, float y) in SVGPathSegLinetoVertical()
50 …ssRefPtr<SVGPathSegLinetoVerticalAbs> create(SVGPathElement* element, SVGPathSegRole role, float y) in create()
56 SVGPathSegLinetoVerticalAbs(SVGPathElement* element, SVGPathSegRole role, float y) in SVGPathSegLinetoVerticalAbs()
67 …ssRefPtr<SVGPathSegLinetoVerticalRel> create(SVGPathElement* element, SVGPathSegRole role, float y) in create()
73 SVGPathSegLinetoVerticalRel(SVGPathElement* element, SVGPathSegRole role, float y) in SVGPathSegLinetoVerticalRel()
DSVGPathSegLinetoHorizontal.h31 SVGPathSegLinetoHorizontal(SVGPathElement* element, SVGPathSegRole role, float x) in SVGPathSegLinetoHorizontal()
50 …RefPtr<SVGPathSegLinetoHorizontalAbs> create(SVGPathElement* element, SVGPathSegRole role, float x) in create()
56 SVGPathSegLinetoHorizontalAbs(SVGPathElement* element, SVGPathSegRole role, float x) in SVGPathSegLinetoHorizontalAbs()
67 …RefPtr<SVGPathSegLinetoHorizontalRel> create(SVGPathElement* element, SVGPathSegRole role, float x) in create()
73 SVGPathSegLinetoHorizontalRel(SVGPathElement* element, SVGPathSegRole role, float x) in SVGPathSegLinetoHorizontalRel()
DSVGPathSegWithContext.h30 SVGPathSegWithContext(SVGPathElement* element, SVGPathSegRole role) in SVGPathSegWithContext()
52 SVGPathSegRole role() const { return m_role; } in role() function
54 void setContextAndRole(SVGPathElement* element, SVGPathSegRole role) in setContextAndRole()
94 SVGPathSegSingleCoordinate(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegSingleCoordinate()
DSVGPathSegLineto.h31 …static PassRefPtr<SVGPathSegLinetoAbs> create(SVGPathElement* element, SVGPathSegRole role, float … in create()
37 SVGPathSegLinetoAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegLinetoAbs()
48 …static PassRefPtr<SVGPathSegLinetoRel> create(SVGPathElement* element, SVGPathSegRole role, float … in create()
54 SVGPathSegLinetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegLinetoRel()
DSVGPathSegCurvetoQuadraticSmooth.h31 …GPathSegCurvetoQuadraticSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create()
37 …SVGPathSegCurvetoQuadraticSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegCurvetoQuadraticSmoothAbs()
48 …GPathSegCurvetoQuadraticSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create()
54 …SVGPathSegCurvetoQuadraticSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegCurvetoQuadraticSmoothRel()
DSVGPathSegMoveto.h31 …static PassRefPtr<SVGPathSegMovetoAbs> create(SVGPathElement* element, SVGPathSegRole role, float … in create()
37 SVGPathSegMovetoAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegMovetoAbs()
48 …static PassRefPtr<SVGPathSegMovetoRel> create(SVGPathElement* element, SVGPathSegRole role, float … in create()
54 SVGPathSegMovetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegMovetoRel()
DSVGPathSegClosePath.h31 static PassRefPtr<SVGPathSegClosePath> create(SVGPathElement* element, SVGPathSegRole role) in create()
37 SVGPathSegClosePath(SVGPathElement* element, SVGPathSegRole role) in SVGPathSegClosePath()
DSVGPathSegCurvetoCubicSmooth.h31 …SVGPathSegCurvetoCubicSmooth(SVGPathElement* element, SVGPathSegRole role, float x, float y, float… in SVGPathSegCurvetoCubicSmooth()
77 …r<SVGPathSegCurvetoCubicSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create()
83 …SVGPathSegCurvetoCubicSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, fl… in SVGPathSegCurvetoCubicSmoothAbs()
94 …r<SVGPathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create()
100 …SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, fl… in SVGPathSegCurvetoCubicSmoothRel()
DSVGPathSegCurvetoQuadratic.h31 …SVGPathSegCurvetoQuadratic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x… in SVGPathSegCurvetoQuadratic()
77 …Ptr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create()
83 …SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, floa… in SVGPathSegCurvetoQuadraticAbs()
94 …Ptr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create()
100 …SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, floa… in SVGPathSegCurvetoQuadraticRel()
DSVGPathSegCurvetoCubic.h31 …SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, f… in SVGPathSegCurvetoCubic()
95 …sRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create()
101 …SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1… in SVGPathSegCurvetoCubicAbs()
112 …sRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create()
118 …SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1… in SVGPathSegCurvetoCubicRel()
DSVGPathSegArc.h31 …SVGPathSegArc(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, … in SVGPathSegArc()
105 …static PassRefPtr<SVGPathSegArcAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, … in create()
111 …SVGPathSegArcAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r… in SVGPathSegArcAbs()
122 …static PassRefPtr<SVGPathSegArcRel> create(SVGPathElement* element, SVGPathSegRole role, float x, … in create()
128 …SVGPathSegArcRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r… in SVGPathSegArcRel()
DSVGPathSegList.h36 SVGPathSegList(SVGPathSegRole role) in SVGPathSegList()
/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/webkit/Source/WebCore/svg/properties/
DSVGPropertyTearOff.h37 …static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, Proper… in create()
94 virtual SVGPropertyRole role() const { return m_role; } in role() function
97 …SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& valu… in SVGPropertyTearOff()
DSVGAnimatedPathSegListPropertyTearOff.h34 SVGProperty* baseVal(SVGPathSegRole role) in baseVal()
41 SVGProperty* animVal(SVGPathSegRole role) in animVal()
DSVGTransformListPropertyTearOff.h35 …Off<SVGTransformList> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) in create()
73 …VGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) in SVGTransformListPropertyTearOff()
DSVGPathSegListPropertyTearOff.h38 …rtyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSeg… in create()
131 …istPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSeg… in SVGPathSegListPropertyTearOff()
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectAtk.cpp43 AccessibilityRole role = roleValue(); in accessibilityPlatformIncludesObject() local
109 AccessibilityRole role = roleValue(); in allowsTextRanges() local
/external/bluetooth/bluez/test/
Dtest-health53 role = None variable
59 role = "Source" variable
61 role = "Sink" variable
/external/webkit/Source/WebKit/win/
DAccessibleDocument.cpp41 long AccessibleDocument::role() const in role() function in AccessibleDocument
/external/libsepol/src/
Droles.c12 sepol_policydb_t * p, const char *role, int *response) in sepol_role_exists()
Dcontext.c37 role_datum_t *role; in context_is_valid() local
156 char *role = strdup(sepol_context_get_role(record)); in context_from_record() local
/external/bluetooth/bluez/compat/
Dbnep.c183 static int bnep_connadd(int sk, uint16_t role, char *dev) in bnep_connadd()
217 int bnep_accept_connection(int sk, uint16_t role, char *dev) in bnep_accept_connection()
271 int bnep_create_connection(int sk, uint16_t role, uint16_t svc, char *dev) in bnep_create_connection()

1234