/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/webkit/Source/WebCore/svg/ |
D | SVGPathElement.cpp | 89 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 …]
|
D | SVGPathSegLinetoVertical.h | 31 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()
|
D | SVGPathSegLinetoHorizontal.h | 31 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()
|
D | SVGPathSegWithContext.h | 30 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()
|
D | SVGPathSegLineto.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() 48 …static PassRefPtr<SVGPathSegLinetoRel> create(SVGPathElement* element, SVGPathSegRole role, float … in create() 54 SVGPathSegLinetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegLinetoRel()
|
D | SVGPathSegCurvetoQuadraticSmooth.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() 48 …GPathSegCurvetoQuadraticSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, f… in create() 54 …SVGPathSegCurvetoQuadraticSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegCurvetoQuadraticSmoothRel()
|
D | SVGPathSegMoveto.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() 48 …static PassRefPtr<SVGPathSegMovetoRel> create(SVGPathElement* element, SVGPathSegRole role, float … in create() 54 SVGPathSegMovetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegMovetoRel()
|
D | SVGPathSegClosePath.h | 31 static PassRefPtr<SVGPathSegClosePath> create(SVGPathElement* element, SVGPathSegRole role) in create() 37 SVGPathSegClosePath(SVGPathElement* element, SVGPathSegRole role) in SVGPathSegClosePath()
|
D | SVGPathSegCurvetoCubicSmooth.h | 31 …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()
|
D | SVGPathSegCurvetoQuadratic.h | 31 …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()
|
D | SVGPathSegCurvetoCubic.h | 31 …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()
|
D | SVGPathSegArc.h | 31 …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()
|
D | SVGPathSegList.h | 36 SVGPathSegList(SVGPathSegRole role) in SVGPathSegList()
|
/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/webkit/Source/WebCore/svg/properties/ |
D | SVGPropertyTearOff.h | 37 …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()
|
D | SVGAnimatedPathSegListPropertyTearOff.h | 34 SVGProperty* baseVal(SVGPathSegRole role) in baseVal() 41 SVGProperty* animVal(SVGPathSegRole role) in animVal()
|
D | SVGTransformListPropertyTearOff.h | 35 …Off<SVGTransformList> > create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) in create() 73 …VGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role) in SVGTransformListPropertyTearOff()
|
D | SVGPathSegListPropertyTearOff.h | 38 …rtyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSeg… in create() 131 …istPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSeg… in SVGPathSegListPropertyTearOff()
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
D | AccessibilityObjectAtk.cpp | 43 AccessibilityRole role = roleValue(); in accessibilityPlatformIncludesObject() local 109 AccessibilityRole role = roleValue(); in allowsTextRanges() local
|
/external/bluetooth/bluez/test/ |
D | test-health | 53 role = None variable 59 role = "Source" variable 61 role = "Sink" variable
|
/external/webkit/Source/WebKit/win/ |
D | AccessibleDocument.cpp | 41 long AccessibleDocument::role() const in role() function in AccessibleDocument
|
/external/libsepol/src/ |
D | roles.c | 12 sepol_policydb_t * p, const char *role, int *response) in sepol_role_exists()
|
D | context.c | 37 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/ |
D | bnep.c | 183 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()
|