Searched defs:validate (Results 1 - 25 of 76) sorted by relevance

1234

/external/freetype/include/freetype/internal/services/
H A Dsvotval.h28 #define FT_SERVICE_ID_OPENTYPE_VALIDATE "opentype-validate"
43 otv_validate_func validate; local
H A Dsvgxval.h37 #define FT_SERVICE_ID_GX_VALIDATE "truetypegx-validate"
38 #define FT_SERVICE_ID_CLASSICKERN_VALIDATE "classickern-validate"
55 gxv_validate_func validate; local
60 ckern_validate_func validate; local
/external/apache-http/src/org/apache/http/impl/cookie/
H A DAbstractCookieAttributeHandler.java40 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:AbstractCookieAttributeHandler
H A DBasicDomainHandler.java59 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:BasicDomainHandler
H A DBasicPathHandler.java56 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:BasicPathHandler
H A DCookieSpecBase.java103 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:CookieSpecBase
112 handler.validate(cookie, origin);
H A DNetscapeDomainHandler.java47 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:NetscapeDomainHandler
49 super.validate(cookie, origin);
H A DRFC2109DomainHandler.java61 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:RFC2109DomainHandler
H A DRFC2109VersionHandler.java64 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:RFC2109VersionHandler
H A DRFC2965CommentUrlAttributeHandler.java58 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:RFC2965CommentUrlAttributeHandler
H A DRFC2965DiscardAttributeHandler.java58 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:RFC2965DiscardAttributeHandler
H A DRFC2965DomainAttributeHandler.java109 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:RFC2965DomainAttributeHandler
H A DRFC2965PortAttributeHandler.java123 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:RFC2965PortAttributeHandler
H A DRFC2965VersionAttributeHandler.java76 * validate cookie version attribute. Version attribute is REQUIRED.
78 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:RFC2965VersionAttributeHandler
H A DBestMatchSpec.java131 public void validate( method in class:BestMatchSpec
141 getStrict().validate(cookie, origin);
143 getCompat().validate(cookie, origin);
H A DRFC2109Spec.java116 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:RFC2109Spec
128 super.validate(cookie, origin);
/external/apache-http/src/org/apache/http/cookie/
H A DCookieAttributeHandler.java61 * @param cookie {@link org.apache.http.cookie.Cookie} to validate
62 * @param origin the cookie source to validate against
65 void validate(Cookie cookie, CookieOrigin origin) method in interface:CookieAttributeHandler
H A DCookieSpec.java69 * @see #validate
82 * @param cookie the Cookie to validate
86 void validate(Cookie cookie, CookieOrigin origin) throws MalformedCookieException; method in interface:CookieSpec
/external/skia/gpu/include/
H A DGrAllocPool.h53 void validate() const;
55 void validate() const {} function in class:GrAllocPool
/external/skia/src/effects/
H A DSkBitmapCache.h42 void validate() const;
44 void validate() const {} function in class:SkBitmapCache
49 AutoValidate(const SkBitmapCache* bc) : fBC(bc) { bc->validate(); }
50 ~AutoValidate() { fBC->validate(); }
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorExsltFunction.java113 validate(function, handler); // may throw exception
122 public void validate(ElemTemplateElement elem, StylesheetHandler handler) method in class:ProcessorExsltFunction
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DDERIA5String.java84 * @param validate whether or not to check the string.
85 * @throws IllegalArgumentException if validate is true and the string
90 boolean validate)
96 if (validate && !isIA5String(string))
88 DERIA5String( String string, boolean validate) argument
H A DDERNumericString.java84 * @param validate whether or not to check the string.
85 * @throws IllegalArgumentException if validate is true and the string
90 boolean validate)
92 if (validate && !isNumericString(string))
151 * @param str string to validate.
88 DERNumericString( String string, boolean validate) argument
H A DDERPrintableString.java76 * basic constructor - this does not validate the string
88 * @param validate whether or not to check the string.
89 * @throws IllegalArgumentException if validate is true and the string
94 boolean validate)
96 if (validate && !isPrintableString(string))
92 DERPrintableString( String string, boolean validate) argument
/external/skia/src/animator/
H A DSkDisplayList.h56 void validate();
58 void validate() {} function in class:SkDisplayList

Completed in 255 milliseconds

1234