/external/bouncycastle/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) 103 this.validation = validation; 153 return validation;
|
DSAParameters.java | 13 private DSAValidationParameters validation; field in class:DSAParameters 34 this.validation = params; 54 return validation;
|
/libcore/luni/src/main/java/javax/xml/validation/ |
package.html | 6 This package provides an API for validation of XML documents. <em>Validation</em> is the process of verifying 34 Previous versions of JAXP supported validation as a feature of an XML parser, represented by 38 The JAXP validation API decouples the validation of an instance document from the parsing of an 43 XML schema languages. The Validation API provides a standard mechanism through which applications 44 may take of advantage of specialization validation libraries which support additional schema 47 of a schema to use for validation with JAXP parsers can be confusing. The Validation API makes this 53 an XML document with the Validation API (for readability, some exception handling is not shown) [all...] |
/external/libxml2/include/libxml/ |
relaxng.h | 2 * Summary: implementation of the Relax-NG validation 3 * Description: implementation of the Relax-NG validation 29 * @ctx: the validation context 33 * Signature of an error callback from a Relax-NG validation 39 * @ctx: the validation context 43 * Signature of a warning callback from a Relax-NG validation 48 * A schemas validation context 59 * List of possible Relax NG validation errors 188 * Interfaces for progressive validation when possible
|
xmlschemas.h | 59 * for invalid values, if adding to the validation 65 * This is the set of XML Schema validation options. 89 * @ctx: the validation context 93 * Signature of an error callback from an XSD validation 99 * @ctx: the validation context 103 * Signature of a warning callback from an XSD validation 108 * A schemas validation context 202 * Interface to insert Schemas SAX validation in a SAX stream
|
schematron.h | 42 * @ctx: the validation context 46 * Signature of an error callback from a Schematron validation 52 * @ctx: the validation context 56 * Signature of a warning callback from a Schematron validation 61 * A schemas validation context
|
/libcore/luni/src/main/java/java/security/cert/ |
PKIXCertPathValidatorResult.java | 23 * The implementation of the result of the PKIX certification path validation. 29 // A trust anchor used during validation of certification path 32 // certification path validation algorithm 45 * the valid policy tree from the validation. 47 * the subject public key from the validation. 63 * Returns the valid policy tree from the validation. 65 * @return the valid policy tree from the validation. 72 * Returns the subject public key from the validation. 74 * @return the subject public key from the validation.
|
/cts/tests/tests/webkitsecurity/assets/ |
interactive-validation-select-crash.html | 6 <p>Test for a bug that RenderBlock crashed when a validation message bubble for a select element with float:left was closing.</p> 20 // Make the <select> valid to close the validation message bubble.
|
/external/apache-xml/ |
ThirdPartyProject.prop | 5 keywords=apache xml commons xalan xslt xpath validation
|
/external/freetype/include/freetype/internal/ |
ftvalid.h | 5 /* FreeType validation support (specification). */ 41 /* handle to a validation object */ 47 /* There are three distinct validation levels defined here: */ 50 /* A table that passes this validation level can be used reliably by */ 55 /* A table that passes this validation level can be used reliably and */ 84 FT_ValidationLevel level; /* validation level */ 108 /* error checks within the validation routines. */
|
/external/nist-sip/java/gov/nist/javax/sip/ |
DialogExt.java | 40 * Turn off sequence number validation for this dialog. This passes all requests to the 42 * purposes. Validation is delegated to the application and the stack will not attempt to 44 * validation of CSeq and the ACK retransmission recognition are delegated to the application.
|
/libcore/dom/src/test/java/org/w3c/domts/level3/validation/ |
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");
|
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");
|
TestBatik.java | 12 package org.w3c.domts.level3.validation; 37 "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");
|
/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
|
/frameworks/base/tools/validatekeymaps/ |
Android.mk | 4 # Keymap validation tool.
|
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
DocumentBuilderFactoryImpl.java | 34 private static final String VALIDATION = 35 "http://xml.org/sax/features/validation"; 50 } else if (VALIDATION.equals(name)) { 98 } else if (VALIDATION.equals(name)) {
|
SAXParserFactoryImpl.java | 36 private static final String VALIDATION 37 = "http://xml.org/sax/features/validation"; 66 return getFeature(VALIDATION); 116 setFeature(VALIDATION, value);
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
FailedPredicateException.js | 1 /** A semantic predicate failed during validation. Validation of predicates
|
/external/eyes-free/AccessCheck/src/com/android/accessibility/ |
AccessibilityValidator.java | 39 /** Errors generated by thrown exceptions (and not by validation errors). */ 43 /** The total number of validation test errors across all files. */ 56 * validation 87 * Performs validation of Android layout files and logs errors that have 88 * been encountered during the validation. Returns true if the validation 98 sLogger.info("done with validation"); 186 * Gets the total number of test validation errors across all files.
|
/external/libselinux/src/ |
label_internal.h | 3 * for calling the user-supplied memory allocation, validation, 66 * Validation function
|