Searched refs:ParserError (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/common_lib/ |
D | cartesian_config.py | 33 class ParserError: class 100 raise ParserError("Illegal characters in filter") 106 raise ParserError("Syntax error") 404 raise ParserError("Illegal characters in variant name", 408 raise ParserError("Illegal characters in dependencies", 449 raise ParserError("'variants' is not allowed inside a " 458 raise ParserError("Syntax error: missing parameter", 474 raise ParserError("Syntax error: missing parameter", 481 except ParserError, e: 504 except ParserError, e: [all …]
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/ |
D | _lxml.py | 120 except (UnicodeDecodeError, LookupError, etree.ParserError), e: 227 except (UnicodeDecodeError, LookupError, etree.ParserError), e:
|