HomeSort by relevance Sort by last modified time
    Searched full:normal_path (Results 1 - 1 of 1) sorted by null

  /external/harfbuzz_ng/test/api/
hb-test.h 169 char *normal_path = hb_test_normalize_path (test_path); local
170 g_test_add_func (normal_path, test_func);
171 g_free (normal_path);
191 char *normal_path = hb_test_normalize_path (test_path); local
192 g_test_add_data_func (normal_path, test_data, test_func);
193 g_free (normal_path);
218 char *normal_path = hb_test_normalize_path (test_path); local
219 g_test_add_vtable (normal_path, data_size, test_data, data_setup, data_test, data_teardown);
220 g_free (normal_path);

Completed in 60 milliseconds