Home
last modified time | relevance | path

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

/external/vboot_reference/tests/common/
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
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()
/external/python/cpython3/Lib/test/test_capi/
Dtest_exceptions.py116 def check_fatal_error(self, code, expected, not_expected=()): argument
/external/cronet/tot/net/third_party/quiche/src/quiche/common/http/
Dhttp_header_block_test.cc213 const char not_expected[] = "foo\0barextra"; in TEST() local
/external/cronet/stable/net/third_party/quiche/src/quiche/common/http/
Dhttp_header_block_test.cc213 const char not_expected[] = "foo\0barextra"; in TEST() local
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi_test.py71 def assertPrints(self, expected, not_expected): argument