HomeSort by relevance Sort by last modified time
    Searched refs:validate (Results 51 - 75 of 1255) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkRWBuffer.cpp 35 this->validate();
39 this->validate();
43 void validate() const { function in struct:SkBufferBlock
97 void validate(size_t minUsed, SkBufferBlock* tail = nullptr) const { function in struct:SkBufferHead
104 block->validate();
121 head->validate(used);
129 fHead->validate(fUsed);
170 this->validate();
177 this->validate();
201 this->validate();
227 void SkRWBuffer::validate() const { function in class:SkRWBuffer
242 void validate() const { function in class:SkROBufferStreamAsset
    [all...]
SkGlyphCache_Globals.h 54 void validate() const;
56 void validate() const {} function in class:SkGlyphCache_Globals
SkRWBuffer.h 86 void validate() const;
88 void validate() const {} function in class:SkRWBuffer
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
datastore_input_reader.py 19 def validate(cls, job_config): member in class:DatastoreInputReader
21 super(DatastoreInputReader, cls).validate(job_config)
30 # Validate the filters parameters.
  /external/e2fsprogs/tests/progs/
test_icount_cmds.ct 34 request do_validate, "Validate the icount structure",
35 validate, check;
  /external/apache-http/src/org/apache/http/cookie/
CookieSpec.java 74 * @see #validate
84 * Validate the cookie according to validation rules defined by the
87 * @param cookie the Cookie to validate
91 void validate(Cookie cookie, CookieOrigin origin) throws MalformedCookieException; method in interface:CookieSpec
  /external/apache-http/src/org/apache/http/impl/cookie/
AbstractCookieAttributeHandler.java 46 public void validate(final Cookie cookie, final CookieOrigin origin) method in class:AbstractCookieAttributeHandler
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
storage_uri_builder.py 55 uri_str, 'file', debug=self.debug, validate=False,
  /external/droiddriver/src/io/appium/droiddriver/validators/
ExemptScrollActionValidator.java 34 public String validate(UiElement element, Action action) { method in class:ExemptScrollActionValidator
  /external/jcommander/src/test/java/com/beust/jcommander/
ArgsValidate2.java 10 public void validate(String name, File value) throws ParameterException { method in class:ArgsValidate2.FailingValidator
MyClass.java 19 public void validate(String name, String value) throws ParameterException { method in class:MyClass.MyValidator
  /external/libunwind/src/x86/
Ginit_local.c 52 c->validate = 0;
  /external/libunwind/src/x86_64/
Ginit_local.c 54 c->validate = 0;
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
RawCoder.java 13 static void validate(FilterCoder[] filters) method in class:RawCoder
  /external/selinux/libselinux/utils/
selabel_lookup.c 16 "-v Validate entries against loaded policy.\n\t"
36 char *validate = NULL, *key = NULL, *context = NULL, *file = NULL; local
41 { SELABEL_OPT_VALIDATE, validate }
70 validate = (char *)1;
87 selabel_option[1].value = validate;
113 "validate context, or key / type are "
  /libcore/luni/src/main/java/javax/xml/validation/
Validator.java 37 * more than one thread at any given time, and while the <tt>validate</tt>
39 * the <tt>validate</tt> method.
42 * Note that while the {@link #validate(javax.xml.transform.Source)} and {@link #validate(javax.xml.transform.Source, javax.xml.transform.Result)}
86 * validate(source,null);
91 public void validate(Source source) throws SAXException, IOException { method in class:Validator
92 validate(source, null); method
146 * To validate one {@link Source} into another kind of {@link Result}, use the identity transformer
195 * @see #validate(Source)
197 public abstract void validate(Source source, Result result) throws SAXException, IOException method in class:Validator
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 265 * DEBUG context, perform extra runtime checks to validate the
294 validate(); method
310 validate(); method
315 validate(); method
320 validate(); method
326 validate(); method
343 validate(); method
348 validate(); method
353 validate(); method
359 validate(); method
365 validate(); method
371 validate(); method
377 validate(); method
382 validate(); method
388 validate(); method
395 validate(); method
400 validate(); method
405 validate(); method
411 validate(); method
418 validate(); method
424 validate(); method
430 validate(); method
435 validate(); method
440 validate(); method
445 validate(); method
451 validate(); method
456 validate(); method
465 validate(); method
471 validate(); method
493 validate(); method
508 validate(); method
514 validate(); method
529 validate(); method
543 validate(); method
550 validate(); method
558 validate(); method
578 validate(); method
596 validate(); method
602 validate(); method
607 validate(); method
613 validate(); method
622 validate(); method
631 validate(); method
645 validate(); method
655 validate(); method
672 validate(); method
680 validate(); method
686 validate(); method
695 validate(); method
704 validate(); method
713 validate(); method
722 validate(); method
731 validate(); method
742 validate(); method
751 validate(); method
762 validate(); method
768 validate(); method
800 validate(); method
810 validate(); method
816 validate(); method
826 validate(); method
832 validate(); method
838 validate(); method
844 validate(); method
852 validate(); method
863 validate(); method
876 validate(); method
889 validate(); method
898 validate(); \/\/ TODO: is this necessary? method
906 validate(); method
912 validate(); method
924 validate(); method
936 validate(); method
948 validate(); method
960 validate(); method
970 validate(); method
987 validate(); method
1004 validate(); method
1019 validate(); method
1024 validate(); method
1029 validate(); method
1223 void validate() { method in class:RenderScript
1241 validate(); method
1634 validate(); method
1709 validate(); method
    [all...]
  /hardware/libhardware/modules/camera/
Metadata.cpp 68 if (!validate(tag, TYPE_BYTE, count)) return -EINVAL;
79 if (!validate(tag, TYPE_INT32, count)) return -EINVAL;
85 if (!validate(tag, TYPE_FLOAT, count)) return -EINVAL;
91 if (!validate(tag, TYPE_INT64, count)) return -EINVAL;
97 if (!validate(tag, TYPE_DOUBLE, count)) return -EINVAL;
104 if (!validate(tag, TYPE_RATIONAL, count)) return -EINVAL;
108 bool Metadata::validate(uint32_t tag, int tag_type, int count) function in class:default_camera_hal::Metadata
  /hardware/libhardware/modules/usbcamera/
Metadata.cpp 62 if (!validate(tag, TYPE_BYTE, count)) return -EINVAL;
71 if (!validate(tag, TYPE_INT32, count)) return -EINVAL;
76 if (!validate(tag, TYPE_FLOAT, count)) return -EINVAL;
81 if (!validate(tag, TYPE_INT64, count)) return -EINVAL;
86 if (!validate(tag, TYPE_DOUBLE, count)) return -EINVAL;
92 if (!validate(tag, TYPE_RATIONAL, count)) return -EINVAL;
96 bool Metadata::validate(uint32_t tag, int tag_type, int count) { function in class:usb_camera_hal::Metadata
  /external/skia/samplecode/
SamplePathFuzz.cpp 380 validate(path);
387 validate(path);
395 validate(path);
401 validate(path);
408 validate(path);
414 validate(src);
420 validate(path);
427 validate(src);
431 validate(path);
438 validate(src)
575 void validate(const SkPath& path) { function in class:FuzzPath
    [all...]
  /external/skia/src/gpu/
GrPathRenderer.h 91 void validate() const { function in struct:GrPathRenderer::CanDrawPathArgs
108 SkDEBUGCODE(args.validate();)
134 void validate() const { function in struct:GrPathRenderer::DrawPathArgs
150 SkDEBUGCODE(args.validate();)
187 void validate() const { function in struct:GrPathRenderer::StencilPathArgs
204 SkDEBUGCODE(args.validate();)
GrPathRenderingDrawContext.cpp 25 SkDEBUGCODE(this->validate();)
45 SkDEBUGCODE(this->validate();)
64 SkDEBUGCODE(this->validate();)
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandomScript.java 142 * @see MonkeySourceScript#validate()
144 public boolean validate() { method in class:MonkeySourceRandomScript
145 if (mSetupSource != null && !mSetupSource.validate()) {
150 if (!source.validate()) {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 102 * @param validate If true the new QName will be validated and an IllegalArgumentException will
105 public QName(String namespaceURI, String localName, boolean validate)
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)
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)
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
CharSequences.java 63 validate(start, end, bytes.length);
76 validate(newStart, newEnd, length());
86 static void validate(int start, int end, int length) {

Completed in 700 milliseconds

1 23 4 5 6 7 8 91011>>