Home
last modified time | relevance | path

Searched refs:expect_equal_str (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dblob_test.c75 expect_equal_str(const char *expected, const char *actual, const char *test) in expect_equal_str() function
160 expect_equal_str(bytes_test_str, in test_write_and_read_functions()
165 expect_equal_str(reserve_test_str, (char *) reserve_buf, in test_write_and_read_functions()
168 expect_equal_str(overwrite_test_str, in test_write_and_read_functions()
180 expect_equal_str(string_test_str, blob_read_string(&reader), in test_write_and_read_functions()
Dcache_test.c87 expect_equal_str(const char *actual, const char *expected, const char *test) in expect_equal_str() function
279 expect_equal_str(blob, result, "disk_cache_get of existing item (pointer)"); in test_put_and_get()
294 expect_equal_str(result, string, "2nd disk_cache_get of existing item (pointer)"); in test_put_and_get()