Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/common/http/
Dhttp_header_block_test.cc212 const char not_expected[] = "foo\0barextra"; in TEST() local
/external/python/cpython3/Lib/test/test_capi/
Dtest_misc.py765 def check_fatal_error(self, code, expected, not_expected=()): argument
/external/tensorflow/tensorflow/python/autograph/impl/
Dapi_test.py71 def assertPrints(self, expected, not_expected): argument