Home
last modified time | relevance | path

Searched defs:not_expected (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/vboot_reference/tests/common/
H A Dtests.h41 #define TEST_NEQ(result, not_expected, comment) \ argument
65 #define TEST_PTR_NEQ(result, not_expected, comment) \ argument
87 #define TEST_STR_NEQ(result, not_expected, comment) \ argument
H A Dtests.c68 int test_neq(int result, int not_expected, in test_neq()
98 int test_ptr_neq(const void* result, const void* not_expected, in test_ptr_neq()
133 int test_str_neq(const char* result, const char* not_expected, in test_str_neq()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/http/
H A Dhttp_header_block_test.cc212 const char not_expected[] = "foo\0barextra"; in TEST() local
/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/
Dtest_misc.py765 def check_fatal_error(self, code, expected, not_expected=()): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/impl/
H A Dapi_test.py71 def assertPrints(self, expected, not_expected): argument