HomeSort by relevance Sort by last modified time
    Searched defs:ParseError (Results 1 - 9 of 9) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
parsing.h 34 #include "talk/xmllite/xmlelement.h" // Needed to delete ParseError.extra.
43 struct ParseError {
50 ParseError() : extra(NULL) {}
52 ~ParseError() {
71 bool BadParse(const std::string& text, ParseError* err);
96 ParseError* error);
100 ParseError* error);
  /development/testrunner/
errors.py 44 class ParseError(MsgException):
  /external/webkit/Source/JavaScriptCore/runtime/
RegExp.h 63 ParseError,
  /external/chromium/chrome/common/extensions/
update_manifest.cc 35 void UpdateManifest::ParseError(const char* details, ...) {
203 ParseError("Empty xml");
214 ParseError("%s", xml_errors.c_str());
220 ParseError("Missing root node");
227 ParseError("Missing or incorrect xmlns on gupdate tag");
232 ParseError("Missing gupdate tag");
238 ParseError("Missing/incorrect protocol on gupdate tag "
260 ParseError("%s", error.c_str());
  /system/media/mca/
structgen.py 98 class ParseError:
228 raise ParseError(lineno, "Unknown field type '%s'!" % typestr)
231 raise ParseError(lineno, "Unknown command: '%s'!" % cmd)
237 raise ParseError(lineno, "Required field '@name' missing!")
239 raise ParseError(lineno, "Required field '@package' missing!")
241 raise ParseError(lineno, "Required field '@libname' missing!")
250 raise ParseError(lineno, "Not enough arguments specifed for command '%s'! Expected %d, " \
253 raise ParseError(lineno, "Too many arguments specifed for command '%s'! Expected %d, " \
  /external/protobuf/python/google/protobuf/
text_format.py 52 class ParseError(Exception):
134 ParseError: On ASCII parsing problems.
149 ParseError: In case of ASCII parsing problems.
230 ParseError: In case of ASCII parsing problems.
379 ParseError: If the text couldn't be consumed.
402 ParseError: If an identifier couldn't be consumed.
417 ParseError: If a signed 32bit integer couldn't be consumed.
433 ParseError: If an unsigned 32bit integer couldn't be consumed.
449 ParseError: If a signed 64bit integer couldn't be consumed.
465 ParseError: If an unsigned 64bit integer couldn't be consumed
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 190 class ParseError(Exception):
199 return 'ParseError(fatal=%s, errors=%s)' % (self.fatal, self.errors)
369 raise ParseError(fatal=True, errors=self._errors)
371 raise ParseError(fatal=False, errors=self._non_fatal_errors)
    [all...]
  /prebuilt/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 667 static ConnectionError ParseError(const std::string& error) {
    [all...]

Completed in 337 milliseconds