/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/ |
H A D | alternative-implementations.md | 1 Alternative implementations of Mbed TLS functionality 12 …MBEDTLS_PLATFORM_XXX_ALT` and [register an alternative implementation during the platform setup](#… 16 For timing functions, you can [declare an alternative implementation of the timing module](#module-… 18 On multithreaded platforms, [declare an alternative implementation of the threading module](#module… 22 For networking, the `net_sockets` module does not currently support alternative implementations. If… 24 …alternative implementation of the corresponding module(s)](#module-alternative-implementations) or… 32 ## Module alternative implementations 34 …d modules (threading, timing). Such custom implementations are called “alternative implementations… 36 The general principle of an alternative implementation is: 45 Generally, alternative implementations can define their context types to any C type except incomple… [all …]
|
/aosp_15_r20/external/mbedtls/docs/architecture/ |
H A D | alternative-implementations.md | 1 Alternative implementations of Mbed TLS functionality 12 …MBEDTLS_PLATFORM_XXX_ALT` and [register an alternative implementation during the platform setup](#… 16 For timing functions, you can [declare an alternative implementation of the timing module](#module-… 18 On multithreaded platforms, [declare an alternative implementation of the threading module](#module… 22 For networking, the `net_sockets` module does not currently support alternative implementations. If… 24 …alternative implementation of the corresponding module(s)](#module-alternative-implementations) or… 32 ## Module alternative implementations 34 …d modules (threading, timing). Such custom implementations are called “alternative implementations… 36 The general principle of an alternative implementation is: 45 Generally, alternative implementations can define their context types to any C type except incomple… [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/composite/impl/ |
D | alternative.ipp | 20 // alternative class implementation 24 inline alternative<A, B> 27 return alternative<A, B>(a.derived(), b.derived()); 31 inline alternative<A, chlit<char> > 34 return alternative<A, chlit<char> >(a.derived(), b); 38 inline alternative<chlit<char>, B> 41 return alternative<chlit<char>, B>(a, b.derived()); 45 inline alternative<A, strlit<char const*> > 48 return alternative<A, strlit<char const*> >(a.derived(), b); 52 inline alternative<strlit<char const*>, B> [all …]
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | broken_alternative_services.h | 25 // Contains information about a broken alternative service, and the context in 41 // The context in which the alternative service is known to be broken in. Used 46 // Stores broken alternative services and when their brokenness expires. 50 // Stores how many times an alternative service has been marked broken. 60 // This class tracks HTTP alternative services that have been marked as broken. 74 // Called when a broken alternative service's expiration time is reached. 81 // |delegate| will be notified when a broken alternative service expires. It 84 // expiration of broken alternative services. It must not be null. 95 // Clears all broken and recently-broken alternative services (i.e. mark all 120 // Returns true if the alternative service is considered broken. [all …]
|
H A D | http_stream_factory_job_controller.cc | 268 } else if (bound_job_->job_type() == ALTERNATIVE) { in OnRequestComplete() 383 } else if (job->job_type() == ALTERNATIVE) { in OnStreamFailed() 415 } else if (job->job_type() == ALTERNATIVE) { in OnStreamFailed() 445 if (job->job_type() == ALTERNATIVE) { in OnFailedOnDefaultNetwork() 549 } else if (job->job_type() == ALTERNATIVE) { in OnOrphanedJobComplete() 648 // The alternative job never waits. in ShouldWait() 815 // Create an alternative job if alternative service is set up for this domain, in DoCreateJobs() 855 // When there is an valid alternative service info, and `preconnect_job` in DoCreateJobs() 856 // has no existing QUIC session, create a job for the alternative service. in DoCreateJobs() 890 // Alternative Service can only be set for HTTPS requests while Alternative in DoCreateJobs() [all …]
|
H A D | http_stream_factory_job_controller_unittest.cc | 713 // proxy. No alternative job is created for either, so only need one data in TEST_F() 919 // proxy. No alternative job is created for either, so only need one data in TEST_F() 1176 // proxy chain and the fallback proxy chain. No alternative job is created in TEST_F() 1433 // proxy chain and the fallback proxy chain. No alternative job is created in TEST_F() 1679 // No alternative job is created for either, so only need one data provider in TEST_F() 1895 // There's no other alternative job. Thus when stream failed, it should in TEST_P() 1915 // There's no other alternative job. Thus when a stream is ready, it should in TEST_P() 1959 // Test that the controller does not create alternative job when the advertised 2011 // Enable QUIC but mark the alternative service as recently broken. in TestDoNotDelayMainJobIfQuicWasRecentlyBroken() 2045 // Check that alternative job is bound while main job is destroyed. in TestDoNotDelayMainJobIfQuicWasRecentlyBroken() [all …]
|
H A D | http_server_properties_manager.cc | 41 // Persist at most 200 currently-broken alternative services to disk. 68 // persisted to disk. In particular, removes expired and invalid alternative 69 // services. Also checks if an alternative service for the same canonical suffix 291 // Read list containing broken and recently-broken alternative services, if in ReadPrefs() 339 "broken alternative services", in AddToBrokenAlternativeServices() 360 DVLOG(1) << "Recently broken alternative service has malformed " in AddToBrokenAlternativeServices() 365 DVLOG(1) << "Broken alternative service has negative broken-count."; in AddToBrokenAlternativeServices() 383 DVLOG(1) << "Broken alternative service has malformed broken-until " in AddToBrokenAlternativeServices() 401 DVLOG(1) << "Broken alternative service has neither broken-count nor " in AddToBrokenAlternativeServices() 450 DVLOG(1) << "Malformed alternative service protocol string under: " in ParseAlternativeServiceDict() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/composite/ |
D | alternative.hpp | 25 // alternative class 48 struct alternative struct 49 : public binary<A, B, parser<alternative<A, B> > > 51 typedef alternative<A, B> self_t; argument 56 alternative(A const& a, B const& b) in alternative() function 85 alternative< 93 static alternative< 99 return alternative<BOOST_DEDUCED_TYPENAME as_parser<A>::type, in generate() 106 alternative<A, B> 110 alternative<A, chlit<char> > [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/doc/karma/ |
D | complex.qbk | 27 where the first alternative should be used for numbers having a non-zero 31 succeeds the whole alternative fails. 34 the first alternative. We need to add some additional rules allowing to make the 35 first alternative fail. So, if the first alternative fails the second one will 36 be chosen instead. The decision about whether to choose the first alternative 49 fail. This is exactly what we need, forcing the second alternative to be chosen 173 happens for instance in alternative generators, where some of the alternatives 174 need to extract only part of the overall attribute passed to the alternative 189 complex number is equal to zero or not. The first alternative is executed if the 190 imaginary part is not zero, the second alternative otherwise. This time we make [all …]
|
D | operator.qbk | 137 [section:alternative Alternative Generator (`a | b`)] 142 into alternatives. All generators in an alternative are invoked from left to 147 // forwards to <boost/spirit/home/karma/operator/alternative.hpp> 165 failed generator forces the alternative generator to 166 try the next one. The alternative fails as a whole 167 only if all elements of the alternative fail. Each 168 element of the alternative gets passed the whole 169 attribute of the alternative.]] 182 [[`a | b` (alternative)] 195 not completely defined at compile time. First of all the selected alternative [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | dns_v1.policies.html | 117 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 119 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 151 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 153 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 208 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 210 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 257 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 259 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 309 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 311 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… [all …]
|
D | dns_v1beta2.policies.html | 117 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 119 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 152 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 154 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 210 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 212 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 260 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 262 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 313 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… 315 …alternative name server for the associated networks. When specified, all DNS queries are forwarded… [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/types/ |
H A D | variant.h | 20 // value of some prescribed set of types (noted as alternative types), and 24 // should always hold a value of one of its alternative types (except in the 26 // `absl::variant` will hold the value of its first alternative type, provided 89 // except in exceptional cases -- always holds a value of one of its alternative 99 // // the first alternative type. 117 // An `absl::variant` holding a value of one of its alternative types `T` holds 121 // region of the variant storage suitably aligned for all alternative types. 130 // Note that this function requires all alternative types to be both swappable 147 // Returns the number of alternative types available for a given `absl::variant` 149 // is not generally useful for accessing the number of alternative types of [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/ |
H A D | variant.h | 20 // value of some prescribed set of types (noted as alternative types), and 24 // should always hold a value of one of its alternative types (except in the 26 // `absl::variant` will hold the value of its first alternative type, provided 89 // except in exceptional cases -- always holds a value of one of its alternative 99 // // the first alternative type. 117 // An `absl::variant` holding a value of one of its alternative types `T` holds 121 // region of the variant storage suitably aligned for all alternative types. 130 // Note that this function requires all alternative types to be both swappable 147 // Returns the number of alternative types available for a given `absl::variant` 149 // is not generally useful for accessing the number of alternative types of [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/types/ |
H A D | variant.h | 20 // value of some prescribed set of types (noted as alternative types), and 24 // should always hold a value of one of its alternative types (except in the 26 // `absl::variant` will hold the value of its first alternative type, provided 89 // except in exceptional cases -- always holds a value of one of its alternative 99 // // the first alternative type. 117 // An `absl::variant` holding a value of one of its alternative types `T` holds 121 // region of the variant storage suitably aligned for all alternative types. 130 // Note that this function requires all alternative types to be both swappable 147 // Returns the number of alternative types available for a given `absl::variant` 149 // is not generally useful for accessing the number of alternative types of [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | variant.h | 20 // value of some prescribed set of types (noted as alternative types), and 24 // should always hold a value of one of its alternative types (except in the 26 // `absl::variant` will hold the value of its first alternative type, provided 89 // except in exceptional cases -- always holds a value of one of its alternative 99 // // the first alternative type. 117 // An `absl::variant` holding a value of one of its alternative types `T` holds 121 // region of the variant storage suitably aligned for all alternative types. 130 // Note that this function requires all alternative types to be both swappable 147 // Returns the number of alternative types available for a given `absl::variant` 149 // is not generally useful for accessing the number of alternative types of [all …]
|
/aosp_15_r20/external/pdfium/third_party/abseil-cpp/absl/types/ |
H A D | variant.h | 20 // value of some prescribed set of types (noted as alternative types), and 24 // should always hold a value of one of its alternative types (except in the 26 // `absl::variant` will hold the value of its first alternative type, provided 89 // except in exceptional cases -- always holds a value of one of its alternative 99 // // the first alternative type. 117 // An `absl::variant` holding a value of one of its alternative types `T` holds 121 // region of the variant storage suitably aligned for all alternative types. 130 // Note that this function requires all alternative types to be both swappable 147 // Returns the number of alternative types available for a given `absl::variant` 149 // is not generally useful for accessing the number of alternative types of [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/types/ |
H A D | variant.h | 20 // value of some prescribed set of types (noted as alternative types), and 24 // should always hold a value of one of its alternative types (except in the 26 // `absl::variant` will hold the value of its first alternative type, provided 89 // except in exceptional cases -- always holds a value of one of its alternative 99 // // the first alternative type. 117 // An `absl::variant` holding a value of one of its alternative types `T` holds 121 // region of the variant storage suitably aligned for all alternative types. 130 // Note that this function requires all alternative types to be both swappable 147 // Returns the number of alternative types available for a given `absl::variant` 149 // is not generally useful for accessing the number of alternative types of [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/types/ |
H A D | variant.h | 20 // value of some prescribed set of types (noted as alternative types), and 24 // should always hold a value of one of its alternative types (except in the 26 // `absl::variant` will hold the value of its first alternative type, provided 89 // except in exceptional cases -- always holds a value of one of its alternative 99 // // the first alternative type. 117 // An `absl::variant` holding a value of one of its alternative types `T` holds 121 // region of the variant storage suitably aligned for all alternative types. 130 // Note that this function requires all alternative types to be both swappable 147 // Returns the number of alternative types available for a given `absl::variant` 149 // is not generally useful for accessing the number of alternative types of [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/types/ |
H A D | variant.h | 20 // value of some prescribed set of types (noted as alternative types), and 24 // should always hold a value of one of its alternative types (except in the 26 // `absl::variant` will hold the value of its first alternative type, provided 89 // except in exceptional cases -- always holds a value of one of its alternative 99 // // the first alternative type. 117 // An `absl::variant` holding a value of one of its alternative types `T` holds 121 // region of the variant storage suitably aligned for all alternative types. 130 // Note that this function requires all alternative types to be both swappable 147 // Returns the number of alternative types available for a given `absl::variant` 149 // is not generally useful for accessing the number of alternative types of [all …]
|
/aosp_15_r20/tools/platform-compat/java/com/android/class2nonsdklist/ |
H A D | ApiResolver.java | 59 * @param publicAlternativesString String containing public alternative explanations. 78 ApiComponents alternative = ApiComponents.fromLinkTag(alternativeString, in resolvePublicAlternatives() local 80 if (alternative.getMemberName().isEmpty()) { in resolvePublicAlternatives() 81 // Provided class as alternative in resolvePublicAlternatives() 82 if (!mPublicApiClasses.contains(alternative.getPackageAndClassName())) { in resolvePublicAlternatives() 83 throw new ClassAlternativeNotFoundError(alternative); in resolvePublicAlternatives() 85 } else if (!mPotentialPublicAlternatives.contains(alternative)) { in resolvePublicAlternatives() 86 // If the link is not a public alternative, it must because the link does not in resolvePublicAlternatives() 90 if (!Strings.isNullOrEmpty(alternative.getMethodParameterTypes())) { in resolvePublicAlternatives() 91 throw new MemberAlternativeNotFoundError(alternative); in resolvePublicAlternatives() [all …]
|
/aosp_15_r20/packages/apps/Car/LatinIME/res/values/ |
D | strings.xml | 26 <!-- Alternative keys for a. [DO NOT TRANSLATE] --> 28 <!-- Alternative keys for c. [DO NOT TRANSLATE] --> 30 <!-- Alternative keys for e. [DO NOT TRANSLATE] --> 32 <!-- Alternative keys for i. [DO NOT TRANSLATE] --> 34 <!-- Alternative keys for l. [DO NOT TRANSLATE] --> 36 <!-- Alternative keys for n. [DO NOT TRANSLATE] --> 38 <!-- Alternative keys for o. [DO NOT TRANSLATE] --> 40 <!-- Alternative keys for s. [DO NOT TRANSLATE] --> 42 <!-- Alternative keys for u. [DO NOT TRANSLATE] --> 44 <!-- Alternative keys for y. [DO NOT TRANSLATE] --> [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/ |
H A D | altnames.sh | 21 check_err $? "Failed to add short alternative name" 24 check_err $? "Failed to do link show with short alternative name" 27 check_err $? "Failed to get short alternative name from link show JSON" 30 check_err $? "Got unexpected short alternative name from link show JSON" 36 check_err $? "Failed to add long alternative name" 39 check_err $? "Failed to do link show with long alternative name" 42 check_err $? "Failed to get long alternative name from link show JSON" 45 check_err $? "Got unexpected long alternative name from link show JSON" 48 check_err $? "Failed to delete short alternative name" 51 check_fail $? "Unexpected success while trying to do link show with deleted short alternative name"
|
/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 | SpeechTranscription.java | 81 * accuracy, with the top (first) alternative being the most probable, as 100 * accuracy, with the top (first) alternative being the most probable, as 121 * accuracy, with the top (first) alternative being the most probable, as 139 * accuracy, with the top (first) alternative being the most probable, as 158 * accuracy, with the top (first) alternative being the most probable, as 595 * accuracy, with the top (first) alternative being the most probable, as 617 * accuracy, with the top (first) alternative being the most probable, as 638 * accuracy, with the top (first) alternative being the most probable, as 660 * accuracy, with the top (first) alternative being the most probable, as 689 * accuracy, with the top (first) alternative being the most probable, as [all …]
|
/aosp_15_r20/external/pcre/doc/html/ |
H A D | pcre2matching.html | 19 <li><a name="TOC4" href="#SEC4">THE ALTERNATIVE MATCHING ALGORITHM</a> 20 <li><a name="TOC5" href="#SEC5">ADVANTAGES OF THE ALTERNATIVE ALGORITHM</a> 21 <li><a name="TOC6" href="#SEC6">DISADVANTAGES OF THE ALTERNATIVE ALGORITHM</a> 37 An alternative algorithm is provided by the <b>pcre2_dfa_match()</b> function; 38 it operates in a different way, and is not Perl-compatible. This alternative 54 them, whereas the alternative algorithm finds all three. 73 alternative branch at that level. This often involves backing up (moving to the 91 <br><a name="SEC4" href="#TOC1">THE ALTERNATIVE MATCHING ALGORITHM</a><br> 144 supported or behave differently in the alternative matching function. Those 191 the alternative algorithm moves through the subject string one character (not [all …]
|