• Home
  • Raw
  • Download

Lines Matching refs:AIDL_ERROR

68     AIDL_ERROR(newer) << result.failure_message();  in CheckEquality()
120 AIDL_ERROR(newer) << "Changed annotations: " << from << " to " << to; in have_compatible_annotations()
129 AIDL_ERROR(newer) << "Type changed: " << older.Signature() << " to " << newer.Signature() in are_compatible_types()
148 AIDL_ERROR(old_c) << "Removed constant declaration: " << older.GetCanonicalName() << "." in are_compatible_constants()
160 AIDL_ERROR(newer) << "Changed constant value: " << older.GetCanonicalName() << "." in are_compatible_constants()
179 AIDL_ERROR(old_m) << "Removed or changed method: " << older.GetCanonicalName() << "." in are_compatible_interfaces()
191 AIDL_ERROR(new_m) << "Oneway attribute " << (old_m->IsOneway() ? "removed" : "added") << ": " in are_compatible_interfaces()
197 AIDL_ERROR(new_m) << "Transaction ID changed: " << older.GetCanonicalName() << "." in are_compatible_interfaces()
215 AIDL_ERROR(new_m) << "Direction changed: " << old_a.GetDirectionSpecifier() << " to " in are_compatible_interfaces()
254 AIDL_ERROR(newer) << "Number of fields in " << older.GetCanonicalName() << " is reduced from " in are_compatible_parcelables()
259 AIDL_ERROR(newer) << "Number of fields in " << older.GetCanonicalName() << " is changed from " in are_compatible_parcelables()
268 AIDL_ERROR(newer) << "Number of fields in " << older.GetCanonicalName() << " is changed from " in are_compatible_parcelables()
292 AIDL_ERROR(new_field) << "Changed default value: " << old_value << " to " << new_value << "."; in are_compatible_parcelables()
305 AIDL_ERROR(new_field) << "Reordered " << new_field->GetName() << " from " << old_index in are_compatible_parcelables()
326 AIDL_ERROR(new_field) << "Field '" << new_field->GetName() << "' of enum '" in are_compatible_parcelables()
354 AIDL_ERROR(new_field) in are_compatible_parcelables()
373 AIDL_ERROR(newer) << "Changed backing types."; in are_compatible_enums()
389 AIDL_ERROR(newer) << "Removed enumerator from " << older.GetCanonicalName() << ": " << name; in are_compatible_enums()
396 AIDL_ERROR(newer) << "Changed enumerator value: " << older.GetCanonicalName() << "::" << name in are_compatible_enums()
408 AIDL_ERROR(dir) << dir_files.error(); in load_from_dir()
417 AIDL_ERROR(file) << "Failed to read."; in load_from_dir()
454 AIDL_ERROR(new_type) << "Added type: " << new_type->GetCanonicalName(); in check_api()
469 AIDL_ERROR(old_type) << "Removed type: " << old_type->GetCanonicalName(); in check_api()
487 AIDL_ERROR(new_type) << "Type mismatch: " << old_type->GetCanonicalName() in check_api()
497 AIDL_ERROR(new_type) << "Parcelable" << new_type->GetCanonicalName() in check_api()
506 AIDL_ERROR(new_type) << "Type mismatch: " << old_type->GetCanonicalName() in check_api()
516 AIDL_ERROR(new_type) << "Type mismatch: " << old_type->GetCanonicalName() in check_api()
525 AIDL_ERROR(old_type) << "Unsupported type " << old_type->GetPreprocessDeclarationName() in check_api()