Searched refs:expect_equal_str (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/util/ |
D | process_test.c | 42 expect_equal_str(const char *expected, const char *actual, const char *test) in expect_equal_str() function 57 expect_equal_str("process_test", name, "util_get_process_name"); in test_util_get_process_name() 83 expect_equal_str(build_path, path, "util_get_process_name"); in test_util_get_process_exec_path()
|
D | blob_test.c | 79 expect_equal_str(const char *expected, const char *actual, const char *test) in expect_equal_str() function 164 expect_equal_str(bytes_test_str, in test_write_and_read_functions() 169 expect_equal_str(reserve_test_str, (char *) reserve_buf, in test_write_and_read_functions() 172 expect_equal_str(overwrite_test_str, in test_write_and_read_functions() 184 expect_equal_str(string_test_str, blob_read_string(&reader), in test_write_and_read_functions()
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | cache_test.c | 87 expect_equal_str(const char *actual, const char *expected, const char *test) in expect_equal_str() function 309 expect_equal_str(blob, result, "disk_cache_get of existing item (pointer)"); in test_put_and_get() 322 expect_equal_str(result, string, "2nd disk_cache_get of existing item (pointer)"); in test_put_and_get()
|