Searched defs:ParseError (Results 1 - 20 of 20) sorted by relevance

/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:
/external/chromium_org/third_party/android_testrunner/
H A Derrors.py44 class ParseError(MsgException): class in inherits:MsgException
/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 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/chromium_org/third_party/libjingle/source/talk/p2p/base/
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);
/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...]
/external/deqp/scripts/log/
H A Dlog_parser.py46 class ParseError(Exception): class in inherits:Exception
159 raise ParseError(self.filename, self.curLine, message)
/external/llvm/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py14 class ParseError(Exception): class in inherits:Exception
395 raise ParseError("multiple values for scalar key: %r" % key)
401 raise ParseError("missing value for required string: %r" % key)
409 raise ParseError("invalid value(%r) for boolean property: %r" % (
416 raise ParseError("missing value for required boolean: %r" % key)
469 except ParseError:
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py28 class ParseError(Exception): class in inherits:Exception
222 ParseError: If the root context is popped.
230 raise ParseError(self._token)
261 ParseError: When the token appears in an invalid context.
424 except ParseError:
/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/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());
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py28 class ParseError(Exception): class in inherits:Exception
269 ParseError: If the root context is popped.
277 raise ParseError(self._token)
308 ParseError: When the token appears in an invalid context.
420 raise ParseError(token, 'Encountered case/default statement '
475 except ParseError:
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py54 class ParseError(Exception): class in inherits: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
[all...]
/external/protobuf/python/google/protobuf/
H A Dtext_format.py52 class ParseError(Exception): class in inherits: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
[all...]
/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/base/android/jni_generator/
H A Djni_generator.py31 class ParseError(Exception): class in inherits:Exception
543 ParseError: if unable to parse.
559 raise ParseError('could not parse @CalledByNative method signature',
1407 except ParseError, e:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_expectations.py60 class ParseError(Exception): class in inherits:Exception
62 super(ParseError, self).__init__()
69 return 'ParseError(warnings=%s)' % self.warnings
1027 raise ParseError(warnings)
/external/clang/include/clang/Format/
H A DFormat.h30 enum class ParseError { Success = 0, Error, Unsuitable }; class in namespace:clang::format
37 std::error_code make_error_code(ParseError e);
529 struct is_error_code_enum<clang::format::ParseError> : std::true_type {};
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp111 bool ParseError; member in struct:__anon25885::ParseStatementInfo
115 ParseStatementInfo() : Opcode(~0U), ParseError(false), AsmRewrites(nullptr) {}
117 : Opcode(~0), ParseError(false), AsmRewrites(rewrites) {}
1577 Info.ParseError = HadError;
4496 if (Info.ParseError)

Completed in 2563 milliseconds