/aosp_15_r20/system/keymint/hal/src/ |
H A D | tests.rs | 32 struct TestChannel { struct 37 impl TestChannel { impl 46 impl SerializedChannel for TestChannel { implementation
|
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/ |
H A D | delegating_channel_test.cc | 46 class TestChannel : public experimental::DelegatingChannel { class 48 explicit TestChannel( in TestChannel() function in grpc::testing::__anon2311494a0111::TestChannel
|
/aosp_15_r20/external/fbjni/test/ |
H A D | ReadableByteChannelTests.java | 69 private static class TestChannel implements ReadableByteChannel { class in ReadableByteChannelTests 73 TestChannel(byte[] data) { in TestChannel() method in ReadableByteChannelTests.TestChannel
|
/aosp_15_r20/external/libchrome/mojo/core/ |
H A D | channel_unittest.cc | 20 class TestChannel : public Channel { class 22 TestChannel(Channel::Delegate* delegate) : Channel(delegate) {} in TestChannel() function in mojo::core::__anon500235330111::TestChannel
|
/aosp_15_r20/external/python/google-api-python-client/tests/ |
D | test_channel.py | 13 class TestChannel(unittest.TestCase): class
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/ |
H A D | channel_test.py | 45 class TestChannel(AioTestBase): class
|
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
H A D | ConfigSelectingClientCallTest.java | 169 private final class TestChannel extends Channel { class in ConfigSelectingClientCallTest
|
/aosp_15_r20/external/grpc-grpc-java/services/src/test/java/io/grpc/protobuf/services/ |
H A D | ChannelzTestHelper.java | 149 static final class TestChannel implements InternalInstrumented<ChannelStats> { class in ChannelzTestHelper
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | _rootcanal.py | 39 class TestChannel: class
|
/aosp_15_r20/external/grpc-grpc-java/android/src/test/java/io/grpc/android/ |
H A D | AndroidChannelBuilderTest.java | 328 private static class TestChannel extends ManagedChannel { class in AndroidChannelBuilderTest
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/scripts/ |
D | test_channel.py | 83 class TestChannel(object): class
|
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/ |
H A D | test_mle.py | 1464 class TestChannel(unittest.TestCase): class
|
/aosp_15_r20/external/webrtc/p2p/base/ |
H A D | port_unittest.cc | 270 class TestChannel : public sigslot::has_slots<> { class 273 explicit TestChannel(std::unique_ptr<Port> p1) : port_(std::move(p1)) { in TestChannel() function in cricket::TestChannel
|