Home
last modified time | relevance | path

Searched refs:confidence (Results 1 – 25 of 36) sorted by relevance

12

/external/webkit/WebKitTools/Scripts/webkitpy/style/
Derror_handlers_unittest.py66 def _call(self, handle_error, options, confidence): argument
71 handle_error(line_number, self._category, confidence, message)
73 def _call_error_handler(self, options, confidence): argument
76 self._call(handle_error, options, confidence)
80 confidence = 1
86 confidence,
89 self._call_error_handler(options, confidence)
96 confidence = 5
100 self._call_error_handler(options, confidence)
108 confidence = 5
[all …]
Derror_handlers.py106 def __call__(self, line_number, category, confidence, message): argument
113 confidence,
138 confidence))
175 def __call__(self, line_number, category, confidence, message): argument
188 self._default_error_handler(line_number, category, confidence,
/external/chromium/third_party/icu/source/i18n/
Dcsrutf8.cpp33 int32_t confidence; in match() local
90 confidence = 0; in match()
92 confidence = 100; in match()
94 confidence = 80; in match()
96 confidence = 100; in match()
98 confidence = 80; in match()
101 confidence = 10; in match()
104 confidence = 25; in match()
107 return confidence; in match()
Dcsrmbcs.cpp152 int32_t confidence = 0; in match_mbcs() local
178 return confidence; in match_mbcs()
188 confidence = 0; in match_mbcs()
193 confidence = 10; in match_mbcs()
196 return confidence; in match_mbcs()
204 confidence = 0; in match_mbcs()
206 return confidence; in match_mbcs()
213 confidence = 30 + doubleByteCharCount - 20*badCharCount; in match_mbcs()
215 if (confidence > 100) { in match_mbcs()
216 confidence = 100; in match_mbcs()
[all …]
Dcsrucode.cpp77 int32_t confidence = 0; in match() local
97 confidence = 100; in match()
99 confidence = 80; in match()
101 confidence = 100; in match()
103 confidence = 80; in match()
106 confidence = 25; in match()
109 return confidence; in match()
Dcsmatch.cpp22 : csr(0), confidence(0) in CharsetMatch()
31 confidence = conf; in set()
46 return confidence; in getConfidence()
Dcsdetect.cpp269 int32_t confidence; in detectAll() local
280 confidence = detectResults; in detectAll()
282 if (confidence > 0) { in detectAll()
283 resultArray[resultCount++]->set(textIn, csr, confidence); in detectAll()
Dcsmatch.h25 int32_t confidence; variable
/external/icu4c/i18n/
Dcsrutf8.cpp33 int32_t confidence; in match() local
90 confidence = 0; in match()
92 confidence = 100; in match()
94 confidence = 80; in match()
96 confidence = 100; in match()
98 confidence = 80; in match()
101 confidence = 10; in match()
104 confidence = 25; in match()
107 return confidence; in match()
Dcsrmbcs.cpp152 int32_t confidence = 0; in match_mbcs() local
178 return confidence; in match_mbcs()
188 confidence = 0; in match_mbcs()
193 confidence = 10; in match_mbcs()
196 return confidence; in match_mbcs()
204 confidence = 0; in match_mbcs()
206 return confidence; in match_mbcs()
213 confidence = 30 + doubleByteCharCount - 20*badCharCount; in match_mbcs()
215 if (confidence > 100) { in match_mbcs()
216 confidence = 100; in match_mbcs()
[all …]
Dcsrucode.cpp77 int32_t confidence = 0; in match() local
97 confidence = 100; in match()
99 confidence = 80; in match()
101 confidence = 100; in match()
103 confidence = 80; in match()
106 confidence = 25; in match()
109 return confidence; in match()
Dcsmatch.cpp22 : csr(0), confidence(0) in CharsetMatch()
31 confidence = conf; in set()
46 return confidence; in getConfidence()
Dcsdetect.cpp269 int32_t confidence; in detectAll() local
280 confidence = detectResults; in detectAll()
282 if (confidence > 0) { in detectAll()
283 resultArray[resultCount++]->set(textIn, csr, confidence); in detectAll()
Dcsmatch.h25 int32_t confidence; variable
/external/neven/
DFaceDetector_jni.cpp41 float confidence; member
49 jfieldID confidence; member
83 fdata->confidence = (float)btk_DCR_confidence(hdcr) / (1 << 24); in getFaceData()
107 gFaceOffsets.confidence = _env->GetFieldID(faceClass, "mConfidence", "F"); in nativeClassInit()
268 _env->SetFloatField(face, gFaceOffsets.confidence, faceData.confidence); in get_face()
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
Dcommon_unittest.py47 def _mock_style_error_handler(self, line_number, category, confidence, argument
50 error = (line_number, category, confidence, message)
Dtext_unittest.py44 def error_for_test(line_number, category, confidence, message): argument
55 def error_for_test(line_number, category, confidence, message): argument
/external/icu4c/samples/csdet/
Dcsdet.c59 int32_t confidence = ucsdet_getConfidence(csm[match], &status); in main() local
65 printf("%s (%s) %d\n", name, lang, confidence); in main()
/external/webkit/WebCore/platform/text/
DTextEncodingDetectorICU.cpp95 int32_t confidence = ucsdet_getConfidence(matches[i], &status); in detectTextEncoding() local
100 if (confidence < kThresold) in detectTextEncoding()
/external/netperf/
Dnettest_sdp.c285 while (((confidence < 0) && (confidence_iteration < iteration_max)) || in send_sdp_stream()
729 if (confidence < 0) { in send_sdp_stream()
982 while (((confidence < 0) && (confidence_iteration < iteration_max)) || in send_sdp_maerts()
1437 if (confidence < 0) { in send_sdp_maerts()
2394 while (((confidence < 0) && (confidence_iteration < iteration_max)) || in send_sdp_rr()
2858 if (confidence < 0) { in send_sdp_rr()
Dnettest_sctp.c456 while (((confidence < 0) && (confidence_iteration < iteration_max)) ||
936 if (confidence < 0) {
1593 while (((confidence < 0) && (confidence_iteration < iteration_max)) ||
2099 if (confidence < 0) {
2695 while (((confidence < 0) && (confidence_iteration < iteration_max)) ||
3136 if (confidence < 0) {
3756 while (((confidence < 0) && (confidence_iteration < iteration_max)) ||
4188 if (confidence < 0) {
Dnettest_bsd.c1365 while (((confidence < 0) && (confidence_iteration < iteration_max)) || in send_tcp_stream()
1806 if (confidence < 0) { in send_tcp_stream()
2059 while (((confidence < 0) && (confidence_iteration < iteration_max)) || in send_tcp_maerts()
2511 if (confidence < 0) { in send_tcp_maerts()
2791 while (((confidence < 0) && (confidence_iteration < iteration_max)) || in send_exs_tcp_stream()
3268 if (confidence < 0) { in send_exs_tcp_stream()
3562 while (((confidence < 0) && (confidence_iteration < iteration_max)) ||
4089 if (confidence < 0) {
5062 while (((confidence < 0) && (confidence_iteration < iteration_max)) || in send_tcp_rr()
5523 if (confidence < 0) { in send_tcp_rr()
[all …]
/external/openssl/crypto/dh/
Dexample33 However, to increase my confidence that this number really is a strong prime,
/external/icu4c/test/intltest/
Dcsdetest.cpp192 int32_t confidence = ucsdet_getConfidence(matches[m], &status); in checkEncoding() local
194 printf("%s (%s) %d\n", name, lang, confidence); in checkEncoding()
/external/chromium/third_party/icu/source/test/intltest/
Dcsdetest.cpp189 int32_t confidence = ucsdet_getConfidence(matches[m], &status); in checkEncoding() local
191 printf("%s (%s) %d\n", name, lang, confidence); in checkEncoding()

12