Home
last modified time | relevance | path

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

/build/soong/cc/symbolfile/
D__init__.py123 raise ParseError(f'Unknown version name in tag: {tag}')
257 class ParseError(RuntimeError): class
290 raise ParseError(
340 raise ParseError(
356 raise ParseError('Unknown visiblity label: ' + visibility)
363 raise ParseError('Unexpected EOF in version block.')
369 raise ParseError(
372 raise ParseError(
Dtest_symbolfile.py98 with self.assertRaises(symbolfile.ParseError):
400 with self.assertRaises(symbolfile.ParseError):
412 with self.assertRaises(symbolfile.ParseError):
442 with self.assertRaises(symbolfile.ParseError):
467 with self.assertRaises(symbolfile.ParseError):
471 with self.assertRaises(symbolfile.ParseError):
/build/soong/scripts/check_boot_jars/
Dcheck_boot_jars.py56 except xml.etree.ElementTree.ParseError as e:
/build/soong/androidmk/parser/
Dparser.go29 type ParseError struct { struct
34 func (e *ParseError) Error() string { argument
108 err := &ParseError{
/build/blueprint/parser/
Dparser.go31 type ParseError struct { struct
36 func (e *ParseError) Error() string { argument
128 err = &ParseError{
/build/soong/android/
Dsoong_config_modules.go367 if parseErr, ok := err.(*parser.ParseError); ok {
/build/blueprint/
Dcontext.go1104 if parseErr, ok := err.(*parser.ParseError); ok {