Lines Matching refs:Errorf

111     return Errorf("Invalid API name \"{}\"", prop.api_name());  in ValidateProp()
118 return Errorf("Enum values are empty for API \"{}\"", prop.api_name()); in ValidateProp()
123 return Errorf("Invalid enum value \"{}\" for API \"{}\"", name, in ValidateProp()
131 return Errorf("Duplicated enum value \"{}\" for API \"{}\"", name, in ValidateProp()
141 return Errorf("Invalid prop name \"{}\"", prop.prop_name()); in ValidateProp()
147 return Errorf("Invalid legacy prop name \"{}\"", legacy_name); in ValidateProp()
150 return Errorf("Prop \"{}\" which has legacy_prop_name must be Readonly", in ValidateProp()
164 return Errorf( in ValidateProp()
172 return Errorf( in ValidateProp()
179 return Errorf("Prop \"{}\" owned by odm should have odm. namespace", in ValidateProp()
189 return Errorf("Prop \"{}\" is ReadWrite and also have prefix \"ro.\"", in ValidateProp()
195 return Errorf("Prop \"{}\" has integer_as_bool: true, but not a boolean", in ValidateProp()
205 return Errorf("Invalid module name \"{}\"", props.module()); in ValidateProps()
210 return Errorf("Invalid name \"{}\" in module", name); in ValidateProps()
215 return Errorf("There is no defined property"); in ValidateProps()
231 return Errorf("Duplicated API name \"{}\"", prop.api_name()); in ValidateProps()
244 return Errorf("Type error on prop \"{}\": it's {} but was {}", name, in ValidateProps()
304 return Errorf("Error parsing file {}", input_file_path); in ParseProps()
327 return Errorf("Error parsing file {}", input_file_path); in ParseApiFile()
336 return Errorf("Error parsing file {}: duplicated module {}", in ParseApiFile()