Searched defs:validate (Results 126 - 150 of 299) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/core/
H A DSkGlyphCache.h153 void validate() const;
155 void validate() const {} function in class:SkGlyphCache
162 fCache->validate();
167 fCache->validate();
H A DSkPathRef.cpp46 SkDEBUGCODE(src.validate();)
51 SkDEBUGCODE((*dst)->validate();)
105 SkDEBUGCODE((*dst)->validate();)
154 SkDEBUGCODE((*pathRef)->validate();)
163 SkDEBUGCODE((*pathRef)->validate();)
173 SkDEBUGCODE(this->validate();)
174 SkDEBUGCODE(ref.validate();)
221 SkDEBUGCODE(this->validate();)
258 SkDEBUGCODE(this->validate();)
274 SkDEBUGCODE(this->validate();)
432 void SkPathRef::validate() const { function in class:SkPathRef
[all...]
H A DSkPictureRecord.h79 this->validate(fWriter.bytesWritten(), 0);
193 void validate(size_t initialOffset, size_t size) const { function in class:SkPictureRecord
H A DSkRasterClip.cpp24 SkDEBUGCODE(this->validate();)
32 SkDEBUGCODE(this->validate();)
40 SkDEBUGCODE(this->validate();)
44 SkDEBUGCODE(this->validate();)
243 clip.validate();
375 void SkRasterClip::validate() const { function in class:SkRasterClip
381 fBW.validate();
382 fAA.validate();
H A DSkRasterClip.h72 void validate() const;
74 void validate() const {} function in class:SkRasterClip
119 fRC.validate();
122 fRC.validate();
H A DSkTDynamicHash.h26 SkASSERT(this->validate());
112 SkASSERT(this->validate());
119 SkASSERT(this->validate());
163 bool validate() const { function in class:SkTDynamicHash
H A DSkTextBlob.cpp79 void validate(uint8_t* storageTop) const { function in class:SkTextBlob::RunRecord
119 SkDEBUGCODE(run->validate((uint8_t*)this + fStorageSize);)
238 SkDEBUGCODE(fCurrentRun->validate(fStorageTop);)
390 run->validate(fStorage.get() + fStorageUsed);
421 run->validate(fStorage.get() + fStorageUsed);
474 run->validate(fStorage.get() + fStorageUsed);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrLayerCache.cpp15 void GrCachedLayer::validate(const GrTexture* backingTexture) const { function in class:GrCachedLayer
54 fLayer->validate(backingTexture);
59 fLayer->validate(fBackingTexture);
259 void GrLayerCache::validate() const { function in class:GrLayerCache
267 layer->validate(fAtlas->getTexture());
303 fCache->validate();
306 fCache->validate();
H A DGrResourceCache.cpp58 void GrResourceCacheEntry::validate() const { function in class:GrResourceCacheEntry
63 fResource->validate();
316 this->validate();
475 void GrResourceCache::validate() const { function in class:GrResourceCache
476 fList.validate();
477 fExclusiveList.validate();
491 entry->validate();
499 entry->validate();
H A DGrResourceCache.h39 void validate() const;
41 void validate() const {} function in class:GrResourceCacheEntry
230 void validate() const;
232 void validate() const {} function in class:GrResourceCache
301 cache->validate();
304 fCache->validate();
H A DGrTextStrike.cpp168 void GrFontCache::validate() const { function in class:GrFontCache
/external/chromium_org/third_party/skia/src/pdf/
H A DSkTSet.h44 validate();
52 validate();
112 validate();
132 validate();
253 void validate() const { function in class:SkTSet
256 fSetArray->validate();
257 fOrderedArray->validate();
/external/chromium_org/third_party/skia/src/utils/
H A DSkRTConf.cpp91 void SkRTConfRegistry::validate() const { function in class:SkRTConfRegistry
/external/chromium_org/tools/gn/
H A Dfunction_toolchain.cc59 // Calls the given validate function on each type in the list. On failure,
62 bool (*validate)(SubstitutionType),
67 if (!validate(cur_type)) {
79 bool (*validate)(SubstitutionType),
92 if (!ValidateSubstitutionList(pattern.required_types(), validate, value, err))
138 bool (*validate)(SubstitutionType),
152 if (!ValidateSubstitutionList(list.required_types(), validate, value, err))
61 ValidateSubstitutionList(const std::vector<SubstitutionType>& list, bool (*validate)(SubstitutionType), const Value* origin, Err* err) argument
77 ReadPattern(Scope* scope, const char* name, bool (*validate)(SubstitutionType), Tool* tool, void (Tool::*set)(const SubstitutionPattern&), Err* err) argument
136 ReadOutputs(Scope* scope, const FunctionCallNode* tool_function, bool (*validate)(SubstitutionType), Tool* tool, Err* err) argument
/external/emma/core/java12/com/vladium/emma/report/
H A DReportProperties.java161 void validate () throws IllegalArgumentException method in class:ReportProperties.ParsedProperties
444 result.validate ();
/external/junit/src/org/junit/runners/
H A DParentRunner.java74 validate();
135 CLASS_RULE_VALIDATOR.validate(getTestClass(), errors);
342 private void validate() throws InitializationError { method in class:ParentRunner
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer.h133 enum pipe_error (*validate)( struct pb_buffer *buf, member in struct:pb_vtbl
209 assert(buf->vtbl->validate);
210 return buf->vtbl->validate(buf, vl, flags);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_state_validate.c465 struct state_validate *validate; local
480 validate = hwtnl_validate_list;
482 validate = swtnl_validate_list;
485 while (validate->func) {
486 if (nv30->dirty & validate->mask)
487 validate->func(nv30);
488 validate++;
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_state_validate.c383 struct state_validate *validate = &validate_list[i]; local
385 if (state_mask & validate->states)
386 validate->func(nv50);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_state_validate.c533 struct state_validate *validate = &validate_list[i]; local
535 if (state_mask & validate->states)
536 validate->func(nvc0);
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative.h141 boolean (*validate)(struct native_surface *nsurf, uint attachment_mask, member in struct:native_surface
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_context.c90 struct pb_validate *validate; member in struct:vmw_svga_winsys_context
137 ret = pb_validate_validate(vswc->validate);
162 pb_validate_fence(vswc->validate, fence);
293 ret = pb_validate_add_buffer(vswc->validate, reloc->buffer, translated_flags);
358 pb_validate_destroy(vswc->validate);
389 vswc->validate = pb_validate_create();
390 if(!vswc->validate) {
/external/oauth/core/src/main/java/net/oauth/signature/
H A DOAuthSignatureMethod.java63 public void validate(OAuthMessage message) method in class:OAuthSignatureMethod
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DResponse.java195 public boolean validate(Response network) { method in class:Response
/external/skia/include/core/
H A DSkRefCnt.h86 void validate() const { function in class:SkRefCntBase

Completed in 410 milliseconds

1234567891011>>