Home
last modified time | relevance | path

Searched defs:GrpcServerTest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/device/google/trout/tests/hal/vehicle/2.0/
DGrpcServer_test.cpp36 class GrpcServerTest : public ::testing::Test { class
38 GrpcServerTest() in GrpcServerTest() function in android::hardware::automotive::vehicle::V2_0::impl::GrpcServerTest
132 TEST_F(GrpcServerTest, PropertyValueStreamTest) { in TEST_F() argument
146 TEST_F(GrpcServerTest, PowerStateListenerTest) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dserver_lib_test.py39 class GrpcServerTest(test.TestCase): class