Searched refs:ParseError (Results 1 - 25 of 70) sorted by relevance

123

/external/chromium_org/third_party/android_testrunner/
H A Derrors.py44 class ParseError(MsgException): class in inherits:MsgException
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/
H A Drun_parser.py15 from mojom.parse.parser import Parse, ParseError namespace
28 except ParseError, e:
H A Dparser_unittest.py66 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/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransport.h67 ParseError* error);
77 ParseError* error);
88 ParseError* error);
96 ParseError* error);
H A Drawtransport.h52 ParseError* error);
70 ParseError* error);
H A Dsessionclient.h39 struct ParseError;
48 ParseError* error) = 0;
83 ParseError* error) = 0;
H A Dparsing.h33 #include "webrtc/libjingle/xmllite/xmlelement.h" // Needed to delete ParseError.extra.
46 struct ParseError { struct in namespace:cricket
53 ParseError() : extra(NULL) {} function in struct:cricket::ParseError
55 ~ParseError() {
74 bool BadParse(const std::string& text, ParseError* err);
142 ParseError* error);
146 ParseError* error);
H A 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);
H A Dparsing.cc41 bool BadParse(const std::string& text, ParseError* err) {
97 ParseError* error) {
111 ParseError* error) {
H A Drawtransport.cc59 ParseError* error) {
107 ParseError* error) {
H A Dsessionmessages.cc155 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* erro
[all...]
/external/deqp/executor/
H A DxeDefs.hpp41 class ParseError : public Error class in namespace:xe
44 ParseError (const std::string& message) : Error(message) {} function in class:xe::ParseError
H A DxeContainerFormatParser.hpp47 class ContainerParseError : public ParseError
50 ContainerParseError (const std::string& message) : ParseError(message) {}
H A DxeTestResultParser.hpp46 class TestResultParseError : public ParseError
49 TestResultParseError (const std::string& message) : ParseError(message) {}
H A DxeXMLParser.hpp77 class ParseError : public xe::ParseError class in namespace:xe::xml
80 ParseError (const std::string& message) : xe::ParseError(message) {} function in class:xe::xml::ParseError
/external/protobuf/python/google/protobuf/internal/
H A 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, tokenize
[all...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A 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/extensions/common/
H A Dupdate_manifest.cc37 void UpdateManifest::ParseError(const char* details, ...) { function in class:UpdateManifest
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());
H A Dupdate_manifest.h89 void ParseError(const char* details, ...);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediamessages.h129 ParseError* error);
149 ParseError* error);
160 ParseError* error);
H A Dmediamessages.cc147 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/
H A Dupdate_response.cc38 void UpdateResponse::ParseError(const char* details, ...) { function in class:component_updater::UpdateResponse
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/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dparser.py37 class ParseError(Error): class in inherits:Error
260 raise ParseError(self.filename, "Invalid handle type %r:" % p[3],
273 raise ParseError(self.filename, "Fixed array size %d invalid" % value,
290 raise ParseError(self.filename, "Ordinal value %d too large:" % value,
366 raise ParseError(self.filename, "Unexpected end of file")
368 raise ParseError(self.filename, "Unexpected %r:" % e.value, lineno=e.lineno,
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dparse_core.py69 class ParseError(Exception): class in inherits:Exception
82 raise ParseError(reason,*blah)
/external/chromium_org/tools/site_compare/
H A Dcommand_line.py27 class ParseError(Exception): class in inherits:Exception
42 Should raise ParseError if it wants
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,
[all...]

Completed in 669 milliseconds

123