Searched refs:test3_res (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_from_dataset.py | 78 test3_res = test_config(None, 4) 79 …assert test3_res == [[4, 4, 4, 4], [3, 3, 3, 3], [2, 2, 2, 2], [1, 1, 1], [5, 5, 5], [1, 1], [1]],…
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | utils_module_tests.c | 227 int test3_res[] = { -1, 1, 2, 3, 4, 0 }; in int_array_tests() local 238 len = int_array_len(test3_res); in int_array_tests() 241 else if (os_memcmp(test3, test3_res, len * sizeof(int)) != 0) in int_array_tests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | utils_module_tests.c | 227 int test3_res[] = { -1, 1, 2, 3, 4, 0 }; in int_array_tests() local 238 len = int_array_len(test3_res); in int_array_tests() 241 else if (os_memcmp(test3, test3_res, len * sizeof(int)) != 0) in int_array_tests()
|