Home
last modified time | relevance | path

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

/build/soong/cc/
Dgen_stub_libs.py77 raise ParseError('Unknown version name in tag: {}'.format(tag))
208 class ParseError(RuntimeError): class
269 raise ParseError(
316 raise ParseError(
334 raise ParseError('Unknown visiblity label: ' + visibility)
341 raise ParseError('Unexpected EOF in version block.')
346 raise ParseError(
349 raise ParseError(
Dtest_gen_stub_libs.py96 with self.assertRaises(gsl.ParseError):
339 with self.assertRaises(gsl.ParseError):
350 with self.assertRaises(gsl.ParseError):
378 with self.assertRaises(gsl.ParseError):
401 with self.assertRaises(gsl.ParseError):
405 with self.assertRaises(gsl.ParseError):
/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/blueprint/
Dcontext.go947 if parseErr, ok := err.(*parser.ParseError); ok {