/external/webkit/Source/WebCore/page/ |
D | SpeechInputResult.cpp | 33 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/ |
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
|
D | xml_unittest.py | 36 def handle_style_error(line_number, category, confidence, message): argument 42 def handle_style_error(line_number, category, confidence, message): argument
|
D | changelog_unittest.py | 36 def handle_style_error(line_number, category, confidence, message): argument 45 def handle_style_error(line_number, category, confidence, message): argument
|
D | common_unittest.py | 48 def _mock_style_error_handler(self, line_number, category, confidence, argument 105 def style_error_handler(line_number, category, confidence, message): argument
|
D | python_unittest.py | 49 def _mock_handle_style_error(line_number, category, confidence, argument
|
D | test_expectations.py | 84 def _handle_error_message(self, lineno, message, confidence): argument
|
D | test_expectations_unittest.py | 54 def __call__(self, lineno, category, confidence, message): argument
|
/external/icu4c/i18n/ |
D | csmatch.h | 25 int32_t confidence; variable
|
D | csrutf8.cpp | 33 int32_t confidence; in match() local
|
D | csrucode.cpp | 77 int32_t confidence = 0; in match() local
|
D | csdetect.cpp | 269 int32_t confidence; in detectAll() local
|
D | csrmbcs.cpp | 152 int32_t confidence = 0; in match_mbcs() local
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebSpeechInputResult.cpp | 44 void WebSpeechInputResult::set(const WebString& utterance, double confidence) in set()
|
D | WebSpeechInputControllerMockImpl.cpp | 60 …ntrollerMockImpl::addMockRecognitionResult(const WebString& result, double confidence, const WebSt… in addMockRecognitionResult()
|
/external/webkit/Source/WebCore/platform/text/ |
D | TextEncodingDetectorICU.cpp | 95 int32_t confidence = ucsdet_getConfidence(matches[i], &status); in detectTextEncoding() local
|
/external/icu4c/samples/csdet/ |
D | csdet.c | 59 int32_t confidence = ucsdet_getConfidence(csm[match], &status); in main() local
|
/external/webkit/Source/WebCore/platform/mock/ |
D | SpeechInputClientMock.cpp | 85 void SpeechInputClientMock::addRecognitionResult(const String& result, double confidence, const Ato… in addRecognitionResult()
|
/external/chromium/base/i18n/ |
D | icu_encoding_detection.cc | 68 int32_t confidence = ucsdet_getConfidence(matches[i], &get_name_status); in DetectAllEncodings() local
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
D | error_handlers.py | 131 def __call__(self, line_number, category, confidence, message): argument
|
D | error_handlers_unittest.py | 76 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/ |
D | ScenarioStatusTable.java | 148 int confidence = Utils.confidenceLevel(deviation); in printConfigStats() local
|
D | Utils.java | 367 public static String getImage(int confidence, boolean scenarioFailed, boolean hasExplanation) { in getImage()
|
/external/neven/ |
D | FaceDetector_jni.cpp | 41 float confidence; member 49 jfieldID confidence; member
|
/external/icu4c/test/intltest/ |
D | csdetest.cpp | 192 int32_t confidence = ucsdet_getConfidence(matches[m], &status); in checkEncoding() local
|