Home
last modified time | relevance | path

Searched refs:ParseError (Results 1 – 25 of 79) sorted by relevance

1234

/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py211 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/p2p/base/
Dparsing.h43 struct ParseError { struct
50 ParseError() : extra(NULL) {} in ParseError() argument
52 ~ParseError() { in ~ParseError() argument
71 bool BadParse(const std::string& text, ParseError* err); argument
96 ParseError* error);
100 ParseError* error);
Dsessionmessages.h42 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);
Dsessionclient.h37 struct ParseError;
46 ParseError* error) = 0;
73 ParseError* error) = 0;
Dp2ptransport.h63 ParseError* error);
71 ParseError* error);
76 ParseError* error);
Dsessionmessages.cc161 ParseError* error) { in ParseGingleSessionMessage()
177 ParseError* error) { in ParseJingleSessionMessage()
199 ParseError* error) { in ParseHybridSessionMessage()
209 ParseError* error) { in ParseSessionMessage()
283 ParseError* error) { in ParseCandidates()
297 ParseError* error) { in ParseGingleTransportInfos()
343 ParseError* error) { in ParseJingleTransportInfo()
359 ParseError* error) { in ParseJingleTransportInfos()
477 ParseError* error) { in ParseContentInfo()
493 ParseError* error) { in ParseContentType()
[all …]
Dtransport.h69 struct ParseError;
89 ParseError* error) = 0;
102 ParseError* error);
179 ParseError* error);
Drawtransport.h50 ParseError* error);
68 ParseError* error);
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dtext_format_test.py348 self.assertRaises(text_format.ParseError, text_format.Merge, text, message)
354 text_format.ParseError,
363 text_format.ParseError,
372 text_format.ParseError,
377 text_format.ParseError,
386 text_format.ParseError, '1:16 : Expected ">".',
391 text_format.ParseError, '1:16 : Expected "}".',
411 text_format.ParseError,
419 text_format.ParseError,
428 text_format.ParseError,
[all …]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.h44 struct ParseError;
162 ParseError* error);
167 ParseError* error);
177 ParseError* error);
193 ParseError* error);
206 ParseError* error);
216 ParseError* error);
231 ParseError* error);
Dparsing.h46 struct ParseError { struct
53 ParseError() : extra(NULL) {} in ParseError() function
55 ~ParseError() { in ~ParseError() argument
74 bool BadParse(const std::string& text, ParseError* err); argument
142 ParseError* error);
146 ParseError* error);
Dp2ptransport.h67 ParseError* error);
77 ParseError* error);
88 ParseError* error);
96 ParseError* error);
Dsessionclient.h39 struct ParseError;
48 ParseError* error) = 0;
83 ParseError* error) = 0;
Dsessionmessages.cc155 ParseError* error) { in ParseGingleSessionMessage()
171 ParseError* error) { in ParseJingleSessionMessage()
187 ParseError* error) { in ParseHybridSessionMessage()
197 ParseError* error) { in ParseSessionMessage()
277 ParseError* error) { in GetParserAndTranslator()
313 ParseError* error) { in ParseGingleCandidate()
336 ParseError* error) { in ParseGingleCandidates()
355 ParseError* error) { in ParseGingleTransportInfos()
423 ParseError* error) { in ParseJingleTransportInfo()
445 ParseError* error) { in ParseJingleTransportInfos()
[all …]
Drawtransport.h52 ParseError* error);
70 ParseError* error);
Dparsing.cc41 bool BadParse(const std::string& text, ParseError* err) { in BadParse()
97 ParseError* error) { in RequireXmlChild()
111 ParseError* error) { in RequireXmlAttr()
Dp2ptransport.cc85 ParseError* error) { in ParseTransportDescription()
143 ParseError* error) { in ParseGingleCandidate()
164 ParseError* error) { in VerifyUsernameFormat()
182 ParseError* error) { in ParseCandidate()
/external/chromium/chrome/common/extensions/
Dupdate_manifest.cc35 void UpdateManifest::ParseError(const char* details, ...) { in ParseError() function in UpdateManifest
203 ParseError("Empty xml"); in Parse()
214 ParseError("%s", xml_errors.c_str()); in Parse()
220 ParseError("Missing root node"); in Parse()
227 ParseError("Missing or incorrect xmlns on gupdate tag"); in Parse()
232 ParseError("Missing gupdate tag"); in Parse()
238 ParseError("Missing/incorrect protocol on gupdate tag " in Parse()
260 ParseError("%s", error.c_str()); in Parse()
/external/chromium_org/chrome/common/extensions/
Dupdate_manifest.cc37 void UpdateManifest::ParseError(const char* details, ...) { in ParseError() function in UpdateManifest
221 ParseError("Empty xml"); in Parse()
232 ParseError("%s", xml_errors.c_str()); in Parse()
238 ParseError("Missing root node"); in Parse()
245 ParseError("Missing or incorrect xmlns on gupdate tag"); in Parse()
250 ParseError("Missing gupdate tag"); in Parse()
256 ParseError("Missing/incorrect protocol on gupdate tag " in Parse()
278 ParseError("%s", error.c_str()); in Parse()
/external/chromium_org/chrome/browser/component_updater/
Dupdate_response.cc36 void UpdateResponse::ParseError(const char* details, ...) { in ParseError() function in component_updater::UpdateResponse
278 ParseError("Empty xml"); in Parse()
289 ParseError("%s", xml_errors.c_str()); in Parse()
295 ParseError("Missing root node"); in Parse()
300 ParseError("Missing response tag"); in Parse()
306 ParseError("Missing/incorrect protocol on response tag " in Parse()
330 ParseError("%s", error.c_str()); in Parse()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediamessages.cc154 ParseError* error) { in ParseStaticVideoView()
177 ParseError* error) { in ParseJingleViewRequest()
217 ParseError* error) { in ParseSsrcAsLegacyStream()
232 ParseError* error) { in ParseSsrcs()
249 ParseError* error) { in ParseSsrcGroups()
266 ParseError* error) { in ParseJingleStream()
287 ParseError* error) { in ParseJingleRtpHeaderExtensions()
310 ParseError* error) { in ParseJingleStreams()
Dmediamessages_unittest.cc191 cricket::ParseError parse_error; in TEST_F()
227 cricket::ParseError parse_error; in TEST_F()
248 cricket::ParseError parse_error; in TEST_F()
284 cricket::ParseError parse_error; in TEST_F()
308 cricket::ParseError parse_error; in TEST_F()
333 cricket::ParseError parse_error; in TEST_F()
344 cricket::ParseError parse_error; in TEST_F()
Dmediamessages.h129 ParseError* error);
149 ParseError* error);
160 ParseError* error);
/external/chromium_org/tools/site_compare/
Dcommand_line.py27 class ParseError(Exception): class
282 except ParseError, e:
317 except ParseError, e:
397 raise ParseError("Unknown argument: '%s'" % argstr)
401 raise ParseError("Argument '%s' requires a value" % argstr)
422 raise ParseError
426 raise ParseError("'%s': '%s' does not exist" % (argstr, value))
434 raise ParseError
439 except ParseError, e:
443 e = ParseError("'%s': unable to convert '%s' to type '%s'" %
[all …]
/external/llvm/utils/llvm-build/llvmbuild/
Dcomponentinfo.py11 class ParseError(Exception): class
389 raise ParseError("multiple values for scalar key: %r" % key)
395 raise ParseError("missing value for required string: %r" % key)
403 raise ParseError("invalid value(%r) for boolean property: %r" % (
410 raise ParseError("missing value for required boolean: %r" % key)
463 except ParseError,e:

1234