HomeSort by relevance Sort by last modified time
    Searched refs:validate (Results 276 - 300 of 1971) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
message_darwin_test.go 25 ss, err := msgs(ms).validate()
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 552 mRS.validate();
573 mRS.validate();
592 mRS.validate();
607 mRS.validate();
690 mRS.validate();
    [all...]
  /external/skia/src/core/
SkString.cpp 232 void SkString::validate() const { function in class:SkString
266 src.validate();
272 src.validate();
279 this->validate();
297 this->validate();
307 this->validate();
316 this->validate();
325 this->validate();
330 this->validate();
556 this->validate();
    [all...]
SkBitmapCache.h 27 void validate() const { function in struct:SkBitmapCacheDesc
SkGlyphCache.h 157 void validate() const;
159 void validate() const {} function in class:SkGlyphCache
166 fCache->validate();
171 fCache->validate();
SkRasterClip.h 123 void validate() const;
125 void validate() const {} function in class:SkRasterClip
192 fRC.validate();
195 fRC.validate();
SkTDynamicHash.h 26 SkASSERT(this->validate());
112 SkASSERT(this->validate());
119 SkASSERT(this->validate());
163 bool validate() const { function in class:SkTDynamicHash
  /external/skqp/src/core/
SkString.cpp 264 void SkString::validate() const {
298 src.validate();
304 src.validate();
311 this->validate();
329 this->validate();
339 this->validate();
348 this->validate();
357 this->validate();
362 this->validate();
623 this->validate();
    [all...]
  /external/skia/src/gpu/
GrResourceCache.cpp 58 AutoValidate(GrResourceCache* cache) : fCache(cache) { cache->validate(); }
59 ~AutoValidate() { fCache->validate(); }
141 this->validate();
168 this->validate();
255 this->validate();
272 this->validate();
297 this->validate();
335 this->validate();
351 this->validate();
365 // When the timestamp overflows validate() is called. validate() checks that resources i
    [all...]
  /external/skqp/src/gpu/
GrResourceCache.cpp 58 AutoValidate(GrResourceCache* cache) : fCache(cache) { cache->validate(); }
59 ~AutoValidate() { fCache->validate(); }
141 this->validate();
168 this->validate();
255 this->validate();
272 this->validate();
297 this->validate();
335 this->validate();
351 this->validate();
365 // When the timestamp overflows validate() is called. validate() checks that resources i
    [all...]
  /device/generic/goldfish/gralloc/
gralloc_priv.h 100 static int validate(const native_handle* h) { function in struct:private_handle_t
  /device/google/cuttlefish_common/guest/hals/gralloc/
gralloc.cpp 129 if (!vaddr || vsoc_buffer_handle_t::validate(handle)) {
145 if (vsoc_buffer_handle_t::validate(handle)) {
232 if (vsoc_buffer_handle_t::validate(handle)) {
246 if (vsoc_buffer_handle_t::validate(handle)) {
gralloc_vsoc_priv.h 78 static int validate(const native_handle* handle) { function in struct:vsoc_buffer_handle_t
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicPathHandler.java 62 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:BasicPathHandler
RFC2965VersionAttributeHandler.java 81 * validate cookie version attribute. Version attribute is REQUIRED.
83 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:RFC2965VersionAttributeHandler
  /external/autotest/site_utils/
server_manager.py 52 server_models.validate(role=role)
90 server_models.validate(role=role)
128 server_models.validate(status=status)
195 server_models.validate(hostname=hostname, role=role)
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ComponentProcessingStep.java 95 componentValidator.validate(
112 componentBuilderValidator.validate(MoreElements.asType(element));
124 subcomponentBuilderValidator.validate(MoreElements.asType(element));
136 ComponentValidationReport report = subcomponentValidator.validate(
MapKeyValidator.java 38 ValidationReport<Element> validate(Element element) { method in class:MapKeyValidator
  /external/droiddriver/src/io/appium/droiddriver/validators/
DefaultAccessibilityValidator.java 38 public String validate(UiElement element, Action action) { method in class:DefaultAccessibilityValidator
ExemptedClassesValidator.java 58 public String validate(UiElement element, Action action) { method in class:ExemptedClassesValidator
  /external/junit/src/main/java/org/junit/runners/model/
NoGenericTypeParametersValidator.java 18 void validate(List<Throwable> errors) { method in class:NoGenericTypeParametersValidator
  /external/libunwind/src/x86_64/
Gstep.c 62 int val = c->validate;
63 c->validate = 1;
77 c->validate = val;
114 Validate all addresses before dereferencing. */
115 c->validate = 1;
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
BlockInputStream.java 59 // Validate the CRC32.
84 // Decode and validate Compressed Size if the relevant flag
123 // Validate the Blcok Header against the Index when doing
180 RawCoder.validate(filters);
238 validate(); method
242 validate(); method
249 private void validate() throws IOException { method in class:BlockInputStream
252 // Validate Compressed Size and Uncompressed Size if they were
265 // Validate the integrity check if verifyCheck is true.
  /external/mockito/src/main/java/org/mockito/internal/configuration/
GlobalConfiguration.java 44 public static void validate() { method in class:GlobalConfiguration
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDrawable.java 51 shadowOf(drawable).validate(); // start off not invalidated
91 shadowOf(drawable).validate(); // start off not invalidated
99 shadowOf(drawable).validate(); // start off not invalidated
193 public void validate() { method in class:ShadowDrawable

Completed in 2067 milliseconds

<<11121314151617181920>>