Home
last modified time | relevance | path

Searched refs:n_tests (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/glib/tests/
Dmarkup-parse.c162 guint n_tests = 0; in test_file() local
185 n_tests++; in test_file()
199 n_tests++; in test_file()
204 n_tests++; in test_file()
211 n_tests++; in test_file()
225 g_assert_cmpint (n_failures, ==, n_tests); in test_file()
/third_party/gstreamer/gstreamer/tests/examples/adapter/
Dadapter_test.c32 static const gint n_tests = sizeof (param_sets) / sizeof (struct TestParams); variable
130 for (i = 0; i < n_tests; i++) in main()
/third_party/pixman/test/
Dstress-test.c1006 uint32_t n_tests = 8000; in main() local
1038 get_int (argv[i + 1], &n_tests); in main()
1065 # pragma omp parallel for default(none) shared(verbose, n_tests, mod, seed) in main()
1067 for (i = 0; i < (int32_t)n_tests; ++i) in main()
1072 for (i = 0; i < (int32_t)n_tests; ++i) in main()
/third_party/libsoup/tests/
Dredirect-test.c120 static const int n_tests = G_N_ELEMENTS (tests); variable
424 for (n = 0; n < n_tests; n++) { in main()