Searched refs:expect_equal_str (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | process_test.c | 42 expect_equal_str(const char *expected, const char *actual, const char *test) function in typeref:typename:void 62 expect_equal_str(expected, name, "util_get_process_name"); 87 expect_equal_str(build_path, path, "util_get_process_name");
|
| H A D | blob_test.c | 79 expect_equal_str(const char *expected, const char *actual, const char *test) function in typeref:typename:void 164 expect_equal_str(bytes_test_str, 169 expect_equal_str(reserve_test_str, (char *) reserve_buf, 172 expect_equal_str(overwrite_test_str, 184 expect_equal_str(string_test_str, blob_read_string(&reader),
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | blob_test.c | 79 expect_equal_str(const char *expected, const char *actual, const char *test) function in typeref:typename:void 164 expect_equal_str(bytes_test_str, 169 expect_equal_str(reserve_test_str, (char *) reserve_buf, 172 expect_equal_str(overwrite_test_str, 184 expect_equal_str(string_test_str, blob_read_string(&reader),
|
| H A D | cache_test.c | 87 expect_equal_str(const char *actual, const char *expected, const char *test) function in typeref:typename:void 295 expect_equal_str(blob, result, "disk_cache_get of existing item (pointer)"); 310 expect_equal_str(result, string, "2nd disk_cache_get of existing item (pointer)");
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/cache/ |
| H A D | cache_test.c | 96 expect_equal_str(const char *actual, const char *expected, const char *test) function in typeref:typename:void 328 expect_equal_str(blob, result, "disk_cache_get of existing item (pointer)"); 341 expect_equal_str(result, string, "2nd disk_cache_get of existing item (pointer)"); 569 expect_equal_str(blob, result, "disk_cache_get(cache2) of existing item (pointer)"); 582 expect_equal_str(result, string, "2nd disk_cache_get(cache1) of existing item (pointer)");
|
Completed in 5 milliseconds