Home
last modified time | relevance | path

Searched refs:found_expected (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_policy_memory_test.c51 static void check_policy_common(const int found_expected, const int id) in check_policy_common() argument
69 if (policy_found != found_expected) { in check_policy_common()
71 found_expected ? "not added" : "not deleted", id); in check_policy_common()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp315 bool found_expected = false; in CheckForDesiredMsg() local
325 found_expected = true; in CheckForDesiredMsg()
329 found_expected = true; in CheckForDesiredMsg()
340 if (!found_expected) { in CheckForDesiredMsg()