Searched refs:AIDL_ERROR (Results 1 – 9 of 9) sorted by relevance
74 AIDL_ERROR(newer) << "Changed annotations: " << from << " to " << to; in have_compatible_annotations()83 AIDL_ERROR(newer) << "Type changed: " << older.ToString() << " to " << newer.ToString() << "."; in are_compatible_types()102 AIDL_ERROR(old_m) << "Removed or changed method: " << older.GetCanonicalName() << "." in are_compatible_interfaces()114 AIDL_ERROR(new_m) << "Oneway attribute " << (old_m->IsOneway() ? "removed" : "added") << ": " in are_compatible_interfaces()120 AIDL_ERROR(new_m) << "Transaction ID changed: " << older.GetCanonicalName() << "." in are_compatible_interfaces()138 AIDL_ERROR(new_m) << "Direction changed: " << old_a.GetDirectionSpecifier() << " to " in are_compatible_interfaces()153 AIDL_ERROR(old_c) << "Removed constant declaration: " << older.GetCanonicalName() << "." in are_compatible_interfaces()165 AIDL_ERROR(newer) << "Changed constant value: " << older.GetCanonicalName() << "." in are_compatible_interfaces()192 AIDL_ERROR(newer) << "Number of fields in " << older.GetCanonicalName() << " is reduced from " in are_compatible_parcelables()206 AIDL_ERROR(new_field) << "Changed default value: " << old_value << " to " << new_value << "."; in are_compatible_parcelables()[all …]
159 AIDL_ERROR(location) << stream.str(); in Parse()179 AIDL_ERROR(this) << "Invalid value for parameter " << param_name << " on annotation " in CheckValid()192 AIDL_ERROR(this) << stream.str(); in CheckValid()199 AIDL_ERROR(this) << "Invalid value for parameter " << param_name << " on annotation " in CheckValid()221 AIDL_ERROR(this) << stream.str(); in AnnotationParams()227 AIDL_ERROR(this) << "Invalid value for parameter " << param_name << " on annotation " in AnnotationParams()338 AIDL_ERROR(this) << "'" << annotation.GetName() in CheckValid()438 AIDL_ERROR(this) << "A generic type cannot have any primitive type parameters."; in CheckValid()450 AIDL_ERROR(this) << " List cannot have type parameters more than one, but got " in CheckValid()456 AIDL_ERROR(this) << "Map must have 0 or 2 type parameters, but got " in CheckValid()[all …]
88 AIDL_ERROR(context) << "Bitwise negation of a boolean expression is always true."; in handleUnary()248 AIDL_ERROR(location) << "Invalid character literal " << value; in Character()342 AIDL_ERROR(location) << "Found invalid character at index " << i << " in string constant '" in String()356 AIDL_ERROR(other) << "Failed to parse expression as integer: " << other.value_; in ShallowIntegralCopy()374 AIDL_ERROR(type) << "Generic type cannot be specified with a constant literal."; in ValueString()387 AIDL_ERROR(this) << "Invalid constant value: " + value_; in ValueString()462 AIDL_ERROR(this) << "Could not parse " << value_; in ValueString()471 AIDL_ERROR(this) << "Could not parse " << value_; in ValueString()486 AIDL_ERROR(this) << "Invalid type specifier for " << ToString(final_type_) << ": " << type_string; in ValueString()528 AIDL_ERROR(this) << "Invalid constant array type: " << type.GetName(); in evaluate()[all …]
34 AIDL_ERROR(filename) << "Error while opening file for parsing"; in Parse()55 AIDL_ERROR(typespec) << "Failed to resolve '" << typespec->GetUnresolvedName() << "'"; in Resolve()
149 AIDL_ERROR(defined_type) << name << " should be declared in a file called " << expected; in check_filename()278 AIDL_ERROR(item) << "You must either assign id's to all methods or to none of them."; in check_and_assign_method_ids()285 AIDL_ERROR(item) << "Found duplicate method id (" << item->GetId() << ") for method " in check_and_assign_method_ids()293 AIDL_ERROR(item) << "Found out of bounds id (" << item->GetId() << ") for method " in check_and_assign_method_ids()431 AIDL_ERROR(*type) << "You must declare only one type per file."; in load_and_validate_aidl()493 AIDL_ERROR(input_file_name) << "Couldn't find import for class " << import; in load_and_validate_aidl()517 AIDL_ERROR(imported_file) << "error while importing " << imported_file; in load_and_validate_aidl()587 AIDL_ERROR(unstructuredParcelable) in load_and_validate_aidl()593 AIDL_ERROR(unstructuredParcelable) in load_and_validate_aidl()606 AIDL_ERROR(defined_type) in load_and_validate_aidl()[all …]
91 AIDL_ERROR(defined) << defined.GetCanonicalName() << " is an invalid name because '" << piece in HasValidNameComponents()97 AIDL_ERROR(defined) << defined.GetCanonicalName() << " is an invalid name because '" << piece in HasValidNameComponents()230 AIDL_ERROR(type) << "For a generic type, an immutable parcelable can contain only List or Map."; in CanBeImmutable()238 AIDL_ERROR(type) << "An immutable parcelable can contain only immutable Parcelable, primitive " in CanBeImmutable()
82 AIDL_ERROR(input_file_name_) << "Duplicate files found for " << canonical_name in FindImportFile()
82 #define AIDL_ERROR(CONTEXT) ::AidlErrorLog(false /*fatal*/, (CONTEXT)).os_ macro
580 AIDL_ERROR(loc(@7)) << "Could not parse int value: " << $7->GetText();591 AIDL_ERROR(loc(@9)) << "Could not parse int value: " << $9->GetText();702 AIDL_ERROR(loc(@3)) << "Trying to redefine parameter " << $3->name << ".";745 AIDL_ERROR(loc(l)) << errstr;