Home
last modified time | relevance | path

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

/build/soong/cc/symbolfile/
D__init__.py198 raise ParseError(f'Unsupported tag: {tag}')
207 raise ParseError(f'Unknown version name in tag: {tag}') from ex
370 class ParseError(RuntimeError): class
399 raise ParseError(
444 raise ParseError(f'{name}: missing version. `llndk=yyyymm`')
472 raise ParseError(
488 raise ParseError('Unknown visiblity label: ' + visibility)
497 raise ParseError('Unexpected EOF in version block.')
503 raise ParseError(
506 raise ParseError(
Dtest_symbolfile.py49 with self.assertRaises(symbolfile.ParseError):
51 with self.assertRaises(symbolfile.ParseError):
53 with self.assertRaises(symbolfile.ParseError):
55 with self.assertRaises(symbolfile.ParseError):
112 with self.assertRaises(symbolfile.ParseError):
514 with self.assertRaises(symbolfile.ParseError):
525 with self.assertRaises(symbolfile.ParseError):
553 with self.assertRaises(symbolfile.ParseError):
576 with self.assertRaises(symbolfile.ParseError):
580 with self.assertRaises(symbolfile.ParseError):
[all …]
/build/soong/scripts/check_boot_jars/
Dcheck_boot_jars.py54 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/bazel/scripts/bp2build_progress/
Ddependency_analysis.py195 except xml.etree.ElementTree.ParseError as err:
222 except xml.etree.ElementTree.ParseError as err:
/build/blueprint/parser/
Dparser.go33 type ParseError struct { struct
38 func (e *ParseError) Error() string { argument
139 err = &ParseError{
/build/soong/android/
Dsoong_config_modules.go421 if parseErr, ok := err.(*parser.ParseError); ok {
/build/blueprint/
Dcontext.go1230 if parseErr, ok := err.(*parser.ParseError); ok {