Home
last modified time | relevance | path

Searched refs:AIDL_FATAL (Results 1 – 13 of 13) sorted by relevance

/system/tools/aidl/
Dlogging.h76 #define AIDL_FATAL(CONTEXT) \ macro
79 if (CONDITION) AIDL_FATAL(CONTEXT) << "Bad internal state: " << #CONDITION << ": "
Daidl_const_expressions.cpp144 #define SHOULD_NOT_REACH() AIDL_FATAL(AIDL_LOCATION_HERE) << "Should not reach."
186 AIDL_FATAL(context) << "Could not handleUnary for " << op << " " << val; in handleUnary()
199 AIDL_FATAL(context) << "Could not handleUnary for " << op << " " << val; in handleUnary()
222 AIDL_FATAL(context) << "Could not handleBinaryCommon for " << lval << " " << op << " " << rval; in handleBinaryCommon()
232 AIDL_FATAL(context) << "Could not handleShift for " << lval << " " << op << " " << rval; in handleShift()
241 AIDL_FATAL(context) << "Could not handleLogical for " << lval << " " << op << " " << rval; in handleLogical()
718 AIDL_FATAL(this) << "Unrecognized constant value type: " << ToString(type_); in CheckValid()
797 AIDL_FATAL(this) << "Unrecognized constant value type: " << ToString(type_); in evaluate()
829 AIDL_FATAL(AIDL_LOCATION_HERE) << "aidl internal error: error type failed to halt program"; in ToString()
832 AIDL_FATAL(AIDL_LOCATION_HERE) in ToString()
[all …]
Daidl_to_ndk.cpp109 AIDL_FATAL(aidl_name) << "Unrecognized type"; in GetBaseTypeInfo()
218 AIDL_FATAL(aidl.GetName()) << "Unrecognized mode type: " << static_cast<int>(mode); in NdkNameOf()
Daidl.cpp249 AIDL_FATAL("Unknown target language"); in GetOutputFilePath()
747 AIDL_FATAL(input_file) << "Should not reach here."; in compile_aidl()
808 AIDL_FATAL(AIDL_LOCATION_HERE) in aidl_entry()
826 AIDL_FATAL(AIDL_LOCATION_HERE) in aidl_entry()
Daidl_to_java.cpp426 AIDL_FATAL(c.type) << "write: NOT IMPLEMENTED for " << element_type_name; in WriteToParcelFor()
655 AIDL_FATAL(c.type) << "create: NOT IMPLEMENTED for " << element_type_name; in CreateFromParcelFor()
846 AIDL_FATAL(c.type) << "read: NOT IMPLEMENTED for " << element_type_name; in ReadFromParcelFor()
995 AIDL_FATAL(AIDL_LOCATION_HERE) << "Unhandled typename: " << name; in ToStringFor()
Doptions.cpp183 AIDL_FATAL(AIDL_LOCATION_HERE) in to_string()
232 AIDL_FATAL(AIDL_LOCATION_HERE) in DefaultMinSdkVersionForLang()
Dcomments.cpp170 AIDL_FATAL(AIDL_LOCATION_HERE) << "invalid comments body:" << body; in Comment()
Daidl_to_cpp_common.cpp394 AIDL_FATAL(parcelable) << "Unknown paracelable type"; in GenerateParcelableComparisonOperators()
795 AIDL_FATAL(type) << "Unknown built-in type: " << type.GetName(); in CppConstantValueDecorator()
Dgenerate_ndk.cpp213 AIDL_FATAL(defined_type) << "Unrecognized type sent for NDK generation."; in GenerateClientHeader()
228 AIDL_FATAL(defined_type) << "Unrecognized type sent for CPP generation."; in GenerateServerHeader()
363 AIDL_FATAL(defined_type) << "Unrecognized type sent for NDK generation."; in GenerateClassDecl()
1070 AIDL_FATAL(defined_type) << "Meta method '" << method->GetName() << "' is unimplemented."; in GenerateServerClassDecl()
Dgenerate_cpp.cpp881 AIDL_FATAL(*arg) << "inout interface?"; in GenerateServerClassDecl()
1301 AIDL_FATAL(defined_type) << "Unrecognized type sent for CPP generation."; in GenerateClassDecl()
1450 AIDL_FATAL(defined_type) << "Unrecognized type sent for CPP generation."; in GenerateClientHeader()
1467 AIDL_FATAL(defined_type) << "Unrecognized type sent for CPP generation."; in GenerateServerHeader()
Dgenerate_rust.cpp555 AIDL_FATAL(value) << "Unrecognized constant type: " << type.Signature(); in GenerateConstantDeclarations()
1212 AIDL_FATAL(defined_type) << "Unrecognized type sent for Rust generation."; in GenerateClass()
Daidl_language.cpp220 AIDL_FATAL(AIDL_LOCATION_HERE) << "Unrecognized type: " << static_cast<size_t>(type); in TypeToString()
508 AIDL_FATAL(this) << "Unable to parse @EnforcePermission annotation: " << perm_expr.error(); in EnforceExpression()
1217 AIDL_FATAL(*m) << "Unknown member type."; in AidlDefinedType()
Dgenerate_java.cpp1045 AIDL_FATAL(defined_type) << "Unrecognized type sent for Java generation."; in GenerateClass()