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

1 2

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransport.h 63 ParseError* error);
71 ParseError* error);
76 ParseError* error);
sessionclient.h 37 struct ParseError;
46 ParseError* error) = 0;
73 ParseError* error) = 0;
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);
rawtransport.h 50 ParseError* error);
68 ParseError* error);
sessionmessages.h 42 struct ParseError;
206 ParseError* error);
211 ParseError* error);
220 ParseError* error);
233 ParseError* error);
244 ParseError* error);
256 ParseError* error);
263 SessionNotify* notify, ParseError* error);
265 SessionUpdate* update, ParseError* error);
transport.h 69 struct ParseError;
89 ParseError* error) = 0;
102 ParseError* error);
179 ParseError* error);
sessionmessages.cc 161 ParseError* error) {
177 ParseError* error) {
199 ParseError* error) {
209 ParseError* error) {
283 ParseError* error) {
297 ParseError* error) {
343 ParseError* error) {
359 ParseError* error) {
477 ParseError* error) {
493 ParseError* error)
    [all...]
parsing.cc 41 bool BadParse(const std::string& text, ParseError* err) {
110 ParseError* error) {
124 ParseError* error) {
rawtransport.cc 57 ParseError* error) {
98 ParseError* error) {
p2ptransport.cc 82 ParseError* error) {
102 ParseError* error) {
137 ParseError* error) {
  /development/testrunner/
errors.py 44 class ParseError(MsgException):
coverage_targets.py 54 errors.ParseError if file_path cannot be parsed
61 raise errors.ParseError
64 raise errors.ParseError
  /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/chrome/common/extensions/
update_manifest.h 76 void ParseError(const char* details, ...);
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());
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations_unittest.py 196 self.assertFalse(True, "ParseError wasn't raised")
197 except ParseError, e:
208 self.assertFalse(True, "ParseError wasn't raised")
209 except ParseError, e:
221 self.assertRaises(ParseError, self.parse_exp,
256 self.assertRaises(ParseError, self.parse_exp,
261 self.assertRaises(ParseError, self.parse_exp,
266 self.assertRaises(ParseError, self.parse_exp,
270 self.assertRaises(ParseError, self.parse_exp,
274 self.assertRaises(ParseError, self.parse_exp
    [all...]
  /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, " \
  /prebuilt/common/mkidentity/
mkidentity-prebuilt.jar 
  /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/protobuf/python/google/protobuf/internal/
text_format_test.py 211 text_format.ParseError,
220 text_format.ParseError,
225 text_format.ParseError,
234 text_format.ParseError, '1:16 : Expected ">".',
239 text_format.ParseError, '1:16 : Expected "}".',
259 text_format.ParseError,
267 text_format.ParseError,
370 self.assertRaises(text_format.ParseError, tokenizer.ConsumeUint32)
371 self.assertRaises(text_format.ParseError, tokenizer.ConsumeUint64)
374 self.assertRaises(text_format.ParseError, tokenizer.ConsumeUint32
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.h 87 ParseError* error);
tunnelsessionclient.h 118 ParseError* error);
  /external/webkit/Source/JavaScriptCore/runtime/
RegExp.h 63 ParseError,
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
test_expectations.py 95 except test_expectations.ParseError, error:
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 481 ParseError* error) {
510 ParseError* error) {
545 ParseError* error) {
578 ParseError* error) {
629 ParseError* error) {
687 ParseError* error) {
710 ParseError* error) {
736 ParseError* error) {
    [all...]

Completed in 180 milliseconds

1 2