Searched refs:print_error_msg (Results 1 – 9 of 9) sorted by relevance
/external/selinux/checkpolicy/ |
D | module_compiler.c | 65 static void print_error_msg(int ret, uint32_t symbol_type) in print_error_msg() function 306 print_error_msg(ret, SYM_ROLES); in create_role() 439 print_error_msg(ret, SYM_TYPES); in create_type() 540 print_error_msg(ret, SYM_USERS); in create_user() 812 print_error_msg(ret, SYM_CLASSES); in require_class() 1007 print_error_msg(retval, SYM_BOOLS); in require_bool_tunable() 1063 print_error_msg(retval, SYM_LEVELS); in require_sens() 1099 print_error_msg(retval, SYM_CATS); in require_cat()
|
/external/OpenCL-CTS/test_conformance/clcpp/utils_test/ |
D | compare.hpp | 149 inline void print_error_msg(const type& expected, const type1& result, size_t i, func op) in print_error_msg() function
|
D | unary.hpp | 170 print_error_msg(expected, out[i], i, op); in verify_unary()
|
D | binary.hpp | 191 print_error_msg(expected, out[i], i, op); in verify_binary()
|
D | ternary.hpp | 228 print_error_msg(expected, out[i], i, op); in verify_ternary()
|
/external/OpenCL-CTS/test_conformance/clcpp/reinterpret/ |
D | as_type.hpp | 96 print_error_msg(expected, out[i], i, op); in verify_as_type()
|
/external/OpenCL-CTS/test_conformance/clcpp/atomics/ |
D | atomic_fetch.hpp | 80 print_error_msg(expected, out[i], i, op); in verify_atomic_fetch()
|
/external/OpenCL-CTS/test_conformance/clcpp/vload_vstore/ |
D | vstore_funcs.hpp | 93 print_error_msg(expected.s[j], out[idx], idx, op); in verify_vstore()
|
D | vload_funcs.hpp | 90 print_error_msg(expected, out[i], i, op); in verify_vload()
|