Home
last modified time | relevance | path

Searched refs:assert_data (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DDataRefTest.cpp131 static void assert_data(skiatest::Reporter* reporter, const sk_sp<SkData>& ref, in assert_data() function
196 assert_data(reporter, r1, str, strlen(str)); in DEF_TEST()
197 assert_data(reporter, r3, "people", 6); in DEF_TEST()
/aosp_15_r20/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
H A DSDL_assert.h144 static struct SDL_assert_data assert_data = { \
147 const SDL_assert_state state = SDL_ReportAssertion(&assert_data, \
/aosp_15_r20/external/cn-cbor/test/
H A Dctest.h108 void assert_data(const unsigned char* exp, int expsize,
112 assert_data(exp, expsize, real, realsize, __FILE__, __LINE__)
244 void assert_data(const unsigned char* exp, int expsize, in assert_data() function