HomeSort by relevance Sort by last modified time
    Searched full:validating (Results 51 - 75 of 669) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libselinux/src/
label_internal.h 50 int validating; member in struct:selabel_handle
  /external/libxml2/
libxml.3 30 It is currently not a validating XML processor.
  /external/pdfium/third_party/freetype/src/base/
ftgxval.c 5 /* FreeType API for validating TrueTyepGX/AAT tables (body). */
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidator.java 61 sLogger.info("Validating classes using android jar for subclasses of ImageView");
92 sLogger.info("Validating files under " + mRootFilePath);
140 sLogger.info("Validating " + getLayoutFiles().size());
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
gxvmort.c 196 GXV_TRACE(( "validating chain subtable %d/%d (%d bytes)\n",
278 FT_TRACE3(( "validating `mort' table\n" ));
290 GXV_TRACE(( "validating chain %d/%d\n", i + 1, nChains ));
  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 253 strategies.put("validating",
407 * Indicates whether the implementation is validating.
408 * @return true if validating
  /cts/tools/selinux/
SELinuxNeverallowTestFrame.py 98 assertTrue("The following errors were encountered when validating the SELinux"
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_xsrfutil.py 40 """Test generating and validating a token."""
  /external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/
auth.rst 47 """Returns a user object, validating password.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
_README.txt 25 slightly different error messages when validating invalid feed data, they are both provided for
  /external/libxml2/doc/examples/
reader2.c 5 * validating the content in the process and activating options
  /external/libxml2/include/libxml/
schematron.h 100 * Interfaces for validating
  /external/mockito/src/org/mockito/runners/
MockitoJUnitRunner.java 34 * Explicitly validating framework usage is also optional because it is triggered automatically by Mockito every time you use the framework.
  /frameworks/av/services/audioflinger/
FastMixerState.h 33 // The provider implementation is responsible for validating that the return value is in range.
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
alltests.java 53 // sink.addTest(attrdefaultvalue.class); //javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
58 // sink.addTest(attrnotspecifiedvalue.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
65 // sink.addTest(attrspecifiedvalueremove.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
116 // sink.addTest(documentcreateelementdefaultattr.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
159 // sink.addTest(elementremoveattribute.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
166 // sink.addTest(elementremoveattributerestoredefaultvalue.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
170 // sink.addTest(elementretrieveallattributes.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
187 // sink.addTest(namednodemapremovenameditem.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
188 // sink.addTest(namednodemapremovenameditemgetvalue.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderFactoryImpl.java 62 "No validating DocumentBuilder implementation available");
SAXParserFactoryImpl.java 76 "No validating SAXParser implementation available");
  /libcore/luni/src/main/java/org/w3c/dom/
DOMErrorHandler.java 18 * processing XML data, or when doing some other processing (e.g. validating
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
OCSP.java 61 * incur the overhead of validating all of the certificates in the
112 * encoding the OCSP Request or validating the OCSP Response
150 * encoding the OCSP Request or validating the OCSP Response
197 * encoding the OCSP Request or validating the OCSP Response
  /system/sepolicy/tools/
README 2 which are used in building and validating the policy and others are
  /system/update_engine/payload_consumer/
delta_performer_unittest.cc 113 // The Manifest we are validating.
533 // The Manifest we are validating.
546 // The Manifest we are validating.
561 // The Manifest we are validating.
571 // The Manifest we are validating.
584 // The Manifest we are validating.
598 // The Manifest we are validating.
612 // The Manifest we are validating.
626 // The Manifest we are validating.
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/xml/
XmlParser.java 54 * By default, the parser is created as a validating parser only if xerces is present. This can be
55 * configured by setting the "org.eclipse.jetty.xml.XmlParser.Validating" system property.
79 String validating_prop = System.getProperty("org.eclipse.jetty.xml.XmlParser.Validating", validating_dft ? "true" : "false");
80 boolean validating = Boolean.valueOf(validating_prop).booleanValue();
81 setValidating(validating);
88 public XmlParser(boolean validating)
90 setValidating(validating);
94 public void setValidating(boolean validating)
99 factory.setValidating(validating);
104 if (validating)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
https_connection.py 77 "validating server certificate: hostname=%s, certificate hosts=%s",
101 certs for validating the server against.
  /external/guice/core/test/com/googlecode/guice/
OSGiContainerTest.java 127 + "compiled & built jars. This is because the test is validating that the Guice jar "
132 //compiled & built jars. This is because the test is validating that the Guice jar
  /frameworks/av/include/media/
mediarecorder.h 58 OUTPUT_FORMAT_AUDIO_ONLY_START = 3, // Used in validating the output format. Should be the
68 OUTPUT_FORMAT_AUDIO_ONLY_END = 7, // Used in validating the output format. Should be the

Completed in 1201 milliseconds

1 23 4 5 6 7 8 91011>>