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

1 23 4

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioStatusTable.java 148 int confidence = Utils.confidenceLevel(deviation); local
151 String image = Utils.getImage(confidence, hasFailure, comment != null);
153 if (!hasFailure|| (confidence & Utils.NAN) != 0 || failure.length() == 0){
Utils.java 332 * Returns the confidence level for given statistics:
341 * @return a value telling caller the level of confidence of the provided value
361 * Get an icon image corresponding to a given level of confidence and explanation.
363 * @param confidence the confiden level
364 * @param hasExplanation flags indicates whether the confidence may be tempered by an explanation
367 public static String getImage(int confidence, boolean scenarioFailed, boolean hasExplanation) {
373 } else if ((confidence & ERR) != 0) {
378 } else if ((confidence & NAN) != 0) {
380 } else if ((confidence & ERR) != 0) {
  /frameworks/av/media/libstagefright/
DRMExtractor.cpp 273 const sp<DataSource> &source, String8 *mimeType, float *confidence,
280 *confidence = 10.0f;
283 *confidence = 10.0f;
WAVExtractor.cpp 530 const sp<DataSource> &source, String8 *mimeType, float *confidence,
547 *confidence = 0.3f;
FLACExtractor.cpp 820 const sp<DataSource> &source, String8 *mimeType, float *confidence,
835 *confidence = 0.5;
MP3Extractor.cpp 651 float *confidence, sp<AMessage> *meta) {
665 *confidence = 0.2f;
NuMediaExtractor.cpp 78 float confidence; local
80 bool success = SniffWVM(dataSource, &mimeType, &confidence, &dummy);
MPEG4Extractor.cpp     [all...]
  /external/icu4c/i18n/
csrsbcs.cpp 127 // were we were getting a confidence of 135...
788 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_1); local
815 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_2); local
852 int32_t confidence = match_sbcs(textIn, ngrams_8859_5_ru, charMap_8859_5); local
879 int32_t confidence = match_sbcs(textIn, ngrams_8859_6_ar, charMap_8859_6); local
907 int32_t confidence = match_sbcs(textIn, ngrams_8859_7_el, charMap_8859_7); local
940 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_I_he, charMap_8859_8); local
958 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_he, charMap_8859_8); local
986 int32_t confidence = match_sbcs(textIn, ngrams_8859_9_tr, charMap_8859_9); local
1008 int32_t confidence = match_sbcs(textIn, ngrams_windows_1256, charMap_windows_1256); local
1030 int32_t confidence = match_sbcs(textIn, ngrams_windows_1251, charMap_windows_1251); local
1052 int32_t confidence = match_sbcs(textIn, ngrams_KOI8_R, charMap_KOI8_R); local
1079 int32_t confidence = match_sbcs(textIn, ngrams_IBM424_he_rtl, charMap_IBM424_he); local
1096 int32_t confidence = match_sbcs(textIn, ngrams_IBM424_he_ltr, charMap_IBM424_he); local
1227 int32_t confidence = match_sbcs(textIn, ngrams_IBM420_ar_rtl, charMap_IBM420_ar); local
1244 int32_t confidence = match_sbcs(textIn, ngrams_IBM420_ar_ltr, charMap_IBM420_ar); local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
test_expectations.py 84 def _handle_error_message(self, lineno, message, confidence):
  /frameworks/av/media/libstagefright/include/
AVIExtractor.h 121 const sp<DataSource> &source, String8 *mimeType, float *confidence,
MPEG4Extractor.h 128 const sp<DataSource> &source, String8 *mimeType, float *confidence,
  /frameworks/base/core/java/android/view/
VelocityTracker.java 251 * Confidence (coefficient of determination), between 0 (no fit) and 1 (perfect fit).
253 public float confidence; field in class:VelocityTracker.Estimator
  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 250 const sp<DataSource> &source, String8 *mimeType, float *confidence,
260 *confidence = 0.1f;
MPEG2PSExtractor.cpp 697 const sp<DataSource> &source, String8 *mimeType, float *confidence,
708 *confidence = 0.25f; // Slightly larger than .mp3 extractor's confidence
  /external/clang/utils/analyzer/
CmpRuns.py 24 # to obtain a list of triples (a, b, confidence).
209 The result is the relation as a list of triples (a, b, confidence) where
211 confidence is a measure of the match quality (where 0 indicates equality,
265 a,b,confidence = res
278 elif confidence:
  /frameworks/base/libs/androidfw/
VelocityTracker.cpp 255 "estimator (degree=%d, xCoeff=%s, yCoeff=%s, confidence=%f)",
260 estimator.confidence);
605 outEstimator->confidence = xdet * ydet;
607 ALOGD("estimate: degree=%d, xCoeff=%s, yCoeff=%s, confidence=%f",
611 outEstimator->confidence);
622 outEstimator->confidence = 1;
799 outEstimator->confidence = 1.0f;
915 outEstimator->confidence = 1;
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 65 CvMat* mask, double confidence=0.99, int maxIters=1000 );
68 double confidence=0.99, int maxIters=1000 );
164 double confidence, int maxIters )
226 niters = cvRANSACUpdateNumIters( confidence,
258 CvMat* mask, double confidence, int maxIters )
294 niters = cvRound(log(1-confidence)/log(1-pow(1-outlierRatio,(double)modelPoints)));
580 const double confidence = 0.99; local
620 result = estimator.runLMeDS( M, m, &_H, tempMask, confidence );
622 result = estimator.runRANSAC( M, m, &_H, tempMask, ransacReprojThreshold, confidence );
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 228 void addMockSpeechInputResult(const QString& result, double confidence, const QString& language);
  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 350 void LayoutTestController::addMockSpeechInputResult(JSStringRef result, double confidence, JSStringRef language)
  /external/netperf/
nettest_sdp.c 282 /* confidence interval (I really should have stayed awake during */
283 /* probstats :). If the user did not request confidence measurement */
284 /* (no confidence is the default) then we will only go though the */
285 /* loop once. the confidence stuff originates from the folks at IBM */
287 while (((confidence < 0) && (confidence_iteration < iteration_max)) ||
683 /* we were not measuring cpu, for the confidence stuff, we */
691 /* at this point, we want to calculate the confidence information. */
709 /* are for all the confidence stuff. we could make the values */
731 if (confidence < 0) {
732 /* we did not hit confidence, but were we asked to look for it? *
    [all...]
nettest_sctp.c 456 /* confidence interval (I really should have stayed awake during */
457 /* probstats :). If the user did not request confidence measurement */
458 /* (no confidence is the default) then we will only go though the */
459 /* loop once. the confidence stuff originates from the folks at IBM */
461 while (((confidence < 0) && (confidence_iteration < iteration_max)) ||
893 /* we were not measuring cpu, for the confidence stuff, we */
901 /* at this point, we want to calculate the confidence information. */
919 /* are for all the confidence stuff. we could make the values */
941 if (confidence < 0) {
942 /* we did not hit confidence, but were we asked to look for it? *
    [all...]
netlib.h 559 /* these are all for the confidence interval stuff */
560 extern double confidence;
nettest_bsd.c     [all...]
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 107 void addMockSpeechInputResult(JSStringRef result, double confidence, JSStringRef language);

Completed in 461 milliseconds

1 23 4