Searched defs:validate (Results 1 - 9 of 9) sorted by relevance

/libcore/luni/src/main/java/java/security/cert/
H A DCertPathValidator.java188 public final CertPathValidatorResult validate(CertPath certPath, method in class:CertPathValidator
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
H A DObjectIdentifier.java56 validate(oid);
103 public static void validate(int[] oid) { method in class:ObjectIdentifier
/libcore/luni/src/main/java/javax/xml/validation/
H A DValidator.java37 * 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);
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(Sourc method in class:Validator
[all...]
/libcore/luni/src/main/java/libcore/net/
H A DUriCodec.java42 public final String validate(String uri, int start, int end, String name) method in class:UriCodec
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDOMConfigurationImpl.java88 * the validate parameter to true. Has no effect when validate is false.
97 config.validate = true;
139 * validate-if-schema = false
153 // validate-if-schema is always false
165 // validate-if-schema is always false
205 * A list of whitespace-separated URIs representing the schemas to validate
253 * Setting this unsets validate-if-schema.
255 PARAMETERS.put("validate", new BooleanParameter() {
257 return config.validate;
296 private boolean validate = false; field in class:DOMConfigurationImpl
[all...]
/libcore/luni/src/test/java/libcore/xml/
H A DExpatSaxParserTest.java108 validate(handler);
113 validate(handler);
119 validate(handler);
127 static void validate(TestHandler handler) { method in class:ExpatSaxParserTest
178 handler.validate();
196 public void validate() { method in class:ExpatSaxParserTest.NamespaceHandler
H A DPullParserTest.java551 validate(parser);
559 validate(parser);
562 static void validate(XmlPullParser parser) throws Exception { method in class:PullParserTest
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 437 milliseconds