Home
last modified time | relevance | path

Searched defs:Suite (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/expat/expat/tests/
Dminicheck.h74 typedef struct Suite Suite; typedef
83 struct Suite { struct
107 Suite *suite_create(const char *name); argument
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_impl.h47 struct Suite struct
49 const char *name;
50 List *tclst; /* List of test cases */
Dcheck.h115 typedef struct Suite Suite; typedef
Dcheck.h.in115 typedef struct Suite Suite; typedef
/third_party/gstreamer/gstreamer/libs/gst/check/
Dinternal-check.h115 typedef struct Suite Suite; typedef
/third_party/python/Lib/
Dast.py622 class Suite(mod): class