Home
last modified time | relevance | path

Searched refs:test_entry_t (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-api-binary-operations-instanceof.c28 } test_entry_t; typedef
65 test_entry_t bool_tests[] = in main()
72 for (uint32_t idx = 0; idx < sizeof (bool_tests) / sizeof (test_entry_t); idx++) in main()
84 test_entry_t error_tests[] = in main()
102 for (uint32_t idx = 0; idx < sizeof (error_tests) / sizeof (test_entry_t); idx++) in main()
Dtest-api-binary-operations-comparisons.c29 } test_entry_t; typedef
42 test_entry_t tests[] = in main()
265 for (uint32_t idx = 0; idx < sizeof (tests) / sizeof (test_entry_t); idx++) in main()
275 test_entry_t error_tests[] = in main()
282 for (uint32_t idx = 0; idx < sizeof (error_tests) / sizeof (test_entry_t); idx++) in main()
Dtest-api-value-type.c25 } test_entry_t; typedef
51 test_entry_t entries[] = in main()
Dtest-typedarray.c32 } test_entry_t; typedef
112 test_typedarray_queries (test_entry_t test_entries[]) /**< test cases */ in test_typedarray_queries()
202 test_typedarray_complex_creation (test_entry_t test_entries[], /**< test cases */ in test_typedarray_complex_creation()
291 static void test_property_by_index (test_entry_t test_entries[]) in test_property_by_index()
494 test_entry_t test_entries[] = in main()
Dtest-api-binary-operations-arithmetics.c41 } test_entry_t; typedef
118 test_entry_t tests[] = in main()
227 for (uint32_t idx = 0; idx < sizeof (tests) / sizeof (test_entry_t); idx++) in main()
/third_party/pixman/test/
Dlowlevel-blt-bench.c631 typedef struct test_entry test_entry_t; typedef
633 static const test_entry_t tests_tbl[] =
755 static const test_entry_t special_patterns[] =
834 parse_test_pattern (test_entry_t *test, const char *pattern) in parse_test_pattern()
943 const test_entry_t *ent; in parser_self_test()
944 test_entry_t test; in parser_self_test()
983 print_test_details (const test_entry_t *test) in print_test_details()
999 test_entry_t test; in run_one_test()