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()
153 return Errorf( in ValidateProp()
161 return Errorf( in ValidateProp()
168 return Errorf("Prop \"{}\" owned by odm should have odm. namespace", in ValidateProp()
179 return Errorf("Prop \"{}\" is ReadWrite and also have prefix \"ro.\"", in ValidateProp()
199 return Errorf("Prop \"{}\" has integer_as_bool: true, but not a boolean", in ValidateProp()
209 return Errorf("Invalid module name \"{}\"", props.module()); in ValidateProps()
214 return Errorf("Invalid name \"{}\" in module", name); in ValidateProps()
219 return Errorf("There is no defined property"); in ValidateProps()
234 return Errorf("Duplicated API name \"{}\"", prop.api_name()); in ValidateProps()
286 return Errorf("Error parsing file {}", input_file_path); in ParseProps()
308 return Errorf("Error parsing file {}", input_file_path); in ParseApiFile()
317 return Errorf("Error parsing file {}: duplicated module {}", in ParseApiFile()