HomeSort by relevance Sort by last modified time
    Searched refs:validation (Results 1 - 25 of 66) sorted by null

1 2 3

  /libcore/luni/src/main/java/javax/xml/validation/
Schema.java 20 package javax.xml.validation;
44 * One is {@link Validator}, which provides highly-level validation
SchemaFactoryLoader.java 19 package javax.xml.validation;
TypeInfoProvider.java 19 package javax.xml.validation;
Validator.java 19 package javax.xml.validation;
96 * Validates the specified input and send the augmented validation
150 * Errors found during the validation is sent to the specified
205 * during a validation. When an {@link ErrorHandler} is set,
206 * errors found during the validation will be first sent
210 * The error handler can abort further validation immediately
213 * validation by returning normally from the {@link ErrorHandler}
266 * resource resolution while in a validation episode.
270 * when it needs to locate external resources while a validation,
325 * contexts, such as before, during, or after a validation
    [all...]
ValidatorHandler.java 19 package javax.xml.validation;
125 * the augmented validation result.
166 * This method can be called even during a middle of a validation.
175 * augmented validation result.
189 * during the validation.
193 * during a validation. When an {@link ErrorHandler} is set,
194 * errors found during the validation will be first sent
198 * The error handler can abort further validation immediately
201 * validation by returning normally from the {@link ErrorHandler}
254 * resource resolution while in a validation episode
    [all...]
SchemaFactory.java 20 package javax.xml.validation;
34 * the validation API.
38 * representations of schemas and prepares them for validation.
72 * to define the DTD validation as a process independent from parsing.
76 * validation implemented on this interface necessarily deviate from
126 * <code>"javax.xml.validation.SchemaFactory:<i>schemaLanguage</i>"</code>
140 * <code>javax.xml.validation.SchemaFactory</code> in the resource directory META-INF/services.
646 * performs validation by using location hints specified in documents.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DHParameters.java 19 private DHValidationParameters validation; field in class:DHParameters
71 DHValidationParameters validation)
73 this(p, g, q, DEFAULT_MINIMUM_LENGTH, 0, j, validation);
83 DHValidationParameters validation)
104 this.validation = validation;
154 return validation;
DSAParameters.java 13 private DSAValidationParameters validation; field in class:DSAParameters
34 this.validation = params;
54 return validation;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 17 human-readable validation report. See [llvm::verifyModule]. *)
22 human-readable validation report. See [llvm::verifyFunction]. *)
26 validation report to [stderr] and aborts the program if it is invalid. See
32 validation report to [stderr] and aborts the program if it is invalid. See
  /libcore/dom/src/test/java/org/w3c/domts/level3/validation/
TestBatik.java 12 package org.w3c.domts.level3.validation;
37 "org.w3c.domts.level3.validation.alltests");
TestDefaultLS.java 12 package org.w3c.domts.level3.validation;
26 * Test suite that runs all DOM L3 Validation tests using the
43 "org.w3c.domts.level3.validation.alltests");
TestDefaultLSAltConfig.java 12 package org.w3c.domts.level3.validation;
26 * Test suite that runs all DOM L3 Validation tests using a
43 "org.w3c.domts.level3.validation.alltests");
TestDefaultParser.java 14 package org.w3c.domts.level3.validation;
39 Class testClass = ClassLoader.getSystemClassLoader().loadClass("org.w3c.domts.level3.validation.alltests");
TestDefaultParserAltConfig.java 14 package org.w3c.domts.level3.validation;
42 Class testClass = ClassLoader.getSystemClassLoader().loadClass("org.w3c.domts.level3.validation.alltests");
TestOracle.java 12 package org.w3c.domts.level3.validation;
26 * Test suite that runs all DOM L3 Validation tests using the
42 "org.w3c.domts.level3.validation.alltests");
TestOracleAltConfig.java 12 package org.w3c.domts.level3.validation;
26 * Test suite that runs all DOM L3 Validation tests using the
41 "org.w3c.domts.level3.validation.alltests");
  /frameworks/base/data/keyboards/
Android.mk 15 # This makefile performs build time validation of framework keymap files.
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilder.java 25 import javax.xml.validation.Schema;
DocumentBuilderFactory.java 22 import javax.xml.validation.Schema;
118 * Note that "the validation" here means
121 * In other words, it essentially just controls the DTD validation.
SAXParserFactory.java 22 import javax.xml.validation.Schema;
132 * Note that "the validation" here means
135 * In other words, it essentially just controls the DTD validation.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
PublicKeyFactory.java 119 DHValidationParameters validation = null; local
128 validation = new DHValidationParameters(seed, pgenCounter.intValue());
131 return new DHPublicKeyParameters(y, new DHParameters(p, g, q, j, validation));
  /external/v8/test/mjsunit/regress/
regress-1129.js 43 // Trigger a heap validation.
  /frameworks/base/libs/androidfw/
Android.mk 17 # libandroidfw is partially built for the host (used by build time keymap validation tool)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 

Completed in 1894 milliseconds

1 2 3