HomeSort by relevance Sort by last modified time
    Searched refs:confidence (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/webkit/Source/WebCore/page/
SpeechInputResult.cpp 33 PassRefPtr<SpeechInputResult> SpeechInputResult::create(const String& utterance, double confidence)
35 return adoptRef(new SpeechInputResult(utterance, confidence));
43 SpeechInputResult::SpeechInputResult(const String& utterance, double confidence)
45 , m_confidence(confidence)
49 double SpeechInputResult::confidence() const function in class:WebCore::SpeechInputResult
SpeechInputResult.h 42 static PassRefPtr<SpeechInputResult> create(const String& utterance, double confidence);
44 double confidence() const;
48 SpeechInputResult(const String& utterance, double confidence);
SpeechInputResult.idl 32 readonly attribute float confidence;
  /external/icu4c/i18n/
csrutf8.cpp 34 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...]
csrucode.cpp 35 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 score, based on presense of a BO
    [all...]
csmatch.cpp 22 : textIn(NULL), confidence(0), fCharsetName(NULL), fLang(NULL)
31 confidence = conf;
56 return confidence;
csr2022.cpp 147 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);
csmatch.h 22 * Any confidence > 0 indicates a possible match, meaning that the input bytes
35 int32_t confidence; member in class:CharsetMatch
csrmbcs.cpp 153 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 = 30 + doubleByteCharCount - 20*badCharCount
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/webkit/Source/WebKit/chromium/public/
WebSpeechInputControllerMock.h 47 virtual void addMockRecognitionResult(const WebString& result, double confidence, const WebString& language) = 0;
WebSpeechInputResult.h 47 WEBKIT_API void set(const WebString& utterance, double confidence);
  /external/webkit/Source/WebKit/chromium/src/
WebSpeechInputResult.cpp 44 void WebSpeechInputResult::set(const WebString& utterance, double confidence)
46 m_private = WebCore::SpeechInputResult::create(utterance, confidence);
WebSpeechInputControllerMockImpl.h 65 void addMockRecognitionResult(const WebString& result, double confidence, const WebString& language);
WebSpeechInputControllerMockImpl.cpp 60 void WebSpeechInputControllerMockImpl::addMockRecognitionResult(const WebString& result, double confidence, const WebString &language)
62 m_webcoreMock->addRecognitionResult(result, confidence, language);
  /external/webkit/Tools/Scripts/webkitpy/style/
error_handlers_unittest.py 76 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...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
python_unittest.py 49 def _mock_handle_style_error(line_number, category, confidence,
51 error = (line_number, category, confidence, message)
common_unittest.py 48 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)
xml_unittest.py 36 def handle_style_error(line_number, category, confidence, message):
37 self.fail('Unexpected error: %d %s %d %s' % (line_number, category, confidence, message))
42 def handle_style_error(line_number, category, confidence, message):
text_unittest.py 44 def error_for_test(line_number, category, confidence, message):
55 def error_for_test(line_number, category, confidence, message):
changelog_unittest.py 36 def handle_style_error(line_number, category, confidence, message):
37 self.fail('Unexpected error: %d %s %d %s for\n%s' % (line_number, category, confidence, message, changelog_data))
45 def handle_style_error(line_number, category, confidence, message):
  /external/webkit/Source/WebCore/platform/mock/
SpeechInputClientMock.cpp 85 void SpeechInputClientMock::addRecognitionResult(const String& result, double confidence, const AtomicString& language)
88 m_resultsForEmptyLanguage.append(SpeechInputResult::create(result, confidence));
92 m_recognitionResults.find(language)->second.append(SpeechInputResult::create(result, confidence));
SpeechInputClientMock.h 52 void addRecognitionResult(const String& result, double confidence, const AtomicString& language);
  /external/icu4c/samples/csdet/
csdet.c 59 int32_t confidence = ucsdet_getConfidence(csm[match], &status); local
65 printf("%s (%s) %d\n", name, lang, confidence);
  /external/webkit/Source/WebCore/platform/text/
TextEncodingDetectorICU.cpp 72 // encoding with a highest confidence among the detector-specific
85 // 10 is the minimum confidence value consistent with the codepoint
95 int32_t confidence = ucsdet_getConfidence(matches[i], &status);
100 if (confidence < kThresold)
  /frameworks/av/media/libstagefright/
DataSource.cpp 112 String8 *mimeType, float *confidence, sp<AMessage> *meta) {
114 *confidence = 0.0f;
124 if (newConfidence > *confidence) {
126 *confidence = newConfidence;
132 return *confidence > 0.0;

Completed in 299 milliseconds

1 2 3 4