Home
last modified time | relevance | path

Searched defs:score (Results 1 – 25 of 72) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DFunctionPattern.java107 XNumber score = SCORE_NONE; in execute() local
151 XNumber score = SCORE_NONE; in execute() local
194 XNumber score = SCORE_NONE; in execute() local
DStepPattern.java396 XObject score; in execute() local
669 XObject score = NodeTest.SCORE_NONE; in executeRelativePathPattern() local
901 XObject score = execute(xctxt); in getMatchScore() local
DContextMatchStepPattern.java90 XObject score = NodeTest.SCORE_NONE; in executeRelativePathPattern() local
DUnionPattern.java125 XObject score = m_patterns[i].execute(xctxt); in execute() local
DNodeTest.java313 public void setStaticScore(XNumber score) in setStaticScore()
/external/opencv3/modules/cudafeatures2d/src/cuda/
Dfast.cu221 …mg, const Mask mask, short2* kpLoc, const unsigned int maxKeypoints, PtrStepi score, const int thr… in calcKeypoints()
282 …u(PtrStepSzb img, PtrStepSzb mask, short2* kpLoc, int maxKeypoints, PtrStepSzi score, int threshol… in calcKeypoints_gpu()
333 int score = scoreMat(loc.y, loc.x); in nonmaxSuppression() local
359 …int nonmaxSuppression_gpu(const short2* kpLoc, int count, PtrStepSzi score, short2* loc, float* re… in nonmaxSuppression_gpu()
/external/pdfium/xfa/src/fxbarcode/common/
DBC_GlobalHistogramBinarizer.cpp142 int32_t score = buckets[x] * distanceToBiggest * distanceToBiggest; in EstimateBlackPoint() local
161 int32_t score = fromFirst * fromFirst * (secondPeak - x) * in EstimateBlackPoint() local
/external/libchrome/sandbox/linux/suid/
Dprocess_util_linux.c33 bool AdjustOOMScore(pid_t process, int score) { in AdjustOOMScore()
Dsandbox.c442 long score; in main() local
/external/v8/benchmarks/
Drun.js52 function PrintScore(score) { argument
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DUnionChildIterator.java122 XObject score = pnt.execute(xctxt, n); in acceptNode() local
DMatchPatternIterator.java304 XObject score = m_pattern.execute(xctxt); in acceptNode() local
/external/webp/src/enc/
Dquant.c548 score_t score; // partial RD score member
676 const score_t score = in TrellisQuantizeBlock() local
691 const score_t score = best_cur_score + last_pos_score; in TrellisQuantizeBlock() local
884 score_t score = 0; in IsFlat() local
1142 const score_t score = VP8SSE16x16(src, ref); in RefineUsingDistortion() local
1166 const score_t score = VP8SSE4x4(src, ref); in RefineUsingDistortion() local
1203 const score_t score = VP8SSE16x8(src, ref); in RefineUsingDistortion() local
Dalpha.c96 size_t score; member
223 static void InitFilterTrial(FilterTrial* const score) { in InitFilterTrial()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DKeyIterator.java129 double score = matchExpr.getMatchScore(xctxt, testNode); in acceptNode() local
/external/valgrind/coregrind/
Dpub_core_transtab.h136 ULong score; member
/external/webp/src/utils/
Dfilters.c58 int score = 0; in WebPEstimateBestFilter() local
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DTemplateSubPatternAssociation.java155 double score = m_stepPattern.getMatchScore(xctxt, targetNode); in matches() local
/external/freetype/src/autofit/
Dafwarp.c140 AF_WarpScore score = scores[idx]; in af_warper_compute_line_best() local
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pixelformat.c434 struct stw_pixelformat_score score = scores[i - 1]; in wglChoosePixelFormatARB() local
/external/opencv3/modules/cudafeatures2d/src/
Dfast.cpp127 GpuMat score; in detectAsync() local
/external/skia/third_party/etc1/
Detc1.cpp244 etc1_uint32 score; // Lower is more accurate member
320 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG)); in chooseModifier() local
346 int score = pCompressed->score; in etc_encode_subblock_helper() local
/external/autotest/client/site_tests/firmware_TouchMTB/
Dreport_html.py79 def get_score_color(self, score): argument
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DStatisticsTool.java415 int score = scores[c]; in main() local
/external/opencv3/3rdparty/libwebp/enc/
Dquant.c576 score_t cost, base_cost, score; in TrellisQuantizeBlock() local
971 const score_t score = VP8SSE16x16(src, ref); in DistoRefine() local
997 const score_t score = VP8SSE4x4(src, ref); in DistoRefine() local

123