• Home
  • Raw
  • Download

Lines Matching refs:AIDL_ERROR

186     AIDL_ERROR(location) << stream.str();  in Parse()
231 AIDL_ERROR(this) << stream.str(); in CheckValid()
237 AIDL_ERROR(found) << "Value must be a constant expression but contains reference to " in CheckValid()
243 AIDL_ERROR(this) << "Invalid value for parameter " << param_name << " on annotation " in CheckValid()
252 AIDL_ERROR(this) << "Invalid value for parameter " << param_name << " on annotation " in CheckValid()
260 AIDL_ERROR(this) << "Missing '" << param.name << "' on @" << GetName() << "."; in CheckValid()
291 AIDL_ERROR(this) << "@" << GetName() << " is not available. It can annotate {" in CheckContext()
425 AIDL_ERROR(this) << "'" << annotation.GetName() in CheckValid()
524 AIDL_ERROR(this) << "A generic type cannot have any primitive type parameters."; in CheckValid()
536 AIDL_ERROR(this) << "List can only have one type parameter, but got: '" << Signature() in CheckValid()
542 AIDL_ERROR(this) in CheckValid()
551 AIDL_ERROR(this) << "List<" << contained_type_name in CheckValid()
558 AIDL_ERROR(this) << "List<" << contained_type_name in CheckValid()
566 AIDL_ERROR(this) << "Map must have 0 or 2 type parameters, but got " in CheckValid()
573 AIDL_ERROR(this) << "The type of key in map must be String, but it is " in CheckValid()
581 AIDL_ERROR(this) << type_name << " must have " << allowed << " type parameters, but got " in CheckValid()
586 AIDL_ERROR(this) << type_name << " is not a generic type."; in CheckValid()
595 AIDL_ERROR(this) << "@utf8InCpp can only be used on String, String[], and List<String>."; in CheckValid()
601 AIDL_ERROR(this) << "void type cannot be an array or nullable or utf8 string"; in CheckValid()
609 AIDL_ERROR(this) << "Binder type cannot be an array"; in CheckValid()
613 AIDL_ERROR(this) << "Arrays of ParcelableHolder are not supported."; in CheckValid()
620 AIDL_ERROR(this) << "Primitive type cannot get nullable annotation"; in CheckValid()
625 AIDL_ERROR(this) << "Enum type cannot get nullable annotation"; in CheckValid()
629 AIDL_ERROR(this) << "ParcelableHolder cannot be nullable."; in CheckValid()
681 AIDL_ERROR(this) << "Declaration " << name_ in CheckValid()
792 AIDL_ERROR(this) << aspect.name << " cannot be an argument type"; in CheckValid()
798 AIDL_ERROR(this) << "The direction of '" << GetName() << "' is not specified. " << aspect.name in CheckValid()
805 AIDL_ERROR(this) << "'" << GetName() << "' can't be an " << GetDirectionSpecifier() in CheckValid()
838 AIDL_ERROR(this) << "Constant of type " << type_->Signature() << " is not supported."; in CheckValid()
955 AIDL_ERROR(v) << "'" << GetName() << "' has duplicate field name '" << v->GetName() << "'"; in CheckValidWithMembers()
964 AIDL_ERROR(v) << "The @JavaOnlyImmutable '" << GetName() << "' has a " in CheckValidWithMembers()
974 AIDL_ERROR(constant) << "Found duplicate constant name '" << constant->GetName() << "'"; in CheckValidWithMembers()
990 AIDL_ERROR(v) << "'" << GetName() << "' has duplicate field name '" << v->GetName() in CheckValidForGetterNames()
1030 AIDL_ERROR(this->AsAidlNode()) << "Every type parameter should be unique."; in CheckValid()
1063 AIDL_ERROR(v) << "The @FixedSize parcelable '" << this->GetName() << "' has a " in CheckValid()
1094 AIDL_ERROR(this) << "The " << to_string(lang) << " backend does not support array of IBinder"; in LanguageSpecificCheckValid()
1099 AIDL_ERROR(this) << "The Rust backend does not support ParcelableHolder yet."; in LanguageSpecificCheckValid()
1105 AIDL_ERROR(this) << "The " << to_string(lang) in LanguageSpecificCheckValid()
1112 AIDL_ERROR(this) << "The " << to_string(lang) in LanguageSpecificCheckValid()
1119 AIDL_ERROR(this) << "FileDescriptor isn't supported by the " << to_string(lang) << " backend."; in LanguageSpecificCheckValid()
1128 AIDL_ERROR(this) << "List<" << contained_type_name in LanguageSpecificCheckValid()
1133 AIDL_ERROR(this) << "List<" << contained_type_name in LanguageSpecificCheckValid()
1144 AIDL_ERROR(this) << this->GetName() << "[] is not supported."; in LanguageSpecificCheckValid()
1151 AIDL_ERROR(this) << "Currently, only the Java backend supports non-generic List."; in LanguageSpecificCheckValid()
1155 AIDL_ERROR(this) << "Currently, only Java backend supports " << this->GetName() << "."; in LanguageSpecificCheckValid()
1170 AIDL_ERROR(unstructured_parcelable) in LanguageSpecificCheckValid()
1208 AIDL_ERROR(this) << "Enumerator type differs from enum backing type."; in CheckValid()
1264 AIDL_ERROR(this) << "Invalid backing type: " << backing_type_->GetName(); in Autofill()
1274 AIDL_ERROR(this) << "Enum doesn't support fields/constants/methods."; in CheckValid()
1278 AIDL_ERROR(this) << "Enum declaration missing backing type."; in CheckValid()
1312 AIDL_ERROR(*v) << "A union can't have a member of ParcelableHolder '" << v->GetName() << "'"; in CheckValid()
1318 AIDL_ERROR(*this) << "The union '" << this->GetName() << "' has no fields."; in CheckValid()
1329 AIDL_ERROR(first) in CheckValid()
1338 AIDL_ERROR(first) in CheckValid()
1400 AIDL_ERROR(m) << "ParcelableHolder cannot be a return type"; in CheckValid()
1404 AIDL_ERROR(m) << "oneway method '" << m->GetName() << "' cannot return a value"; in CheckValid()
1412 AIDL_ERROR(m) << "method '" << m->GetName() << "' has duplicate argument name '" in CheckValid()
1423 AIDL_ERROR(m) << "oneway method '" << m->GetName() << "' cannot have out parameters"; in CheckValid()
1429 AIDL_ERROR(arg) << "Argument name is a Java or aidl keyword"; in CheckValid()
1435 AIDL_ERROR(arg) << "Argument name cannot begin with '_aidl'"; in CheckValid()
1445 AIDL_ERROR(m) << "attempt to redefine method " << m->GetName() << ":"; in CheckValid()
1446 AIDL_ERROR(it->second) << "previously defined here."; in CheckValid()
1454 AIDL_ERROR(m) << " method " << m->Signature() << " is reserved for internal use."; in CheckValid()
1463 AIDL_ERROR(constant) << "Found duplicate constant name '" << constant->GetName() << "'"; in CheckValid()
1500 AIDL_ERROR(import) << "Ambiguous type: " << canonical_name << " vs. " << fq_name; in ResolveName()