Searched refs:assertion (Results 1 – 10 of 10) sorted by relevance
/system/unwinding/libunwindstack/ |
D | Check.h | 25 #define CHECK(assertion) \ argument 26 if (__builtin_expect(!(assertion), false)) { \ 27 Log::Error("%s:%d: %s\n", __FILE__, __LINE__, #assertion); \
|
/system/tools/hidl/ |
D | FmqType.cpp | 151 static HidlTypeAssertion assertion( variable 157 *size = assertion.size(); in getAlignmentAndSize()
|
D | HandleType.cpp | 181 static HidlTypeAssertion assertion("hidl_handle", 16 /* size */); variable 184 *size = assertion.size(); in getAlignmentAndSize()
|
D | StringType.cpp | 219 static HidlTypeAssertion assertion("hidl_string", 16 /* size */); variable 222 *size = assertion.size(); in getAlignmentAndSize()
|
D | MemoryType.cpp | 238 static HidlTypeAssertion assertion("hidl_memory", 40 /* size */); variable 241 *size = assertion.size(); in getAlignmentAndSize()
|
D | VectorType.cpp | 649 static HidlTypeAssertion assertion("hidl_vec<char>", 16 /* size */); variable 653 *size = assertion.size(); in getAlignmentAndSizeStatic()
|
/system/sepolicy/build/soong/ |
D | sepolicy_neverallow.go | 164 `of an expanded attribute in a neverallow assertion. Please fix\n` +
|
/system/chre/doc/ |
D | framework_debugging.md | 71 anyways which should have equivalent debuggability as an assertion, among other
|
D | nanoapp_developer_guide.md | 339 Keep in mind that if one nanoapp encounters an assertion failure, it most likely
|
/system/sepolicy/private/ |
D | seapp_contexts | 129 # Additional compile time assertion checks for the rules in this file can be 130 # added as well. The assertion
|