Searched refs:validate (Results 1 - 25 of 179) sorted by relevance

12345678

/external/webkit/Tools/MiniBrowser/
H A DMBToolbarItem.m30 - (void)validate
/external/skia/src/effects/
H A DSkBitmapCache.h35 void validate() const;
37 void validate() const {} function in class:SkBitmapCache
42 AutoValidate(const SkBitmapCache* bc) : fBC(bc) { bc->validate(); }
43 ~AutoValidate() { fBC->validate(); }
/external/freetype/include/freetype/internal/services/
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
H A Dsvotval.h28 #define FT_SERVICE_ID_OPENTYPE_VALIDATE "opentype-validate"
43 otv_validate_func validate; local
/external/e2fsprogs/tests/progs/test_data/
H A Dtest.icount10 validate
19 validate
114 validate
136 validate
/external/skia/src/gpu/
H A DGrAllocPool.h46 void validate() const;
48 void validate() const {} function in class:GrAllocPool
H A DGrResourceCache.h132 void validate() const;
134 void validate() const {} function in class:GrResourceEntry
269 void validate() const;
271 void validate() const {} function in class:GrResourceCache
307 cache->validate();
310 fCache->validate();
H A DGrAllocPool.cpp68 this->validate();
81 this->validate();
92 this->validate();
108 void GrAllocPool::validate() const { function in class:GrAllocPool
/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/e2fsprogs/tests/progs/
H A Dtest_icount_cmds.ct35 validate, check;
/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 DNetscapeDomainHandler.java47 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:NetscapeDomainHandler
49 super.validate(cookie, origin);
H A DBestMatchSpec.java131 public void validate( method in class:BestMatchSpec
141 getStrict().validate(cookie, origin);
143 getCompat().validate(cookie, origin);
H A DRFC2109VersionHandler.java64 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:RFC2109VersionHandler
/external/skia/include/gpu/
H A DGrTexture.h112 void validate() const { function in class:GrTexture
113 this->INHERITED::validate();
116 void validate() const {} function in class:GrTexture
/external/webkit/Source/WebCore/svg/
H A DSVGPreserveAspectRatio.h70 static bool parsePreserveAspectRatio(Consumer* consumer, const String& value, bool validate = true)
75 consumer->setPreserveAspectRatioBaseValue(parsePreserveAspectRatio(begin, end, validate, result));
80 static SVGPreserveAspectRatio parsePreserveAspectRatio(const UChar*& currParam, const UChar* end, bool validate, bool& result);
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DlibEGL.cpp18 bool validate(egl::Display *display) function
33 bool validate(egl::Display *display, EGLConfig config) function
35 if (!validate(display))
48 bool validate(egl::Display *display, gl::Context *context) function
50 if (!validate(display))
63 bool validate(egl::Display *display, egl::Surface *surface) function
65 if (!validate(display))
186 if (!validate(display))
223 if (!validate(display))
260 if (!validate(displa
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DQName.java102 * @param validate If true the new QName will be validated and an IllegalArgumentException will
105 public QName(String namespaceURI, String localName, boolean validate) argument
109 // that is done when the validate parameter is true.
114 if (validate)
149 * @param validate If true the new QName will be validated and an IllegalArgumentException will
152 public QName(String namespaceURI, String prefix, String localName, boolean validate) argument
156 // that is done when the validate parameter is true.
161 if (validate)
199 * @param validate If true the new QName will be validated and an IllegalArgumentException will
202 public QName(String localName, boolean validate) argument
247 QName(String qname, Stack namespaces, boolean validate) argument
341 QName(String qname, Element namespaceContext, PrefixResolver resolver, boolean validate) argument
427 QName(String qname, PrefixResolver resolver, boolean validate) argument
[all...]
/external/dbus/dbus/
H A Ddbus-message-factory.h31 #include <dbus/dbus-marshal-validate.h>
/external/skia/src/core/
H A DSkRasterClip.h67 void validate() const;
69 void validate() const {} function in class:SkRasterClip
83 fRC.validate();
86 fRC.validate();
H A DSkPictureRecord.cpp41 validate();
58 validate();
96 validate();
104 validate();
112 validate();
119 validate();
127 validate();
132 validate();
135 validate();
140 validate();
756 void SkPictureRecord::validate() const { function in class:SkPictureRecord
[all...]
H A DSkAlphaRuns.cpp24 SkDEBUGCODE(this->validate();)
101 SkDEBUGCODE(this->validate();)
117 SkDEBUGCODE(this->validate();)
125 SkDEBUGCODE(this->validate();)
164 void SkAlphaRuns::validate() const { function in class:SkAlphaRuns
/external/skia/src/animator/
H A DSkDisplayList.h48 void validate();
50 void validate() {} function in class:SkDisplayList
H A DSkDisplayList.cpp32 validate();
45 validate();
49 validate();
152 void SkDisplayList::validate() { function in class:SkDisplayList
155 draw->validate();

Completed in 2505 milliseconds

12345678