HomeSort by relevance Sort by last modified time
    Searched refs:ParseError (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionclient.h 39 struct ParseError;
48 ParseError* error) = 0;
83 ParseError* error) = 0;
p2ptransport.h 67 ParseError* error);
77 ParseError* error);
88 ParseError* error);
96 ParseError* error);
rawtransport.h 52 ParseError* error);
70 ParseError* error);
parsing.h 33 #include "webrtc/libjingle/xmllite/xmlelement.h" // Needed to delete ParseError.extra.
46 struct ParseError {
53 ParseError() : extra(NULL) {}
55 ~ParseError() {
74 bool BadParse(const std::string& text, ParseError* err);
142 ParseError* error);
146 ParseError* error);
sessionmessages.h 44 struct ParseError;
162 ParseError* error);
167 ParseError* error);
177 ParseError* error);
193 ParseError* error);
206 ParseError* error);
216 ParseError* error);
231 ParseError* error);
parsing.cc 41 bool BadParse(const std::string& text, ParseError* err) {
97 ParseError* error) {
111 ParseError* error) {
rawtransport.cc 59 ParseError* error) {
107 ParseError* error) {
sessionmessages.cc 155 ParseError* error) {
171 ParseError* error) {
187 ParseError* error) {
197 ParseError* error) {
277 ParseError* error) {
313 ParseError* error) {
336 ParseError* error) {
355 ParseError* error) {
423 ParseError* error) {
445 ParseError* error)
    [all...]
  /development/testrunner/
errors.py 44 class ParseError(MsgException):
  /external/chromium_org/third_party/android_testrunner/
errors.py 44 class ParseError(MsgException):
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/
run_parser.py 15 from mojom.parse.parser import Parse, ParseError
28 except ParseError, e:
parser_unittest.py 66 parser.ParseError,
81 parser.ParseError,
98 parser.ParseError,
110 parser.ParseError,
127 parser.ParseError,
211 parser.ParseError,
224 parser.ParseError,
237 parser.ParseError,
254 parser.ParseError,
268 parser.ParseError,
    [all...]
  /external/deqp/executor/
xeDefs.hpp 41 class ParseError : public Error
44 ParseError (const std::string& message) : Error(message) {}
xeContainerFormatParser.hpp 47 class ContainerParseError : public ParseError
50 ContainerParseError (const std::string& message) : ParseError(message) {}
xeTestResultParser.hpp 46 class TestResultParseError : public ParseError
49 TestResultParseError (const std::string& message) : ParseError(message) {}
xeXMLParser.hpp 77 class ParseError : public xe::ParseError
80 ParseError (const std::string& message) : xe::ParseError(message) {}
  /development/testrunner/test_defs/
test_defs.py 52 ParseError if file_path cannot be parsed
59 raise errors.ParseError
62 raise errors.ParseError
63 except errors.ParseError, e:
70 # TODO: catch exceptions and raise ParseError
87 raise errors.ParseError(msg=error_msg)
128 ParseError if xml format is not recognized
  /external/chromium_org/extensions/common/
update_manifest.cc 37 void UpdateManifest::ParseError(const char* details, ...) {
221 ParseError("Empty xml");
232 ParseError("%s", xml_errors.c_str());
238 ParseError("Missing root node");
245 ParseError("Missing or incorrect xmlns on gupdate tag");
250 ParseError("Missing gupdate tag");
256 ParseError("Missing/incorrect protocol on gupdate tag "
278 ParseError("%s", error.c_str());
update_manifest.h 89 void ParseError(const char* details, ...);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamessages.h 129 ParseError* error);
149 ParseError* error);
160 ParseError* error);
mediamessages.cc 147 ParseError* error) {
170 ParseError* error) {
210 ParseError* error) {
225 ParseError* error) {
242 ParseError* error) {
259 ParseError* error) {
280 ParseError* error) {
303 ParseError* error) {
  /external/chromium_org/components/component_updater/
update_response.cc 38 void UpdateResponse::ParseError(const char* details, ...) {
278 ParseError("Empty xml");
289 ParseError("%s", xml_errors.c_str());
295 ParseError("Missing root node");
300 ParseError("Missing response tag");
306 ParseError(
332 ParseError("%s", error.c_str());
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py 54 class ParseError(Exception):
154 ParseError: On ASCII parsing problems.
169 ParseError: In case of ASCII parsing problems.
250 ParseError: In case of ASCII parsing problems.
375 ParseError: If the text couldn't be consumed.
387 ParseError: If an identifier couldn't be consumed.
402 ParseError: If a signed 32bit integer couldn't be consumed.
418 ParseError: If an unsigned 32bit integer couldn't be consumed.
434 ParseError: If a signed 64bit integer couldn't be consumed.
450 ParseError: If an unsigned 64bit integer couldn't be consumed
    [all...]
  /development/testrunner/coverage/
coverage_targets.py 61 errors.ParseError if file_path cannot be parsed
68 raise errors.ParseError
71 raise errors.ParseError
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
parse_core.py 69 class ParseError(Exception):
82 raise ParseError(reason,*blah)

Completed in 915 milliseconds

1 2 3