Home
last modified time | relevance | path

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

/system/extras/perf2cfg/perf2cfg/
Dparse.py77 raise exceptions.ParseError('Expected an address')
99 raise exceptions.ParseError('Expected a `flags` directive')
125 raise exceptions.ParseError('Expected a `name` directive')
128 raise exceptions.ParseError(
Dexceptions.py23 class ParseError(Exception): class
Dedit.py139 except exceptions.ParseError as ex:
178 raise exceptions.ParseError(
208 raise exceptions.ParseError('Expected a `begin_cfg` directive')
251 raise exceptions.ParseError('Expected a `end_block` directive')
260 raise exceptions.ParseError(
/system/extras/perf2cfg/tests/
Dtest_parse.py35 with self.assertRaises(exceptions.ParseError) as ctx:
45 with self.assertRaises(exceptions.ParseError) as ctx:
59 with self.assertRaises(exceptions.ParseError) as ctx:
65 with self.assertRaises(exceptions.ParseError) as ctx:
/system/librustutils/system_properties/
Derror.rs66 ParseError(String), enumerator
/system/apex/apexer/
Dconv_apex_manifest.py35 from google.protobuf.json_format import ParseError