Searched defs:validate (Results 51 - 75 of 299) sorted by relevance

1234567891011>>

/external/skia/src/gpu/
H A DGrAllocPool.h43 void validate() const;
45 void validate() const {} function in class:GrAllocPool
/external/skia/src/gpu/gl/
H A DGrGLInterface.cpp126 if (kIsDebug) { SkDebugf("%s:%d GrGLInterface::validate() failed.\n", __FILE__, __LINE__); } \
129 bool GrGLInterface::validate() const { function in class:GrGLInterface
/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/chromium_org/third_party/skia/src/animator/
H A DSkDisplayList.h46 void validate();
48 void validate() {} function in class:SkDisplayList
H A DSkDisplayable.h97 virtual void validate();
103 void validate() {} function in class:SkDisplayable
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRecordReplaceDraw.cpp13 SkDEBUGCODE(this->validate());
26 void GrReplacements::validate() const { function in class:GrReplacements
41 SkDEBUGCODE(this->validate());
H A DGrAllocPool.cpp67 this->validate();
80 this->validate();
91 this->validate();
106 void GrAllocPool::validate() const { function in class:GrAllocPool
H A DGrMemoryPool.cpp11 #define VALIDATE this->validate()
121 void GrMemoryPool::validate() { function in class:GrMemoryPool
/external/junit/src/org/junit/runners/model/
H A DNoGenericTypeParametersValidator.java18 void validate(List<Throwable> errors) { method in class:NoGenericTypeParametersValidator
/external/mockito/src/org/mockito/internal/stubbing/answers/
H A DAnswersValidator.java15 public void validate(Answer<?> answer, Invocation invocation) { method in class:AnswersValidator
/external/sepolicy/tools/
H A Dcheckfc.c10 static int validate(char **contextp) function
78 (union selinux_callback)&validate);
/external/skia/src/animator/
H A DSkDisplayList.h46 void validate();
48 void validate() {} function in class:SkDisplayList
/external/skia/src/core/
H A DSkScaledImageCache.h209 void validate() const;
211 void validate() const {} function in class:SkScaledImageCache
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBestMatchSpec.java136 public void validate( method in class:BestMatchSpec
146 getStrict().validate(cookie, origin);
148 getCompat().validate(cookie, origin);
H A DRFC2109Spec.java121 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:RFC2109Spec
133 super.validate(cookie, origin);
H A DRFC2965Spec.java158 public void validate(final Cookie cookie, CookieOrigin origin) method in class:RFC2965Spec
167 super.validate(cookie, origin);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERIA5String.java92 * @param validate whether or not to check the string.
93 * @throws IllegalArgumentException if validate is true and the string
98 boolean validate)
104 if (validate && !isIA5String(string))
96 DERIA5String( String string, boolean validate) argument
H A DDERNumericString.java92 * @param validate whether or not to check the string.
93 * @throws IllegalArgumentException if validate is true and the string
98 boolean validate)
100 if (validate && !isNumericString(string))
161 * @param str string to validate.
96 DERNumericString( String string, boolean validate) argument
H A DDERPrintableString.java82 * basic constructor - this does not validate the string
94 * @param validate whether or not to check the string.
95 * @throws IllegalArgumentException if validate is true and the string
100 boolean validate)
102 if (validate && !isPrintableString(string))
98 DERPrintableString( String string, boolean validate) argument
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/permission/
H A DAwPermissionRequest.java53 validate();
60 validate();
79 private void validate() { method in class:AwPermissionRequest
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_token_matcher_unittest.py221 def validate(self, source, expected): member in class:ProcessFileTest
233 self.validate(ProcessFileTest.SOURCE_SMALL, ProcessFileTest.EXPECTED_SMALL)
236 self.validate(ProcessFileTest.SOURCE_MEDIUM, ProcessFileTest.EXPECTED_MEDIUM)
239 self.validate(ProcessFileTest.SOURCE_LARGE, ProcessFileTest.EXPECTED_LARGE)
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.h53 TT_CMap_ValidateFunc validate; member in struct:TT_CMap_ClassRec_
125 clazz->validate = validate_; \
/external/chromium_org/third_party/skia/include/core/
H A DSkDraw.h149 void validate() const;
151 void validate() const {} function in class:SkDraw
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkGradientBitmapCache.cpp40 this->validate();
44 this->validate();
120 void SkGradientBitmapCache::validate() const { function in class:SkGradientBitmapCache
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLBufferImpl.cpp14 #define VALIDATE() this->validate()
218 void GrGLBufferImpl::validate() const { function in class:GrGLBufferImpl

Completed in 542 milliseconds

1234567891011>>