Searched defs:not_expected (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/vboot_reference/tests/common/ |
H A D | tests.h | 41 #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 D | tests.c | 68 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 D | http_header_block_test.cc | 212 const char not_expected[] = "foo\0barextra"; in TEST() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/ |
D | test_misc.py | 765 def check_fatal_error(self, code, expected, not_expected=()): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/impl/ |
H A D | api_test.py | 71 def assertPrints(self, expected, not_expected): argument
|