Searched refs:confidence (Results 1 - 25 of 72) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionAlternative.cpp32 PassRefPtr<SpeechRecognitionAlternative> SpeechRecognitionAlternative::create(const String& transcript, double confidence) argument
34 return adoptRef(new SpeechRecognitionAlternative(transcript, confidence));
37 SpeechRecognitionAlternative::SpeechRecognitionAlternative(const String& transcript, double confidence) argument
39 , m_confidence(confidence)
H A DSpeechRecognitionAlternative.idl30 readonly attribute float confidence;
H A DSpeechRecognitionAlternative.h42 double confidence() const { return m_confidence; } function in class:WebCore::SpeechRecognitionAlternative
/external/chromium_org/third_party/WebKit/Source/core/speech/
H A DSpeechInputResult.cpp33 PassRefPtr<SpeechInputResult> SpeechInputResult::create(const String& utterance, double confidence) argument
35 return adoptRef(new SpeechInputResult(utterance, confidence));
43 SpeechInputResult::SpeechInputResult(const String& utterance, double confidence) argument
45 , m_confidence(confidence)
50 double SpeechInputResult::confidence() const function in class:WebCore::SpeechInputResult
H A DSpeechInputResult.h43 static PassRefPtr<SpeechInputResult> create(const String& utterance, double confidence);
45 double confidence() const;
49 SpeechInputResult(const String& utterance, double confidence);
H A DSpeechInputResult.idl31 readonly attribute float confidence;
/external/icu4c/i18n/
H A Dcsrutf8.cpp34 int32_t confidence; local
89 // Cook up some sort of confidence score, based on presense of a BOM
91 confidence = 0;
93 confidence = 100;
95 confidence = 80;
97 confidence = 100;
99 confidence = 80;
102 confidence = 10;
105 confidence = 25;
108 results->set(input, this, confidence);
[all...]
H A Dcsrucode.cpp35 int32_t confidence = 0; local
38 confidence = 100;
42 results->set(textIn, this, confidence);
43 return (confidence > 0);
59 int32_t confidence = 0; local
62 confidence = 100;
66 results->set(textIn, this, confidence);
67 return (confidence > 0);
82 int32_t confidence = 0; local
99 // Cook up some sort of confidence scor
[all...]
H A Dcsmatch.cpp22 : textIn(NULL), confidence(0), fCharsetName(NULL), fLang(NULL)
31 confidence = conf;
56 return confidence;
H A Dcsr2022.cpp147 int32_t confidence = match_2022(textIn->fInputBytes, local
151 results->set(textIn, this, confidence);
152 return (confidence > 0);
162 int32_t confidence = match_2022(textIn->fInputBytes, local
166 results->set(textIn, this, confidence);
167 return (confidence > 0);
177 int32_t confidence = match_2022(textIn->fInputBytes, local
181 results->set(textIn, this, confidence);
182 return (confidence > 0);
H A Dcsrmbcs.cpp153 int32_t confidence = 0; local
179 return confidence;
187 // We don't have enough data to have any confidence.
189 confidence = 0;
194 confidence = 10;
197 return confidence;
205 confidence = 0;
207 return confidence;
212 // Assess confidence purely on having a reasonable number of
214 confidence
272 int32_t confidence = match_mbcs(det, commonChars_sjis, ARRAY_SIZE(commonChars_sjis)); local
373 int32_t confidence = match_mbcs(det, commonChars_euc_jp, ARRAY_SIZE(commonChars_euc_jp)); local
395 int32_t confidence = match_mbcs(det, commonChars_euc_kr, ARRAY_SIZE(commonChars_euc_kr)); local
447 int32_t confidence = match_mbcs(det, commonChars_big5, ARRAY_SIZE(commonChars_big5)); local
523 int32_t confidence = match_mbcs(det, commonChars_gb_18030, ARRAY_SIZE(commonChars_gb_18030)); local
[all...]
/external/chromium_org/content/public/common/
H A Dspeech_recognition_result.h18 double confidence; member in struct:content::SpeechRecognitionHypothesis
20 SpeechRecognitionHypothesis() : confidence(0.0) {}
25 confidence(confidence_value) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsrutf8.cpp33 int32_t confidence; local
88 // Cook up some sort of confidence score, based on presense of a BOM
90 confidence = 0;
92 confidence = 100;
94 confidence = 80;
96 confidence = 100;
98 confidence = 80;
101 confidence = 10;
104 confidence = 25;
107 return confidence;
[all...]
H A Dcsrucode.cpp79 int32_t confidence = 0; local
96 // Cook up some sort of confidence score, based on presense of a BOM
99 confidence = 100;
101 confidence = 80;
103 confidence = 100;
105 confidence = 80;
108 confidence = 25;
111 return confidence;
H A Dcsmatch.cpp22 : csr(0), confidence(0)
31 confidence = conf;
46 return confidence;
H A Dcsmatch.h25 int32_t confidence; member in class:CharsetMatch
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Derror_handlers_unittest.py76 def _call_error_handler(self, handle_error, confidence, line_number=100):
80 confidence=confidence,
126 confidence = 1
129 confidence,
132 self._call_error_handler(error_handler, confidence)
144 confidence = 5
147 self._call_error_handler(error_handler, confidence)
154 self._call_error_handler(error_handler, confidence)
166 self._call_error_handler(error_handler, confidence)
[all...]
H A Derror_handlers.py31 __call__(self, line_number, category, confidence, message):
43 confidence: An integer between 1 and 5 inclusive that represents the
44 application's level of confidence in the error. The value
134 def __call__(self, line_number, category, confidence, message):
144 confidence_in_error=confidence,
157 confidence_in_error=confidence,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dxcodeproj_unittest.py38 def __call__(self, line_number, category, confidence, message):
39 self.handler(self, line_number, category, confidence, message)
47 def handler(error_handler, line_number, category, confidence, message):
48 self.fail('Unexpected error: %d %s %d %s' % (line_number, category, confidence, message))
57 def handler(error_handler, line_number, category, confidence, message):
H A Djsonchecker_unittest.py38 def __call__(self, line_number, category, confidence, message):
39 self._handle_style_error(self, line_number, category, confidence, message)
57 def handle_style_error(mock_error_handler, line_number, category, confidence, message):
58 self.fail('Unexpected error: %d %s %d %s' % (line_number, category, confidence, message))
66 def handle_style_error(mock_error_handler, line_number, category, confidence, message):
H A Dxml_unittest.py38 def __call__(self, line_number, category, confidence, message):
39 self._handle_style_error(self, line_number, category, confidence, message)
47 def handle_style_error(mock_error_handler, line_number, category, confidence, message):
48 self.fail('Unexpected error: %d %s %d %s' % (line_number, category, confidence, message))
56 def handle_style_error(mock_error_handler, line_number, category, confidence, message):
H A Dpython_unittest.py49 def _mock_handle_style_error(line_number, category, confidence,
51 error = (line_number, category, confidence, message)
H A Dcommon_unittest.py48 def _mock_style_error_handler(self, line_number, category, confidence,
51 error = (line_number, category, confidence, message)
105 def style_error_handler(line_number, category, confidence, message):
107 self.assertEqual(confidence, 5)
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSpeechInputResult.cpp46 void WebSpeechInputResult::assign(const WebString& utterance, double confidence) argument
48 m_private = WebCore::SpeechInputResult::create(utterance, confidence);
/external/chromium_org/chrome/browser/resources/predictors/
H A Dautocomplete_action_predictor.js55 if (!filter.checked || entry.confidence > 0) {
57 row.className = (entry.confidence > 0.8 ? 'action-prerender' :
58 (entry.confidence > 0.5 ? 'action-preconnect' :
69 entry.confidence;

Completed in 606 milliseconds

123