Home
last modified time | relevance | path

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

12345678910>>...52

/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/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/
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/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/webrtc/modules/audio_processing/agc2/rnn_vad/
Drnn_unittest.cc203 std::vector<std::unique_ptr<FullyConnectedLayer>> implementations; in TEST() local
204 implementations.emplace_back(std::make_unique<FullyConnectedLayer>( in TEST()
209 implementations.emplace_back(std::make_unique<FullyConnectedLayer>( in TEST()
217 for (auto& fc : implementations) { in TEST()
236 std::vector<std::unique_ptr<GatedRecurrentLayer>> implementations; in TEST() local
237 implementations.emplace_back(std::make_unique<GatedRecurrentLayer>( in TEST()
248 for (auto& gru : implementations) { in TEST()
/external/llvm-project/libc/AOR_v20.02/networking/test/
Dchksum.c74 } implementations[] = variable
89 for (int i = 0; implementations[i].name != NULL; i++) in find_impl()
91 if (strcmp(implementations[i].name, name) == 0) in find_impl()
266 for (int i = 0; implementations[i].name != NULL; i++) in main()
268 printf(" %s", implementations[i].name); in main()
279 CKSUM_FP = implementations[IMPL].cksum_fp; in main()
292 printf("Implementation: %s\n", implementations[IMPL].name); in main()
/external/arm-optimized-routines/networking/test/
Dchksum.c73 } implementations[] = variable
88 for (int i = 0; implementations[i].name != NULL; i++) in find_impl()
90 if (strcmp(implementations[i].name, name) == 0) in find_impl()
265 for (int i = 0; implementations[i].name != NULL; i++) in main()
267 printf(" %s", implementations[i].name); in main()
278 CKSUM_FP = implementations[IMPL].cksum_fp; in main()
291 printf("Implementation: %s\n", implementations[IMPL].name); in main()
/external/rust/crates/pin-project/tests/ui/not_unpin/
Dconflict-unpin.stderr1 error[E0119]: conflicting implementations of trait `std::marker::Unpin` for type `Foo<_, _>`:
10 error[E0119]: conflicting implementations of trait `std::marker::Unpin` for type `Bar<_, _>`:
19 error[E0119]: conflicting implementations of trait `std::marker::Unpin` for type `Baz<_, _>`:
Dimpl-unsafe-unpin.stderr1 error[E0119]: conflicting implementations of trait `pin_project::UnsafeUnpin` for type `Foo<_, _>`:
12 error[E0119]: conflicting implementations of trait `pin_project::UnsafeUnpin` for type `Bar<_, _>`:
23 error[E0119]: conflicting implementations of trait `pin_project::UnsafeUnpin` for type `Baz<_, _>`:
/external/rust/crates/pin-project/tests/ui/pin_project/
Dimpl-unsafe-unpin.stderr1 error[E0119]: conflicting implementations of trait `pin_project::UnsafeUnpin` for type `Foo<_, _>`:
12 error[E0119]: conflicting implementations of trait `pin_project::UnsafeUnpin` for type `Bar<_, _>`:
23 error[E0119]: conflicting implementations of trait `pin_project::UnsafeUnpin` for type `Baz<_, _>`:
Dconflict-unpin.stderr1 error[E0119]: conflicting implementations of trait `std::marker::Unpin` for type `Foo<_, _>`:
12 error[E0119]: conflicting implementations of trait `std::marker::Unpin` for type `Bar<_, _>`:
23 error[E0119]: conflicting implementations of trait `std::marker::Unpin` for type `Baz<_, _>`:
Dconflict-drop.stderr1 error[E0119]: conflicting implementations of trait `_::FooMustNotImplDrop` for type `Foo<_, _>`:
12 error[E0119]: conflicting implementations of trait `std::ops::Drop` for type `Bar<_, _>`:
/external/llvm-project/libc/src/string/memory_utils/
Dcacheline_size_arm.h.inc2 // cache line sizes depend on implementations, not architectures. There
3 // are even implementations with cache line sizes configurable at boot
/external/rust/crates/pin-project/tests/ui/unsafe_unpin/
Dconflict-unpin.stderr1 error[E0119]: conflicting implementations of trait `std::marker::Unpin` for type `Foo<_, _>`:
12 error[E0119]: conflicting implementations of trait `std::marker::Unpin` for type `Bar<_, _>`:
23 error[E0119]: conflicting implementations of trait `std::marker::Unpin` for type `Baz<_, _>`:
/external/rust/crates/pin-project-lite/tests/ui/
Dconflict-unpin.stderr1 error[E0119]: conflicting implementations of trait `std::marker::Unpin` for type `Foo<_, _>`:
18 error[E0119]: conflicting implementations of trait `std::marker::Unpin` for type `Bar<_, _>`:
35 error[E0119]: conflicting implementations of trait `std::marker::Unpin` for type `Baz<_, _>`:
/external/rust/crates/fallible-iterator/
DREADME.md11 If the `std` or `alloc` features are enabled, this crate provides implementations for
13 additionally provides implementations for `HashMap` and `HashSet`.
/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/llvm-project/clang/test/SemaObjC/
Davoid-unavailable-implementation-warning-in-app-extension.m1 // RUN: %clang_cc1 -triple arm64-apple-ios11 -fapplication-extension -Wdeprecated-implementations -…
2 // RUN: %clang_cc1 -triple arm64-apple-tvos11 -fapplication-extension -Wdeprecated-implementations

12345678910>>...52