/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | vision.v1p2beta1.json | 905 …notation) label to the image. For example, the relevancy of \"tower\" is likely higher to an image… 923 "LIKELY", 931 "It is likely.", 932 "It is very likely." 943 "LIKELY", 951 "It is likely.", 952 "It is very likely." 976 "LIKELY", 984 "It is likely.", 985 "It is very likely." [all …]
|
D | vision.v1p1beta1.json | 905 …notation) label to the image. For example, the relevancy of \"tower\" is likely higher to an image… 923 "LIKELY", 931 "It is likely.", 932 "It is very likely." 943 "LIKELY", 951 "It is likely.", 952 "It is very likely." 976 "LIKELY", 984 "It is likely.", 985 "It is very likely." [all …]
|
D | vision.v1.json | 1944 …notation) label to the image. For example, the relevancy of \"tower\" is likely higher to an image… 1962 "LIKELY", 1970 "It is likely.", 1971 "It is very likely." 1982 "LIKELY", 1990 "It is likely.", 1991 "It is very likely." 2015 "LIKELY", 2023 "It is likely.", 2024 "It is very likely." [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabCmasTest.py | 244 """CMAS Extreme immediate likely message reception on LTE 247 about the Extreme immediate likely message when camped on LTE newtork 250 2. Send CMAS Extreme immediate likely message from Anritsu 253 Phone receives CMAS Extreme immediate likely message 261 "LTE CMAS Extreme Immediate Likely") 310 """CMAS Extreme immediate likely message reception on WCDMA 313 about the Extreme immediate likely message when camped on WCDMA newtork 316 2. Send CMAS Extreme immediate likely message from Anritsu 319 Phone receives CMAS Extreme immediate likely message 327 "WCDMA CMAS Extreme Immediate Likely") [all …]
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-bit-set-invertible.hh | 47 if (likely (!a.s.successful || !b.s.successful)) in swap() 68 if (likely (s.successful)) in clear() 73 if (likely (s.successful)) in invert() 151 if (likely (s.successful)) in set() 157 if (likely (inverted == other.inverted)) in is_equal() 184 if (likely (inverted == other.inverted)) in union_() 198 if (likely (s.successful)) in union_() 203 if (likely (inverted == other.inverted)) in intersect() 217 if (likely (s.successful)) in intersect() 222 if (likely (inverted == other.inverted)) in subtract() [all …]
|
H A D | hb-ot-layout-base-table.hh | 151 return_trace (likely (c->check_struct (this) && in sanitize() 237 if (likely (min)) *min = &(this+minCoord); in get_min_max() 238 if (likely (max)) *max = &(this+maxCoord); in get_min_max() 267 return_trace (likely (c->check_struct (this) && in sanitize() 298 if (likely (min)) *min = &(this+minCoord); in get_min_max() 299 if (likely (max)) *max = &(this+maxCoord); in get_min_max() 339 return_trace (likely (c->check_struct (this) && in sanitize() 393 return_trace (likely (c->check_struct (this) && in sanitize() 438 return_trace (likely (c->check_struct (this) && in sanitize() 497 return_trace (likely (c->check_struct (this) && in sanitize() [all …]
|
H A D | hb-utf.hh | 57 if (likely (text < end && in next() 69 if (likely (1 < end - text && in next() 84 if (likely (2 < end - text && in next() 119 if (likely (next (text, end, unicode, replacement) == end)) in prev() 196 if (likely (!hb_in_range<hb_codepoint_t> (c, 0xD800u, 0xDFFFu))) in next() 202 if (likely (c <= 0xDBFFu && text < end)) in next() 206 if (likely (hb_in_range<hb_codepoint_t> (l, 0xDC00u, 0xDFFFu))) in next() 228 if (likely (!hb_in_range<hb_codepoint_t> (c, 0xD800u, 0xDFFFu))) in prev() 234 if (likely (c >= 0xDC00u && start < text)) in prev() 238 if (likely (hb_in_range<hb_codepoint_t> (h, 0xD800u, 0xDBFFu))) in prev()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | LikelySubtagsTest.java | 58 static final Map<String, String> likely = SUPPLEMENTAL_DATA_INFO.getLikelySubtags(); field in LikelySubtagsTest 59 static final LikelySubtags LIKELY = new LikelySubtags(); field in LikelySubtagsTest 87 for (Entry<String, String> entry : likely.entrySet()) { in Tags() 186 String max = LIKELY.maximize(source); in checkAdding() 209 final String maximize = LIKELY.maximize(test); in checkAdding() 217 // LIKELY.maximize(test); // Could step into this for debugging. in checkAdding() 265 for (Entry<String, String> entry : likely.entrySet()) { in TestStability() 306 errln("Script has no likely language: " + shortName); in TestForMissingScriptMetadata() 332 String likelyExpansion = likely.get(language); in TestMissingInfoForLanguage() 334 errln("Missing likely subtags for: " + language); in TestMissingInfoForLanguage() [all …]
|
H A D | TestInheritance.java | 279 // get likely in TestLikelyAndDefaultConsistency() 371 LikelySubtags likely = new LikelySubtags(); in TestParentLocaleInvariants() local 376 CLDRLocale locLikely = CLDRLocale.getInstance(likely.maximize(loc)); in TestParentLocaleInvariants() 378 CLDRLocale.getInstance(likely.maximize(cldrParent.toString())); in TestParentLocaleInvariants() 464 // Set<String> likely = base2likely.get(base); in verifyScriptsWithDefaultContents() 465 // if (likely == null) { in verifyScriptsWithDefaultContents() 466 // errln("Missing likely subtags for: " + base + " " + in verifyScriptsWithDefaultContents() 534 // a) suppose likely max for la_Scrp => la_Scrp_RG in verifyLikelySubtagsImplicationsForDefaultContents() 536 // b) suppose likely max for la_RG => la_Scrp_RG in verifyLikelySubtagsImplicationsForDefaultContents() 539 // c) suppose likely max for la => la_Scrp_RG in verifyLikelySubtagsImplicationsForDefaultContents() [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | GenerateLikelyTestData.java | 28 static LikelySubtags likely = new LikelySubtags(); field in GenerateLikelyTestData 38 "# Test data for Likely Subtags\n" in main() 48 + "# AddLikely: the result of the Add Likely Subtags.\n" in main() 49 + "# If Add Likely Subtags fails, then “FAIL”.\n" in main() 50 … + "# RemoveFavorScript: Remove Likely Subtags, when the script is favored.\n" in main() 52 … + "# RemoveFavorRegion: Remove Likely Subtags, when the region is favored.\n" in main() 70 String maxLang = likely.maximize(lang); in main() 76 final String maximize = likely.maximize(test); in main() 79 CLDRLocale.getInstance(likely.setFavorRegion(false).minimize(test)); in main() 82 CLDRLocale.getInstance(likely.setFavorRegion(true).minimize(test)); in main() [all …]
|
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-fuzz-queue.c | 69 if (likely(afl->schedule >= FAST && afl->schedule <= RARE)) { in compute_weight() 72 if (likely(hits)) { weight /= (log10(hits) + 1); } in compute_weight() 76 if (likely(afl->schedule < RARE)) { weight *= (avg_exec_us / q->exec_us); } in compute_weight() 116 if (likely(afl->schedule < RARE)) { in create_alias_table() 128 if (likely(!q->disabled)) { in create_alias_table() 147 if (likely(!q->disabled)) { in create_alias_table() 166 if (likely(!q->disabled)) { q->weight *= 2.0; } in create_alias_table() 193 if (likely(!q->disabled)) { in create_alias_table() 360 if (likely(state == q->fs_redundant)) { return; } in mark_as_redundant() 616 if (likely(q->len > 4)) { ++afl->ready_for_splicing_count; } in add_to_queue() [all …]
|
H A D | afl-fuzz-bitmap.c | 71 if (likely(v == 0xffffffff)) { in count_bits() 102 if (likely(!v)) { continue; } in count_bytes() 127 /* This is called on the virgin bitmap, so optimize for the most likely in count_non_255_bytes() 130 if (likely(v == 0xffffffffU)) { continue; } in count_non_255_bytes() 233 if (unlikely(ret) && likely(virgin_map == afl->virgin_bits)) in has_new_bits() 462 if (likely(afl->schedule >= FAST && afl->schedule <= RARE)) { in save_if_interesting() 468 if (likely(afl->n_fuzz[cksum % N_FUZZ_SIZE] < 0xFFFFFFFF)) in save_if_interesting() 488 if (likely(afl->schedule >= FAST && afl->schedule <= RARE)) { in save_if_interesting() 497 if (likely(afl->n_fuzz[cksum % N_FUZZ_SIZE] < 0xFFFFFFFF)) in save_if_interesting() 502 if (likely(fault == afl->crash_mode)) { in save_if_interesting() [all …]
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | warn-retain-cycle.m | 12 …^{ [x actNow]; }]; // expected-warning {{capturing 'x' strongly in this block is likely to lead to… 14 …^{ [x actNow]; }; // expected-warning {{capturing 'x' strongly in this block is likely to lead to … 17 …^{ [x actNow]; }]; // expected-warning {{capturing 'x' strongly in this block is likely to lead to… 31 …ctNow; }; // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retai… 74 …ner; }; // expected-warning {{capturing 'self' strongly in this block is likely to lead to a retai… 94 …test2_helper(x); // expected-warning {{capturing 'self' strongly in this block is likely to lead t… 126 …doSomething(count); // expected-warning {{capturing 'self' strongly in this block is likely to lea… 149 …b1(); // expected-warning{{capturing 'b1' strongly in this block is likely to lead to a retain cyc… 154 …b2(); // expected-warning{{capturing 'b2' strongly in this block is likely to lead to a retain cyc… 170 …[obj actNow]; // expected-warning{{capturing 'obj' strongly in this block is likely to lead to a r… [all …]
|
/aosp_15_r20/art/runtime/gc/accounting/ |
H A D | heap_bitmap-inl.h | 40 if (LIKELY(bitmap != nullptr)) { in Test() 44 if (LIKELY(lo_bitmap->HasAddress(obj))) { in Test() 54 if (LIKELY(bitmap != nullptr)) { in Clear() 59 if (LIKELY(lo_bitmap->HasAddress(obj))) { in Clear() 69 if (LIKELY(bitmap != nullptr)) { in Set() 74 if (LIKELY(lo_bitmap->HasAddress(obj))) { in Set() 86 if (LIKELY(bitmap != nullptr)) { in AtomicTestAndSet() 91 if (LIKELY(lo_bitmap->HasAddress(obj))) { in AtomicTestAndSet() 110 if (LIKELY(bitmap->HasAddress(obj))) { in GetLargeObjectBitmap()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | LanguageTagCanonicalizer.java | 25 private final LikelySubtags likely; field in LanguageTagCanonicalizer 43 likely = LIKELY_FAVOR_REGION; in LanguageTagCanonicalizer() 46 likely = LIKELY_FAVOR_SCRIPT; in LanguageTagCanonicalizer() 49 likely = null; in LanguageTagCanonicalizer() 98 if (likely == null) { in transform() 101 // TODO: make more efficient, since likely will do the parsing again. in transform() 102 String likelyMin = likely.minimize(result, oo); in transform() 142 * languageTag. It special-cases cases where regions split, using likely subtags to get the best 151 // we look for the most likely region given the language, if there is one. in getReplacement()
|
/aosp_15_r20/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/ |
H A D | Likelihood.java | 75 * Likely. 78 * <code>LIKELY = 4;</code> 80 LIKELY(4), enumConstant 85 * Very likely. 138 * Likely. 141 * <code>LIKELY = 4;</code> 148 * Very likely. 188 return LIKELY; in forNumber()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | layout.go | 125 // Use likely direction if we have it. 126 var likely *Block 127 switch b.Likely { 129 likely = b.Succs[0].b 131 likely = b.Succs[1].b 133 if likely != nil && !scheduled[likely.ID] { 134 bid = likely.ID
|
D | block.go | 24 // Likely direction for branches. 25 // If BranchLikely, Succs[0] is the most likely branch taken. 26 // If BranchUnlikely, Succs[1] is the most likely branch taken. 29 Likely BranchPrediction member 143 switch b.Likely { 147 s += " (likely)" 328 b.Likely *= -1 371 // and if it is "plain", meaning that there is no control flow that is also very likely 405 // likelyBranch reports whether block b is the likely branch of all of its predecessors. 412 if len(p.Succs) == 1 || len(p.Succs) == 2 && (p.Likely == BranchLikely && p.Succs[0].b == b || [all …]
|
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ |
H A D | Likelihood.java | 76 * It is likely. 79 * <code>LIKELY = 4;</code> 81 LIKELY(4), enumConstant 86 * It is very likely. 139 * It is likely. 142 * <code>LIKELY = 4;</code> 149 * It is very likely. 189 return LIKELY; in forNumber()
|
/aosp_15_r20/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p2beta1/src/main/java/com/google/cloud/videointelligence/v1p2beta1/ |
H A D | Likelihood.java | 75 * Likely. 78 * <code>LIKELY = 4;</code> 80 LIKELY(4), enumConstant 85 * Very likely. 138 * Likely. 141 * <code>LIKELY = 4;</code> 148 * Very likely. 188 return LIKELY; in forNumber()
|
/aosp_15_r20/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ |
H A D | Likelihood.java | 75 * Likely. 78 * <code>LIKELY = 4;</code> 80 LIKELY(4), enumConstant 85 * Very likely. 138 * Likely. 141 * <code>LIKELY = 4;</code> 148 * Very likely. 188 return LIKELY; in forNumber()
|
/aosp_15_r20/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p4beta1/src/main/java/com/google/cloud/vision/v1p4beta1/ |
H A D | Likelihood.java | 76 * It is likely. 79 * <code>LIKELY = 4;</code> 81 LIKELY(4), enumConstant 86 * It is very likely. 139 * It is likely. 142 * <code>LIKELY = 4;</code> 149 * It is very likely. 189 return LIKELY; in forNumber()
|
/aosp_15_r20/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1beta2/src/main/java/com/google/cloud/videointelligence/v1beta2/ |
H A D | Likelihood.java | 75 * Likely. 78 * <code>LIKELY = 4;</code> 80 LIKELY(4), enumConstant 85 * Very likely. 138 * Likely. 141 * <code>LIKELY = 4;</code> 148 * Very likely. 188 return LIKELY; in forNumber()
|
/aosp_15_r20/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ |
H A D | Likelihood.java | 75 * Likely. 78 * <code>LIKELY = 4;</code> 80 LIKELY(4), enumConstant 85 * Very likely. 138 * Likely. 141 * <code>LIKELY = 4;</code> 148 * Very likely. 188 return LIKELY; in forNumber()
|
/aosp_15_r20/external/elfutils/libdw/ |
H A D | cfi.c | 51 if (likely (copy != NULL)) in duplicate_frame_state() 114 if (likely (ok)) break; \ in execute_cfi() 161 if (likely (!read_encoded_value (cache, cie->fde_encoding, in execute_cfi() 310 if (unlikely (abi_cfi) && likely (opcode == DW_CFA_restore)) in execute_cfi() 433 if (likely (result == DWARF_E_NOERROR)) in execute_cfi() 446 if (likely (cie->initial_state != NULL)) in cie_cache_initial_state() 465 if (likely (cache->ebl != (void *) -1l) in cie_cache_initial_state() 492 && likely (result == DWARF_E_NOERROR)) in cie_cache_initial_state() 498 if (likely (result == DWARF_E_NOERROR)) in cie_cache_initial_state() 515 if (likely (result == DWARF_E_NOERROR)) in __libdw_frame_at_address() [all …]
|