Home
last modified time | relevance | path

Searched defs:doSort (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
Dhough_lines.cpp73 HoughLinesDetectorImpl(float rho, float theta, int threshold, bool doSort, int maxLines) : in HoughLinesDetectorImpl()
90 void setDoSort(bool doSort) { doSort_ = doSort; } in setDoSort()
206 …v::cuda::createHoughLinesDetector(float rho, float theta, int threshold, bool doSort, int maxLines) in createHoughLinesDetector()
/external/v8/test/webkit/
Darray-sort-numericCompare.js28 function doSort(x, y) function
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1Set.java245 boolean doSort) in ASN1Set()
263 boolean doSort) in ASN1Set()
DDERSet.java53 boolean doSort) in DERSet()
/external/opencv3/modules/cudaimgproc/src/cuda/
Dhough_lines.cu177 …zi accum, float2* out, int* votes, int maxSize, float rho, float theta, int threshold, bool doSort) in linesGetResult_gpu()