HomeSort by relevance Sort by last modified time
    Searched refs:validation (Results 26 - 50 of 90) sorted by null

12 3 4

  /libcore/luni/src/main/java/javax/xml/parsers/
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.
SAXParser.java 25 import javax.xml.validation.Schema;
  /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/chromium_org/third_party/libxml/src/
libxml2.spec 15 this includes parsing and validation even with complex DtDs, either
34 this includes parsing and validation even with complex DtDs, either
55 this includes parsing and validation even with complex DTDs, either
  /external/chromium_org/tools/grit/grit/
exception.py 86 '''The specified message failed validation.'''
  /libcore/luni/src/main/java/javax/xml/validation/
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.
SchemaFactoryFinder.java 19 package javax.xml.validation;
240 return createInstance("org.apache.xerces.jaxp.validation.XMLSchemaFactory");
244 return createInstance("org.apache.xerces.jaxp.validation.XMLSchema11Factory");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
parameter.hpp 23 #include <boost/test/utils/runtime/validation.hpp>
argument_factory.hpp 22 #include <boost/test/utils/runtime/validation.hpp>
30 #include <boost/test/utils/runtime/cla/validation.hpp>
  /external/chromium_org/chrome/renderer/resources/extensions/
messaging_utils.js 9 // schema validation is expecting, e.g.
runtime_custom_bindings.js 125 // schema validation is expecting, e.g.
event.js 456 // We remove the first parameter from the validation to give the user more
471 // We remove the first parameter from the validation to give the user more
488 // We remove the first parameter from the validation to give the user more
messaging.js 64 // TODO(kalman/mpcomplete): it would be better to do the same validation
66 // schema validation Error, but just maintain the old behaviour until
  /external/chromium_org/v8/test/webkit/
dfg-inline-constructor-that-uses-arguments.js 25 "Tests that we can inline a constructor that uses arguments without failing DFG validation."
  /frameworks/native/libs/input/
Android.mk 17 # libinput is partially built for the host (used by build time keymap validation tool)
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1129.js 43 // Trigger a heap validation.
  /external/v8/test/mjsunit/regress/
regress-1129.js 43 // Trigger a heap validation.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 
  /external/fdlibm/
makefile.in 124 @echo This package does not have a validation suite.
  /external/jdiff/
xerces.jar 
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 32 import javax.xml.validation.SchemaFactory;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 24 validation = False variable in class:Options
106 ("validation", 0): [
107 ("validation", 0)],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 24 validation = False variable in class:Options
106 ("validation", 0): [
107 ("validation", 0)],
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 468 # In such case, validation would fail, since we'd send different data than OP
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 468 # In such case, validation would fail, since we'd send different data than OP

Completed in 799 milliseconds

12 3 4