Lines Matching refs:AIDL_ERROR
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()
463 AIDL_ERROR(this) << "The type of key in map must be String, but it is " in CheckValid()
471 AIDL_ERROR(this) << type_name << " must have " << allowed << " type parameters, but got " in CheckValid()
476 AIDL_ERROR(this) << type_name << " is not a generic type."; in CheckValid()
485 AIDL_ERROR(this) << "@utf8InCpp can only be used on String, String[], and List<String>."; in CheckValid()
491 AIDL_ERROR(this) << "void type cannot be an array or nullable or utf8 string"; in CheckValid()
499 AIDL_ERROR(this) << "Binder type cannot be an array"; in CheckValid()
506 AIDL_ERROR(this) << "Primitive type cannot get nullable annotation"; in CheckValid()
511 AIDL_ERROR(this) << "Enum type cannot get nullable annotation"; in CheckValid()
543 AIDL_ERROR(this) << "Declaration " << name_ in CheckValid()
643 AIDL_ERROR(this) << "Constant of type " << type_->ToString() << " is not supported."; in CheckValid()
776 AIDL_ERROR(this->AsAidlNode()) << "Every type parameter should be unique."; in CheckValid()
853 AIDL_ERROR(this) << "The NDK backend does not support array of IBinder"; in LanguageSpecificCheckValid()
858 AIDL_ERROR(this) << "The NDK backend does not support nullable array of ParcelFileDescriptor"; in LanguageSpecificCheckValid()
864 AIDL_ERROR(this) << "The NDK backend does not support nullable array of parcelable"; in LanguageSpecificCheckValid()
870 AIDL_ERROR(this) << "Currently, only the Java backend supports non-generic List."; in LanguageSpecificCheckValid()
875 AIDL_ERROR(this) << "FileDescriptor isn't supported with the NDK."; in LanguageSpecificCheckValid()
881 AIDL_ERROR(this) << "List must have only one type parameter."; in LanguageSpecificCheckValid()
887 AIDL_ERROR(this) << "List<" << contained_type in LanguageSpecificCheckValid()
896 AIDL_ERROR(this) << "List<" << contained_type in LanguageSpecificCheckValid()
907 AIDL_ERROR(this) << "Currently, only Java backend supports " << this->GetName() << "."; in LanguageSpecificCheckValid()
916 AIDL_ERROR(this) << "List[], Map[], CharSequence[] are not supported."; in LanguageSpecificCheckValid()
932 AIDL_ERROR(unstructured_parcelable) in LanguageSpecificCheckValid()
967 AIDL_ERROR(this) << "Enumerator type differs from enum backing type."; in CheckValid()
1020 AIDL_ERROR(this) << "Enum declaration missing backing type."; in CheckValid()
1121 AIDL_ERROR(m) << "ParcelableHolder cannot be a return type"; in CheckValid()
1125 AIDL_ERROR(m) << "oneway method '" << m->GetName() << "' cannot return a value"; in CheckValid()
1133 AIDL_ERROR(m) << "method '" << m->GetName() << "' has duplicate argument name '" in CheckValid()
1145 AIDL_ERROR(arg) << "ParcelableHolder cannot be an argument type"; in CheckValid()
1149 AIDL_ERROR(m) << "oneway method '" << m->GetName() << "' cannot have out parameters"; in CheckValid()
1154 AIDL_ERROR(arg) << "'" << arg->GetType().ToString() in CheckValid()
1160 AIDL_ERROR(arg) << "'" << arg->ToString() << "' can only be an in parameter."; in CheckValid()
1166 AIDL_ERROR(arg) << "Argument name is a Java or aidl keyword"; in CheckValid()
1172 AIDL_ERROR(arg) << "Argument name cannot begin with '_aidl'"; in CheckValid()
1182 AIDL_ERROR(m) << "attempt to redefine method " << m->GetName() << ":"; in CheckValid()
1183 AIDL_ERROR(it->second) << "previously defined here."; in CheckValid()
1191 AIDL_ERROR(m) << " method " << m->Signature() << " is reserved for internal use."; in CheckValid()
1200 AIDL_ERROR(constant) << "Found duplicate constant name '" << constant->GetName() << "'"; in CheckValid()