/external/webkit/WebKitTools/Scripts/webkitpy/style/ |
D | error_handlers_unittest.py | 66 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 …]
|
D | error_handlers.py | 106 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/ |
D | csrutf8.cpp | 33 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()
|
D | csrmbcs.cpp | 152 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 …]
|
D | csrucode.cpp | 77 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()
|
D | csmatch.cpp | 22 : csr(0), confidence(0) in CharsetMatch() 31 confidence = conf; in set() 46 return confidence; in getConfidence()
|
D | csdetect.cpp | 269 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()
|
D | csmatch.h | 25 int32_t confidence; variable
|
/external/icu4c/i18n/ |
D | csrutf8.cpp | 33 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()
|
D | csrmbcs.cpp | 152 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 …]
|
D | csrucode.cpp | 77 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()
|
D | csmatch.cpp | 22 : csr(0), confidence(0) in CharsetMatch() 31 confidence = conf; in set() 46 return confidence; in getConfidence()
|
D | csdetect.cpp | 269 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()
|
D | csmatch.h | 25 int32_t confidence; variable
|
/external/neven/ |
D | FaceDetector_jni.cpp | 41 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/ |
D | common_unittest.py | 47 def _mock_style_error_handler(self, line_number, category, confidence, argument 50 error = (line_number, category, confidence, message)
|
D | text_unittest.py | 44 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/ |
D | csdet.c | 59 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/ |
D | TextEncodingDetectorICU.cpp | 95 int32_t confidence = ucsdet_getConfidence(matches[i], &status); in detectTextEncoding() local 100 if (confidence < kThresold) in detectTextEncoding()
|
/external/netperf/ |
D | nettest_sdp.c | 285 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()
|
D | nettest_sctp.c | 456 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) {
|
D | nettest_bsd.c | 1365 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/ |
D | example | 33 However, to increase my confidence that this number really is a strong prime,
|
/external/icu4c/test/intltest/ |
D | csdetest.cpp | 192 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/ |
D | csdetest.cpp | 189 int32_t confidence = ucsdet_getConfidence(matches[m], &status); in checkEncoding() local 191 printf("%s (%s) %d\n", name, lang, confidence); in checkEncoding()
|