Home
last modified time | relevance | path

Searched defs:confidence (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/Source/WebCore/page/
DSpeechInputResult.cpp33 PassRefPtr<SpeechInputResult> SpeechInputResult::create(const String& utterance, double confidence) in create()
43 SpeechInputResult::SpeechInputResult(const String& utterance, double confidence) in SpeechInputResult()
49 double SpeechInputResult::confidence() const in confidence() function in WebCore::SpeechInputResult
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
Dtext_unittest.py44 def error_for_test(line_number, category, confidence, message): argument
55 def error_for_test(line_number, category, confidence, message): argument
Dxml_unittest.py36 def handle_style_error(line_number, category, confidence, message): argument
42 def handle_style_error(line_number, category, confidence, message): argument
Dchangelog_unittest.py36 def handle_style_error(line_number, category, confidence, message): argument
45 def handle_style_error(line_number, category, confidence, message): argument
Dcommon_unittest.py48 def _mock_style_error_handler(self, line_number, category, confidence, argument
105 def style_error_handler(line_number, category, confidence, message): argument
Dpython_unittest.py49 def _mock_handle_style_error(line_number, category, confidence, argument
Dtest_expectations.py84 def _handle_error_message(self, lineno, message, confidence): argument
Dtest_expectations_unittest.py54 def __call__(self, lineno, category, confidence, message): argument
/external/icu4c/i18n/
Dcsmatch.h25 int32_t confidence; variable
Dcsrutf8.cpp33 int32_t confidence; in match() local
Dcsrucode.cpp77 int32_t confidence = 0; in match() local
Dcsdetect.cpp269 int32_t confidence; in detectAll() local
Dcsrmbcs.cpp152 int32_t confidence = 0; in match_mbcs() local
/external/webkit/Source/WebKit/chromium/src/
DWebSpeechInputResult.cpp44 void WebSpeechInputResult::set(const WebString& utterance, double confidence) in set()
DWebSpeechInputControllerMockImpl.cpp60 …ntrollerMockImpl::addMockRecognitionResult(const WebString& result, double confidence, const WebSt… in addMockRecognitionResult()
/external/webkit/Source/WebCore/platform/text/
DTextEncodingDetectorICU.cpp95 int32_t confidence = ucsdet_getConfidence(matches[i], &status); in detectTextEncoding() local
/external/icu4c/samples/csdet/
Dcsdet.c59 int32_t confidence = ucsdet_getConfidence(csm[match], &status); in main() local
/external/webkit/Source/WebCore/platform/mock/
DSpeechInputClientMock.cpp85 void SpeechInputClientMock::addRecognitionResult(const String& result, double confidence, const Ato… in addRecognitionResult()
/external/chromium/base/i18n/
Dicu_encoding_detection.cc68 int32_t confidence = ucsdet_getConfidence(matches[i], &get_name_status); in DetectAllEncodings() local
/external/webkit/Tools/Scripts/webkitpy/style/
Derror_handlers.py131 def __call__(self, line_number, category, confidence, message): argument
Derror_handlers_unittest.py76 def _call_error_handler(self, handle_error, confidence, line_number=100): argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DScenarioStatusTable.java148 int confidence = Utils.confidenceLevel(deviation); in printConfigStats() local
DUtils.java367 public static String getImage(int confidence, boolean scenarioFailed, boolean hasExplanation) { in getImage()
/external/neven/
DFaceDetector_jni.cpp41 float confidence; member
49 jfieldID confidence; member
/external/icu4c/test/intltest/
Dcsdetest.cpp192 int32_t confidence = ucsdet_getConfidence(matches[m], &status); in checkEncoding() local

12