Home
last modified time | relevance | path

Searched full:providing (Results 1 – 25 of 2739) sorted by relevance

12345678910>>...110

/external/python/pyasn1-modules/
DCHANGES.txt7 - Added RFC7633 providing TLS Features Certificate Extension
8 - Added RFC7229 providing OIDs for Test Certificate Policies
10 - Added RFC6960 providing Online Certificate Status Protocol (OCSP)
11 - Added RFC6955 providing Diffie-Hellman Proof-of-Possession Algorithms
13 - Added RFC6486 providing RPKI Manifests
14 - Added RFC6487 providing Profile for X.509 PKIX Resource Certificates
15 - Added RFC6170 providing Certificate Image in the Internet X.509 Public
17 - Added RFC6187 providing Certificates for Secure Shell Authentication
18 - Added RFC6482 providing RPKI Route Origin Authorizations (ROAs)
19 - Added RFC6664 providing S/MIME Capabilities for Public Keys
[all …]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAConfiguration.java9 … * <a href="@dacRoot/guide/topics/resources/providing-resources.html#OrientationQualifier">port</a>
15 … * <a href="@dacRoot/guide/topics/resources/providing-resources.html#OrientationQualifier">land</a>
26 …* <a href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">notouch<…
35 …* <a href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">finger</…
43 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">ldpi</a>
49 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">mdpi</a>
55 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">tvdpi</a>
61 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">hdpi</a>
67 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">xhdpi</a>
73 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">xxhdpi</a>
[all …]
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DAConfiguration.java9 … * <a href="@dacRoot/guide/topics/resources/providing-resources.html#OrientationQualifier">port</a>
15 … * <a href="@dacRoot/guide/topics/resources/providing-resources.html#OrientationQualifier">land</a>
26 …* <a href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">notouch<…
35 …* <a href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">finger</…
43 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">ldpi</a>
49 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">mdpi</a>
55 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">tvdpi</a>
61 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">hdpi</a>
67 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">xhdpi</a>
73 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">xxhdpi</a>
[all …]
/external/libwebsockets/minimal-examples/
DREADME.md3 client-server|Minimal examples providing client and server connections simultaneously
6 http-client|Minimal examples providing an http client
7 http-server|Minimal examples providing an http server
10 ws-client|Minimal examples providing a ws client
11 ws-server|Minimal examples providing a ws server (and an http server)
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/
DOutputType.java50 "CATRGORY_MASK only allows one TensorImage in the list, providing " + masks.size()); in assertMasksMatchColoredLabels()
55 "CATRGORY_MASK only supports masks of ColorSpaceType, GRAYSCALE, providing " in assertMasksMatchColoredLabels()
68 "CATRGORY_MASK only allows one mask in the buffer list, providing " + buffers.size()); in createMasksFromBuffer()
105 "CONFIDENCE_MASK only supports masks of ColorSpaceType, GRAYSCALE, providing " in assertMasksMatchColoredLabels()
/external/python/setuptools/docs/references/
Dkeywords.rst15 A string providing a longer description of the package.
57 A list of instances of ``setuptools.Extension`` providing the list of
74 A dictionary providing the default options for the setup script.
91 A list of strings or a comma-separated string providing descriptive
100 A dictionary providing a mapping of command names to ``Command``
112 A dictionary providing a mapping of package to directory names.
/external/grpc-grpc/src/csharp/Grpc.Core/
DCalls.cs51 /// <returns>An awaitable call object providing access to the response.</returns>
69 /// <returns>A call object providing access to the asynchronous response stream.</returns>
89 /// <returns>An awaitable call object providing access to the response.</returns>
107 …/// <returns>A call object providing access to the asynchronous request and response streams.</ret…
/external/curl/docs/libcurl/opts/
DCURLOPT_RESOLVE.364 Remove names from the DNS cache again, to stop providing these fake resolves,
69 Support for providing the ADDRESS within [brackets] was added in 7.57.0.
71 Support for providing multiple IP addresses per entry was added in 7.59.0.
/external/pigweed/pw_unit_test/
DBUILD.gn73 # Library providing an event handler which outputs human-readable text.
83 # Library providing a standard desktop main function for the pw_unit_test
95 # Library providing an event handler which logs using pw_log.
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
DCheckedProviderTest.java149 .providing(MockFoo.class) in setUp()
156 .providing(MockFoo.class) in setUp()
368 .providing(MockFoo.class); in testAnnotations_Cxtor()
372 .providing(AnotherMockFoo.class); in testAnnotations_Cxtor()
666 .providing(DependentMockFoo.class); in testDependencies_Cxtor()
971 .providing(new TypeLiteral<ThrowingArrayList<String>>() {}); in testBindingToInterfaceWithGeneric_Cxtor()
1024 .providing(WrongExceptionFoo.class); in testCxtorWithWrongException()
1088 .providing(SubclassExceptionFoo.class); in testCxtorWithSubclassOfExceptionIsOk()
1153 .providing(SuperclassExceptionFoo.class); in testCxtorWithSuperclassExceptionFails()
1216 .providing(RuntimeExceptionFoo.class); in testCxtorWithRuntimeExceptionsIsOk()
[all …]
/external/parameter-framework/upstream/bindings/python/
DREADME.md17 - A C++ source file providing a low-level wrapping of the parameter-framework
20 - A Python module called `PyPfw`, using `PyPfw`, providing proxy classes of the
/external/dagger2/javatests/dagger/internal/codegen/
DAssistedFactoryErrorsTest.java458 .hadErrorContaining("[test.Foo] Dagger does not support providing @AssistedInject types.") in testProvidesAssistedBindings()
463 "[test.Foo.Factory] Dagger does not support providing @AssistedFactory types.") in testProvidesAssistedBindings()
510 .hadErrorContaining("[test.Foo] Dagger does not support providing @AssistedInject types.") in testProvidesAssistedBindingsAsFactoryBindsInstance()
515 "[test.Foo.Factory] Dagger does not support providing @AssistedFactory types.") in testProvidesAssistedBindingsAsFactoryBindsInstance()
562 .hadErrorContaining("[test.Foo] Dagger does not support providing @AssistedInject types.") in testProvidesAssistedBindingsAsBuilderBindsInstance()
567 "[test.Foo.Factory] Dagger does not support providing @AssistedFactory types.") in testProvidesAssistedBindingsAsBuilderBindsInstance()
612 .hadErrorContaining("[test.Foo] Dagger does not support providing @AssistedInject types.") in testProvidesAssistedBindingsAsOptional()
617 "[test.Foo.Factory] Dagger does not support providing @AssistedFactory types.") in testProvidesAssistedBindingsAsOptional()
/external/python/cryptography/docs/hazmat/primitives/asymmetric/
Dindex.rst16 or group) actually owns that private key, providing authentication.
20 providing confidentiality, and then only the person in possession of the
/external/wayland-protocols/freedesktop.org/unstable/linux-explicit-synchronization/
Dlinux-explicit-synchronization-unstable-v1.xml30 <description summary="protocol for providing explicit synchronization">
206 It provides an alternative to wl_buffer.release events, providing a
208 also supports explicit synchronization, providing a fence FD for the
225 buffer for the relevant commit, providing a dma_fence which will be
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/
DClippingMediaSource.java108 * providing samples, in microseconds.
110 * providing samples, in microseconds. Specify {@link C#TIME_END_OF_SOURCE} to provide samples
131 * timeline at which to stop providing samples. Specifying a duration that exceeds the {@code
157 * @param startPositionUs The start position at which to start providing samples, in microseconds.
162 * @param endPositionUs The end position at which to stop providing samples, in microseconds.
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/
DClippingMediaSource.java103 * providing samples, in microseconds.
105 * providing samples, in microseconds. Specify {@link C#TIME_END_OF_SOURCE} to provide samples
126 * timeline at which to stop providing samples. Specifying a duration that exceeds the {@code
152 * @param startPositionUs The start position at which to start providing samples, in microseconds.
157 * @param endPositionUs The end position at which to stop providing samples, in microseconds.
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DClippingMediaSource.java100 * providing samples, in microseconds.
102 * providing samples, in microseconds. Specify {@link C#TIME_END_OF_SOURCE} to provide samples
123 * timeline at which to stop providing samples. Specifying a duration that exceeds the {@code
149 * @param startPositionUs The start position at which to start providing samples, in microseconds.
154 * @param endPositionUs The end position at which to stop providing samples, in microseconds.
/external/python/cpython2/Lib/
Dcodecs.py115 handling schemes by providing the errors argument. These
158 mapped files are examples of objects providing this slot.
185 providing the errors keyword argument. See the module docstring
258 providing the errors keyword argument. See the module docstring
348 schemes by providing the errors keyword argument. These
421 schemes by providing the errors keyword argument. These
675 providing the StreamReader, StreamWriter interface resp.
778 Writer must be factory functions or classes providing the
861 a wrapped version providing transparent encoding/decoding.
/external/curl/docs/cmdline-opts/
Dresolve.d29 Support for providing the IP address within [brackets] was added in 7.57.0.
31 Support for providing multiple IP addresses per entry was added in 7.59.0.
/external/rust/crates/thread_local/src/
Dunreachable.rs10 /// An extension trait for `Option<T>` providing unchecked unwrapping methods.
19 /// An extension trait for `Result<T, E>` providing unchecked unwrapping methods.
/external/tensorflow/tensorflow/python/util/
Dkeyword_args_test.py40 # Providing non-keyword args should fail.
45 # Partially providing keyword args should fail.
/external/python/cpython3/Lib/
Dcodecs.py119 handling schemes by providing the errors argument. These
164 mapped files are examples of objects providing this slot.
191 providing the errors keyword argument. See the module docstring
265 providing the errors keyword argument. See the module docstring
355 schemes by providing the errors keyword argument. These
430 schemes by providing the errors keyword argument. These
688 providing the StreamReader, StreamWriter interface resp.
789 Writer must be factory functions or classes providing the
874 a wrapped version providing transparent encoding/decoding.
/external/python/google-api-python-client/docs/dyn/
Dandroidpublisher_v3.edits.images.html132 …P-47 language tag; for example, &quot;de-AT&quot; for Austrian German). Providing a language that …
133 …imageType: string, Type of the Image. Providing an image type that refers to no images is a no-op.…
172 …imageType: string, Type of the Image. Providing an image type that refers to no images will return…
210 …P-47 language tag; for example, &quot;de-AT&quot; for Austrian German). Providing a language that …
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAudioRecord.java36 * Sets {@link AudioRecordSource} to be used for providing data to {@link AudioRecord}.
46 * Sets {@link AudioRecordSourceProvider} to be used for providing data of {@link AudioRecord}.
53 * Resets {@link AudioRecordSource} to be used for providing data to {@link AudioRecord}, so that
/external/python/google-auth-library-python/google/auth/
Denvironment_vars.py44 """Environment variable providing an alternate hostname or host:port to be
56 """Environment variable providing an alternate ip:port to be used for ip-only

12345678910>>...110