/aosp12/bionic/libc/include/ |
H A D | assert.h | 55 # define assert(e) ((e) ? __assert_no_op : __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, #e)) 84 void __assert2(const char* __file, int __line, const char* __function, const char* __msg) __noretur…
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
H A D | UnionWithFd.h | 20 #define __assert2(a,b,c,d) ((void)0) macro 71 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get() 77 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get()
|
H A D | Union.h | 21 #define __assert2(a,b,c,d) ((void)0) macro 77 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get() 83 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/unions/ |
H A D | UnionInUnion.h | 21 #define __assert2(a,b,c,d) ((void)0) macro 73 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get() 79 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get()
|
H A D | EnumUnion.h | 22 #define __assert2(a,b,c,d) ((void)0) macro 74 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get() 80 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
H A D | UnionWithFd.h | 15 #define __assert2(a,b,c,d) ((void)0) macro 84 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get() 90 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get()
|
H A D | Union.h | 18 #define __assert2(a,b,c,d) ((void)0) macro 92 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get() 98 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
H A D | Union.h | 15 #define __assert2(a,b,c,d) ((void)0) macro 84 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get() 90 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/ |
H A D | Union.h | 20 #define __assert2(a,b,c,d) ((void)0) macro 71 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get() 77 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/include/aidl/android/aidl/loggable/ |
H A D | Union.h | 20 #define __assert2(a,b,c,d) ((void)0) macro 71 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get() 77 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/unions/ |
H A D | EnumUnion.h | 15 #define __assert2(a,b,c,d) ((void)0) macro 86 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get() 92 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get()
|
H A D | UnionInUnion.h | 15 #define __assert2(a,b,c,d) ((void)0) macro 86 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get() 92 …if (getTag() != _tag) { __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "bad access: a wrong ta… in get()
|
/aosp12/bionic/tests/libs/ |
H A D | libs_utils.h | 25 ((e) ? static_cast<void>(0) : __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, #e))
|
/aosp12/bionic/libc/bionic/ |
H A D | assert.cpp | 39 void __assert2(const char* file, int line, const char* function, const char* failed_expression) { in __assert2() function
|
/aosp12/frameworks/wilhelm/src/ |
H A D | assert.cpp | 30 void __assert2(const char *file, int line, const char *func, const char *failedexpr) in __assert2() function
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
H A D | UnionWithFd.cpp | 46 __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "can't reach here"); in writeToParcel()
|
H A D | Union.cpp | 102 __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "can't reach here"); in writeToParcel()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/ |
H A D | Union.cpp | 46 __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "can't reach here"); in writeToParcel()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/ |
H A D | Union.cpp | 46 __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "can't reach here"); in writeToParcel()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
H A D | UnionWithFd.cpp | 45 __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "can't reach here"); in writeToParcel()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/unions/ |
H A D | UnionInUnion.cpp | 47 __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "can't reach here"); in writeToParcel()
|
H A D | EnumUnion.cpp | 47 __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "can't reach here"); in writeToParcel()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
H A D | Union.cpp | 45 __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "can't reach here"); in writeToParcel()
|
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/unions/ |
H A D | UnionInUnion.cpp | 47 __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "can't reach here"); in writeToParcel()
|
H A D | EnumUnion.cpp | 47 __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "can't reach here"); in writeToParcel()
|