Home
last modified time | relevance | path

Searched defs:implementations (Results 1 – 25 of 149) sorted by relevance

123456

/aosp_15_r20/external/llvm/docs/
H A DAliasAnalysis.rst520 .. _aliasanalysis-no-aa:
522 The ``-no-aa`` pass
529 The ``-basicaa`` pass
546 The ``-globalsmodref-aa`` pass
566 The ``-steens-aa`` pass
584 The ``-ds-aa`` pass
602 The ``-scev-aa`` pass
667 The ``-print-alias-sets`` pass
678 The ``-count-aa`` pass
693 The ``-aa-eval`` pass
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/
DCONTRIBUTING.md75 ### The [`Debug`](https://doc.rust-lang.org/std/fmt/trait.Debug.html) implementation
139 ### When/How to implement [`Clone`](https://doc.rust-lang.org/std/clone/trait.Clone.html)
147 …implement [`std::iter::FusedIterator`](https://doc.rust-lang.org/std/iter/trait.FusedIterator.html)
152 …to implement [`ExactSizeIterator`](https://doc.rust-lang.org/std/iter/trait.ExactSizeIterator.html)
161 …mplement [`DoubleEndedIterator`](https://doc.rust-lang.org/std/iter/trait.DoubleEndedIterator.html)
167 …ement [`itertools::PeekingNext`](https://docs.rs/itertools/latest/itertools/trait.PeekingNext.html)
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-161.md3 ### CVE Number
6 ### Impact
45 ### Patches
55 ### For more information
61 ### Attribution
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/cronet/
H A DREADME.md55 ### Available implementations
57 #### Google Play Services
73 #### Cronet Embedded
85 #### Cronet Fallback
99 ### CronetEngine instantiation
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/cronet/
H A DREADME.md54 ### Available implementations
56 #### Google Play Services
72 #### Cronet Embedded
84 #### Cronet Fallback
98 ### CronetEngine instantiation
/aosp_15_r20/external/cronet/net/disk_cache/
H A DREADME.md48 ### [disk_cache/blockfile directory](/net/disk_cache/blockfile/)
55 ### [disk_cache/memory directory](/net/disk_cache/memory/)
60 ### [disk_cache/simple directory](/net/disk_cache/simple/)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/
H A Dalternative-implementations.md43 ### Constraints on context types
70 ### Alternative implementations of cryptographic functions
80 ### Alternative implementations of platform functions
/aosp_15_r20/external/mbedtls/docs/architecture/
H A Dalternative-implementations.md43 ### Constraints on context types
70 ### Alternative implementations of cryptographic functions
80 ### Alternative implementations of platform functions
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/
H A DMIGRATION.md12 ### `UncaughtExceptionCaptor`
38 ### `DelayController`
51 ### `TestCoroutineScope`
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/user/utils/
H A DFakeUserScopedService.kt23 private val implementations = mutableMapOf<UserHandle, T>() constant in com.android.systemui.user.utils.FakeUserScopedService
/aosp_15_r20/external/tink/docs/
H A DPRIMITIVES.md9 ### Primitives supported by language
13 ### Primitive implementations supported by language
/aosp_15_r20/tools/metalava/metalava-model-source/src/main/java/com/android/tools/metalava/model/source/
H A DSourceModelProvider.kt54 val implementations by lazy { ServiceLoader.load(SourceModelProvider::class.java).toList() } in createEnvironmentManager() constant
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A D3.0-migration-guide.md519 ### Internal / alt-focused headers were moved to a private location
533 ### CCM interface changes: impact for alternative implementations
/aosp_15_r20/external/mbedtls/docs/
H A D3.0-migration-guide.md519 ### Internal / alt-focused headers were moved to a private location
533 ### CCM interface changes: impact for alternative implementations
/aosp_15_r20/external/python/cpython3/Doc/reference/
Dintroduction.rst38 .. _implementations: target
/aosp_15_r20/external/python/cpython2/Doc/reference/
Dintroduction.rst37 .. _implementations: target
/aosp_15_r20/external/python/cachetools/docs/
Dindex.rst149 Extending cache classes
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dguide.rst283 .. _module-pw_allocator-guide-custom_allocator:
/aosp_15_r20/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
H A DHelperManager.java207 List<T> implementations = new ArrayList<>(); in getAll() local
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
H A DExtraFieldUtils.java38 private static final Map<ZipShort, Class<?>> implementations; field in ExtraFieldUtils
/aosp_15_r20/external/clang/test/Analysis/
H A Dregion-1.m23 @protocol EcoBehavioredClassifier <EcoClassInterfaceCommons> - (NSArray *) implementations; method
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcollective.cc194 std::vector<CollectiveImplementationInterface*>* implementations) { in GetAll()
/aosp_15_r20/external/arm-optimized-routines/networking/test/
H A Dchksum.c73 } implementations[] = variable
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/testing/
H A DArbitraryInstances.java298 private static final ConcurrentMap<Class<?>, Class<?>> implementations = Maps.newConcurrentMap(); field in ArbitraryInstances
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/testing/
H A DArbitraryInstances.java307 private static final ConcurrentMap<Class<?>, Class<?>> implementations = Maps.newConcurrentMap(); field in ArbitraryInstances

123456