Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgtestutils.c48 guint fixture_size; member
909 tc->fixture_size = data_size; in g_test_create_case()
1126 fixture = tc->fixture_size ? g_malloc0 (tc->fixture_size) : tc->test_data; in test_case_run()
1141 if (tc->fixture_size) in test_case_run()