Home
last modified time | relevance | path

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

/system/tools/aidl/
Dlogging.h83 #define AIDL_FATAL(CONTEXT) \ macro
86 if (CONDITION) AIDL_FATAL(CONTEXT) << "Bad internal state: " << #CONDITION << ": "
Daidl_const_expressions.cpp78 AIDL_FATAL(context) << "Could not handleUnary for " << op << " " << val; in handleUnary()
91 AIDL_FATAL(context) << "Could not handleUnary for " << op << " " << val; in handleUnary()
114 AIDL_FATAL(context) << "Could not handleBinaryCommon for " << lval << " " << op << " " << rval; in handleBinaryCommon()
125 AIDL_FATAL(context) << "Could not handleShift for " << lval << " " << op << " " << rval; in handleShift()
134 AIDL_FATAL(context) << "Could not handleLogical for " << lval << " " << op << " " << rval; in handleLogical()
366 AIDL_FATAL(other) << "Unable to perform ShallowIntegralCopy."; in ShallowIntegralCopy()
511 AIDL_FATAL(this) << "Unrecognized constant value type: " << ToString(type_); in CheckValid()
587 AIDL_FATAL(this) << "Unrecognized constant value type: " << ToString(type_); in evaluate()
851 AIDL_FATAL(this) << "Invalid type: " << ToString(type_); in AidlConstantValue()
Daidl_to_ndk.cpp337 AIDL_FATAL(aidl) << "The type parameter is wrong."; in GetTypeAspect()
361 AIDL_FATAL(aidl_name) << "Unrecognized type"; in GetTypeAspect()
409 AIDL_FATAL(aidl.GetName()) << "Unrecognized mode type: " << static_cast<int>(mode); in NdkNameOf()
Doptions.cpp155 AIDL_FATAL(AIDL_LOCATION_HERE) in LanguageToString()
Dgenerate_java.cpp416 AIDL_FATAL(type) << "Java passthrough annotation " << raw_value << " is not properly quoted"; in generate_java_annotations()
Dgenerate_ndk.cpp200 AIDL_FATAL(*type) << "Unrecognized type."; in GenerateHeaderIncludes()
829 AIDL_FATAL(defined_type) << "Meta method '" << method->GetName() << "' is unimplemented."; in GenerateServerHeader()
Daidl_language.cpp137 AIDL_FATAL(AIDL_LOCATION_HERE) << "Unrecognized type: " << static_cast<size_t>(type); in TypeToString()
1076 AIDL_FATAL(this) << "Member is neither method nor constant!"; in AidlInterface()
Daidl.cpp904 AIDL_FATAL(AIDL_LOCATION_HERE) in aidl_entry()
Daidl_unittest.cpp1012 AIDL_FATAL(AIDL_LOCATION_HERE) in TEST_P()