Home
last modified time | relevance | path

Searched refs:print_error_msg (Results 1 – 9 of 9) sorted by relevance

/external/selinux/checkpolicy/
Dmodule_compiler.c65 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/
Dcompare.hpp149 inline void print_error_msg(const type& expected, const type1& result, size_t i, func op) in print_error_msg() function
Dunary.hpp170 print_error_msg(expected, out[i], i, op); in verify_unary()
Dbinary.hpp191 print_error_msg(expected, out[i], i, op); in verify_binary()
Dternary.hpp228 print_error_msg(expected, out[i], i, op); in verify_ternary()
/external/OpenCL-CTS/test_conformance/clcpp/reinterpret/
Das_type.hpp96 print_error_msg(expected, out[i], i, op); in verify_as_type()
/external/OpenCL-CTS/test_conformance/clcpp/atomics/
Datomic_fetch.hpp80 print_error_msg(expected, out[i], i, op); in verify_atomic_fetch()
/external/OpenCL-CTS/test_conformance/clcpp/vload_vstore/
Dvstore_funcs.hpp93 print_error_msg(expected.s[j], out[idx], idx, op); in verify_vstore()
Dvload_funcs.hpp90 print_error_msg(expected, out[i], i, op); in verify_vload()