Searched refs:end_idx (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/site_tests/power_LoadTest/ |
D | power_LoadTest.py | 296 for end_idx in xrange(samples_per_loop, len(self._stats[kname]), 299 self._stats[kname][start_idx:end_idx]) 301 start_idx = end_idx
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 526 uptr end_idx = beg_idx + count * size; in PopulateFreeList() local 528 if (end_idx + size > region->mapped_user) { in PopulateFreeList() 531 while (end_idx + size > region->mapped_user + map_size) in PopulateFreeList() 533 CHECK_GE(region->mapped_user + map_size, end_idx); in PopulateFreeList()
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 3073 cvFindGraphEdge( const CvGraph* graph, int start_idx, int end_idx ) in cvFindGraphEdge() argument 3087 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvFindGraphEdge() 3176 int start_idx, int end_idx, in cvGraphAddEdge() argument 3192 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvGraphAddEdge() 3269 cvGraphRemoveEdge( CvGraph* graph, int start_idx, int end_idx ) in cvGraphRemoveEdge() argument 3282 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvGraphRemoveEdge()
|
/external/opencv3/modules/core/src/ |
D | datastructs.cpp | 2727 cvFindGraphEdge( const CvGraph* graph, int start_idx, int end_idx ) in cvFindGraphEdge() argument 2736 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvFindGraphEdge() 2816 int start_idx, int end_idx, in cvGraphAddEdge() argument 2827 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvGraphAddEdge() 2894 cvGraphRemoveEdge( CvGraph* graph, int start_idx, int end_idx ) in cvGraphRemoveEdge() argument 2903 end_vtx = cvGetGraphVtx( graph, end_idx ); in cvGraphRemoveEdge()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1175 int start_idx, int end_idx, 1185 CVAPI(void) cvGraphRemoveEdge( CvGraph* graph, int start_idx, int end_idx ); 1190 CVAPI(CvGraphEdge*) cvFindGraphEdge( const CvGraph* graph, int start_idx, int end_idx );
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 1796 int start_idx, int end_idx, 1806 CVAPI(void) cvGraphRemoveEdge( CvGraph* graph, int start_idx, int end_idx ); 1811 CVAPI(CvGraphEdge*) cvFindGraphEdge( const CvGraph* graph, int start_idx, int end_idx );
|