Home
last modified time | relevance | path

Searched refs:implementations (Results 1 – 25 of 814) sorted by relevance

12345678910>>...33

/external/boringssl/src/third_party/wycheproof_testvectors/
Ddsa_test.txt884 # Some implementations of DSA do not properly check for boundaries. In some
886 # implementations where values such as r=1, s=0 lead to forgeries.
893 # Some implementations of DSA do not properly check for boundaries. In some
895 # implementations where values such as r=1, s=0 lead to forgeries.
902 # Some implementations of DSA do not properly check for boundaries. In some
904 # implementations where values such as r=1, s=0 lead to forgeries.
911 # Some implementations of DSA do not properly check for boundaries. In some
913 # implementations where values such as r=1, s=0 lead to forgeries.
920 # Some implementations of DSA do not properly check for boundaries. In some
922 # implementations where values such as r=1, s=0 lead to forgeries.
[all …]
Daes_cbc_pkcs5_test.txt210 # unexpected padding. This allows to find implementations that are not properly
221 # unexpected padding. This allows to find implementations that are not properly
232 # unexpected padding. This allows to find implementations that are not properly
243 # unexpected padding. This allows to find implementations that are not properly
254 # unexpected padding. This allows to find implementations that are not properly
265 # unexpected padding. This allows to find implementations that are not properly
276 # unexpected padding. This allows to find implementations that are not properly
287 # unexpected padding. This allows to find implementations that are not properly
298 # unexpected padding. This allows to find implementations that are not properly
309 # unexpected padding. This allows to find implementations that are not properly
[all …]
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/
D_implementations_test.py21 from grpc.beta import implementations
28 channel_credentials = implementations.ssl_channel_credentials()
30 implementations.ChannelCredentials)
33 channel_credentials = implementations.ssl_channel_credentials(
36 implementations.ChannelCredentials)
46 call_creds = implementations.google_call_credentials(creds)
47 self.assertIsInstance(call_creds, implementations.CallCredentials)
50 call_creds = implementations.access_token_call_credentials('token')
51 self.assertIsInstance(call_creds, implementations.CallCredentials)
D_beta_features_test.py19 from grpc.beta import implementations
161 server_options = implementations.server_options(
163 self._server = implementations.server(
165 server_credentials = implementations.ssl_server_credentials([
173 self._channel_credentials = implementations.ssl_channel_credentials(
175 self._call_credentials = implementations.metadata_call_credentials(
179 stub_options = implementations.stub_options(
181 self._dynamic_stub = implementations.dynamic_stub(
292 self._server_options = implementations.server_options(
294 self._server_credentials = implementations.ssl_server_credentials([
[all …]
D_not_found_test.py18 from grpc.beta import implementations
27 self._server = implementations.server({})
29 channel = implementations.insecure_channel('localhost', port)
30 self._generic_stub = implementations.generic_stub(channel)
D_utilities_test.py20 from grpc.beta import implementations
48 channel = implementations.insecure_channel('localhost', 12345)
66 server = implementations.server({})
69 channel = implementations.insecure_channel('localhost', port)
Dtest_utilities.py17 from grpc.beta import implementations
40 return implementations.Channel(channel)
/external/libvpx/libvpx/
DPATENTS4 "These implementations" means the copyrightable works that implement the WebM
10 run, modify and propagate the contents of these implementations of WebM, where
13 infringed by these implementations of WebM. This grant does not include claims
15 implementations. If you or your agent or exclusive licensee institute or order
18 counterclaim in a lawsuit) alleging that any of these implementations of WebM
19 or any code incorporated within any of these implementations of WebM
22 for these implementations of WebM shall terminate as of the date such
/external/webp/
DPATENTS4 "These implementations" means the copyrightable works that implement the WebM
10 run, modify and propagate the contents of these implementations of WebM, where
13 infringed by these implementations of WebM. This grant does not include claims
15 implementations. If you or your agent or exclusive licensee institute or order
18 counterclaim in a lawsuit) alleging that any of these implementations of WebM
19 or any code incorporated within any of these implementations of WebM
22 for these implementations of WebM shall terminate as of the date such
/external/libaom/libaom/third_party/libwebm/
DPATENTS.TXT4 "These implementations" means the copyrightable works that implement the WebM
10 run, modify and propagate the contents of these implementations of WebM, where
13 infringed by these implementations of WebM. This grant does not include claims
15 implementations. If you or your agent or exclusive licensee institute or order
18 counterclaim in a lawsuit) alleging that any of these implementations of WebM
19 or any code incorporated within any of these implementations of WebM
22 for these implementations of WebM shall terminate as of the date such
/external/libvpx/libvpx/third_party/libwebm/
DPATENTS.TXT4 "These implementations" means the copyrightable works that implement the WebM
10 run, modify and propagate the contents of these implementations of WebM, where
13 infringed by these implementations of WebM. This grant does not include claims
15 implementations. If you or your agent or exclusive licensee institute or order
18 counterclaim in a lawsuit) alleging that any of these implementations of WebM
19 or any code incorporated within any of these implementations of WebM
22 for these implementations of WebM shall terminate as of the date such
/external/grpc-grpc/src/python/grpcio/grpc/beta/
DBUILD.bazel11 ":implementations",
35 name = "implementations",
36 srcs = ["implementations.py"],
53 ":implementations",
/external/llvm/docs/
DAliasAnalysis.rst23 primary interface used by clients and implementations of alias analyses in the
25 analysis information and the implementations providing it, and is designed to
26 support a wide range of implementations and clients (but currently all clients
28 information, this class exposes Mod/Ref information from those implementations
40 class defines the interface that the various alias analysis implementations
161 analysis implementations and can be put to good use by various clients.
198 There are already several implementations that you can use for examples, and the
200 look at the `various alias analysis implementations`_ included with LLVM.
313 communicate program changes from the clients to the analysis implementations.
314 Various alias analysis implementations should use these methods to ensure that
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DExtraFieldUtils.java38 private static final Map<ZipShort, Class<?>> implementations; field in ExtraFieldUtils
41 implementations = new ConcurrentHashMap<>();
68 implementations.put(ze.getHeaderId(), c); in register()
88 final Class<?> c = implementations.get(headerId); in createExtraField()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAliasAnalysis.rst23 primary interface used by clients and implementations of alias analyses in the
25 analysis information and the implementations providing it, and is designed to
26 support a wide range of implementations and clients (but currently all clients
28 information, this class exposes Mod/Ref information from those implementations
40 class defines the interface that the various alias analysis implementations
162 analysis implementations and can be put to good use by various clients.
199 There are already several implementations that you can use for examples, and the
201 look at the `various alias analysis implementations`_ included with LLVM.
314 communicate program changes from the clients to the analysis implementations.
315 Various alias analysis implementations should use these methods to ensure that
[all …]
/external/python/cpython3/Doc/distutils/
Dextending.rst18 Most distutils command implementations are subclasses of the
35 There are different ways to integrate new command implementations into
41 the new implementations with your :file:`setup.py` script, and cause the
55 This approach is most valuable if the new implementations must be used to use a
75 packages searched for command implementations; multiple package names should be
/external/python/cpython2/Doc/distutils/
Dextending.rst18 Most distutils command implementations are subclasses of the
35 There are different ways to integrate new command implementations into
41 the new implementations with your :file:`setup.py` script, and cause the
55 This approach is most valuable if the new implementations must be used to use a
75 packages searched for command implementations; multiple package names should be
/external/autotest/client/site_tests/graphics_SanAngeles/src/
DREADME.txt51 The reference OpenGL ES implementations used for this application:
63 implementations as well (e.g. Vincent, GLESonGL on Linux, Dell
64 Axim X50v). Most of these other implementations rendered the demo
67 API usage, although the non-conforming implementations are most
/external/python/cpython2/Doc/reference/
Dintroduction.rst24 document --- the implementation may change, and other implementations of the
26 one Python implementation in widespread use (although alternate implementations
43 there are some alternate implementations which are of particular interest to
46 Known implementations include:
72 advanced features not found in other implementations like stackless support
78 Each of these implementations varies in some way from the language as documented
/external/python/cpython3/Doc/reference/
Dintroduction.rst24 document --- the implementation may change, and other implementations of the
26 Python implementation in widespread use (although alternate implementations
44 there are some alternate implementations which are of particular interest to
47 Known implementations include:
73 advanced features not found in other implementations like stackless support
79 Each of these implementations varies in some way from the language as documented
/external/grpc-grpc/doc/
Dwait-for-ready.md6 implementations SHOULD fail such RPCs immediately. This is known as "fail fast,"
10 gRPC implementations MAY provide a per-RPC option to not fail RPCs as a result
/external/clang/test/Parser/
Dmissing-end-4.m35 @protocol P; // forward declarations of protocols in @implementations is allowed
36 @class C; // forward declarations of classes in @implementations is allowed
/external/mockftpserver/tags/2.3/
DREADME.txt5 The MockFtpServer project provides mock/dummy FTP server implementations for testing FTP client
6 code. Two FTP Server implementations are provided, each at a different level of abstraction.
/external/mockftpserver/tags/2.1/
DREADME.txt5 The MockFtpServer project provides mock/dummy FTP server implementations for testing FTP client
6 code. Two FTP Server implementations are provided, each at a different level of abstraction.
/external/mockftpserver/MockFtpServer/
DREADME.txt5 The MockFtpServer project provides mock/dummy FTP server implementations for testing FTP client
6 code. Two FTP Server implementations are provided, each at a different level of abstraction.

12345678910>>...33