HomeSort by relevance Sort by last modified time
    Searched full:validating (Results 76 - 100 of 193) sorted by null

1 2 34 5 6 7 8

  /libcore/luni/src/main/java/org/xml/sax/
ErrorHandler.java 81 * of the W3C XML 1.0 Recommendation. For example, a validating
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserTest.java 142 boolean validating = false; field in class:SAXParserTest
149 // we differntiate between a validating and a non validating parser
152 validating = parser.isValidating();
311 notes = "No validating parser in Android, hence not tested",
    [all...]
SAXParserFactoryTest.java 79 @AndroidOnly("Android SAX implementation is non-validating")
230 // Expected, since Android doesn't have a validating parser.
  /external/libxml2/
globals.c 213 * Global setting, indicate that the parser should work in validating mode.
230 * validating.
error.c 106 * error messages while not parsing nor validating. And @ctx will
129 * error messages while not parsing nor validating. And @ctx will
xmllint.c     [all...]
  /external/e2fsprogs/tests/progs/
test_icount.c 230 com_err(argv[0], retval, "while validating icount structure");
  /external/freetype/include/freetype/
ftgxval.h 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */
  /external/webkit/WebCore/page/
SecurityOrigin.h 61 // domain. The caller is responsible for validating newDomain.
  /external/webkit/WebKit/mac/WebView/
WebFrame.h 168 @discussion Performs HTTP/1.1 end-to-end revalidation using cache-validating conditionals if possible.
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_attr_process.c 37 "validating authenticator");
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3_nist2.sh 22 # TODO: add support for validating CRLs
  /frameworks/base/core/java/android/widget/
MultiAutoCompleteTextView.java 143 * Instead of validating the entire text, this subclass method validates
  /frameworks/base/core/java/com/android/internal/net/
DomainNameValidator.java 184 Log.v(TAG, "Validating subject: DN:"
  /external/qemu/memcheck/
memcheck.c 216 /* Verify that validating address range doesn't start before the address
226 /* Verify that validating address range ends inside the user block.
247 // Validating address range is fully contained inside the user block.
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 468 Log.i(LOG_TAG, "Validating file " + filename + " at " + path);
499 Log.i(LOG_TAG, "Validating file " + filename + " at " + path);
534 Log.i(LOG_TAG, "Validating file " + filename + " at " + path);
  /frameworks/base/core/java/android/util/
Patterns.java 159 * might be phone numbers in arbitrary text, not for validating whether
  /frameworks/base/telephony/java/com/android/internal/telephony/
RetryManager.java 338 * Parse an integer validating the value is not negative.
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParserFilter.java 124 * <br>For validating parsers, the checks are made on the original
  /cts/tools/host/test/com/android/cts/
ConsoleTests.java 168 * Test validating partial zipped package when adding package..
187 * Test validating package file suffix when adding package.
  /external/dbus/dbus/
dbus-marshal-validate.c 306 _dbus_verbose (" validating value of type %s type reader %p type_pos %d p %p end %p %d remain\n",
646 _dbus_verbose ("validating body from pos %d len %d sig '%s'\n",
  /external/libxml2/include/libxml/
tree.h 323 xmlRegexpPtr contModel; /* the validating regexp */
406 xmlAttributeType atype; /* the attribute type if validating */
    [all...]
  /external/chromium/googleurl/src/
url_canon_etc.cc 271 // Now iterate through all the characters, converting to UTF-8 and validating.
url_canon_path.cc 217 // do anything tricky with decoding/validating UTF-8. This function will
  /external/chromium/net/base/
registry_controlled_domain.h 107 GURL to normalize rules, and validating the rules.

Completed in 688 milliseconds

1 2 34 5 6 7 8