Home
last modified time | relevance | path

Searched refs:shouldbe (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tests/
DClipCubicTest.cpp86 SkPoint clipped[4], shouldbe[4]; in DEF_TEST() local
97 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol)); in DEF_TEST()
105 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol)); in DEF_TEST()
113 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol)); in DEF_TEST()
131 shouldbe), tol)); in DEF_TEST()
143 shouldbe), tol)); in DEF_TEST()
155 shouldbe), tol)); in DEF_TEST()
167 shouldbe), tol)); in DEF_TEST()
/third_party/flutter/skia/tests/
DClipCubicTest.cpp88 SkPoint clipped[4], shouldbe[4]; in DEF_TEST() local
99 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol)); in DEF_TEST()
107 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol)); in DEF_TEST()
115 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol)); in DEF_TEST()
133 shouldbe), tol)); in DEF_TEST()
145 shouldbe), tol)); in DEF_TEST()
157 shouldbe), tol)); in DEF_TEST()
169 shouldbe), tol)); in DEF_TEST()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dapev2mux.c128 GDate *shouldbe, *date = NULL; in test_taglib_apev2mux_check_tags() local
130 shouldbe = TEST_DATE; in test_taglib_apev2mux_check_tags()
132 fail_unless (g_date_compare (shouldbe, date) == 0); in test_taglib_apev2mux_check_tags()
133 g_date_free (shouldbe); in test_taglib_apev2mux_check_tags()
Did3v2mux.c190 GDate *shouldbe, *date = NULL; in test_taglib_id3mux_check_tags() local
192 shouldbe = TEST_DATE; in test_taglib_id3mux_check_tags()
194 fail_unless (g_date_compare (shouldbe, date) == 0); in test_taglib_id3mux_check_tags()
195 g_date_free (shouldbe); in test_taglib_id3mux_check_tags()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Did3mux.c215 GDate *shouldbe, *date = NULL; in test_taglib_id3mux_check_tags() local
217 shouldbe = TEST_DATE; in test_taglib_id3mux_check_tags()
219 fail_unless (g_date_compare (shouldbe, date) == 0); in test_taglib_id3mux_check_tags()
220 g_date_free (shouldbe); in test_taglib_id3mux_check_tags()