Home
last modified time | relevance | path

Searched refs:AIDL_FATAL (Results 1 – 14 of 14) 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()
624 AIDL_FATAL(this) << "Unrecognized constant value type: " << ToString(type_); in CheckValid()
695 AIDL_FATAL(this) << "Unrecognized constant value type: " << ToString(type_); in evaluate()
727 AIDL_FATAL(AIDL_LOCATION_HERE) << "aidl internal error: error type failed to halt program"; in ToString()
730 AIDL_FATAL(AIDL_LOCATION_HERE) in ToString()
[all …]
Daidl_to_ndk.cpp370 AIDL_FATAL(aidl) << "The type parameter is wrong."; in GetTypeAspect()
391 AIDL_FATAL(aidl_name) << "Unrecognized type"; in GetTypeAspect()
439 AIDL_FATAL(aidl.GetName()) << "Unrecognized mode type: " << static_cast<int>(mode); in NdkNameOf()
Daidl_to_java.cpp281 AIDL_FATAL(c.type) << "write: NOT IMPLEMENTED for " << contained_type; in WriteToParcelFor()
507 AIDL_FATAL(c.type) << "create: NOT IMPLEMENTED for " << contained_type; in CreateFromParcelFor()
693 AIDL_FATAL(c.type) << "read: NOT IMPLEMENTED for " << contained_type; in ReadFromParcelFor()
816 AIDL_FATAL(AIDL_LOCATION_HERE) << "Unhandled typename: " << name; in ToStringFor()
Dcomments.cpp169 AIDL_FATAL(AIDL_LOCATION_HERE) << "invalid comments body:" << body; in Comment()
Daidl.cpp246 AIDL_FATAL("Unknown target language"); in GetOutputFilePath()
840 AIDL_FATAL(input_file) << "Should not reach here."; in compile_aidl()
915 AIDL_FATAL(AIDL_LOCATION_HERE) in aidl_entry()
Dgenerate_rust.cpp342 AIDL_FATAL(value) << "Unrecognized constant type: " << type.Signature(); in GenerateConstantDeclarations()
816 AIDL_FATAL(filename) << "Unrecognized type sent for Rust generation."; in GenerateRust()
Daidl_to_cpp_common.cpp248 AIDL_FATAL(parcelable) << "Unknown paracelable type"; in GenerateParcelableComparisonOperators()
Dgenerate_ndk.cpp175 AIDL_FATAL(defined_type) << "Unrecognized type sent for NDK cpp generation."; in GenerateNdk()
232 AIDL_FATAL(*type) << "Unrecognized type."; in GenerateHeaderIncludes()
898 AIDL_FATAL(defined_type) << "Meta method '" << method->GetName() << "' is unimplemented."; in GenerateServerHeader()
Doptions.cpp171 AIDL_FATAL(AIDL_LOCATION_HERE) in to_string()
Daidl_checkapi.cpp244 AIDL_FATAL(enum_decl) << "Can't find " << enumerator_name << " in " << enum_decl.GetName(); in EvaluatesToZero()
Dgenerate_cpp.cpp562 AIDL_FATAL(value) << "Unrecognized constant type: " << type.Signature(); in BuildConstantDeclarations()
1414 AIDL_FATAL(interface) << "aidl internal error"; in WriteHeader()
1621 AIDL_FATAL(defined_type) << "Unrecognized type sent for cpp generation."; in GenerateCpp()
Daidl_language.cpp163 AIDL_FATAL(AIDL_LOCATION_HERE) << "Unrecognized type: " << static_cast<size_t>(type); in TypeToString()
917 AIDL_FATAL(*m); in AidlDefinedType()
Dgenerate_java.cpp372 AIDL_FATAL(defined_type) << "Unrecognized type sent for Java generation."; in generate_java()