/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/ |
D | _implementations_test.py | 21 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.py | 19 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.py | 18 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.py | 20 from grpc.beta import implementations 48 channel = implementations.insecure_channel('localhost', 12345) 66 server = implementations.server({}) 69 channel = implementations.insecure_channel('localhost', port)
|
D | test_utilities.py | 17 from grpc.beta import implementations 40 return implementations.Channel(channel)
|
/external/libaom/libaom/third_party/libwebm/ |
D | PATENTS.TXT | 4 "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/ |
D | PATENTS | 4 "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/ |
D | PATENTS | 4 "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/ |
D | PATENTS.TXT | 4 "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/ |
D | PATENTS.TXT | 4 "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/ |
D | BUILD.bazel | 11 ":implementations", 35 name = "implementations", 36 srcs = ["implementations.py"], 53 ":implementations",
|
/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
D | rnn_unittest.cc | 203 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/ |
D | chksum.c | 74 } 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/ |
D | chksum.c | 73 } 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/ |
D | conflict-unpin.stderr | 1 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<_, _>`:
|
D | impl-unsafe-unpin.stderr | 1 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/ |
D | impl-unsafe-unpin.stderr | 1 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<_, _>`:
|
D | conflict-unpin.stderr | 1 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<_, _>`:
|
D | conflict-drop.stderr | 1 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/ |
D | cacheline_size_arm.h.inc | 2 // 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/ |
D | conflict-unpin.stderr | 1 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/ |
D | conflict-unpin.stderr | 1 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/ |
D | README.md | 11 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/ |
D | ExtraFieldUtils.java | 38 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/ |
D | avoid-unavailable-implementation-warning-in-app-extension.m | 1 // RUN: %clang_cc1 -triple arm64-apple-ios11 -fapplication-extension -Wdeprecated-implementations -… 2 // RUN: %clang_cc1 -triple arm64-apple-tvos11 -fapplication-extension -Wdeprecated-implementations …
|