OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cnts
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/imgproc/test/
test_watershed.cpp
74
CvSeq*
cnts
= (CvSeq*)fs["contours"].readObj();
local
81
for(int i = 0;
cnts
!= 0;
cnts
=
cnts
->h_next, ++i )
83
cvDrawContours( &iplmrks,
cnts
, Scalar::all(i + 1), Scalar::all(i + 1), -1, CV_FILLED);
84
Point* p = (Point*)cvGetSeqElem(
cnts
, 0);
/external/jemalloc/src/
prof.c
232
tctx->
cnts
.curobjs++;
233
tctx->
cnts
.curbytes += usize;
235
tctx->
cnts
.accumobjs++;
236
tctx->
cnts
.accumbytes += usize;
247
assert(tctx->
cnts
.curobjs > 0);
248
assert(tctx->
cnts
.curbytes >= usize);
249
tctx->
cnts
.curobjs--;
250
tctx->
cnts
.curbytes -= usize;
616
if (tctx->
cnts
.curobjs != 0)
644
assert(tctx->
cnts
.curobjs == 0)
[
all
...]
/external/opencv3/modules/calib3d/test/
test_chesscorners.cpp
459
vector< vector<Point> >
cnts
(1);
460
vector<Point>& cnt =
cnts
[0];
463
cv::drawContours(cb,
cnts
, -1, Scalar::all(128), FILLED);
/external/jemalloc/include/jemalloc/internal/
prof.h
100
prof_cnt_t
cnts
;
member in struct:prof_tctx_s
114
* gets called once each time
cnts
.cur{objs,bytes} drop to 0, but this
133
* Copy of
cnts
snapshotted during early dump phase, protected by
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar
Completed in 444 milliseconds