Home
last modified time | relevance | path

Searched refs:__assert2 (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/bionic/libc/include/
H A Dassert.h55 # 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 DUnionWithFd.h20 #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 DUnion.h21 #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 DUnionInUnion.h21 #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 DEnumUnion.h22 #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 DUnionWithFd.h15 #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 DUnion.h18 #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 DUnion.h15 #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 DUnion.h20 #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 DUnion.h20 #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 DEnumUnion.h15 #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 DUnionInUnion.h15 #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 Dlibs_utils.h25 ((e) ? static_cast<void>(0) : __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, #e))
/aosp12/bionic/libc/bionic/
H A Dassert.cpp39 void __assert2(const char* file, int line, const char* function, const char* failed_expression) { in __assert2() function
/aosp12/frameworks/wilhelm/src/
H A Dassert.cpp30 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 DUnionWithFd.cpp46 __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "can't reach here"); in writeToParcel()
H A DUnion.cpp102 __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 DUnion.cpp46 __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 DUnion.cpp46 __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 DUnionWithFd.cpp45 __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 DUnionInUnion.cpp47 __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "can't reach here"); in writeToParcel()
H A DEnumUnion.cpp47 __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 DUnion.cpp45 __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 DUnionInUnion.cpp47 __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "can't reach here"); in writeToParcel()
H A DEnumUnion.cpp47 __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, "can't reach here"); in writeToParcel()

12