Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_hash.py98 error_expected = [NoHash()] variable in HashInheritanceTestCase
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_hash.py123 error_expected = [NoHash(), variable in HashInheritanceTestCase
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/alsa/
H A Dmixer-test.c567 bool error_expected, mismatch_shown; in write_and_verify() local
/aosp_15_r20/external/cronet/net/base/
H A Delements_upload_data_stream_unittest.cc548 bool error_expected) { in FileChangedHelper()
/aosp_15_r20/external/lua/src/
H A Dlparser.c68 static l_noret error_expected (LexState *ls, int token) { in error_expected() function