Home
last modified time | relevance | path

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

12345678910>>...23

/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DCharsetRecog_sbcs.java432 int confidence = match(det, ngl.fNGrams, byteMap); in match() local
529 int confidence = match(det, ngl.fNGrams, byteMap); in match() local
609 int confidence = match(det, ngrams, byteMap); in match() local
676 int confidence = match(det, ngrams, byteMap); in match() local
744 int confidence = match(det, ngrams, byteMap); in match() local
818 int confidence = match(det, ngrams, byteMap); in match() local
842 int confidence = match(det, ngrams, byteMap); in match() local
911 int confidence = match(det, ngrams, byteMap); in match() local
975 int confidence = match(det, ngrams, byteMap); in match() local
1039 int confidence = match(det, ngrams, byteMap); in match() local
[all …]
H A DCharsetRecog_mbcs.java55 int confidence = 0; in match() local
227 int confidence = match(det, commonChars); in match() local
296 int confidence = match(det, commonChars); in match() local
411 int confidence = match(det, commonChars); in match() local
449 int confidence = match(det, commonChars); in match() local
550 int confidence = match(det, commonChars); in match() local
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dcsrsbcs.cpp899 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_1); in match() local
926 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_2); in match() local
963 int32_t confidence = match_sbcs(textIn, ngrams_8859_5_ru, charMap_8859_5); in match() local
990 int32_t confidence = match_sbcs(textIn, ngrams_8859_6_ar, charMap_8859_6); in match() local
1018 int32_t confidence = match_sbcs(textIn, ngrams_8859_7_el, charMap_8859_7); in match() local
1051 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_I_he, charMap_8859_8); in match() local
1069 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_he, charMap_8859_8); in match() local
1097 int32_t confidence = match_sbcs(textIn, ngrams_8859_9_tr, charMap_8859_9); in match() local
1119 int32_t confidence = match_sbcs(textIn, ngrams_windows_1256, charMap_windows_1256); in match() local
1141 int32_t confidence = match_sbcs(textIn, ngrams_windows_1251, charMap_windows_1251); in match() local
[all …]
H A Dcsrmbcs.cpp153 int32_t confidence = 0; in match_mbcs() local
270 int32_t confidence = match_mbcs(det, commonChars_sjis, UPRV_LENGTHOF(commonChars_sjis)); in match() local
371 int32_t confidence = match_mbcs(det, commonChars_euc_jp, UPRV_LENGTHOF(commonChars_euc_jp)); in match() local
393 int32_t confidence = match_mbcs(det, commonChars_euc_kr, UPRV_LENGTHOF(commonChars_euc_kr)); in match() local
445 int32_t confidence = match_mbcs(det, commonChars_big5, UPRV_LENGTHOF(commonChars_big5)); in match() local
521 int32_t confidence = match_mbcs(det, commonChars_gb_18030, UPRV_LENGTHOF(commonChars_gb_18030)); in match() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dcsrsbcs.cpp899 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_1); in match() local
926 int32_t confidence = match_sbcs(textIn, ngrams, charMap_8859_2); in match() local
963 int32_t confidence = match_sbcs(textIn, ngrams_8859_5_ru, charMap_8859_5); in match() local
990 int32_t confidence = match_sbcs(textIn, ngrams_8859_6_ar, charMap_8859_6); in match() local
1018 int32_t confidence = match_sbcs(textIn, ngrams_8859_7_el, charMap_8859_7); in match() local
1051 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_I_he, charMap_8859_8); in match() local
1069 int32_t confidence = match_sbcs(textIn, ngrams_8859_8_he, charMap_8859_8); in match() local
1097 int32_t confidence = match_sbcs(textIn, ngrams_8859_9_tr, charMap_8859_9); in match() local
1119 int32_t confidence = match_sbcs(textIn, ngrams_windows_1256, charMap_windows_1256); in match() local
1141 int32_t confidence = match_sbcs(textIn, ngrams_windows_1251, charMap_windows_1251); in match() local
[all …]
H A Dcsrmbcs.cpp153 int32_t confidence = 0; in match_mbcs() local
270 int32_t confidence = match_mbcs(det, commonChars_sjis, UPRV_LENGTHOF(commonChars_sjis)); in match() local
371 int32_t confidence = match_mbcs(det, commonChars_euc_jp, UPRV_LENGTHOF(commonChars_euc_jp)); in match() local
393 int32_t confidence = match_mbcs(det, commonChars_euc_kr, UPRV_LENGTHOF(commonChars_euc_kr)); in match() local
445 int32_t confidence = match_mbcs(det, commonChars_big5, UPRV_LENGTHOF(commonChars_big5)); in match() local
521 int32_t confidence = match_mbcs(det, commonChars_gb_18030, UPRV_LENGTHOF(commonChars_gb_18030)); in match() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetRecog_sbcs.java433 int confidence = match(det, ngl.fNGrams, byteMap); in match() local
530 int confidence = match(det, ngl.fNGrams, byteMap); in match() local
610 int confidence = match(det, ngrams, byteMap); in match() local
677 int confidence = match(det, ngrams, byteMap); in match() local
745 int confidence = match(det, ngrams, byteMap); in match() local
819 int confidence = match(det, ngrams, byteMap); in match() local
843 int confidence = match(det, ngrams, byteMap); in match() local
912 int confidence = match(det, ngrams, byteMap); in match() local
976 int confidence = match(det, ngrams, byteMap); in match() local
1040 int confidence = match(det, ngrams, byteMap); in match() local
[all …]
H A DCharsetRecog_mbcs.java56 int confidence = 0; in match() local
228 int confidence = match(det, commonChars); in match() local
297 int confidence = match(det, commonChars); in match() local
412 int confidence = match(det, commonChars); in match() local
450 int confidence = match(det, commonChars); in match() local
551 int confidence = match(det, commonChars); in match() local
H A DCharsetRecog_Unicode.java41 static int adjustConfidence(int codeUnit, int confidence) { in adjustConfidence()
67 int confidence = 10; in match() local
103 int confidence = 10; in match() local
142 int confidence = 0; in match() local
/aosp_15_r20/external/googleapis/google/cloud/vision/v1p2beta1/
H A Dtext_annotation.proto44 float confidence = 2; field
111 float confidence = 5; field
169 float confidence = 5; field
198 float confidence = 4; field
228 float confidence = 4; field
257 float confidence = 4; field
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p4beta1/src/main/proto/google/cloud/vision/v1p4beta1/
H A Dtext_annotation.proto46 float confidence = 2; field
113 float confidence = 5; field
171 float confidence = 5; field
200 float confidence = 4; field
230 float confidence = 4; field
259 float confidence = 4; field
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/
H A Dtext_annotation.proto44 float confidence = 2; field
111 float confidence = 5; field
169 float confidence = 5; field
198 float confidence = 4; field
228 float confidence = 4; field
257 float confidence = 4; field
/aosp_15_r20/external/googleapis/google/cloud/vision/v1p4beta1/
H A Dtext_annotation.proto46 float confidence = 2; field
113 float confidence = 5; field
171 float confidence = 5; field
200 float confidence = 4; field
230 float confidence = 4; field
259 float confidence = 4; field
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/
H A Dtext_annotation.proto44 float confidence = 2; field
111 float confidence = 5; field
169 float confidence = 5; field
198 float confidence = 4; field
228 float confidence = 4; field
257 float confidence = 4; field
/aosp_15_r20/external/googleapis/google/cloud/vision/v1p3beta1/
H A Dtext_annotation.proto44 float confidence = 2; field
111 float confidence = 5; field
169 float confidence = 5; field
198 float confidence = 4; field
228 float confidence = 4; field
257 float confidence = 4; field
/aosp_15_r20/external/googleapis/google/cloud/vision/v1p1beta1/
H A Dtext_annotation.proto44 float confidence = 2; field
109 float confidence = 5; field
162 float confidence = 5; field
191 float confidence = 4; field
221 float confidence = 4; field
250 float confidence = 4; field
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/
H A Dtext_annotation.proto44 float confidence = 2; field
111 float confidence = 5; field
169 float confidence = 5; field
198 float confidence = 4; field
228 float confidence = 4; field
257 float confidence = 4; field
/aosp_15_r20/external/googleapis/google/cloud/vision/v1/
H A Dtext_annotation.proto45 float confidence = 2; field
112 float confidence = 5; field
170 float confidence = 5; field
199 float confidence = 4; field
229 float confidence = 4; field
258 float confidence = 4; field
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p1beta1/src/main/proto/google/cloud/vision/v1p1beta1/
H A Dtext_annotation.proto44 float confidence = 2; field
109 float confidence = 5; field
162 float confidence = 5; field
191 float confidence = 4; field
221 float confidence = 4; field
250 float confidence = 4; field
/aosp_15_r20/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DAngleMeasurementTest.java41 double confidence = 0.5; in testConstructs() local
46 assertEquals(measurement.getConfidenceLevel(), confidence, 0); in testConstructs() local
53 double confidence = 0.5; in testInvalidRadians() local
62 double confidence = 0.5; in testInvalidErrorRadians() local
77 private void constructExpectFailure(double radians, double errorRadians, double confidence) { in constructExpectFailure()
/aosp_15_r20/external/googleapis/google/cloud/videointelligence/v1/
H A Dvideo_intelligence.proto324 float confidence = 2; field
334 float confidence = 2; field
498 float confidence = 4 [(google.api.field_behavior) = OPTIONAL]; field
508 float confidence = 2; field
526 float confidence = 3; field
736 float confidence = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; field
769 float confidence = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; field
818 float confidence = 2; field
881 float confidence = 4; field
/aosp_15_r20/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1/src/main/proto/google/cloud/videointelligence/v1/
H A Dvideo_intelligence.proto324 float confidence = 2; field
334 float confidence = 2; field
498 float confidence = 4 [(google.api.field_behavior) = OPTIONAL]; field
508 float confidence = 2; field
526 float confidence = 3; field
736 float confidence = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; field
769 float confidence = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; field
818 float confidence = 2; field
881 float confidence = 4; field
/aosp_15_r20/external/googleapis/google/cloud/videointelligence/v1p3beta1/
H A Dvideo_intelligence.proto367 float confidence = 2; field
377 float confidence = 2; field
480 float confidence = 4 [(google.api.field_behavior) = OPTIONAL]; field
490 float confidence = 2; field
522 float confidence = 2; field
550 float confidence = 3; field
775 float confidence = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; field
808 float confidence = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; field
857 float confidence = 2; field
917 float confidence = 4; field
/aosp_15_r20/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p3beta1/src/main/proto/google/cloud/videointelligence/v1p3beta1/
H A Dvideo_intelligence.proto367 float confidence = 2; field
377 float confidence = 2; field
480 float confidence = 4 [(google.api.field_behavior) = OPTIONAL]; field
490 float confidence = 2; field
522 float confidence = 2; field
550 float confidence = 3; field
775 float confidence = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; field
808 float confidence = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; field
857 float confidence = 2; field
917 float confidence = 4; field
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/common/
H A DDepthPhotoProcessor.cpp243 std::vector<float> *confidence /*out*/, float *near /*out*/, float *far /*out*/) { in unpackDepth16()
270 std::vector<float> *confidence /*out*/, float *near /*out*/, float *far /*out*/) { in rotate0AndUnpack()
282 std::vector<float> *confidence /*out*/, float *near /*out*/, float *far /*out*/) { in rotate90AndUnpack()
293 std::vector<float> *confidence /*out*/, float *near /*out*/, float *far /*out*/) { in rotate180AndUnpack()
305 std::vector<float> *confidence /*out*/, float *near /*out*/, float *far /*out*/) { in rotate270AndUnpack()
315 std::vector<float> *confidence /*out*/, float *near /*out*/, float *far /*out*/) { in rotateAndUnpack()
345 std::vector<float> points, confidence; in processDepthMapFrame() local

12345678910>>...23