Searched refs:assertion (Results 1 – 17 of 17) sorted by relevance
/system/core/libunwindstack/ |
D | Check.h | 26 #define CHECK(assertion) \ argument 27 if (__builtin_expect(!(assertion), false)) { \ 28 log(0, "%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/public/ |
D | tzdatacheck.te | 8 # Below are strong assertion that only init, system_server and tzdatacheck
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | tzdatacheck.te | 8 # Below are strong assertion that only init, system_server and tzdatacheck
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | tzdatacheck.te | 8 # Below are strong assertion that only init, system_server and tzdatacheck
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | tzdatacheck.te | 8 # Below are strong assertion that only init, system_server and tzdatacheck
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | tzdatacheck.te | 8 # Below are strong assertion that only init, system_server and tzdatacheck
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | seapp_contexts | 60 # Additional compile time assertion checks can be added as well. The assertion
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | seapp_contexts | 60 # Additional compile time assertion checks can be added as well. The assertion
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | seapp_contexts | 60 # Additional compile time assertion checks can be added as well. The assertion
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | seapp_contexts | 99 # Additional compile time assertion checks for the rules in this file can be 100 # added as well. The assertion
|
/system/sepolicy/private/ |
D | seapp_contexts | 99 # Additional compile time assertion checks for the rules in this file can be 100 # added as well. The assertion
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | seapp_contexts | 99 # Additional compile time assertion checks for the rules in this file can be 100 # added as well. The assertion
|