Searched refs:expect_non_null (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dcache_test.c77 expect_non_null(void *ptr, const char *test) function in typeref:typename:void
223 expect_non_null(cache, "disk_cache_create with no environment variables");
235 expect_non_null(cache_exists(cache), "disk_cache_create with XDG_CACHE_HOME "
254 expect_non_null(cache_exists(cache), "disk_cache_create with "
353 expect_non_null(result, "3rd disk_cache_get of existing item (pointer)");
/xsrc/external/mit/MesaLib/dist/src/util/tests/cache/
H A Dcache_test.c86 expect_non_null(void *ptr, const char *test) function in typeref:typename:void
229 expect_non_null(cache, "disk_cache_create with no environment variables");
385 expect_non_null(result, "3rd disk_cache_get of existing item (pointer)");

Completed in 3 milliseconds