Searched defs:list_t (Results 1 – 5 of 5) sorted by relevance
/external/libavc/common/ |
D | ih264_list.h | 78 }list_t; typedef
|
/external/jemalloc/test/unit/ |
D | ql.c | 6 typedef struct list_s list_t; typedef
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | validators.py | 525 def _calc_residuals(self, line, list_t, list_y): argument 544 def _do_simple_linear_regression(self, list_t, list_y): argument 590 def _calc_errors_single_axis(self, list_t, list_y): argument 610 def _calc_errors_all_axes(self, list_t, list_x, list_y): argument
|
D | mtb.py | 1069 def get_segments_by_distance(self, list_t, list_coord, segment_flag, ratio): argument 1117 def get_segments(self, list_t, list_coord, segment_flag, ratio): argument
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
D | mtb_unittest.py | 607 def _test_get_segments(self, list_t, list_coord, expected_segments, ratio): argument
|